View previous topic :: View next topic |
Author |
Message |
KaZiber n00b
Joined: 01 Feb 2005 Posts: 68 Location: Sweden
|
Posted: Fri Sep 23, 2005 9:01 pm Post subject: Error emerging lshw-02.04b[SOLVED] |
|
|
I'm getting this error when trying to emerge lshw-02.04b.
Code: | >>> Source unpacked.
make -C src all
make[1]: Entering directory `/var/tmp/portage/lshw-02.04b/work/lshw-B.02.04/src'
make -C core all
i686-pc-linux-gnu-g++ -g -Wall -O2 -mcpu=i686 -pipe -I./core/ -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c lshw.cc -o lshw.o
make[2]: Entering directory `/var/tmp/portage/lshw-02.04b/work/lshw-B.02.04/src/core'
i686-pc-linux-gnu-g++ -g -Wall -O2 -mcpu=i686 -pipe -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c hw.cc -o hw.o
i686-pc-linux-gnu-g++ -g -Wall -O2 -mcpu=i686 -pipe -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c main.cc -o main.o
i686-pc-linux-gnu-g++ -g -Wall -O2 -mcpu=i686 -pipe -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c print.cc -o print.o
print.cc:531: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugs.gentoo.org/> for instructions.
i686-pc-linux-gnu-g++ -g -Wall -O2 -mcpu=i686 -pipe -DPREFIX=\"/usr\" -DSBINDIR=\"/usr/sbin\" -DMANDIR=\"/usr/share/man\" -DDATADIR=\"/usr/share\" -c mem.cc -o mem.o
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [print.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/lshw-02.04b/work/lshw-B.02.04/src/core'
make[1]: *** [core] Error 2
make[1]: Leaving directory `/var/tmp/portage/lshw-02.04b/work/lshw-B.02.04/src'
make: *** [all] Error 2
!!! ERROR: sys-apps/lshw-02.04b failed.
!!! Function src_compile, Line 47, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message. |
Last edited by KaZiber on Fri Sep 23, 2005 11:12 pm; edited 1 time in total |
|
Back to top |
|
|
KaZiber n00b
Joined: 01 Feb 2005 Posts: 68 Location: Sweden
|
Posted: Fri Sep 23, 2005 10:29 pm Post subject: |
|
|
Maybe i posted in wrong forum, if someone could move it ? |
|
Back to top |
|
|
KaZiber n00b
Joined: 01 Feb 2005 Posts: 68 Location: Sweden
|
Posted: Fri Sep 23, 2005 11:12 pm Post subject: |
|
|
I fixed it with Code: | source /etc/profile |
|
|
Back to top |
|
|
|