From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4278 invoked by alias); 5 Dec 2002 18:05:58 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 4271 invoked from network); 5 Dec 2002 18:05:57 -0000 Received: from unknown (HELO iol.unh.edu) (132.177.123.82) by sources.redhat.com with SMTP; 5 Dec 2002 18:05:57 -0000 Received: from iol.unh.edu (astro.iol.unh.edu [132.177.124.196]) by iol.unh.edu (8.12.6/8.12.6) with ESMTP id gB5I5SW2004117; Thu, 5 Dec 2002 13:05:28 -0500 Message-ID: <3DEF9584.FDC26D24@iol.unh.edu> Date: Thu, 05 Dec 2002 10:05:00 -0000 From: bemis Organization: University of New Hampshire X-Accept-Language: en MIME-Version: 1.0 To: "sid@sources.redhat.com" , clp Subject: new sid error on alpha Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q4/txt/msg00039.txt.bz2 Hello, We have been trying to build sid in our toolchain lately, and I have just moved it out of our toolchain to build it seperately. The build error happened on alphaev56, with the basic-gcc_3.2 baseline. sid failed to compile during make whe the following command was executed: c++ -DSID_STATIC -g -O2 -o sid .libs/sidS.o mainDynamic.o -Wl,--export-dynamic . ./../component/audio/.libs/libaudio.a -lm ../../component/cache/.libs/libcache.a -lm -lstdc++ ../../component/cfgroot/.libs/libconfig.a -ldl ../../component/cge n-cpu/.libs/libcgencpu.a -L/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3.2 /native/toolchain_sid/libiberty -liberty -lm ../../component/bochs/.libs/libx86. a ../../component/consoles/.libs/libconsoles.a -lnsl -lm -lstdc++ ../../componen t/gdb/.libs/libgdb.a -lm -lstdc++ ../../component/gloss/.libs/libgloss.a -lm -ls tdc++ ../../component/glue/.libs/libglue.a -lm -lstdc++ ../../component/ide/.lib s/libide.a -lm -lstdc++ ../../component/interrupt/.libs/libinterrupt.a -lm -lstd c++ ../../component/lcd/.libs/libhd44780u.a -lm -lstdc++ ../../component/lcd/.li bs/liblcd-char-display.a -lcurses -lm -lstdc++ ../../component/lcd/.libs/libt696 3c.a -lm -lstdc++ ../../component/loader/.libs/libloader.a -lm -lstdc++ ../../co mponent/mapper/.libs/libmapper.a -lm -lstdc++ ../../component/memory/.libs/libme mory.a -lm -lstdc++ ../../component/mmu/.libs/libmmu.a -lm -lstdc++ ../../compon ent/parport/.libs/libparport.a -lm -lstdc++ ../../component/profiling/.libs/libp rof.a -lm -lstdc++ ../../component/rtc/.libs/librtc.a -lm -lstdc++ ../../compone nt/sched/.libs/libsched.a -lm -lstdc++ ../../component/tcl/.libs/libtclapi.a -L/ mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3.2/native/toolchain_sid/tcl/un ix -ltcl8.3 -L/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3.2/native/toolc hain_sid/tk/unix -ltk8.3 -L/usr/X11R6/lib -lSM -lICE -lX11 -ldl -lm ../../compon ent/timers/.libs/libtimers.a -lm ../../component/uart/.libs/libuart.a -lm -lstdc ++ ../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f0): relocatio n truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f4): relocatio n truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1f8): relocatio n truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(arm-sem.o)(.rodata+0x1fc): relocatio n truncated to fit: GPREL32 *UND* ... ... ... ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1e8): relocati on truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1ec): relocati on truncated to fit: GPREL32 *UND* ../../component/cgen-cpu/.libs/libcgencpu.a(m32r-sem.o)(.rodata+0x1f0): relocati on truncated to fit: GPREL32 *UND* collect2: ld returned 1 exit status rm -f .libs/sidS.o make[4]: *** [sid] Error 1 make[4]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid/sid/main/dynamic' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid/sid/main' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid/sid' make[1]: *** [all-sid] Error 2 make[1]: Leaving directory `/mnt/u9/toolchain/buildsys/build/alpha9/basic-gcc_3. 2/native/toolchain_sid' make: *** [bootstrap] Error 2