when compiling =media-sound/rhythmbox-0.12.5-r2 the net-libs/libsoup-gnome is not being picked up by portage and the build fails. Reproducible: Always Steps to Reproduce: 1.emerge =media-sound/rhythmbox-0.12.5-r2 Actual Results: checking for RB_CLIENT... yes checking for RHYTHMBOX... configure: error: Package requirements ( gtk+-2.0 >= 2.12.0 glib-2.0 >= 2.16.0 gio-2.0 >= 2.16.0 gio-unix-2.0 >= 2.16.0 gnome-media-profiles >= 2.8 libsoup-2.4 >= 2.26.0 libsoup-gnome-2.4 >= 2.26.0 ) were not met: No package 'libsoup-gnome-2.4' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables RHYTHMBOX_CFLAGS and RHYTHMBOX_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Portage 2.1.7.16 (default/linux/x86/10.0/desktop, gcc-4.3.2, glibc-2.9_p20081201-r2, 2.6.29-hardened-r1 i686) ================================================================= System uname: Linux-2.6.29-hardened-r1-i686-Intel-R-_Xeon-R-_CPU_E5420_@_2.50GHz-with-gentoo-1.12.11.1 Timestamp of tree: Tue, 26 Jan 2010 23:45:01 +0000 distcc 3.1 i686-pc-linux-gnu [disabled] ccache version 2.4 [disabled] app-shells/bash: 3.2_p39 dev-java/java-config: 2.1.10 dev-lang/python: 2.6.2-r1 dev-python/pycrypto: 2.1.0_beta1 dev-util/ccache: 2.4-r7 dev-util/cmake: 2.6.4-r3 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.6-r2 sys-devel/autoconf: 2.13, 2.63-r1 sys-devel/automake: 1.6.3, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.1 sys-devel/libtool: 2.2.6b virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" ACCEPT_LICENSE="* -@EULA" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=i686 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=i686 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LDFLAGS="-Wl,-O1" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X aac acl acpi alsa avahi berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode evo exif fam firefox flac fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipv6 jpeg kde ldap libnotify livecd loop-aes mad mikmod mng modules mpeg mudflap nautilus ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support qt4 quicktime readline reflection sdl session socks5 spell spl ssl startup-notification svg sysfs tcpd thunar tiff truetype unicode usb vorbis win32codecs x86 xml xorg xulrunner xv 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 mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nv r128 radeon savage sis tdfx trident vesa via vmware apm ark ast chips cirrus i128 i740 imstt radeonhd s3virge tseng v4l vermilion xgi" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Created attachment 217757 [details] build.log
This is odd. Rhythmbox depends on libsoup[gnome] which should pull in libsoup-gnome. Maybe the pdepend causes the ordering to be too badly messed up? @gnome: What about just changing the libsoup dep to a libsoup-gnome dep?
(In reply to comment #2) > Maybe the pdepend causes the ordering to be too badly messed > Mhhh... yup probably... aarrff > @gnome: What about just changing the libsoup dep to a libsoup-gnome dep? > libsoup-gnome depends on libsoup, so normally no problems. @Fernando: emerge -pv rhythmbox please ? (in order to see how libsoup-gnome is pulled)
(In reply to comment #3) > (In reply to comment #2) > > Maybe the pdepend causes the ordering to be too badly messed > > > > Mhhh... yup probably... aarrff > > > @gnome: What about just changing the libsoup dep to a libsoup-gnome dep? > > > > libsoup-gnome depends on libsoup, so normally no problems. > > @Fernando: emerge -pv rhythmbox please ? (in order to see how libsoup-gnome is > pulled) > emerge -pv rhythmbox These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-sound/rhythmbox-0.12.5-r2 USE="brasero cdr hal libnotify python -daap -debug -doc -gnome-keyring -ipod -lirc -mtp -musicbrainz -nsplugin -test -udev" 0 kB
+ 17 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org> + -files/rhythmbox-0.11.5-libmtp-0.3.0-API.patch, + -rhythmbox-0.11.6-r1.ebuild, rhythmbox-0.12.5-r2.ebuild, + rhythmbox-0.12.6.ebuild: + Add libsoup-gnome dependency, it is needed at build time, bug #302670. + Raise gnome-doc-utils dependency to an appropriate version, bug #303515. + Fixed without a bump, thanks for reporting.