Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27816 - emerging of media-sound/gogo causes segmentation fault with 2.6 kernel in nasm.
Summary: emerging of media-sound/gogo causes segmentation fault with 2.6 kernel in nasm.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-02 18:02 UTC by Guy
Modified: 2003-09-28 06:37 UTC (History)
1 user (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 Guy 2003-09-02 18:02:49 UTC
Due to the nature of the error messages, I'm assuming that perhaps the latest
version of nasm has a problem or gogo needs to be updated.


gcc engine/i386/makecfg.c -o makecfg
./makecfg > global.cfg
\rm -f makecfg
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/cpua.nas -o cpua.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/choose_table.nas -o
choose_table.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/gogo2_fht.nas -o gogo2_fht.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/psy3dn.nas -o psy3dn.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/psysse.nas -o psysse.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/quantizea.nas -o quantizea.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/clka.nas -o clka.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/fftsse.nas -o fftsse.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/mdctsse.nas -o mdctsse.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/psymodela.nas -o psymodela.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/quant3dn.nas -o quant3dn.o
nasm -i./engine/i386/ -f elf -D__unix__  engine/i386/vars.nas -o vars.o
make: *** [vars.o] Segmentation fault
make: *** Deleting file `vars.o'

!!! ERROR: media-sound/gogo-3.10-r1 failed.
!!! Function src_compile, Line 47, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:




# emerge info
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test4-bk3)
=================================================================
System uname: 2.6.0-test4-bk3 i686 AMD Athlon(TM) XP 1900+
distcc 2.10 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -Os -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
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/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="ftp://gentoo.mirrors.pair.com/ ftp://cs.ubishops.ca/pub/gentoo
ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://gentoo.noved.org/
http://gentoo.seren.com/gentoo
http://212.219.247.19/sites/www.ibiblio.org/gentoo/
http://212.219.247.20/sites/www.ibiblio.org/gentoo/
http://212.219.247.10/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb gif jpeg gnome libg++ mad
mikmod mmx mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv
zlib gtkhtml alsa gdbm berkdb slang readline arts tetex bonobo svga tcltk java
guile X sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk qt kde
opengl mozilla cdr mysql athena -motif"
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-09-02 23:10:47 UTC
As pointed out by Chris Platt in Bug #27819 this error seems caused by the -f elf flag 
when using nasm-0.98.37 
Comment 2 Guy 2003-09-03 03:35:44 UTC
I'll try backing down the version of nasm I have tonight and report back results. But it does indeed look like the same type of problem.
Comment 3 Guy 2003-09-03 15:04:25 UTC
Backing down to nasm-0.98.36 resulted in a successful compile.

Thank you very much.

Guy
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2003-09-06 23:55:14 UTC
Thanks, closing this, then.
Comment 5 J. Ellis (RETIRED) gentoo-dev 2003-09-28 06:37:48 UTC
Re-closing.