Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233742 - media-libs/alsa-lib-1.0.16-r1 stabilization request
Summary: media-libs/alsa-lib-1.0.16-r1 stabilization request
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo ALSA team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-02 20:31 UTC by Michal Kurgan (RETIRED)
Modified: 2009-04-21 10:58 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 Michal Kurgan (RETIRED) gentoo-dev 2008-08-02 20:31:53 UTC
After update and deinstallation of python-2.4 i found that there is a library in media-libs/alsa-lib that links to python:

# ldd /usr/lib/alsa-lib/smixer/smixer-python.so
linux-gate.so.1 =>  (0xb8020000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7fec000)
libdl.so.2 => /lib/libdl.so.2 (0xb7fe8000)
libutil.so.1 => /lib/libutil.so.1 (0xb7fe4000)
libm.so.6 => /lib/libm.so.6 (0xb7fbe000)
libpython2.4.so.1.0 => not found
libasound.so.2 => /usr/lib/libasound.so.2 (0xb7f0b000)
libc.so.6 => /lib/libc.so.6 (0xb7dd3000)
/lib/ld-linux.so.2 (0xb8021000)
librt.so.1 => /lib/librt.so.1 (0xb7dca000)

As far as i can see it is not specified in dependencies. Maybe there is configure option to disable it.

Reproducible: Always
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-02 22:39:20 UTC
alsa-lib has an optional python dependency, which is reflected via an use flag. You probably didn't run "python-updater" after updating Python. Now you've unmerged python 2.4 prematurely you've to run it with "-o 2.4" Assuming invalid. Feel free to reopen, in case you think I'm wrong.
Comment 2 Michal Kurgan (RETIRED) gentoo-dev 2008-08-03 02:29:21 UTC
Ahh, i see. There is USE="python" but only in media-libs/alsa-lib-1.0.16-r1, which currently is unstable. Current stable version has this issue... i don't know how to handle this (maybe stabilization?) so i reopen.

I didn't run python-updater, only reconcillo to check packages linked to old python version and this is how i did found this.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-08-03 11:51:37 UTC
(In reply to comment #2)
> Ahh, i see. There is USE="python" but only in media-libs/alsa-lib-1.0.16-r1,
> which currently is unstable. Current stable version has this issue... i don't
> know how to handle this (maybe stabilization?) so i reopen.

Indeed, yes. Missed that.
 
> I didn't run python-updater, only reconcillo to check packages linked to old
> python version and this is how i did found this.

You'll face issues not only bould to linking. Running python-updater after a major Python update is not optional.
Comment 4 Michal Kurgan (RETIRED) gentoo-dev 2008-08-03 16:20:42 UTC
(In reply to comment #3)
> > I didn't run python-updater, only reconcillo to check packages linked to old
> > python version and this is how i did found this.
> 
> You'll face issues not only bould to linking. Running python-updater after a
> major Python update is not optional.
> 

Thanks for this clarification.
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2009-04-21 10:58:07 UTC
The bug title and bug contents don't coincide, so I'm going to file a new bug instead of retitling this one. Not quite sure what happened, but the bug looks invalid to me.