Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308539 - media-video/vlc-9999 ebuild broken (320_all_cachegen.patch fails)
Summary: media-video/vlc-9999 ebuild broken (320_all_cachegen.patch fails)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 22:35 UTC by niogic
Modified: 2010-07-18 12:05 UTC (History)
1 user (show)

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 niogic 2010-03-08 22:35:24 UTC
And that's it.

I don't know maybe it's unneeded patch.
Maybe it's just changed file.

I dont understand my patch output but I guess you can easily reproduce this bug.


Just ebuild need a fix.
Comment 1 Alexis Ballier gentoo-dev 2010-03-10 11:36:38 UTC
fixed, thanks for reporting
Comment 2 Grégoire Favre 2010-07-05 21:52:20 UTC
I think it changed again and I don't know whether I should open a new bug or if I could simply reply here ?
Comment 3 niogic 2010-07-06 00:20:13 UTC
(In reply to comment #2)
> I think it changed again and I don't know whether I should open a new bug or if
> I could simply reply here ?
> 
Verified.
Same patch broken.

Reopening.
Comment 4 Grégoire Favre 2010-07-10 16:44:51 UTC
Changing one lign in patches/320_all_cachegen.patch from :
-       if test -z "$(DESTDIR)"; then \
to
-       if test -z "$(DESTDIR)" -a "$(build)" = "$(host)"; then \

fix the compilation.
In order to compil it I created an modified archive from /usr/portage/distfiles/vlc-patches-85.tar.bz2 with the lign changed and saved it to /usr/portage/distfiles/vlc-patches-86.tar.bz2 and also updated the PATCHLEVEL="86" in the ebuild, then ebuild vlc-9999.ebuild digest and it compils fine (and seems to work just great).
Comment 5 Alexis Ballier gentoo-dev 2010-07-18 12:05:08 UTC
fixed again
please _do not_ reopen this bug everytime upstream changes some code that makes the patches to fail; this happens with live ebuilds, file a new bug instead