Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428090 - dev-vcs/git-1.7.8.6 fails to compile due to missing iconv symbols
Summary: dev-vcs/git-1.7.8.6 fails to compile due to missing iconv symbols
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-25 19:09 UTC by Fabian Groffen
Modified: 2012-07-27 17:15 UTC (History)
0 users

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 Fabian Groffen gentoo-dev 2012-07-25 19:09:57 UTC
LINK git-fast-import
    LINK git-daemon
    LINK git-imap-send
libgit.a(utf8.o): In function `reencode_string':
utf8.c:(.text+0x984): undefined reference to `libiconv_open'
utf8.c:(.text+0xa0d): undefined reference to `libiconv'
utf8.c:(.text+0xa22): undefined reference to `libiconv_close'
utf8.c:(.text+0xa4e): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make: *** [git-fast-import] Error 1
make: *** Waiting for unfinished jobs....
libgit.a(utf8.o): In function `reencode_string':
utf8.c:(.text+0x984): undefined reference to `libiconv_open'
utf8.c:(.text+0xa0d): undefined reference to `libiconv'
utf8.c:(.text+0xa22): undefined reference to `libiconv_close'
utf8.c:(.text+0xa4e): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
libgit.a(utf8.o): In function `reencode_string':
utf8.c:(.text+0x984): undefined reference to `libiconv_open'
utf8.c:(.text+0xa0d): undefined reference to `libiconv'
utf8.c:(.text+0xa22): undefined reference to `libiconv_close'
utf8.c:(.text+0xa4e): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make: *** [git-imap-send] Error 1
make: *** [git-daemon] Error 1
 * ERROR: dev-vcs/git-1.7.8.6 failed (compile phase):
 *   emake failed

Happens on Solaris, OpenIndiana/Ilumos and Darwin
Comment 1 Fabian Groffen gentoo-dev 2012-07-27 17:15:05 UTC
fixed