Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 195424 - vlc-0.9* incorrectly changes SLOT
Summary: vlc-0.9* incorrectly changes SLOT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 19:45 UTC by SpanKY
Modified: 2007-10-10 22:54 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 SpanKY gentoo-dev 2007-10-10 19:45:22 UTC
the new vlc ebuilds have SLOT=1 ... should be SLOT=0
Comment 1 Alexis Ballier gentoo-dev 2007-10-10 19:53:09 UTC
(In reply to comment #0)
> the new vlc ebuilds have SLOT=1 ... should be SLOT=0
 

its desired behavior, couldnt get rid of bug #157746, upgrading from 0.8.6c would give you most of modules linked against libvlc.so.0 while it's removed after the upgrade


blocking older versions while on the same slot didnt prevent from upgrading


I'd be happy to get back to slot 0 if there is any cleaner solution
Comment 2 SpanKY gentoo-dev 2007-10-10 20:36:51 UTC
a `has_version` check in pkg_setup() would allow you to keep from messing with the SLOT

as for Bug 157746, it'd be much more sane to just include a fix in the vlc ebuild instead of waiting
Comment 3 Alexis Ballier gentoo-dev 2007-10-10 21:47:54 UTC
(In reply to comment #2)
> a `has_version` check in pkg_setup() would allow you to keep from messing with
> the SLOT

Well... I had discarded this solution because I found it less convenient for users, but you're right its probably wiser to not mess with slots

> as for Bug 157746, it'd be much more sane to just include a fix in the vlc
> ebuild instead of waiting

do you mean adding a patch to libtool *after* eautoreconf call ?
I think I'll have to ask on libtool ml's for help before, or perhaps hope for a clean fix in a libtool release and depend on it
Comment 4 SpanKY gentoo-dev 2007-10-10 22:54:37 UTC
yes, adding the patch after running autotools

i'm not fully up-to-date as to the issue in Bug 157746, but if you e-mail the libtool lists, please cc me so i dont miss it