The 4.8 build for mips64 didn't built too many packages, only 3633 in fact.

Here are the very few ones that aren't due to ld(1) or FPE failures (see below).

If anyone wants to help fix one of the ports below, please drop me a diff :)

bibview:
cc1: error: unrecognized option `-Wf,-XNl3000'
cc1: error: unrecognized option `-float'

cmake:
[ 40%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmBootstrapCommands.o
cc1plus: out of memory allocating 5533992 bytes after a total of 0 bytes

gnuvd:
cc1: error: unrecognized option `-Wextra'

octave:
../libcruft/libcruft.so.5.0: undefined reference to `__multi3'

shunt:
gmake[1]: *** No rule to make target `../../lib/libshunt.a()', needed by `all'. 
 Stop.

spim:
../CPU/run.c:30:17: nan.h: No such file or directory
../CPU/run.c: In function `run_spim':
../CPU/run.c:1260: warning: implicit declaration of function `NaN'

tesseract:
libtesseract_full.a(libtesseract_full.o)(.text+0x2ec): In function 
`TessBaseAPI::TesseractRect(unsigned char const*, int, int, int, int, int, 
int)':
: additional relocation overflows omitted from the output

tightvnc:
"Makefile", line 755: Need an operator
Fatal errors encountered -- cannot continue

xboing:
audio.c:64:24: sys/strops.h: No such file or directory

xpaint:
readWriteSGI.c:18:22: gl/image.h: No such file or directory

xsel:
/usr/include/stdio.h:222: warning: conflicting types for built-in function 
`fprintf'

The other failures are either due to the GoT bug in ld(1), or due to the fact
Python throws a floating point exception while generating .pyc files.
The ld(1) issue will be addressed after a binutils update and Miod is
aware of the other issue too.

Reply via email to