On Thu, Dec 18, 2014 at 10:04:03PM +0100, François Revol wrote: > On 18/12/2014 11:26, pulkomandy@xxxxxxxxxxxxx wrote: > > fde7000: Update x86_64 libsolv to fix fopencookie build breakage on haiku. > > Does it fix > https://dev.haiku-os.org/ticket/11535 > ? It tries to, but it fails. I had done this earlier for x86_gcc2 and it also didn't work, I thought I had mixed up my packages. But since it didn't work here again I had a closer look. The problem is that the Haiku build uses the source package generated by Haikuporter. The source packge doesn't include the patches added in the recipe. So, this won't work. We need to change haikuporter to package the patched sources instead, or upstream the patch to our libsolv repo so the recipe builds without patches again. And then we need to update the source package to a correct one. -- Adrien.