From owner-freebsd-perl@FreeBSD.ORG Mon Sep 15 00:25:51 2008 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A51D1065678; Mon, 15 Sep 2008 00:25:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C454E8FC1A; Mon, 15 Sep 2008 00:25:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8F0PoVl030500; Mon, 15 Sep 2008 00:25:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8F0Poj0030496; Mon, 15 Sep 2008 00:25:50 GMT (envelope-from edwin) Date: Mon, 15 Sep 2008 00:25:50 GMT Message-Id: <200809150025.m8F0Poj0030496@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/127388: www/p5-libwww - p5-www : links missing X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 00:25:51 -0000 Synopsis: www/p5-libwww - p5-www : links missing Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Sep 15 00:25:50 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=127388 From owner-freebsd-perl@FreeBSD.ORG Mon Sep 15 01:33:29 2008 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CEEE106567D; Mon, 15 Sep 2008 01:33:29 +0000 (UTC) (envelope-from geraud@gcu.info) Received: from services.gcu-squad.org (zone0.gcu-squad.org [212.85.147.21]) by mx1.freebsd.org (Postfix) with ESMTP id CEE0B8FC15; Mon, 15 Sep 2008 01:33:27 +0000 (UTC) (envelope-from geraud@gcu.info) Received: from [202.22.227.193] (helo=[192.168.0.70]) by services.gcu-squad.org (GCU Mailer Daemon) with esmtpsa id 1Kf3eQ-0000hi-PX (TLSv1:RC4-MD5:128) (envelope-from ) ; Mon, 15 Sep 2008 04:17:19 +0200 From: Geraud CONTINSOUZAS To: bug-followup@FreeBSD.org, regisr@pobox.com Content-Type: multipart/mixed; boundary="=-psmv2GjD7KdXAJFHJT5Z" Date: Mon, 15 Sep 2008 12:13:43 +1100 Message-Id: <1221441223.1178.5.camel@dash.nealab.net> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 FreeBSD GNOME Team Port Cc: perl@FreeBSD.org Subject: Re: ports/127388: www/p5-libwww - p5-www : links missing X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: geraud@gcu.info List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 01:33:33 -0000 --=-psmv2GjD7KdXAJFHJT5Z Content-Type: text/plain Content-Transfer-Encoding: 7bit The change came from upstream. However the authors allow to revert the change via an optional argument at configure-time. The attached patch uses this functionality. PORTREVISION bump is required as it would install new files in bin and new manpages. Regards, Geraud --=-psmv2GjD7KdXAJFHJT5Z Content-Disposition: attachment; filename=patch-p5-libwww.txt Content-Type: text/x-patch; name=patch-p5-libwww.txt; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- Makefile.orig 2008-09-10 23:17:34.000000000 +1100 +++ Makefile 2008-09-15 12:06:32.000000000 +1100 @@ -7,6 +7,7 @@ PORTNAME= libwww PORTVERSION= 5.814 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= LWP @@ -25,8 +26,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --aliases -MAN1= lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1 +MAN1= GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1 MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \ HTTP::Cookies::Microsoft.3 HTTP::Cookies::Netscape.3 \ --- pkg-plist.orig 2008-09-10 23:17:34.000000000 +1100 +++ pkg-plist 2008-09-15 12:06:53.000000000 +1100 @@ -1,3 +1,6 @@ +bin/GET +bin/HEAD +bin/POST bin/lwp-download bin/lwp-mirror bin/lwp-request --=-psmv2GjD7KdXAJFHJT5Z-- From owner-freebsd-perl@FreeBSD.ORG Mon Sep 15 01:40:04 2008 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F25E1065675 for ; Mon, 15 Sep 2008 01:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 064FC8FC16 for ; Mon, 15 Sep 2008 01:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8F1e3NZ037583 for ; Mon, 15 Sep 2008 01:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8F1e3MO037576; Mon, 15 Sep 2008 01:40:03 GMT (envelope-from gnats) Date: Mon, 15 Sep 2008 01:40:03 GMT Message-Id: <200809150140.m8F1e3MO037576@freefall.freebsd.org> To: perl@FreeBSD.org From: Geraud CONTINSOUZAS Cc: Subject: Re: ports/127388: www/p5-libwww - p5-www : links missing X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Geraud CONTINSOUZAS List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 01:40:04 -0000 The following reply was made to PR ports/127388; it has been noted by GNATS. From: Geraud CONTINSOUZAS To: bug-followup@FreeBSD.org, regisr@pobox.com Cc: perl@FreeBSD.org Subject: Re: ports/127388: www/p5-libwww - p5-www : links missing Date: Mon, 15 Sep 2008 12:13:43 +1100 --=-psmv2GjD7KdXAJFHJT5Z Content-Type: text/plain Content-Transfer-Encoding: 7bit The change came from upstream. However the authors allow to revert the change via an optional argument at configure-time. The attached patch uses this functionality. PORTREVISION bump is required as it would install new files in bin and new manpages. Regards, Geraud --=-psmv2GjD7KdXAJFHJT5Z Content-Disposition: attachment; filename=patch-p5-libwww.txt Content-Type: text/x-patch; name=patch-p5-libwww.txt; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit --- Makefile.orig 2008-09-10 23:17:34.000000000 +1100 +++ Makefile 2008-09-15 12:06:32.000000000 +1100 @@ -7,6 +7,7 @@ PORTNAME= libwww PORTVERSION= 5.814 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= CPAN MASTER_SITE_SUBDIR= LWP @@ -25,8 +26,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +CONFIGURE_ARGS+= --aliases -MAN1= lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1 +MAN1= GET.1 HEAD.1 POST.1 lwp-download.1 lwp-mirror.1 lwp-request.1 lwp-rget.1 MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \ HTTP::Cookies::Microsoft.3 HTTP::Cookies::Netscape.3 \ --- pkg-plist.orig 2008-09-10 23:17:34.000000000 +1100 +++ pkg-plist 2008-09-15 12:06:53.000000000 +1100 @@ -1,3 +1,6 @@ +bin/GET +bin/HEAD +bin/POST bin/lwp-download bin/lwp-mirror bin/lwp-request --=-psmv2GjD7KdXAJFHJT5Z-- From owner-freebsd-perl@FreeBSD.ORG Mon Sep 15 15:20:00 2008 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C132F1065683 for ; Mon, 15 Sep 2008 15:20:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 975738FC37 for ; Mon, 15 Sep 2008 15:20:00 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8FFK0Y5020219 for ; Mon, 15 Sep 2008 15:20:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8FFK09A020215 for perl@FreeBSD.org; Mon, 15 Sep 2008 15:20:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Sep 2008 15:20:00 GMT Message-Id: <200809151520.m8FFK09A020215@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to perl@FreeBSD.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2008 15:20:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/127388 perl www/p5-libwww - p5-www : links missing o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos 2 problems total. From owner-freebsd-perl@FreeBSD.ORG Tue Sep 16 22:19:49 2008 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3536E106566B for ; Tue, 16 Sep 2008 22:19:49 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 8ABFF8FC15 for ; Tue, 16 Sep 2008 22:19:48 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r5af140.net.upc.cz [86.49.39.140]) (authenticated bits=0) by raven.customer.vol.cz (8.14.1/8.14.1) with ESMTP id m8GMJbua098593; Wed, 17 Sep 2008 00:19:39 +0200 (CEST) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: perl@FreeBSD.org, leeym@FreeBSD.org Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-OY5MLsDjv7ZnJodRPGum" Date: Wed, 17 Sep 2008 00:19:37 +0200 Message-Id: <1221603577.2334.18.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 FreeBSD GNOME Team Port X-Spam-Score: -1.791 () AWL,BAYES_00,RCVD_IN_PBL X-Scanned-By: MIMEDefang 2.64 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 86.49.39.140; Sender-helo: [192.168.0.23]; ) Cc: Subject: [Fwd: p5-HTML-SimpleLinkExtor-1.21 failed on amd64 6] X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 22:19:49 -0000 --=-OY5MLsDjv7ZnJodRPGum Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P=F8edm=ECt: p5-HTML-SimpleLinkExtor-1.21 failed on amd64 6 > Datum: Tue, 16 Sep 2008 02:00:44 GMT >=20 > You can also find this build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.200809152216= 42/p5-HTML-SimpleLinkExtor-1.21.log >=20 > building p5-HTML-SimpleLinkExtor-1.21 on hammer2.isc.gumbysoft.com > in directory /usr2/pkgbuild/6/20080915221642/chroot/289 > building for: 6.4-RELEASE amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/www/p5-HTML-SimpleLinkExtor > Makefile ident: $FreeBSD: ports/www/p5-HTML-SimpleLinkExtor/Makefile,v 1.= 14 2008/09/04 09:27:45 leeym Exp $ > build started at Tue Sep 16 01:59:21 UTC 2008 > FETCH_DEPENDS=3D > PATCH_DEPENDS=3Dperl-5.8.8_1.tbz > EXTRACT_DEPENDS=3Dperl-5.8.8_1.tbz > BUILD_DEPENDS=3Dperl-5.8.8_1.tbz > RUN_DEPENDS=3Dp5-Authen-SASL-2.12.tbz p5-Compress-Raw-Zlib-2.015.tbz p5-C= ompress-Zlib-2.015.tbz p5-Digest-HMAC-1.01.tbz p5-Digest-MD5-2.36_1.tbz p5-= Digest-SHA1-2.11.tbz p5-GSSAPI-0.26.tbz p5-HTML-Parser-3.56_1.tbz p5-HTML-T= agset-3.20.tbz p5-IO-Compress-Base-2.015.tbz p5-IO-Compress-Zlib-2.015.tbz = p5-MIME-Base64-3.07.tbz p5-Net-1.22,1.tbz p5-URI-1.37.tbz p5-libwww-5.814.t= bz perl-5.8.8_1.tbz > prefixes: LOCALBASE=3Dusr/local X11BASE=3Dusr/local > add_pkg > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D> HTML-SimpleLinkExtor-1.21.tar.gz doesn't seem to exist in /tmp/distf= iles/. > =3D> Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/dis= tfiles/. > fetch: ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/HTML-SimpleLinkE= xtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/dis= tfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/HTML-SimpleLinkE= xtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/= modules/by-module/HTML/. > fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/HTML/= HTML-SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, n= o access) > =3D> Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-modu= le/HTML/. > fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/HTML/HTML-SimpleLink= Extor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from http://www.cpan.dk/modules/by-module/HTML/. > fetch: http://www.cpan.dk/modules/by-module/HTML/HTML-SimpleLinkExtor-1.2= 1.tar.gz: Not Found > =3D> Attempting to fetch from http://ring.nict.go.jp/archives/lang/perl/C= PAN/modules/by-module/HTML/. > fetch: http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/H= TML/HTML-SimpleLinkExtor-1.21.tar.gz: Not Found > =3D> Attempting to fetch from http://ring.sakura.ad.jp/archives/lang/perl= /CPAN/modules/by-module/HTML/. > fetch: http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module= /HTML/HTML-SimpleLinkExtor-1.21.tar.gz: Not Found > =3D> Attempting to fetch from http://ring.riken.jp/archives/lang/perl/CPA= N/modules/by-module/HTML/. > fetch: http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/HTM= L/HTML-SimpleLinkExtor-1.21.tar.gz: Not Found > =3D> Attempting to fetch from ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modu= les/by-module/HTML/. > fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/HTML/HTML= -SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no ac= cess) > =3D> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/b= y-module/HTML/. > fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/HTML/HTML-Simp= leLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://ftp.sunet.se/pub/lang/perl/CPAN/modul= es/by-module/HTML/. > fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/HTML/HTML-= SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no acc= ess) > =3D> Attempting to fetch from ftp://mirror.hiwaay.net/CPAN/modules/by-mod= ule/HTML/. > fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/HTML/HTML-SimpleLin= kExtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.funet= .fi/pub/languages/perl/CPAN/modules/by-module/HTML/. > fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/= CPAN/modules/by-module/HTML/HTML-SimpleLinkExtor-1.21.tar.gz: File unavaila= ble (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/= modules/by-module/HTML/. > fetch: ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/HTML/= HTML-SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, n= o access) > =3D> Attempting to fetch from ftp://ftp.isu.net.sa/pub/CPAN/modules/by-mo= dule/HTML/. > fetch: ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/HTML/HTML-SimpleLi= nkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/perl/CPAN/mod= ules/by-module/HTML/. > fetch: ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/HTML/HTM= L-SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no a= ccess) > =3D> Attempting to fetch from ftp://cpan.pop-mg.com.br/pub/CPAN/modules/b= y-module/HTML/. > fetch: ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/HTML/HTML-Simp= leLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from http://at.cpan.org/modules/by-module/HTML/. > fetch: http://at.cpan.org/modules/by-module/HTML/HTML-SimpleLinkExtor-1.2= 1.tar.gz: Moved Temporarily > =3D> Attempting to fetch from ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules= /by-module/HTML/. > fetch: ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/HTML/HTML-Si= mpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no acces= s) > =3D> Attempting to fetch from ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modu= les/by-module/HTML/. > fetch: ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/HTML/HTML= -SimpleLinkExtor-1.21.tar.gz: File unavailable (e.g., file not found, no ac= cess) > =3D> Attempting to fetch from http://backpan.cpan.org/modules/by-module/H= TML/. > fetch: http://backpan.cpan.org/modules/by-module/HTML/HTML-SimpleLinkExto= r-1.21.tar.gz: Not Found > =3D> Attempting to fetch from ftp://freebsd.isc.org/pub/FreeBSD/ports/dis= tfiles/. > fetch: ftp://freebsd.isc.org/pub/FreeBSD/ports/distfiles/HTML-SimpleLinkE= xtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/dis= tfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/HTML-SimpleLinkE= xtor-1.21.tar.gz: File unavailable (e.g., file not found, no access) > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /tmp/distfiles/ and try again. > *** Error code 1 >=20 > Stop in /a/ports/www/p5-HTML-SimpleLinkExtor. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/www/p5-HTML-SimpleLinkExtor ended at Tue Sep 16 02:00= :43 UTC 2008 --=20 Pav Lucistnik One Unix to rule them all, One Resolver to find them, One IP to bring them all and in the zone to bind them. --=-OY5MLsDjv7ZnJodRPGum Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEABECAAYFAkjQMPkACgkQntdYP8FOsoL3EACgze+so7qHyF/cnmvmtf8UKXLX IZwAnAzc7VmS+GVvOEtr03z36buTCtvO =RVsO -----END PGP SIGNATURE----- --=-OY5MLsDjv7ZnJodRPGum-- From owner-freebsd-perl@FreeBSD.ORG Thu Sep 18 05:42:19 2008 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E9DD106567B for ; Thu, 18 Sep 2008 05:42:19 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id AC8F58FC2D for ; Thu, 18 Sep 2008 05:42:18 +0000 (UTC) (envelope-from itetcu@freebsd.org) Received: from quark.ds9.tecnik93.com (quark.ds9.tecnik93.com [81.196.207.132]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 327D4FBEC5E; Thu, 18 Sep 2008 08:24:19 +0300 (EEST) Received: by quark.ds9.tecnik93.com (Postfix, from userid 0) id 28CF812E467B; Thu, 18 Sep 2008 08:24:19 +0300 (EEST) From: QAT@FreeBSD.org To: perl@FreeBSD.org X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.44 2008/08/24 09:54:12 itetcu Exp $ X-QAT-Tindy_Version: 2.4.3 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_7 X-QAT-Jail_Last_Built: 2008-08-19 17:05:45 X-QAT-Port: www/p5-RTx-Statistics X-QAT-Fail_Reason: install_error X-QAT-Log: http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-RTx-Statistics-0.1.8_1.log X-QAT-Build_Reason: QA Run Message-Id: <20080918052419.28CF812E467B@quark.ds9.tecnik93.com> Date: Thu, 18 Sep 2008 08:24:18 +0300 (EEST) Cc: Subject: www/p5-RTx-Statistics - fails: install_error X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 05:42:19 -0000 Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/p5-RTx-Statistics-0.1.8_1.log : building p5-RTx-Statistics-0.1.8_1 in directory /var/tinderbox/7-STABLE-FTP maintained by: perl@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/p5-RTx-Statistics Makefile ident: $FreeBSD: ports/www/p5-RTx-Statistics/Makefile,v 1.5 2007/09/08 01:11:38 linimon Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Thu Sep 18 05:23:15 UTC 2008 ................................................... Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/DateSelectRow Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/StatColumnMap Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/SelectMultiQueue Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/DurationAsString Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/ControlsAsTable/UpdatePage Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/ControlsAsTable/ControlBox Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/CollectionAsTable/Row Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/CollectionAsTable/Header Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/CollectionAsTable/ParseFormat Installing /usr/local/rt3/share/html/RTx/Statistics/CallsMultiQueue/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/CallsMultiQueue/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/DayOfWeek/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/DayOfWeek/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/TimeToResolve/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/TimeToResolve/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/CallsQueueDay/Results.tsv Installing /usr/local/rt3/share/html/RTx/Statistics/CallsQueueDay/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/CallsQueueDay/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/OpenStalled/Results.tsv Installing /usr/local/rt3/share/html/RTx/Statistics/OpenStalled/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/OpenStalled/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/Resolution/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/Resolution/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/FAQ/index.html Installing /usr/local/rt3/share/html/Callbacks/kStatistics/Elements/Tabs/Default ===> Registering installation for p5-RTx-Statistics-0.1.8_1 ================================================================ ======================================== ===> Building package for p5-RTx-Statistics-0.1.8_1 tar: rt3/local/lib/auto/RTx/Statistics/.packlist: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/p5-RTx-Statistics-0.1.8_1.tbz Registering depends: rt-3.4.5 p5-Test-WWW-Mechanize-1.20 p5-WWW-Mechanize-1.34 p5-Apache-DBI-1.06_1 p5-libapreq-1.33 mod_perl-1.30 p5-libwww-5.814 p5-Compress-Zlib-2.015 p5-IO-Compress-Zlib-2.015 p5-Compress-Raw-Zlib-2.015 p5-IO-Compress-Base-2.015 p5-MIME-Tools-5.427,2 p5-Convert-BinHex-1.119 p5-DBIx-SearchBuilder-1.54 p5-Encode-2.26 p5-Net-1.22,1 p5-MIME-Base64-3.07 p5-DBD-mysql-4.006 mysql-client-5.0.67 p5-DBIx-DBSchema-0.36 p5-DBI-1.60.4 p5-MLDBM-2.01 p5-HTTP-Server-Simple-Mason-0.09 p5-HTML-Mason-1.39_1 p5-Cache-Cache-1.05_1 p5-Cache-2.04_1 p5-Cache-Simple-TimedExpiry-0.27 p5-Carp-Assert-More-1.12 p5-Carp-Assert-0.20 p5-Class-Accessor-0.31 p5-Class-Container-0.12 p5-Exception-Class-1.24 p5-Class-Data-Inheritable-0.08 p5-XML-RSS-1.33 p5-DateTime-Format-W3CDTF-0.04 p5-DateTime-Format-Mail-0.30.01 p5-DateTime-0.43.02 p5-Class-Factory-Util-1.7 p5-Class-ReturnValue-0.55 p5-DateTime-TimeZone-0.77.01 p5-Class-Singleton-1.4 p5-Clone-0.29 p5-DateTime-Locale-0.40.01_2 p5-Devel-Sta ckTrace-1.19.02 p5-capitalization-0.03 p5-Devel-Symdump-2.0800 p5-File-NFSLock-1.20 p5-File-Temp-0.20 p5-FreezeThaw-0.43 p5-Getopt-Long-2.37 p5-Heap-0.80 p5-Hook-LexWrap-0.20 p5-IO-String-1.08 p5-IO-stringy-2.110 p5-IPC-ShareLite-0.13 p5-Locale-Maketext-Fuzzy-0.10 p5-Locale-Maketext-Lexicon-0.66 p5-Locale-Maketext-1.13 p5-Log-Dispatch-2.21 p5-Module-Refresh-0.13 p5-Module-Versions-Report-1.05 p5-Params-Validate-0.89 p5-CGI.pm-3.41,1 p5-PathTools-3.2701 p5-Storable-2.18 p5-Test-Exception-0.27 p5-Sub-Uplevel-0.1901_1 p5-Term-ReadKey-2.30 p5-Text-Quoted-2.05 p5-Test-Simple-0.80 p5-Test-Harness-3.13 p5-Test-LongString-0.11 p5-Time-HiRes-1.9715,1 p5-Time-Local-1.18 p5-Time-modules-2006.0814 p5-TimeDate-1.16,1 p5-Tree-Simple-1.18 p5-Want-0.18 p5-Text-Autoformat-1.14.0 p5-Text-Reform-1.12.2_1 p5-version-0.76 p5-GD-Graph-1.44.01_1 p5-GD-TextUtil-0.86_1 p5-GD-2.41 gd-2.0.35,1 freetype2-2.3.7 pkg-config-0.23_1 jpeg-6b_7 png-1.2.31 p5-Error-0.17015 p5-List-MoreUtils-0.22 p5-Text-WikiFo rmat-0.79 p5-Scalar-List-Utils-1.19,1 apache-1.3.41 p5-Authen-SASL-2.12 p5-Digest-HMAC-1.01 p5-Digest-SHA1-2.11 p5-HTML-Format-2.04 p5-HTML-Tree-3.23 p5-HTML-Parser-3.56_1 p5-HTTP-Server-Simple-0.34 p5-URI-1.37 p5-HTML-Tagset-3.20 p5-Apache-Session-1.87 p5-Digest-MD5-2.36_1 p5-Font-AFM-1.20 p5-HTML-Scrubber-0.08 p5-Mail-Sendmail-0.79 p5-Mail-Tools-2.02 p5-GSSAPI-0.26 p5-Regexp-Common-2.122 p5-IO-Socket-SSL-1.15 p5-Net-SSLeay-1.35 p5-Text-Template-1.45 p5-Text-Wrapper-1.02 p5-XML-Parser-2.36 perl-5.8.8_1 expat-2.0.1. Creating bzip'd tar ball in '/tmp/packages/All/p5-RTx-Statistics-0.1.8_1.tbz' *** Error code 1 Stop in /a/ports/www/p5-RTx-Statistics. ================================================================ build of /usr/ports/www/p5-RTx-Statistics ended at Thu Sep 18 05:24:17 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/testing_process.txt Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B