Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136318 - problem with new openal version number
Summary: problem with new openal version number
Status: RESOLVED DUPLICATE of bug 132826
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-10 13:14 UTC by Bartosz Krzeszewski
Modified: 2006-06-10 13:33 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 Bartosz Krzeszewski 2006-06-10 13:14:35 UTC
A lot of ebuilds have in DEPEND section media-libs/openal-<old version number> and new version number is recognized as older. Because of that the old version of openal is installed which blocks freealut. Solution for this is to remove version number of openal in DEPEND section of the ebuild (new openal will be used).

I have problems with these ebuilds:
(In these examples I masked >media-libs/openal-20000101 to check witch packages depend on old version numbered openal)

emerge -upvD world

These are the packages that I would merge, in order:

Calculating world dependencies                             8
!!! All ebuilds that could satisfy ">=media-libs/openal-20020127" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/openal-20050504-r1 (masked by: package.mask)
- media-libs/openal-20050504-r2 (masked by: package.mask)
- media-libs/openal-20051024 (masked by: package.mask, package.mask)
# Tony Vroon <chainsaw@gentoo.org> (29 Oct 2005)
# This version of openal uses an external version of alut, as it is no longer
# bundled, bringing Linux more in line with other operating systems.  What this
# means is that this version of openal and alut need to remain masked until all
# packages that use alut are fixed for the split libraries.


For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "media-gfx/blender-2.40" [ebuild])



!!! Problem resolving dependencies for media-gfx/blender
!!! Depgraph creation failed.


emerge -upvD world

These are the packages that I would merge, in order:

Calculating world dependencies                    is
!!! All ebuilds that could satisfy "~media-libs/openal-20050504" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/openal-20050504-r1 (masked by: package.mask)
- media-libs/openal-20050504-r2 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "dev-python/pyopenal-0.1.4" [ebuild])



!!! Problem resolving dependencies for dev-python/pyopenal
!!! Depgraph creation failed.


emerge -upvD world

These are the packages that I would merge, in order:

Calculating world dependencies          ne
!!! All ebuilds that could satisfy ">=media-libs/openal-20040303" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/openal-20050504-r1 (masked by: package.mask)
- media-libs/openal-20050504-r2 (masked by: package.mask)
- media-libs/openal-20051024 (masked by: package.mask, package.mask)
# Tony Vroon <chainsaw@gentoo.org> (29 Oct 2005)
# This version of openal uses an external version of alut, as it is no longer
# bundled, bringing Linux more in line with other operating systems.  What this
# means is that this version of openal and alut need to remain masked until all
# packages that use alut are fixed for the split libraries.


For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "games-strategy/glest-2.0.0" [ebuild])



!!! Problem resolving dependencies for games-strategy/glest
!!! Depgraph creation failed.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-10 13:33:02 UTC
Will be done when ready.

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