various kde4 things that probably also fail on amd64:
./x11/kde4/bovo
./x11/kde4/kopete
./x11/kde4/kross-interpreters
./x11/kde4/kuser
./x11/kde4/p5-qt
./x11/kde4/pim-runtime
./x11/kde4/py-kde
./x11/kde4/rocs
./x11/kde4/superkaramba
others are more likely ILP32-specific:
./cad/kicad: likely to be fixed in newer versions, but from previous
ports@ mails it seems that they may need things in boost that we don't
have (ucontext-related perhaps?)
/usr/obj/ports/kicad-20100505/bin/c++ -D_FILE_OFFSET_BITS=64 -D_IODBC_
-D_LARGE_FILES -D__WXGTK__ -I/usr/local/lib/wx/include/gtk2-unicode-release-2.8
-I/usr/local/inc
lude -I/usr/X11R6/include
-I/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/include
-I/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/shar
e -I. -I/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common
-I/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/../3d-viewer
-I/us
r/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/../pcbnew
-I/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/../polygon
-O2 -pip
e -pthread -DNDEBUG -MD -MT common/CMakeFiles/pcbcommon.dir/pcbcommon.cpp.o -MF
common/CMakeFiles/pcbcommon.dir/pcbcommon.cpp.o.d -o
common/CMakeFiles/pcbcommon.dir/pcb
common.cpp.o -c
/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/pcbcommon.cpp
/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/pcbcommon.cpp:48:41:
error: constant expression evaluates to 2147483648 which cannot be narrowed t
o type 'int' [-Wc++11-narrowing]
0x10000000, 0x20000000, 0x40000000, 0x80000000
^~~~~~~~~~
/usr/obj/ports/kicad-20100505/kicad-sources-2010-05-05-BZR2356/common/pcbcommon.cpp:48:41:
note: insert an explicit cast to silence this issue
0x10000000, 0x20000000, 0x40000000, 0x80000000
^~~~~~~~~~
static_cast<int>( )
1 error generated.
ninja: build stopped: subcommand failed.
./graphics/aqsis: linking fails with undefined references linking to boost
./lang/sbcl: fails randomly, I think.
----
debugger invoked on a SB-INT:BUG:
failed AVER: (EQ SB-VM::START SB-VM::END)
This is probably a bug in SBCL itself. (Alternatively, SBCL might have been
corrupted by bad user code, e.g. by an undefined Lisp operation like
(FMAKUNBOUND 'COMPILE), or by stray pointers from alien code or from unsafe
Lisp code; or there might be a bug in the OS or hardware that SBCL is running
on.) If it seems to be a bug in SBCL itself, the maintainers would like to
know about it. Bug reports are welcome on the SBCL mailing lists, which you
can find at <http://sbcl.sourceforge.net/>.
2: [ABORT ] Abort loading file
"/usr/obj/ports/sbcl-1.4.5/sbcl-1.4.5/make-target-2-load.lisp".
3: Abort building SBCL.
4: Ignore runtime option --eval "(sb-fasl::!warm-load
\"make-target-2-load.lisp\")".
5: Skip rest of --eval and --load options.
6: Skip to toplevel READ/EVAL/PRINT loop.
7: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
----
./x11/kde/libs3:
In file included from libkjs_html_la.all_cpp.cpp:7:
/usr/obj/ports/kdelibs-3.5.10/kdelibs-3.5.10/khtml/ecma/kjs_proxy.cpp:391:22:
error: non-constant-expression cannot be narrowed from type 'unsigned int' to
'suseconds_t' (aka 'long') in initializer list [-Wc++11-narrowing]
{ i_ms / 1000, (i_ms % 1000) * 1000 },
^~~~~~~~~~~~~~~~~~~~
/usr/obj/ports/kdelibs-3.5.10/kdelibs-3.5.10/khtml/ecma/kjs_proxy.cpp:391:22:
note: insert an explicit cast to silence this issue
{ i_ms / 1000, (i_ms % 1000) * 1000 },
^~~~~~~~~~~~~~~~~~~~
static_cast<suseconds_t>( )
/usr/obj/ports/kdelibs-3.5.10/kdelibs-3.5.10/khtml/ecma/kjs_proxy.cpp:392:20:
error: non-constant-expression cannot be narrowed from type 'unsigned int' to
'suseconds
_t' (aka 'long') in initializer list [-Wc++11-narrowing]
{ ms / 1000, (ms % 1000) * 1000 }
^~~~~~~~~~~~~~~~~~
/usr/obj/ports/kdelibs-3.5.10/kdelibs-3.5.10/khtml/ecma/kjs_proxy.cpp:392:20:
note: insert an explicit cast to silence this issue
{ ms / 1000, (ms % 1000) * 1000 }
^~~~~~~~~~~~~~~~~~
static_cast<suseconds_t>( )