Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53641 - gzip segfaults building xfree or xorg-x11
Summary: gzip segfaults building xfree or xorg-x11
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 07:19 UTC by Alexander Rauth
Modified: 2004-06-24 11:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Rauth 2004-06-11 07:19:20 UTC
gzip segfaults on building xfree or xorg-x11

affected ebuilds:
xfree-4.3.99.902-r2
xorg-x11-6.7.0.ebuild

LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lubR19.bdf | gzip > lubR19.pcf.gz
LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lubR24.bdf | gzip > lubR24.pcf.gz
LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lutBS08.bdf | gzip > lutBS08.pcf.gz
make[5]: *** [lutBS08.pcf.gz] Error 139
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.7.0/work/xc/fonts/bdf/75dpi'
make[4]: *** [all] Error 2


Reproducible: Always
Steps to Reproduce:
Comment 1 Richard Torkar 2004-06-11 07:46:17 UTC
I just installed:
x11-base/xorg-x11-6.7.0-r1

I had no problems whatsoever. Try it out.
HAve you checked you memory lately?
Comment 2 Alexander Rauth 2004-06-11 09:00:04 UTC
What arch you use???
CC flags ??? 

mine:
CHOST="alphaev56-unknown-linux-gnu"
CFLAGS="-mcpu=ev56 -O3 -pipe -mieee"
                                                                          
I just synced my portage tree and try to build it again!
And I'll boot to SRM to start a memtest.

But I don't think it's a mem problem. It's always the same font file and I've tried several xfree ebuilds over a long period and rebuild gzip with various CFLAGS (all 4.3.99.** failed, 4.3.0* builds)
Comment 3 Alexander Rauth 2004-06-11 10:22:33 UTC
same problem with xorg-x11-6.7.0-r1
will do the srm memtest now

LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lubR19.bdf | gzip > lubR19.pcf.gz
LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lubR24.bdf | gzip > lubR24.pcf.gz
LD_LIBRARY_PATH=../../../exports/lib XLOCALEDIR=../../../exports/lib/locale  ../../../exports/bin/bdftopcf -t lutBS08.bdf | gzip > lutBS08.pcf.gz
make[5]: *** [lutBS08.pcf.gz] Error 139
make[5]: Leaving directory `/var/tmp/portage/xorg-x11-6.7.0-r1/work/xc/fonts/bdf/75dpi'
make[4]: *** [all] Error 2
Comment 4 Alexander Rauth 2004-06-11 11:01:08 UTC
I'm not that into srm...
memtest -rb -p0
should do the trick ... ????

It always trys to start from address 0x00000000 and fails
maybe the srm_version is to old???
Comment 5 Aron Griffis (RETIRED) gentoo-dev 2004-06-21 19:27:00 UTC
I can confirm this on a different alpha, same file.  I'll look into the problem.
Comment 6 Aron Griffis (RETIRED) gentoo-dev 2004-06-23 11:33:45 UTC
ok, fixed with gzip-1.3.5 which includes an alpha fix
Comment 7 Alexander Rauth 2004-06-24 11:25:04 UTC
I emerge gzip-1.3.5 and xorg-x11-6.7.0-r1
everything worked fine!

thanx!!