Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110581 - emerge of media-video/vlc failed
Summary: emerge of media-video/vlc failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 110525 116882 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-26 15:08 UTC by Tomas Hrobarik
Modified: 2005-12-27 08:25 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 Tomas Hrobarik 2005-10-26 15:08:55 UTC
i686-pc-linux-gnu-gcc -Wsign-compare -Wall -O2 -march=pentium4 -pipe -o vlc src/
vlc-vlc.o lib/libvlc.a ./modules/misc/memcpy/libmemcpymm
x.a ./modules/video_chroma/libi420_rgb_mmx.a ./modules/video_chroma/
libi422_yuy2_mmx.a ./modules/video_chroma/libi420_ymga_mmx.a ./modul
es/video_chroma/libi420_yuy2_mmx.a ./modules/misc/memcpy/libmemcpymmxext.a ./
modules/misc/memcpy/libmemcpy3dn.a -L/usr/lib -lhal -ldbus-
1 -lrt -lpthread -ldl -lm
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: 
warning: libdbus-1.so.0, needed by /usr/lib/libhal.so, no
t found (try using -rpath or -rpath-link)
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_boolean'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_string_array'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_nil'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_double'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_uint64'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_boolean'
/usr/lib/libhal.so: undefined reference to 
`dbus_message_iter_init_dict_iterator'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_uint64'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_int32'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_dict_key'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_int32'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_string'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_append_double'
/usr/lib/libhal.so: undefined reference to `dbus_message_iter_get_string'
collect2: ld returned 1 exit status
make[2]: *** [vlc] Error 1
make[2]: Leaving directory `/var/tmp/portage/vlc-0.8.1-r1/work/vlc-0.8.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vlc-0.8.1-r1/work/vlc-0.8.1'
make: *** [all] Error 2

!!! ERROR: media-video/vlc-0.8.1-r1 failed.
!!! Function src_compile, Line 197, Exitcode 2
!!! make of VLC failed
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
emerge -av vlc
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-27 01:35:41 UTC
Sounds like you have hal linked against a different version of dbus than the 
one you're using. 
 
Are you using ~x86 dbus or hal and x86 vlc? 
 
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-30 15:00:19 UTC
*** Bug 110525 has been marked as a duplicate of this bug. ***
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-30 15:04:54 UTC
This should be fixed hard-disabling hal from vlc. 
 
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-12-27 08:25:57 UTC
*** Bug 116882 has been marked as a duplicate of this bug. ***