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.
fixed, thanks for reporting
I think it changed again and I don't know whether I should open a new bug or if I could simply reply here ?
(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.
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).
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