First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156341
Alias:
Product:
Component:
Status: CLOSED
Resolution: DUPLICATE of bug 156339
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Fernando Garcia Bermudez <fernando@movrev.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 156341 depends on: Show dependency tree
Bug 156341 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-26 13:10 0000
bmpx-0.34.4 depends on dbus-glib-0.72 which depends on dbus >= 0.94, which
means 
on either dbus-1.0.1 or dbus-1.01-r1. All of the previous packages are
hard-masked; bmpx-0.34.4, supposedly because of cairomm which has been unmasked
recently; and the rest due to waiting for the new mono bindings and testing.

I unmasked all and emerged them having the dbus system break on me, which makes
their hard-mask necessary. However, I've contacted bmpx's main developer and he
told me that bmpx requires only dbus >=0.61. Because of this, I modified the
ebuild's requirement to require dbus >=0.62-r1, which was the one I have
working on my system and I could make bmpx work. Here's the corresponding diff:

39c39
<       >=dev-libs/dbus-glib-0.72
---
>       >=sys-apps/dbus-0.62-r1

I did a second modification because with gst-plugins-mad-0.10.3 I couldn't play
mp3's, but I can now (note that 0.10.4 didn't work as well). The diff is:

53c53
<       mad? ( >=media-plugins/gst-plugins-mad-0.10.3 )
---
>       mad? ( >=media-plugins/gst-plugins-mad-0.10.4-r1 )

bmpx is not completely stable, so it should keep it's ~amd64 flag, but at least
it's usable and can be tested after the required changes to the ebuild and some
more testing before taking the hard-mask off. Here's my emerge --info if you
need further details on my system.

Portage 2.1.1-r2 (default-linux/amd64/2005.0, gcc-3.4.6, glibc-2.4-r4,
2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.12.6
Last Sync: Fri, 24 Nov 2006 17:20:01 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r2, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
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-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O2 -pipe"
CHOST="x86_64-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/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-march=athlon64 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg ccache distlocks fixpackages
metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo
ftp://mirror.datapipe.net/gentoo http://gentoo.mirrors.tds.net/gentoo"
LANG="en_US"
LINGUAS="en en_US"
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"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="amd64 X aac alsa arts audiofile beagle berkdb bitmap-fonts
blender-game bonobo bzip2 cdparanoia cdr cli cracklib crypt cups dbus
dlloader doc dri dvd dvdr eds elibc_glibc emboss encode esd exif ffmpeg
fftw firefox flac foomaticdb fortran gaim gcc64 gif gmail gnome gpm
gstreamer gtk gtk2 gtkhtml hal iconv imap imlib input_devices_evdev
input_devices_keyboard input_devices_mouse ipv6 isdnlog java javascript
jpeg jpeg2k kerberos kernel_linux lapack lcms ldap linguas_en
linguas_en_US lzw lzw-tiff mad maildir mbox mikmod mng mono mp3 mpeg
musepack nas ncurses nls nptl nptlonly nsplugin nvidia ogg openal opengl
oss pam pcre pdf perl png pop pppd python qt3 qt4 quicktime readline
reflection sasl sdl session spell spl ssl svg tcpd theora tiff timidity
truetype truetype-fonts type1-fonts unicode usb userland_GNU
video_cards_nvidia vorbis xinerama xml xorg xpm xscreensaver xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS,
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

------- Comment #1 From Jakub Moc (RETIRED) 2006-11-26 13:11:25 0000 -------

*** This bug has been marked as a duplicate of 156339 ***

------- Comment #2 From Jakub Moc (RETIRED) 2006-11-26 13:11:39 0000 -------
Dupe.

First Last Prev Next    No search results available      Search page      Enter new bug