tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/php5 on m68k problems



John Klos wrote:

/bin/sh /usr/pkgsrc/lang/php5/work/php-5.2.6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/usr/pkgsrc/lang/php5/work/php-5.2.6/ext/standard/ -DPHP_ATOM_INC -I/usr/pkgsrc/lang/php5/work/php-5.2.6/include -I/usr/pkgsrc/lang/php5/work/php-5.2.6/main -I/usr/pkgsrc/lang/php5/work/php-5.2.6 -I/usr/local/include/libxml2 -I/usr/pkgsrc/lang/php5/work/php-5.2.6/ext/date/lib -I/usr/pkgsrc/lang/php5/work/php-5.2.6/TSRM -I/usr/pkgsrc/lang/php5/work/php-5.2.6/Zend -I/usr/local/include -I/usr/include -O2 -I/usr/local/include -I/usr/include -c /usr/pkgsrc/lang/php5/work/php-5.2.6/ext/standard/filters.c -o ext/standard/filters.lo
/var/tmp//ccpS22Ph.s: Assembler messages:
/var/tmp//ccpS22Ph.s:231: Error: value out of range
/var/tmp//ccpS22Ph.s:231: Error: value of -286 too large for field of 1 bytes at 535
/var/tmp//ccpS22Ph.s:274: Error: value out of range
/var/tmp//ccpS22Ph.s:274: Error: value of -286 too large for field of 1 bytes at 627
/var/tmp//ccpS22Ph.s:352: Error: value out of range
/var/tmp//ccpS22Ph.s:352: Error: value of -286 too large for field of 1 bytes at 833
gmake: *** [ext/standard/filters.lo] Error 1
*** Error code 2

The temporary files don't stay around long enough to examine. How does one tell the pkgsrc system to leave them?

You could just try to repeat the line starting with "cc" in the
build directory. Then you may add options to analyze the problem.

Probably a compiler bug? Perhaps it disappears when using a different
optimization level.

--
Frank Wille


Home | Main Index | Thread Index | Old Index