pkgsrc-Bugs archive

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

Re: pkg/53753: gcc8 fails to build on Solaris 10



The following reply was made to PR pkg/53753; it has been noted by GNATS.

From: coypu%sdf.org@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/53753: gcc8 fails to build on Solaris 10
Date: Fri, 7 Dec 2018 11:25:41 +0000

 (For the benefit of others, too) the relevant part is:
 
 configure:3474: /usr/pkgsrc/lang/gcc8/work/build/./gcc/xgcc -B/usr/pkgsrc/lang/gcc8/work/build/./gcc/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/bin/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/lib/ -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/include -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/sys-include    -o conftest -g -O2 -O3 -mcpu=ultrasparc3 -mtune=ultrasparc3 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include  -Wl,-R/usr/pkg/lib conftest.c  >&5
 /var/tmp//cchF0FYC.s: Assembler messages:
 /var/tmp//cchF0FYC.s:16: Error: junk at end of line, first unrecognized character is `i'
 configure:3477: $? = 1
 configure:3665: checking for suffix of object files
 configure:3687: /usr/pkgsrc/lang/gcc8/work/build/./gcc/xgcc -B/usr/pkgsrc/lang/gcc8/work/build/./gcc/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/bin/ -B/usr/pkg/gcc8/sparc-sun-solaris2.10/lib/ -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/include -isystem /usr/pkg/gcc8/sparc-sun-solaris2.10/sys-include    -c -g -O2 -O3 -mcpu=ultrasparc3 -mtune=ultrasparc3 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include  conftest.c >&5
 /var/tmp//ccbtMRl8.s: Assembler messages:
 /var/tmp//ccbtMRl8.s:16: Error: junk at end of line, first unrecognized character is `i'
 configure:3691: $? = 1
 configure: failed program was:
 | /* confdefs.h */
 | #define PACKAGE_NAME "GNU C Runtime Library"
 | #define PACKAGE_TARNAME "libgcc"
 | #define PACKAGE_VERSION "1.0"
 | #define PACKAGE_STRING "GNU C Runtime Library 1.0"
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE_URL "http://www.gnu.org/software/libgcc/";
 | /* end confdefs.h.  */
 | 
 | int
 | main ()
 | {
 | 
 |   ;
 |   return 0;
 | }
 configure:3705: error: in `/usr/pkgsrc/lang/gcc8/work/build/sparc-sun-solaris2.10/libgcc':
 configure:3708: error: cannot compute suffix of object files: cannot compile
 See `config.log' for more details.
 
 
 It's using the xgcc it has built, so that is what it is failing.
 


Home | Main Index | Thread Index | Old Index