My system is OS X El Capitan (10.11.3). I'm using an installation built with a successful bootstrap from bug 564814. It seems there are some minor updates necessary for the latest p7zip. I'll attach an ebuild patch. First issue: In file included from ../../../../CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:16: ../../../../CPP/7zip/UI/Common/../../../Windows/FileDir.h:96:3: error: unknown type name 'ino_t' ino_t _ino; ^ Second issue: >>> Install p7zip-15.09-r2 into /opt/gentoo/var/tmp/portage/app-arch/p7zip-15.09-r2/image/ category app-arch !!! doexe: bin/*.bundle does not exist Reproducible: Always
Created attachment 428152 [details, diff] patch for ebuild
Created attachment 428154 [details, diff] patch to include <sys/types.h>
I've committed a different fix to 15.14, that works for me on Yosemite. I believe it should work on El Capitan too.
This still fails for me on El Capitan due to the first issue.
Created attachment 429110 [details] build.log
can confirm on El Capitan
Fixed and tested on El Capitan this time.
Thanks, that works.