From owner-freebsd-ports@FreeBSD.ORG Thu Dec 19 07:33:23 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B4DDC95 for ; Thu, 19 Dec 2013 07:33:23 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98EA113E2 for ; Thu, 19 Dec 2013 07:33:22 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id rBJ7XIwI089349 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 19 Dec 2013 07:33:18 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk rBJ7XIwI089349 Authentication-Results: smtp.infracaninophile.co.uk/rBJ7XIwI089349; dkim=none reason="no signature"; dkim-adsp=none Message-ID: <52B2A13D.80408@FreeBSD.org> Date: Thu, 19 Dec 2013 07:33:17 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Albert Shih , Larry Rosenman Subject: Re: www/rt42: Fail Install References: <20131218203804.GA13887@pcjas.obspm.fr> In-Reply-To: <20131218203804.GA13887@pcjas.obspm.fr> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="q1nJ83D7PL35B6G0EDnN7BMJRwX6giXqs" X-Virus-Scanned: clamav-milter 0.98 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 07:33:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --q1nJ83D7PL35B6G0EDnN7BMJRwX6giXqs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18/12/2013 20:38, Albert Shih wrote: > Le 09/12/2013 =E0 22:05:02-0600, Larry Rosenman a =E9crit >=20 > Hi,=20 >=20 > I've a close (but different) problem : >=20 > Everything is compiling but when I try to install I get this message : = >=20 > =3D=3D=3D> Building package for rt42-4.2.1_2 > Creating package /usr/ports/www/rt42/work/rt42-4.2.1_2.tbz > Registering depends: p5-Apache-DBI-1.12 p5-Log-Dispatch-2.41=20 > =20 > [snip] > Registering conflicts: rt-3.8* rt40-4.0* brlcad-[0-9]*. > =20 > Creating bzip'd tar ball in '/usr/ports/www/rt42/work/rt42-4.2.1_2.= tbz' > =20 > tar: lib/perl5/site_perl/5.14/RT.pm: Cannot stat: No such file or d= irectory > tar: lib/perl5/site_perl/5.14/RT/ACE.pm: Cannot stat: No such file = or directory > [snip] > =20 > tar: lib/perl5/site_perl/5.14/RT/Util.pm: Cannot stat: No such file= or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > *** [do-package] Error code 1 > =20 > Stop in /usr/ports/www/rt42. >=20 > That's I would say is "normal" because during this installation the scr= ipt : >=20 > [ -d /usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5= =2E16 ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www= /rt42/work/stage/usr/local/lib/perl5/site_perl/5.16 > ( cd lib && find . -type d -print ) | while read dir ; do /usr/bin= /install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/u= sr/local/lib/perl5/site_perl/5.16/$dir" ; done > ( cd lib && find . -type f -print ) | while read file ; do /usr/bi= n/install -c -o root -g wheel -m 0644 "lib/$file" "/usr/ports/www/rt42/wo= rk/stage/usr/local/lib/perl5/site_perl/5.16/$file" ; done >=20 > try to install inside perl/5.16 but I running perl 5.14 >=20 > Regards. >=20 > JAS I don't understand how it is you are getting this result. I'm building www/rt42 for perl-5.14 and perl-5.16 respectively in a pair of different poudriere instances, plus I tested it building against perl-5.18 on RedPorts, and no indication of any problems like this. rt42 does use autoconf rather than the usual perl configuration mechanisms, but that is no different to www/rt40 or www/rt38, and there seems to be no problem there. Can you show me what perl-version related settings you have in /etc/make.conf; what the output of 'perl -v' is; and what the contents of /usr/local/etc/perl5_version are? As I understand it, you should only have: DEFAULT_VERSIONS=3D perl5=3D5.16 as the way to select a perl version /etc/make.conf. This should agree with what perl itself reports its version as, and what the ports thinks has been installed according to the contents of perl5_version. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --q1nJ83D7PL35B6G0EDnN7BMJRwX6giXqs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJSsqE9XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT/FgP/R5LeenXr9+xp25Gvs0Baj7A 2j+xpQjFSP/AphwMqHpHDgkBcYeqsdAwsTfIgKvyyjiRpOM3MwUZgdp5uzv51nhR PFKVpyndG6P/DyI1h/rDZXw3x4Dfza3Aj/WUnkQKnQLuBIoMruS8Y1Q3WtaedhE+ Oihf+uL2zkMM4UA9PGxR+vyHhxHYt39EpgPRgYVRFBA7RfU867VUX2rWdbvH1Trw XpjcytU/YdUCO3pxfC6ov08rEVCorLWHlLcQz5w4W3l9vaTaFH84d1UycThgYmBF Q517DlUoCitn9FHFw9e6Z+kJ3KlA4jgYpt1Znvcdq3Flem8woLwm9UIaJUs4b6GW 8TcMh0drD7VAovxUjPKttuS2P1c3NYsvGdSr/WzIKU46Yeo2Vpsg9Z/khMkLO60K 4yj3bByCBjim3L5hVZQbqrNATlcp4kTWLMwirTwG2OM3TSA/wNlL/FrZ3UlE1Zd8 VKbvD2Dvtcd4WoDlzsr7H9m/hU8fNw7BDiGvHjCxw+ke0DFNp8julUiC2EYybq7A IFVzR98DAdBHBC80/VTx9hmr7WM9xY7117ltt5GQgNtFCtRlTifQcTR+ppNHmZ1G VLxozYQ3+gFKrBZVuUFxVCDRL8YfvQAtdVWcirlUr4VFKnwbWBCpEOOR+ZuT13DG chhdxoDKJVP4eNTiFM/z =d65y -----END PGP SIGNATURE----- --q1nJ83D7PL35B6G0EDnN7BMJRwX6giXqs--