From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 9 18:24:00 2013 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DCAD4892 for ; Tue, 9 Apr 2013 18:24:00 +0000 (UTC) (envelope-from streck@papafloh.de) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.freebsd.org (Postfix) with ESMTP id 793F3FE4 for ; Tue, 9 Apr 2013 18:24:00 +0000 (UTC) Received: from mail-in-01-z2.arcor-online.net (mail-in-01-z2.arcor-online.net [151.189.8.13]) by mx.arcor.de (Postfix) with ESMTP id B68A310BA2A for ; Tue, 9 Apr 2013 20:23:52 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-01-z2.arcor-online.net (Postfix) with ESMTP id B34D17DB730 for ; Tue, 9 Apr 2013 20:23:52 +0200 (CEST) X-Greylist: Passed host: 88.64.67.71 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-02.arcor-online.net 8CB0E30134 Received: from zeus.middleearth.flo (dslb-088-064-067-071.pools.arcor-ip.net [88.64.67.71]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 8CB0E30134 for ; Tue, 9 Apr 2013 20:23:52 +0200 (CEST) Received: from zeus.middleearth.flo (localhost [127.0.0.1]) by zeus.middleearth.flo (Postfix) with ESMTP id 4389FE8091 for ; Tue, 9 Apr 2013 20:23:47 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on zeus.middleearth.flo X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from localhost (localhost [127.0.0.1]) by zeus.middleearth.flo (Postfix) with ESMTP id 22316E8092 for ; Tue, 9 Apr 2013 20:23:47 +0200 (CEST) Received: from zeus.middleearth.flo ([127.0.0.1]) by localhost (zeus.middleearth.flo [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6XRlYk8xvhVy for ; Tue, 9 Apr 2013 20:23:46 +0200 (CEST) Received: by dionysos.localdomain (Postfix, from userid 1000) id AC76554040; Tue, 9 Apr 2013 20:23:46 +0200 (CEST) Date: Tue, 9 Apr 2013 20:23:46 +0200 To: gnome@freebsd.org Subject: problem installing port "converters/libiconv" Message-ID: <20130409182346.GG25625@dionysos.middleearth.flo> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IMjqdzrDRly81ofr" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) From: streck@papafloh.de (Florian Streck) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2013 18:24:00 -0000 --IMjqdzrDRly81ofr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I have a problem (re)installing several ports. With libiconv the error occurs during make install: # make install =3D=3D=3D> Installing for libiconv-1.14_1 =3D=3D=3D> Generating temporary packing list =3D=3D=3D> Checking if converters/libiconv already installed cd libcharset && make install prefix=3D'/usr/local' exec_prefix=3D'/usr/loc= al' libdir=3D'/usr/local/lib' cd lib && make install prefix=3D'/usr/local' exec_prefix=3D'/usr/local' lib= dir=3D'/usr/local/lib' if test no =3D no; then case 'freebsd8.0' in darwin[56]*) need_charset_a= lias=3Dtrue ;; darwin* | cygwin* | mingw* | pw32* | cegcc*) need_charset_= alias=3Dfalse ;; *) need_charset_alias=3Dtrue ;; esac ; else need_char= set_alias=3Dfalse ; fi ; /bin/sh ../build-aux/mkinstalldirs /usr/local/li= b ; /bin/sh /usr/local/bin/libtool --mode=3Dinstall install -o root -g wh= eel -m 444 libcharset.la /usr/local/lib/libcharset.la libtool: install: install -o root -g wheel -m 444 .libs/libcharset.so.1 /us= r/local/lib/libcharset.so.1 libtool: install: (cd /usr/local/lib && { ln -s -f libcharset.so.1 libchars= et.so || { rm -f libcharset.so && ln -s libcharset.so.1 libcharset.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libcharset.so.1 libchars= et.so || { rm -f libcharset.so && ln -s libcharset.so.1 libcharset.so; }; }) libtool: install: install -o root -g wheel -m 444 .libs/libcharset.lai /usr= /local/lib/libcharset.la libtool: install: install -o root -g wheel -m 444 .libs/libcharset.a /usr/l= ocal/lib/libcharset.a libtool: install: chmod 644 /usr/local/lib/libcharset.a libtool: install: ranlib /usr/local/lib/libcharset.a if test -f /usr/local/lib/charset.alias; then sed -f ref-add.sed /usr/loca= l/lib/charset.alias > /usr/local/lib/t-charset.alias; install -o root -g = wheel -m 444 /usr/local/lib/t-charset.alias /usr/local/lib/charset.alias; = rm -f /usr/local/lib/t-charset.alias; else if $need_charset_alias; then = sed -f ref-add.sed charset.alias > /usr/local/lib/t-charset.alias; install= -o root -g wheel -m 444 /usr/local/lib/t-charset.alias /usr/local/lib/cha= rset.alias; rm -f /usr/local/lib/t-charset.alias; fi ; fi /bin/sh ./build-aux/mkinstalldirs /usr/local/include cannot open ./build-aux/mkinstalldirs: No such file or directory *** [install] Error code 2 1 error *** [install] Error code 2 1 error *** [do-install] Error code 2 Stop in /usr/ports/converters/libiconv. *** [install] Error code 1 Stop in /usr/ports/converters/libiconv. On another machine the same port installs without problems. I even transfer= ed the files with scp from one machine to the other. Result is the same. I'= m quite sure, that the problem is somewhere in this installation, but I'm r= unning out of ideas, what to do to resolve this. I already erased the ports tree and did a "portsnap fetch" and "portsnap ex= tract" to get a new one. If I search for the Makefile which calls "/bin/sh ./build-aux/mkinstalldirs= /usr/local/include" I can insert cd-commands (several needed in several pl= aces) to get the "make install" to complete. The Makefile where the error hits first is=20 /usr/ports/converters/libiconv/work/libiconv-1.14/libcharset/Makefile at line 50 $(mkinstalldirs) $(DESTDIR)$(includedir) and the directory where the command fails is /usr/ports/converters/libiconv/work/libiconv-1.14/libcharset/lib I'm in the process of updating to "9.1-RELEASE". The error occured when reb= uilding all ports with portupgrade -af. (But I've seen it before). Processor: # sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu' hw.machine: amd64 hw.model: AMD Athlon(tm) II X2 215 Processor hw.ncpu: 2 hw.machine_arch: amd64 I hope someone can give me a hint in which direction to search, or which ot= her data I'd have to collect to further analyse the root cause of my proble= m (except me, of course ;-) Thanks for any help you can give me! Florian --=20 Have a nice diurnal anomaly. --IMjqdzrDRly81ofr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlFkXLIACgkQIXCBARCXXgwiqACgiGTmjdNiEgYpJ52ZImwVLbVp DfYAnj9FdFj9J7v0KpL+KAIMCG4ddaIn =ujQU -----END PGP SIGNATURE----- --IMjqdzrDRly81ofr--