Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 577344 - app-arch/p7zip-15.09-r2: needs update for changed names
Summary: app-arch/p7zip-15.09-r2: needs update for changed names
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-13 22:40 UTC by *
Modified: 2016-03-29 05:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for ebuild (p7zip-15.09-r2.ebuild.patch,1.54 KB, patch)
2016-03-13 22:42 UTC, *
Details | Diff
patch to include <sys/types.h> (p7zip-15.09-include-sys-types.h.patch,294 bytes, patch)
2016-03-13 22:42 UTC, *
Details | Diff
build.log (build.log.bz2,3.05 KB, application/x-bzip2)
2016-03-27 15:45 UTC, *
Details

Note You need to log in before you can comment on or make changes to this bug.
Description * 2016-03-13 22:40:22 UTC
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
Comment 1 * 2016-03-13 22:42:06 UTC
Created attachment 428152 [details, diff]
patch for ebuild
Comment 2 * 2016-03-13 22:42:53 UTC
Created attachment 428154 [details, diff]
patch to include <sys/types.h>
Comment 3 Fabian Groffen gentoo-dev 2016-03-26 08:33:26 UTC
I've committed a different fix to 15.14, that works for me on Yosemite.  I believe it should work on El Capitan too.
Comment 4 * 2016-03-27 15:44:50 UTC
This still fails for me on El Capitan due to the first issue.
Comment 5 * 2016-03-27 15:45:20 UTC
Created attachment 429110 [details]
build.log
Comment 6 Fabian Groffen gentoo-dev 2016-03-27 15:49:14 UTC
can confirm on El Capitan
Comment 7 Fabian Groffen gentoo-dev 2016-03-28 07:27:03 UTC
Fixed and tested on El Capitan this time.
Comment 8 * 2016-03-29 05:35:48 UTC
Thanks, that works.