Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15518 - audacity segmentation fault
Summary: audacity segmentation fault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
: 15986 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-11 16:19 UTC by Alex Combas
Modified: 2003-02-19 14:00 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 Alex Combas 2003-02-11 16:19:19 UTC
after emerge audacity-1.1.1-r1 and wxGTK-2.4.0 i get:
$ audacity 
Segmentation fault
$

I am running gentoo/stable branch, and 'emerge world --update -deep' says that
im am up to date.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




 # emerge info
Portage 2.0.46-r12 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/gentoo "
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
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 3dnow apm avi crypt cups encode gif jpeg libg++ libwww mmx mpeg ncurses
pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm berkdb
slang readline bonobo svga java guile X sdl gpm tcpd pam ssl python esd imlib
oggvorbis gtk qt motif opengl mozilla cdr scanner aalib alsa apache2 -arts dga
flash gd -gnome innodb jikes -kde ldap -mikmod mysql -nls odbc -oss perl pic
ruby samba tcltk tiff xml zeo"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon -O2 -pipe"
CXXFLAGS="-march=athlon -O2 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Salim Fadhley 2003-02-12 18:21:48 UTC
I get exactly the same symptoms! Is this an Athlon thing?

root@imelda whitecap_holding # emerge -p audacity

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R  ] media-sound/audacity-1.1.1-r1

root@imelda whitecap_holding # emerge info
Portage 2.0.46-r12 (default-x86-1.4, gcc-which: no gcc in (/sbin:/bin:/usr/sbin:/usr/bin)
sh: line 1: -dumpversion: command not found, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="ftp.snt.utwente.nl/pub/os/linux/gentoo/ http://gentoo.oregonstate.edu/ http://www.ibiblio.org/pub/Linux/distributions/gentoo "
CONFIG_PROTECT="/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 3dnow apm crypt gif jpeg libg++ mikmod mmx mpeg ncurses nls pdflib png qtmt gtkhtml gdbm slang readline tetex svga tcltk guile gpm tcpd pam libwww ssl perl imlib oggvorbis motif opengl X aspell ispell gtk gnome kde apache arts avi berkdb bonobo cdr cups dvd encode esd flash gd gphoto2 imap java mbox mozilla mysql alsa odbc oss python qt quicktime samba sdl spell truetype usb xml xml2 xmms xv zeo zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS=""
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 2 Nick Hadaway 2003-02-13 00:27:20 UTC
I have updated audacity-1.1.1-r1 in portage.  It now includes an /etc/skel/.Audacity file... To get past the segfault problem with audacity...

To get the config file without re-emerging the package... 
cp /usr/portage/media-sound/audacity/files/basecfg-1.1.1 ~/.Audacity

It should then start without a problem.
Comment 3 Alex Combas 2003-02-13 01:57:36 UTC
Sorry Nick it didnt seem to work for me.

Maybe its because I didnt have an .Audacity directory, I made one and cp'ed the files as you sudgested, like so:
------------
$ cd ~
$ mkdir .Audacity
$ cp /usr/portage/media-sound/audacity/files/basecfg-1.1.1 ~/.Audacity/
$ audacity 
Segmentation fault
$
------------
This was after i 'emerge rsync' ..so i thought to myself, ok lets emerge audacity again, like so:
------------
# emerge audacity -pv

These are the packages that I would merge, in order:

Calculating dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy ">=media-libs/libvorbis-1.joe's".

!!! Error calculating dependancies. Please correct.
#
-------------
So now im not exactly sure if this has something to do with changes made to audacity or if something else happened. So I waited a few minutes and rsync'ed again but it made no difference.
Comment 4 Nick Hadaway 2003-02-13 02:12:58 UTC
I fixed the problem in the vorbis depend... sorry bout that... 

Regarding the config file... It is a FILE not a DIRECTORY...
if you have a ~/.Audacity DIRECTORY make sure you delete it... then...

cp /usr/portage/media-sound/audacity/files/basecfg-1.1.1 ~/.Audacity
Comment 5 Nick Hadaway 2003-02-19 14:00:19 UTC
*** Bug 15986 has been marked as a duplicate of this bug. ***