Re: [gentoo-dev][PATCH v1 ] sys-fs/hfsplusutils with gcc-5: blockiter.c:148:8: error: redefinition of blockiter_curr #580620

2016-04-22 Thread Mike Frysinger
On 22 Apr 2016 03:57, Leno Hou wrote: > +-extern inline UInt32 blockiter_curr(blockiter *b) > +-{ > +-return b->e->start_block + b->block; > +-} > +- > +- > ++extern inline UInt32 blockiter_curr(blockiter *b); i don't think that's how you want to handle extern inline. it doesn't make sense whe

Re: [gentoo-dev][PATCH v2 2/2] ERROR: sys-apps/attr: unable to read SONAME from libattr.so #580792

2016-04-22 Thread Mike Frysinger
thanks, i've added elibtoolize calls to acl & attr now https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e18bcb8f8bcaa6b3e5543caf16a684e7dacd21 -mike signature.asc Description: Digital signature

Re: [gentoo-dev][PATCH v2 1/2] eclass/libtool: fix unable read SONAME for ppc64le #580792

2016-04-22 Thread Mike Frysinger
On 22 Apr 2016 03:44, Leno Hou wrote: > 2) The problem is due to the wrong $LD="ld -m elf64ppc" when link. > This patch sets $LD="ld -m elf64lppc" in m4/libtool.m4 on ppc64le. i'm looking at the upstream libtool project and i'm not seeing these changes in there. have you sent patches to them t

[gentoo-dev] guard ssl-cert.eclass against EAPI=0

2016-04-22 Thread Anthony G. Basile
Following up on the previous change to ssl-cert.eclass, I figure I'd better guard against EAPI=0 since it uses slots. For your review: diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index 4f573ba..e34b07a 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -13,6 +13

[gentoo-dev][PATCH v1 ] sys-fs/hfsplusutils with gcc-5: blockiter.c:148:8: error: redefinition of blockiter_curr #580620

2016-04-22 Thread Leno Hou
Signed-off-by: Leno Hou --- .../files/hfsplusutils-1.0.4-gcc5.patch| 98 ++ sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 1 + 2 files changed, 99 insertions(+) create mode 100644 sys-fs/hfsplusutils/files/hfsplusutils-1.0.4-gcc5.patch diff --git a/sys-fs

Re: [gentoo-dev] [PATCH v1][ 1/8] app-text/opensp: Fix ppc64le configure problem

2016-04-22 Thread Leno Hou
On Wed, Apr 20, 2016 at 10:33 AM, Mike Frysinger wrote: > On 19 Apr 2016 22:12, Leno Hou wrote: > > --- /dev/null > > +++ b/app-text/opensp/files/opensp-1.5.2-configure-with-ppc64le.patch > > @@ -0,0 +1,26 @@ > > +--- configure.orig 2016-04-09 16:24:17.507053635 + > > configure

[gentoo-dev][PATCH v2 2/2] ERROR: sys-apps/attr: unable to read SONAME from libattr.so #580792

2016-04-22 Thread Leno Hou
Signed-off-by: Leno Hou CC: Mike Frysinger --- sys-apps/attr/attr-2.4.47-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-apps/attr/attr-2.4.47-r2.ebuild b/sys-apps/attr/attr-2.4.47-r2.ebuild index 11a6bda..aa62248 100644 --- a/sys-apps/attr/attr-2.4.47-r2.ebu

[gentoo-dev][PATCH v2 1/2] eclass/libtool: fix unable read SONAME for ppc64le #580792

2016-04-22 Thread Leno Hou
1) We faced unable read SONAME from ${lib} when emerge below pacakges platform pacakge ppc64le app-text/opensp ppc64le dev-libs/expat ppc64le net-firewall/iptables ppc64le