build process aborts with the following message: Scanning dependencies of target clay [ 4%] Building CXX object compiler/src/CMakeFiles/clay.dir/analyzer.cpp.o In file included from /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/analyzer.cpp:2: /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:141:9: error: unknown type name '__int128_t' typedef __int128_t clay_int128; ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:142:9: error: unknown type name '__uint128_t' typedef __uint128_t clay_uint128; ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:259:22: error: redefinition of 'operator<<' inline std::ostream &operator<<(std::ostream &os, clay_uint128 x) { ^ /usr/ports/lang/clay/work/jckarter-clay-0dcc5de/compiler/src/clay.hpp:256:22: note: previous definition is here inline std::ostream &operator<<(std::ostream &os, clay_int128 x) { How-To-Repeat: try to build lang/clay on a i386 system
Maintainer of lang/clay, Please note that PR ports/164551 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164551 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Sorry, here is the patch.
Responsible Changed From-To: freebsd-ports-bugs->scheidell I'll take it.
scheidell 2012-02-02 22:22:06 UTC FreeBSD ports repository Modified files: lang/clay Makefile Log: - Fix to build on i386 PR: ports/164551 Reported by: Arne Meyer <meyer.arne83@gmail.com> Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) Approved by: gabor (mentor) Revision Changes Path 1.2 +5 -3 ports/lang/clay/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. No portrevision bump since this is a noop for amd and i386 wasn't building anyway