Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156010 - media-sound/audacity-1.3.2-r1 failed. need portaudio v19.
Summary: media-sound/audacity-1.3.2-r1 failed. need portaudio v19.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-23 02:30 UTC by Alexey Fisher
Modified: 2007-08-29 10:49 UTC (History)
1 user (show)

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


Attachments
bactrace (new file,31.28 KB, text/plain)
2006-11-23 02:32 UTC, Alexey Fisher
Details
updated ebuild for audacity 1.3.2-r1 (audacity-1.3.2-r1.ebuild,2.20 KB, text/plain)
2007-08-29 10:41 UTC, marc baier
Details
updated ebuild for audacity 1.3.3 (audacity-1.3.3.ebuild,2.06 KB, text/plain)
2007-08-29 10:42 UTC, marc baier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Fisher 2006-11-23 02:30:58 UTC
media-sound/audacity-1.3.2-r1 failed to build.First issue audacity use portaudio v19 as default. Becose gentoo use v18 it's need to be configured with --with-portaudio=v18. At leas it help me.
Second issue: i dont know. Any idea:
/usr/lib/libSDL-1.2.so.0: undefined reference to `caca_end'
/usr/lib/libSDL-1.2.so.0: undefined reference to `caca_refresh'
/usr/lib/libSDL-1.2.so.0: undefined reference to `caca_get_width 

emerge --info
Portage 2.1.2_rc2-r1 (default-linux/x86/2006.1, gcc-3.4.6, glibc-2.5-r0, 2.6.19-rc5 i686)
=================================================================
System uname: 2.6.19-rc5 i686 Intel(R) Celeron(R) CPU 2.53GHz
Gentoo Base System version 1.12.6
Last Sync: Thu, 23 Nov 2006 08:00:01 +0000
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=pentium3 -O2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/home/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib acpi adns alsa audiofile berkdb bidi bitmap-fonts bzip2 caps cdparanoia cdr cli cracklib crypt crypte cups curl curlwrappers dbus dga dio djvu dlloader dri dts dvd dvdr dvdread elibc_glibc encode esd ethereal exif ffmpeg firefox flac flash fortran gb gdbm gif glut gnome gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl i8x0 icc iconv icq imagemagick imap imlib input_devices_keyboard input_devices_mouse ipv6 isdnlog jabber javascript jingle jpeg jpeg2k kerberos kernel_linux ladspa lesstif libcaca libg++ libsamplerate libwww live lm_sensors lzo mad mime ming mmap mmx mmxext mng mono motif mozilla mp3 mpeg mpi msepack nas ncurses nls nptl nptlonly nsplugin nvtv ocaml ogg oggvorbis openal opengl osc oscar oss pam pcre pdf perl plotutils png posix ppds pppd python quicktime readline real recode reflection rtc samba scanner sdl session sharedmem shorten sndfile snmp sockets speex spell spl sse sse2 ssl svga tcltk tcpd theora threads tiff trayicon truetype truetype-fonts type1-fonts udev unicode usb userland_GNU v4l v4l2 vcd video_cards_fbdev video_cards_i810 video_cards_vesa vorbis win32codecs wmf x264 xanim xine xml xml2 xorg xosd xpm xscreensaver xv xvid xvmz zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Alexey Fisher 2006-11-23 02:32:25 UTC
Created attachment 102588 [details]
bactrace
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-11-23 02:34:37 UTC
(In reply to comment #0)
> Second issue: i dont know. Any idea:
> /usr/lib/libSDL-1.2.so.0: undefined reference to `caca_end'
> /usr/lib/libSDL-1.2.so.0: undefined reference to `caca_refresh'
> /usr/lib/libSDL-1.2.so.0: undefined reference to `caca_get_width 

Re-emerge media-libs/libsdl (Bug 155195)
Comment 3 Alexis Ballier gentoo-dev 2007-02-05 20:18:27 UTC
Cant reproduce it here : 

emerge -pv portaudio audacity

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-libs/portaudio-18.1-r6  0 kB [3] 
[ebuild   R   ] media-sound/audacity-1.3.2-r1  USE="flac ladspa libsamplerate mp3 unicode vorbis (-sse)" 0 kB [3] 


Could please post the above output you get ?

audacity uses portaudio v19 as an internal version, so this should be fine.
Comment 4 Alexey Fisher 2007-02-12 11:01:53 UTC
oooh... i can't reproduce this bug anymore. 
Comment 5 marc baier 2007-08-29 10:38:33 UTC
i have the following problem while emerging >audacity-1.3.2-r1:

../lib-src/portaudio-v19/lib/libportaudio.a(pa_jack.o): In function `RealStop':
pa_jack.c:(.text+0x207f): undefined reference to `jack_port_unlock'
pa_jack.c:(.text+0x20b6): undefined reference to `jack_port_lock'
pa_jack.c:(.text+0x218f): undefined reference to `jack_port_unlock'
pa_jack.c:(.text+0x21c6): undefined reference to `jack_port_lock'
collect2: ld gab 1 als Ende-Status zurück
make[1]: *** [../audacity] Fehler 1
make[1]: Leaving directory `/var/tmp/portage/media-sound/audacity-1.3.2-r1/work/audacity-src-1.3.2-beta/src'
make: *** [audacity] Fehler 2

!!! ERROR: media-sound/audacity-1.3.2-r1 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  audacity-1.3.2-r1.ebuild, line 80:   Called die


------------------------------------------------------------------------------


portaudiov18 is installed:

horst audacity-1.3.2-r1 # emerge -pv portaudio 

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] media-libs/portaudio-18.1-r6  0 kB 

Total: 1 package (1 reinstall), Size of downloads: 0 kB
horst audacity-1.3.2-r1 # 


------------------------------------------------------------------------------


horst audacity-1.3.2-r1 # emerge --info
Portage 2.1.2.12 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.5-r3, 2.6.22-gentoo-r5 i686)
=================================================================
System uname: 2.6.22-gentoo-r5 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 28 Aug 2007 07:00:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distcc distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/pro-audio /usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac accessibility acl acpi aiglx alsa arts berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emboss encode esd evo fam ffmpeg firefox flac fortran gdbm gif gimpprint glitz gnome gpm gstreamer gtk hal iconv ipv6 isdnlog jack jack-tmpfs java jpeg kde kerberos ladspa ldap mad midi mikmod mmx mmxext mng mp3 mp4 mpeg mudflap musicbrainz ncurses nls nptl nptlonly nsplugin ogg opengl openmp oss pam pcre pdf perl png postgres ppds pppd python qt3 qt3support qt4 quicktime readline real reflection sdl session spell spl sse ssl svg svga tcpd threadsafe tiff truetype truetype-fonts type1-fonts unicode usb vcd vorbis win32codecs wmf x264 x86 xml xorg xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INITNG_PLUGINS="also bash_launcher chdir chroot conflict cpout critical ctrlaltdel daemon_clean debug_commands envparser find fmon fstat history idleprobe initctl interactive iparser last limit lockfile logfile netdev netprobe ngc4 ngcs nge pause provide reload renice rlparser simple_launcher stcmd stdout suid syncron syslog sysreq unneeded usplash" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="sis vga vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS


-------------------------------------------------------------------------------

i found out that passing --with-portaudio=system to ./configure, audacity compiles. this works for >audacity-1.3.2-r1

i think this is the best solution. if someone wants to test portaudiov19, he needs to unmask it and merge it. and if so, i think that the masked portaudio-code in portage is more up to date as the one included in audacity.

so for now could you please reopen this bug until you find a decent resolution?

thanks a lot and sorry if my english is not the best, i'm still improving it ;)
Comment 6 marc baier 2007-08-29 10:41:50 UTC
Created attachment 129520 [details]
updated ebuild for audacity 1.3.2-r1
Comment 7 marc baier 2007-08-29 10:42:23 UTC
Created attachment 129522 [details]
updated ebuild for audacity 1.3.3
Comment 8 marc baier 2007-08-29 10:49:25 UTC
maybe this is interesting too:

http://audacityteam.org/wiki/index.php?title=Audacity_PortAudio_v19