Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2006 10:42:33 GMT
From:      Florian Franzmann<siflfran@hawo.stw.uni-erlangen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106639: installing devel/git from ports fails with compile error
Message-ID:  <200612121042.kBCAgXwD077128@www.freebsd.org>
Resent-Message-ID: <200612121050.kBCAo7gL045756@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106639
>Category:       ports
>Synopsis:       installing devel/git from ports fails with compile error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 12 10:50:06 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Florian Franzmann
>Release:        5.4-RELEASE-p11
>Organization:
>Environment:
FreeBSD ente.hawo.stw.uni-erlangen.de 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #1: Thu Feb  2 12:10:48 CET 2006 root@ente.hawo.stw.uni-erlangen.de:/usr/obj/usr/src/sys/HAWO-FB5  i386
>Description:
compiling devel/git from ports fails with the following error:
gcc -o xdiff/xprepare.o -c -g -O2 -Wall  -I/usr/local/include -I/usr/pkg/include -DSHA1_HEADER='<openssl/sha.h>'  xdiff/xprepare.c
gcc -o xdiff/xutils.o -c -g -O2 -Wall  -I/usr/local/include -I/usr/pkg/include -DSHA1_HEADER='<openssl/sha.h>'  xdiff/xutils.c
gcc -o xdiff/xemit.o -c -g -O2 -Wall  -I/usr/local/include -I/usr/pkg/include -DSHA1_HEADER='<openssl/sha.h>'  xdiff/xemit.c
rm -f xdiff/lib.a && ar rcs xdiff/lib.a xdiff/xdiffi.o xdiff/xprepare.o xdiff/xutils.o xdiff/xemit.o
gcc -g -O2 -Wall  -I/usr/local/include -I/usr/pkg/include -DSHA1_HEADER='<openssl/sha.h>'  -o git-convert-objects   -L/usr/local/lib convert-objects.o libgit.a xdiff/lib.a -lz  -liconv  -lcrypto
/usr/bin/ld: cannot find -liconv
gmake: *** [git-convert-objects] Error 1
*** Error code 2

Stop in /usr/ports/devel/git.

ports tree is up to date.
>How-To-Repeat:
cd /usr/ports/devel/git && make && make install clean
>Fix:
unknown
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612121042.kBCAgXwD077128>