Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 513022

Summary: dev-vcs/git-2.0.0-r1: ppc-aix Prefix platform needs more extlibs for contrib/svn-fe
Product: Gentoo Linux Reporter: Michael Haubenwallner (RETIRED) <haubi>
Component: [OLD] DevelopmentAssignee: Gentoo Prefix <prefix>
Status: RESOLVED NEEDINFO    
Severity: normal CC: polynomial-c, robbat2
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Haubenwallner (RETIRED) gentoo-dev 2014-06-12 07:00:59 UTC
To get the contrib/svn-fe binary working with dev-vcs/git-2.0.0-r1 on ppc-aix, two more extlibs are necessary:

--- git-2.0.0-r1.ebuild 1 Jun 2014 06:20:08 -0000       1.1
+++ git-2.0.0-r1.ebuild 12 Jun 2014 06:58:32 -0000
@@ -188,6 +188,8 @@
        fi
        if [[ ${CHOST} == *-*-aix* ]]; then
                myopts="${myopts} NO_FNMATCH_CASEFOLD=YesPlease"
+               use iconv && extlibs="${extlibs} -liconv"
+               extlibs="${extlibs} -lintl"
        fi
        if [[ ${CHOST} == *-solaris* ]]; then
                myopts="${myopts} NEEDS_LIBICONV=YesPlease"

Thank you!
Comment 1 Felix Janda 2015-04-04 09:22:49 UTC
With version 2.2.0 svn-fe has been fixed for -liconv. Could you test
whether the build with the unmodified ebuild still fails because of
missing -lintl?

Also could you see whether the NO_FNMATCH_CASEFOLD for aix is still
necessary? (I find no FNMATCH_CASEFOLD in the source.)