Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513022 - dev-vcs/git-2.0.0-r1: ppc-aix Prefix platform needs more extlibs for contrib/svn-fe
Summary: dev-vcs/git-2.0.0-r1: ppc-aix Prefix platform needs more extlibs for contrib/...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-06-12 07:00 UTC by Michael Haubenwallner (RETIRED)
Modified: 2019-04-20 14:07 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.)