Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142734 - audtty-(0.1.3/0.1.5) and audacious-dumb-0.10 do not build with audacious-1.1.0
Summary: audtty-(0.1.3/0.1.5) and audacious-dumb-0.10 do not build with audacious-1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-03 18:41 UTC by Matthias Langer
Modified: 2006-09-08 03:10 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 Matthias Langer 2006-08-03 18:41:23 UTC
when trying to emerge audtty-0.1.3 i get:

gcc -Wall -lncurses -pthread -laudacious -lgtk-x11-2.0 -lgconf-2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -o audtty main.o curses_printf.o playlist.o playlist_jump.o settings.o
/usr/lib/gcc/i686-pc-linux-gnu/3.4.6/../../../../i686-pc-linux-gnu/bin/ld: cannot find -laudacious
collect2: ld returned 1 exit status
make: *** [audtty] Error 1

!!! ERROR: media-sound/audtty-0.1.3 failed.

the same (missing -laudacious) is true for audacious-dumb-0.10 ...

i'm using 
media-sound/audacious-1.1.0  USE="aac alsa flac gnome mmx mp3 nls vorbis wma -arts -esd -jack -lirc -modplug -musepack -oss -sid -sndfile -timidity".

Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.16-gentoo-r12 i686)
=================================================================
System uname: 2.6.16-gentoo-r12 i686 AMD Athlon(tm) XP 2400+
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.ynet.sk/pub "
LANG="en_US.utf8"
LC_ALL="en_US.utf8"
LINGUAS="en 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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.0.1/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac acpi alsa apm audiofile avi beagle berkdb bitmap-fonts bzip2 cairo cdr cli crypt css cups dbus dlloader dri dvd dvdr dvdread eds emboss encode evo exif fam fbcon ffmpeg firefox flac foomaticdb fortran gdbm gif ginac gmp gnome gphoto2 gpm gstreamer gtk gtk2 hal howl icq imlib ipv6 isdnlog java javascript jpeg jpeg2k lcms libg++ libwww mad mikmod mime mmx mmxext motif mozsvg mp3 mpeg msn nautilus ncurses nfs nls nptl nsplugin nvidia offensive ogg oggvorbis opengl pam pcre pdflib perl plotutils png posix pppd python qt3 qt4 quicktime readline real reflection ruby sdl session sockets spell spl sqlite3 sse ssl subtitles svg tcpd tetex theora tiff truetype truetype-fonts type1-fonts udev unicode usb vcd vorbis win32codecs wma xine xml xmms xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_de userland_GNU video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 William Pitcock 2006-08-08 23:49:04 UTC
You likely need to run ldconfig.
Comment 2 Matthias Langer 2006-08-10 17:01:58 UTC
hmm, i just tried that, but i'm still getting the same error ..
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2006-09-06 13:55:44 UTC
Is this still an issue with audacious 1.1.2 & audtty 1.0.5?
Comment 4 Matthias Langer 2006-09-06 17:07:24 UTC
hmm, i guess you mean audtty-0.1.5 ... well:

media-sound/audacious-1.1.2  USE="aac alsa flac gnome mmx mp3 nls vorbis wma -arts -chardet -esd -jack -lirc -modplug -musepack -oss -sid -sndfile -timidity"

# emerge -av audtty
...
...
...
gcc -Wall -lncurses -pthread -laudacious -lgtk-x11-2.0 -lgconf-2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -o audtty main.o curses_printf.o playlist.o playlist_jump.o settings.o
main.o: In function `main':
main.c:(.text+0x41): undefined reference to `audacious_set_session_uri'
collect2: ld returned 1 exit status
make: *** [audtty] Error 1

!!! ERROR: media-sound/audtty-0.1.5 failed.

if you want me to post "emerge --info" again, as it has cerntainly changed, let me know.
Comment 5 Matthias Langer 2006-09-06 17:16:05 UTC
btw. audacious-dumb-0.23 works for me ...
Comment 6 Matthias Langer 2006-09-07 17:08:43 UTC
reopening to avoid unnecessary duplicates (as closed bugs aren't the first thing people are usually looking for)
Comment 7 Tony Vroon (RETIRED) gentoo-dev 2006-09-08 03:10:19 UTC
audtty masked and marked for tree removal in 30 days.