Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18564 - nvidia-glx-1.0.4349 emerge error
Summary: nvidia-glx-1.0.4349 emerge error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-31 17:58 UTC by Jason Waldhelm
Modified: 2003-10-29 14:10 UTC (History)
2 users (show)

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 Jason Waldhelm 2003-03-31 17:58:18 UTC
when emerging nvidia-glx-1.0.4349, the following error appears: 
>>> Unpacking source... 
>>> Unpacking NVIDIA_GLX-1.0-4349.tar.gz to /var/tmp/portage/nvidia-glx-1.0.4349/work 
 * Applying nvidia-glx-1.0.4191-defines.patch...                                                                                                                                               
[ ok ] 
/usr/sbin/ebuild.sh: line 1166: 21017 Segmentation fault      ${S}/usr/bin/tls_test 2>/dev/null 
>>> Source unpacked. 
 
the emerge continues on and completes successfully, however. 

Reproducible: Always
Steps to Reproduce:
1. emerge -u nvidia-glx 



# emerge info 
Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r0) 
================================================================= 
System uname: 2.4.21-pre5-gss-r1 i686 Intel(R) Pentium(R) 4 Mobile CPU 2.00GHz 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu/ 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config 
/usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi encode gif jpeg libg++ libwww mikmod mmx mpeg ncurses nls pdflib 
png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb slang readline arts svga tcltk java 
guile sdl gpm tcpd pam ssl perl python esd imlib oggvorbis qt motif opengl mozilla cdr scanner X gtk 
cups alsa crypt acpi4linux kde -gnome -lilo" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" 
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer" 
ACCEPT_KEYWORDS="x86 ~x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Jason Waldhelm 2003-03-31 18:10:28 UTC
after some testing and reboots, this seg fault doesn't appear to affect the emerge 
significantly or glx performance. 
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2003-03-31 23:33:52 UTC
Not fatal.  What happens if you change the line in the ebuild to:

  ${S}/usr/bin/tls_test &> /dev/null

?
Comment 3 Jason Waldhelm 2003-04-01 12:48:39 UTC
changed line 38 in nvidia-glx-1.0.4349.ebuild to read: 
${S}/usr/bin/tls_test &> /dev/null 
 
results in the following on the command: emerge nvidia-glx-1.0.4349.ebuild 
 
>>> Unpacking NVIDIA_GLX-1.0-4349.tar.gz to /var/tmp/portage/nvidia-glx-1.0.4349/work 
/usr/sbin/ebuild.sh: line 1166: 14857 Segmentation fault      ${S}/usr/bin/tls_test 
>&/dev/null 
>>> Source unpacked. 
 
emerge still completes successfully (non-fatal error, i guess). 
Comment 4 Thomas Schuetz 2003-10-12 07:31:08 UTC
Is the bug still in nvidia-glx-1.0.4496 or nvidia-glx-1.0.4363 or can we
close the bug?
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-10-29 14:10:19 UTC
seems to be fixed