From bugmaster at FreeBSD.org Mon Jun 2 11:08:12 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 2 11:08:15 2008 Subject: Current problem reports assigned to perl@FreeBSD.org Message-ID: <200806021108.m52B8BVa094570@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos 1 problem total. From itetcu at FreeBSD.org Tue Jun 3 10:16:44 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Tue Jun 3 10:16:47 2008 Subject: ftp/p5-Net-FTPServer - bad plist Message-ID: <20080603125951.15e4df60@it.buh.tecnik93.com> Hi, You receive this email if you are either the maintainer of the port or if you recently committed to it. If the error is already fixed please ignore this email; if you submit a PR to fix it CC me and I'll commit it ASAP. These emails are generated in one of the following cases: - an automated build was scheduled because the port was touched in CVS - the periodic QA build has reached it. - the port was scheduled because it is a dependency of a port from the cases above. There is no fixed interval for this; if other ports depend on it you will receive this emails more often since testing those other ports is made impossible by this port being broken. Efforts are made to restrict the number of outgoing emails to one/port/week for QA or dependency builds (but not for commit-triggered builds; if you commit 3 times in 5 minutes to the same port and the first 2 versions fail you'll receive 2 emails). The builds are done under tinderbox-2.4.2_2 , on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the official up-to-date Ports Tree (for commit-triggered builds the files are fetched via CVSWeb), with the following vars set: FORCE_PACKAGE=yes, NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes. When you fix install/plist errors please bear in mind that each of the 3 NO* vars controls the installation of different type of files, so constructs like: .ifndef NOPORTDOCS @${MKDIR} ${DATADIR} ... .endif or %%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file are wrong, WRONG, _WRONG_. The error which triggered this email is bellow: ======================================== ===> Building package for p5-Net-FTPServer-1.122 Creating package /tmp/packages/All/p5-Net-FTPServer-1.122.tbz Registering depends: p5-Archive-Zip-1.23 p5-Compress-Zlib-2.011 p5-IO-Compress-Zlib-2.011 p5-Compress-Raw-Zlib-2.011 p5-IO-Compress-Base-2.011 p5-DBI-1.60.4 p5-BSD-Resource-1.2901 p5-File-Sync-0.09 p5-File-Temp-0.20 p5-IO-stringy-2.110 p5-PathTools-3.2701 p5-Storable-2.18 p5-File-Which-0.05 p5-Authen-PAM-0.16_1 perl-5.8.8_1. Creating bzip'd tar ball in '/tmp/packages/All/p5-Net-FTPServer-1.122.tbz' Deleting p5-Net-FTPServer-1.122 ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 19736929 4 drwxr-xr-x 2 root wheel 512 Jun 3 09:24 usr/local/share/examples/Net-FTPServer 19737031 4 -r--r--r-- 1 root wheel 693 Jun 3 09:24 usr/local/share/examples/Net-FTPServer/ftpd.conf ================================================================ build of /usr/ports/ftp/p5-Net-FTPServer ended at Tue Jun 3 09:24:07 UTC 2008 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 From edwin at FreeBSD.org Wed Jun 4 15:40:09 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jun 4 15:40:11 2008 Subject: ports/124272: Add patches to net/p5-Net-OpenID-Consumer Message-ID: <200806041540.m54Fe8n5051228@freefall.freebsd.org> Synopsis: Add patches to net/p5-Net-OpenID-Consumer Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 4 15:40:08 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124272 From kappa at rambler-co.ru Wed Jun 4 15:54:56 2008 From: kappa at rambler-co.ru (Alex Kapranoff) Date: Wed Jun 4 15:55:01 2008 Subject: Add patches to net/p5-Net-OpenID-Consumer Message-ID: <20080604153745.15BEE4A4E@capella.park.rambler.ru> >Submitter-Id: current-users >Originator: Alex Kapranoff >Organization: Rambler >Confidential: no >Synopsis: Add patches to net/p5-Net-OpenID-Consumer >Severity: non-critical >Priority: high >Category: ports >Class: sw-bug >Release: FreeBSD 5.2-CURRENT i386 >Environment: FreeBSD capella.park.rambler.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar 17 16:20:26 MSK 2006 root@capella.park.rambler.ru:/usr/obj/usr/src/sys/CAPELLA2 i386 >Description: >How-To-Repeat: >Fix: Fixes several issues in Net::OpenID::Consumer. CPAN maintainer and author Brad Fitzpatrick seems to ignore all emails. diff -ruN --exclude=CVS /usr/ports/net/p5-Net-OpenID-Consumer/Makefile /usr/home/kappa/work/ports/p5-Net-OpenID-Consumer/Makefile --- /usr/ports/net/p5-Net-OpenID-Consumer/Makefile 2007-08-22 07:47:43.000000000 +0400 +++ /usr/home/kappa/work/ports/p5-Net-OpenID-Consumer/Makefile 2008-06-04 19:34:49.000000000 +0400 @@ -7,6 +7,7 @@ PORTNAME= Net-OpenID-Consumer PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= net security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Net diff -ruN --exclude=CVS /usr/ports/net/p5-Net-OpenID-Consumer/files/patch-Consumer.pm /usr/home/kappa/work/ports/p5-Net-OpenID-Consumer/files/patch-Consumer.pm --- /usr/ports/net/p5-Net-OpenID-Consumer/files/patch-Consumer.pm 1970-01-01 03:00:00.000000000 +0300 +++ /usr/home/kappa/work/ports/p5-Net-OpenID-Consumer/files/patch-Consumer.pm 2008-06-04 19:13:53.000000000 +0400 @@ -0,0 +1,29 @@ +--- Consumer.pm 2007-08-04 02:38:53.000000000 +0400 ++++ lib/Net/OpenID/Consumer.pm 2008-06-04 19:10:37.000000000 +0400 +@@ -235,7 +235,7 @@ + # OpenID servers / delegated identities + # + if ($type eq "link" && +- $val =~ /\brel=.openid\.(server|delegate)./i && ($temp = $1) && ++ $val =~ /\brel=[\"\'][^\"\']*\bopenid\.(server|delegate)\b/i && ($temp = $1) && + $val =~ m!\bhref=[\"\']([^\"\']+)[\"\']!i) { + $ret->{"openid.$temp"} = $1; + next; +@@ -301,7 +301,8 @@ + $ret->{$k} =~ s/&(\w+);/$emap->{$1} || ""/eg; + } + +- $self->_debug("semantic info ($url) = " . join(", ", %$ret)); ++ $self->_debug("semantic info ($url) = " . join(", ", ++ map { defined($ret->{$_}) ? ($_ => $ret->{$_}) : () } keys %$ret)); + + return $ret; + } +@@ -543,6 +544,7 @@ + sub hmac { + my($data, $key, $hash_func, $block_size) = @_; + $block_size ||= 64; ++ $key = $key . ''; # stringify for charwise ^ to work + $key = &$hash_func($key) if length($key) > $block_size; + + my $k_ipad = $key ^ (chr(0x36) x $block_size); From bugmaster at FreeBSD.org Mon Jun 9 11:08:13 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 9 11:08:16 2008 Subject: Current problem reports assigned to perl@FreeBSD.org Message-ID: <200806091108.m59B8CFI072200@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos o ports/124272 perl Add patches to net/p5-Net-OpenID-Consumer 2 problems total. From pav at FreeBSD.org Tue Jun 10 18:42:28 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Tue Jun 10 18:42:32 2008 Subject: [Fwd: p5-Test-File-1.24 failed on amd64 6] Message-ID: <1213121715.33475.26.camel@ikaros.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: p5-Test-File-1.24 failed on amd64 6 > Datum: Tue, 10 Jun 2008 18:07:32 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.2008061016/p5-Test-File-1.24.log > > building p5-Test-File-1.24 on gohan10.freebsd.org > in directory /x/pkgbuild/6/chroot/152 > building for: 6.3-STABLE amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/devel/p5-Test-File > Makefile ident: $FreeBSD: ports/devel/p5-Test-File/Makefile,v 1.14 2008/05/22 16:00:54 mat Exp $ > build started at Tue Jun 10 18:06:43 UTC 2008 > FETCH_DEPENDS= > PATCH_DEPENDS=perl-5.8.8_1.tbz > EXTRACT_DEPENDS=perl-5.8.8_1.tbz > BUILD_DEPENDS=p5-Test-Harness-3.11.tbz p5-Test-Simple-0.80.tbz perl-5.8.8_1.tbz > RUN_DEPENDS=p5-Test-Harness-3.11.tbz p5-Test-Simple-0.80.tbz perl-5.8.8_1.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ======================================== > => Test-File-1.24.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://www.cpan.dk/modules/by-module/Test/. > fetch: http://www.cpan.dk/modules/by-module/Test/Test-File-1.24.tar.gz: Not Found > => Attempting to fetch from http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Test/. > fetch: http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: Not Found > => Attempting to fetch from http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Test/. > fetch: http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: Not Found > => Attempting to fetch from http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Test/. > fetch: http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: Not Found > => Attempting to fetch from ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://mirror.hiwaay.net/CPAN/modules/by-module/Test/. > fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Test/. > fetch: ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Test/. > fetch: ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://at.cpan.org/modules/by-module/Test/. > fetch: http://at.cpan.org/modules/by-module/Test/Test-File-1.24.tar.gz: Moved Temporarily > => Attempting to fetch from ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Test/. > fetch: ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Test/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://backpan.cpan.org/modules/by-module/Test/. > fetch: http://backpan.cpan.org/modules/by-module/Test/Test-File-1.24.tar.gz: Not Found > => Attempting to fetch from ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://ftp-master.freebsd.org/pub/FreeBSD/ports/distfiles/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/ports/distfiles/Test-File-1.24.tar.gz: File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /tmp/distfiles/ and try again. > *** Error code 1 > > Stop in /a/ports/devel/p5-Test-File. > ================================================================ > build of /usr/ports/devel/p5-Test-File ended at Tue Jun 10 18:07:36 UTC 2008 -- Pav Lucistnik A)bort, R)etry, H)it with big hammer -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: 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?= Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20080610/10056a40/attachment.pgp From skv at FreeBSD.org Wed Jun 11 12:30:15 2008 From: skv at FreeBSD.org (skv@FreeBSD.org) Date: Wed Jun 11 12:30:29 2008 Subject: ports/124272: Add patches to net/p5-Net-OpenID-Consumer Message-ID: <200806111230.m5BCUERh031741@freefall.freebsd.org> Synopsis: Add patches to net/p5-Net-OpenID-Consumer State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Wed Jun 11 12:30:09 UTC 2008 State-Changed-Why: ommitted, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124272 From dfilter at FreeBSD.ORG Wed Jun 11 12:40:11 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Wed Jun 11 12:40:15 2008 Subject: ports/124272: commit references a PR Message-ID: <200806111240.m5BCeAmS034603@freefall.freebsd.org> The following reply was made to PR ports/124272; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124272: commit references a PR Date: Wed, 11 Jun 2008 12:29:58 +0000 (UTC) skv 2008-06-11 12:29:54 UTC FreeBSD ports repository Modified files: net/p5-Net-OpenID-Consumer Makefile Added files: net/p5-Net-OpenID-Consumer/files patch-Consumer.pm Log: Fixes: 1. Support multivalue rel in (e.g. 2. Support numbers as keys in hmac. 3. Silence a warning. PR: ports/124272 Submitted by: Alex Kapranoff Revision Changes Path 1.3 +4 -0 ports/net/p5-Net-OpenID-Consumer/Makefile 1.1 +29 -0 ports/net/p5-Net-OpenID-Consumer/files/patch-Consumer.pm (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From bugmaster at FreeBSD.org Mon Jun 16 11:08:11 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 16 11:09:02 2008 Subject: Current problem reports assigned to perl@FreeBSD.org Message-ID: <200806161108.m5GB8Alp038171@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos 1 problem total. From pav at FreeBSD.org Wed Jun 18 20:51:59 2008 From: pav at FreeBSD.org (Pav Lucistnik) Date: Wed Jun 18 20:52:02 2008 Subject: [Fwd: p5-Date-Set-1.30 failed on amd64 7] Message-ID: <1213822299.93316.189.camel@ikaros.oook.cz> -------- P?eposlan? zpr?va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz > P?edm?t: p5-Date-Set-1.30 failed on amd64 7 > Datum: Sat, 14 Jun 2008 19:59:03 GMT > > You can also find this build log at > > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.7.2008061312/p5-Date-Set-1.30.log > > building p5-Date-Set-1.30 on hammer1.isc.gumbysoft.com > in directory /usr2/pkgbuild/7/chroot/992 > building for: 7.0-STABLE amd64 > maintained by: perl@FreeBSD.org > port directory: /usr/ports/devel/p5-Date-Set > Makefile ident: $FreeBSD: ports/devel/p5-Date-Set/Makefile,v 1.4 2008/04/17 14:25:09 araujo Exp $ > build started at Sat Jun 14 19:58:27 UTC 2008 > FETCH_DEPENDS= > PATCH_DEPENDS=perl-5.8.8_1.tbz > EXTRACT_DEPENDS=perl-5.8.8_1.tbz > BUILD_DEPENDS=p5-Date-ICal-1.72.tbz p5-Date-Leapyear-1.71_1.tbz p5-Set-Infinite-0.61.tbz p5-Time-HiRes-1.9715,1.tbz perl-5.8.8_1.tbz > RUN_DEPENDS=p5-Date-ICal-1.72.tbz p5-Date-Leapyear-1.71_1.tbz p5-Set-Infinite-0.61.tbz p5-Time-HiRes-1.9715,1.tbz perl-5.8.8_1.tbz > prefixes: LOCALBASE=usr/local X11BASE=usr/local > add_pkg > ================================================================ > ======================================== > => Date-Set-1.30.tar.gz doesn't seem to exist in /tmp/distfiles/. > => Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://www.cpan.dk/modules/by-module/Date/. > fetch: http://www.cpan.dk/modules/by-module/Date/Date-Set-1.30.tar.gz: Not Found > => Attempting to fetch from http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Date/. > fetch: http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: Not Found > => Attempting to fetch from http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Date/. > fetch: http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: Not Found > => Attempting to fetch from http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Date/. > fetch: http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: Not Found > => Attempting to fetch from ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://mirror.hiwaay.net/CPAN/modules/by-module/Date/. > fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Date/. > fetch: ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Date/. > fetch: ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://at.cpan.org/modules/by-module/Date/. > fetch: http://at.cpan.org/modules/by-module/Date/Date-Set-1.30.tar.gz: Moved Temporarily > => Attempting to fetch from ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Date/. > fetch: ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) > => Attempting to fetch from http://backpan.cpan.org/modules/by-module/Date/. > fetch: http://backpan.cpan.org/modules/by-module/Date/Date-Set-1.30.tar.gz: Not Found > => Attempting to fetch from ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/. > fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/Date-Set-1.30.tar.gz: Connection refused > => Couldn't fetch it - please try to retrieve this > => port manually into /tmp/distfiles/ and try again. > *** Error code 1 > > Stop in /a/ports/devel/p5-Date-Set. > ================================================================ > build of /usr/ports/devel/p5-Date-Set ended at Sat Jun 14 19:59:02 UTC 2008 -- Pav Lucistnik XML is a giant step in no direction at all. -- Erik Naggum -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 195 bytes Desc: 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?= Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20080618/9d41b969/attachment.pgp From pgollucci at p6m7g8.com Fri Jun 20 22:59:24 2008 From: pgollucci at p6m7g8.com (Philip M. Gollucci) Date: Fri Jun 20 22:59:27 2008 Subject: [Fwd: p5-Date-Set-1.30 failed on amd64 7] In-Reply-To: <1213822299.93316.189.camel@ikaros.oook.cz> References: <1213822299.93316.189.camel@ikaros.oook.cz> Message-ID: <485C33EE.3030409@p6m7g8.com> Pav Lucistnik wrote: > -------- P?eposlan? zpr?va -------- >> Od: User Ports-amd64 >> Komu: cvs@oook.cz >> P?edm?t: p5-Date-Set-1.30 failed on amd64 7 >> Datum: Sat, 14 Jun 2008 19:59:03 GMT >> >> fetch: ftp://pointyhat.freebsd.org/pub/FreeBSD/distfiles/Date-Set-1.30.tar.gz: Connection refused >> => Couldn't fetch it - please try to retrieve this >> => port manually into /tmp/distfiles/ and try again. >> *** Error code 1 Looks transient to me.... /usr/ports/devel/p5-Date-Set> sudo make fetch => Date-Set-1.30.tar.gz doesn't seem to exist in /usr/ports/distfiles => Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/. fetch:ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/Date-Set-1.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Date/. Date-Set-1.30.tar.gz 100% of 48 kB 4539 Bps -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From itetcu at FreeBSD.org Sat Jun 21 20:07:31 2008 From: itetcu at FreeBSD.org (Ion-Mihai Tetcu) Date: Sat Jun 21 20:07:34 2008 Subject: FreeBSD imapsync port In-Reply-To: <1575d605ce98cc7dc9aa90768c8cf69c.squirrel@galain.elvandar.org> References: <485D26E5.2070007@fuckner.net> <485D3183.1010602@FreeBSD.org> <20080621220956.243ebcc7@it.buh.tecnik93.com> <1575d605ce98cc7dc9aa90768c8cf69c.squirrel@galain.elvandar.org> Message-ID: <20080621230722.2356a86a@it.buh.tecnik93.com> On Sat, 21 Jun 2008 21:55:18 +0200 (CEST) "Remko Lodder" wrote: > > On Sat, June 21, 2008 9:09 pm, Ion-Mihai Tetcu wrote: > > On Sat, 21 Jun 2008 18:51:15 +0200 > > Remko Lodder wrote: > > > >> tektonaut@fuckner.net wrote: > >> > Hello, > >> > > >> > There are some trouble getting imapsync port running: > >> > > >> > First, it would be nice adding a patch to change the shebang to > >> > /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD > >> > at /usr/bin/perl. > >> > > >> > Secondly imapsync will not run with Mail::IMAPClient from ports, > >> > as said by imapsync itself: > >> > > >> > Subroutine Authuser redefined at /usr/local/bin/imapsync line 2557. > >> > imapsync needs perl lib Mail::IMAPClient release 2.2.9 exactly, future > >> > imapsync release may suppoort 3.0.x, but sorry not now. See file > >> > BUG_IMAPClient_3.xx > >> > # Looks like your test died before it could output anything. > >> > > >> > Mail::IMAPClient provided with imapsync src should be used instead. > >> > > >> > Regards, > >> > Adam > >> > > >> > >> #!/usr/bin/perl is installed as symlink for consistency. The line does > >> not have to be changed in my eyes. I also do not see us removing the > >> symlink anytime soon so lets just leave it like that :-). > > > > Actually it should. > > # PERL - Set to full path of perl5, either in the system > > or > > # installed from a port, but without the > > version number. > > # Use this if you need to replace "#!" > > lines in scripts. > > > > That does not say it SHOULD be set to /usr/local/bin/perl, all perl > scripts I have seen so far are /usr/bin/perl, why break that without > general concensus? :) I live with the impression that is the general consensus. I never seen a port that doesn't do that patch. Since I'm not a perl guy I'm CC'ing perl@ on this. -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20080621/4137344e/signature.pgp From chuckr at telenix.org Sat Jun 21 22:57:20 2008 From: chuckr at telenix.org (Chuck Robey) Date: Sat Jun 21 22:57:24 2008 Subject: FreeBSD imapsync port In-Reply-To: <20080621230722.2356a86a@it.buh.tecnik93.com> References: <485D26E5.2070007@fuckner.net> <485D3183.1010602@FreeBSD.org> <20080621220956.243ebcc7@it.buh.tecnik93.com> <1575d605ce98cc7dc9aa90768c8cf69c.squirrel@galain.elvandar.org> <20080621230722.2356a86a@it.buh.tecnik93.com> Message-ID: <485D7E88.2000005@telenix.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ion-Mihai Tetcu wrote: > On Sat, 21 Jun 2008 21:55:18 +0200 (CEST) > "Remko Lodder" wrote: > >> On Sat, June 21, 2008 9:09 pm, Ion-Mihai Tetcu wrote: >>> On Sat, 21 Jun 2008 18:51:15 +0200 >>> Remko Lodder wrote: >>> >>>> tektonaut@fuckner.net wrote: >>>>> Hello, >>>>> >>>>> There are some trouble getting imapsync port running: >>>>> >>>>> First, it would be nice adding a patch to change the shebang to >>>>> /usr/local/bin/perl. I don't expect anybody having perl on FreeBSD >>>>> at /usr/bin/perl. >>>>> >>>>> Secondly imapsync will not run with Mail::IMAPClient from ports, >>>>> as said by imapsync itself: >>>>> >>>>> Subroutine Authuser redefined at /usr/local/bin/imapsync line 2557. >>>>> imapsync needs perl lib Mail::IMAPClient release 2.2.9 exactly, future >>>>> imapsync release may suppoort 3.0.x, but sorry not now. See file >>>>> BUG_IMAPClient_3.xx >>>>> # Looks like your test died before it could output anything. >>>>> >>>>> Mail::IMAPClient provided with imapsync src should be used instead. >>>>> >>>>> Regards, >>>>> Adam >>>>> >>>> #!/usr/bin/perl is installed as symlink for consistency. The line does >>>> not have to be changed in my eyes. I also do not see us removing the >>>> symlink anytime soon so lets just leave it like that :-). >>> Actually it should. >>> # PERL - Set to full path of perl5, either in the system >>> or >>> # installed from a port, but without the >>> version number. >>> # Use this if you need to replace "#!" >>> lines in scripts. >>> >> That does not say it SHOULD be set to /usr/local/bin/perl, all perl >> scripts I have seen so far are /usr/bin/perl, why break that without >> general concensus? :) > > I live with the impression that is the general consensus. I never seen > a port that doesn't do that patch. Since I'm not a perl guy I'm CC'ing > perl@ on this. I use python, where I picked up this little trick, which lets python find it's actual location and execute itself, based upon the reliable location of "env": #!/usr/bin/env python You could replace python with perl, for your needs. > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIXX6Iz62J6PPcoOkRAulRAJ4pHng7y3KkKDwTXFr89qjYPCU3FACeNuZI NavNInhZO4viAHiVUa5gO1c= =28zV -----END PGP SIGNATURE----- From tektonaut at fuckner.net Sat Jun 21 23:58:34 2008 From: tektonaut at fuckner.net (Tektonaut) Date: Sat Jun 21 23:58:38 2008 Subject: FreeBSD imapsync port In-Reply-To: <485D7E88.2000005@telenix.org> References: <485D26E5.2070007@fuckner.net> <485D3183.1010602@FreeBSD.org> <20080621220956.243ebcc7@it.buh.tecnik93.com> <1575d605ce98cc7dc9aa90768c8cf69c.squirrel@galain.elvandar.org> <20080621230722.2356a86a@it.buh.tecnik93.com> <485D7E88.2000005@telenix.org> Message-ID: <485D8FCD.9040308@fuckner.net> > > I use python, where I picked up this little trick, which lets python find it's > actual location and execute itself, based upon the reliable location of "env": > > #!/usr/bin/env python > > You could replace python with perl, for your needs. Yes, env(1) is quite 'stable' over systems but leads to the same problem: The #shebang line has to be patched if the delevoper didn't already used env. ...but I posted maily because of the second problem with Mail::IMAPClient... ;) Adam -- From edwin at FreeBSD.org Mon Jun 23 02:20:07 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Mon Jun 23 02:20:09 2008 Subject: ports/124893: [Update]devel/p5-Test-Harness:update to 3.12 Message-ID: <200806230220.m5N2K7J4034354@freefall.freebsd.org> Synopsis: [Update]devel/p5-Test-Harness:update to 3.12 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 23 02:20:06 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124893 From bugmaster at FreeBSD.org Mon Jun 23 11:08:13 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 23 11:08:15 2008 Subject: Current problem reports assigned to perl@FreeBSD.org Message-ID: <200806231108.m5NB8C0o066381@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos o ports/124893 perl [Update]devel/p5-Test-Harness:update to 3.12 2 problems total. From leeym at FreeBSD.org Mon Jun 23 16:49:12 2008 From: leeym at FreeBSD.org (leeym@FreeBSD.org) Date: Mon Jun 23 16:49:14 2008 Subject: ports/124893: [Update]devel/p5-Test-Harness:update to 3.12 Message-ID: <200806231649.m5NGnCXr026841@freefall.freebsd.org> Synopsis: [Update]devel/p5-Test-Harness:update to 3.12 State-Changed-From-To: open->closed State-Changed-By: leeym State-Changed-When: Mon Jun 23 16:48:59 UTC 2008 State-Changed-Why: Committed with plist fixes. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=124893 From dfilter at FreeBSD.ORG Mon Jun 23 16:50:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Mon Jun 23 16:50:08 2008 Subject: ports/124893: commit references a PR Message-ID: <200806231650.m5NGo4Yc026932@freefall.freebsd.org> The following reply was made to PR ports/124893; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124893: commit references a PR Date: Mon, 23 Jun 2008 16:48:56 +0000 (UTC) leeym 2008-06-23 16:48:52 UTC FreeBSD ports repository Modified files: devel/p5-Test-Harness Makefile distinfo pkg-plist Log: - update to 3.12 PR: based on 124893 Submitted by: Wen heping Revision Changes Path 1.34 +4 -1 ports/devel/p5-Test-Harness/Makefile 1.26 +3 -3 ports/devel/p5-Test-Harness/distinfo 1.15 +3 -0 ports/devel/p5-Test-Harness/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From leeym at leeym.com Thu Jun 26 21:25:50 2008 From: leeym at leeym.com (Yen-Ming Lee) Date: Thu Jun 26 21:25:54 2008 Subject: [PATCH] lang/p5-Error: update to 0.17014 In-Reply-To: <4863F51A.6060309@p6m7g8.com> References: <200806261912.m5QJCwVE009363@cn1.leeym.com> <4863F51A.6060309@p6m7g8.com> Message-ID: <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> [cc'd to perl@ for more feedbacks] 2008/6/26 Philip M. Gollucci : >> -.include >> +.include >> + >> +.if ${PERL_LEVEL} < 500703 >> +RUN_DEPENDS+= >> p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils >> +.endif >> + >> +.include > > I thought we were deleting this, I know I've seen miwi@, lippe@, and some > others delete this. lang/perl5.8 is the default and has this module in > CORE. > > This is more a general question that specific to this port. > > Update looks good. Approved. Yes, currently the default perl is 5.8.8, but we still support perl-.5.6.2, right ? Should we delete or keep these dependencies for perl-5.6.2 ? -- Yen-Ming Lee From miwi at FreeBSD.org Fri Jun 27 00:16:04 2008 From: miwi at FreeBSD.org (Martin Wilke) Date: Fri Jun 27 00:16:07 2008 Subject: [PATCH] lang/p5-Error: update to 0.17014 In-Reply-To: <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> References: <200806261912.m5QJCwVE009363@cn1.leeym.com> <4863F51A.6060309@p6m7g8.com> <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> Message-ID: <20080626235645.GL30681@bsdcrew.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Jun 26, 2008 at 01:59:49PM -0700, Yen-Ming Lee wrote: > [cc'd to perl@ for more feedbacks] > > 2008/6/26 Philip M. Gollucci : > >> -.include > >> +.include > >> + > >> +.if ${PERL_LEVEL} < 500703 > >> +RUN_DEPENDS+= > >> p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils > >> +.endif > >> + > >> +.include > > > > I thought we were deleting this, I know I've seen miwi@, lippe@, and some > > others delete this. lang/perl5.8 is the default and has this module in > > CORE. > > > > This is more a general question that specific to this port. > > > > Update looks good. Approved. > > Yes, currently the default perl is 5.8.8, but we still support > perl-.5.6.2, right ? > Should we delete or keep these dependencies for perl-5.6.2 ? Hi, Right I have this removed. I don't see why we should hold this old stuff. I personally think it is a good idea to remove 5.6 after the 5.10 update. - - Martin > > -- > Yen-Ming Lee > _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0x05682353 | Jabber : miwi(at)BSDCrew.de | | ICQ : 169139903 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhkLL0ACgkQFwpycAVoI1Mu1wCglxDkEcTOeDL4iMiYMj+Y+MOb DPgAn0wN2JiixjnPY9c6kaMqszKy5uSn =e0VY -----END PGP SIGNATURE----- From tobez at tobez.org Fri Jun 27 06:20:15 2008 From: tobez at tobez.org (Anton Berezin) Date: Fri Jun 27 06:20:18 2008 Subject: [PATCH] lang/p5-Error: update to 0.17014 In-Reply-To: <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> References: <200806261912.m5QJCwVE009363@cn1.leeym.com> <4863F51A.6060309@p6m7g8.com> <759236930806261359l4a520bdaqa5b8147daa4feec7@mail.gmail.com> Message-ID: <20080627060420.GA63314@heechee.tobez.org> On Thu, Jun 26, 2008 at 01:59:49PM -0700, Yen-Ming Lee wrote: > [cc'd to perl@ for more feedbacks] > > 2008/6/26 Philip M. Gollucci : > >> -.include > >> +.include > >> + > >> +.if ${PERL_LEVEL} < 500703 > >> +RUN_DEPENDS+= > >> p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils > >> +.endif > >> + > >> +.include > > > > I thought we were deleting this, I know I've seen miwi@, lippe@, and some > > others delete this. lang/perl5.8 is the default and has this module in > > CORE. > > > > This is more a general question that specific to this port. > > > > Update looks good. Approved. > > Yes, currently the default perl is 5.8.8, but we still support > perl-.5.6.2, right ? > Should we delete or keep these dependencies for perl-5.6.2 ? I'd suggest we keep them, provided the port in question works with 5.6. What I'd really like is to have the PERL_DEPENDS stuff we did with lth@ a couple of month ago committed, then it would be possible to list p5-Scalar-List-Utils as a dependency unconditionally and have the bsd.perl.mk to decide whether it should be pulled in or not. \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From itetcu at FreeBSD.org Sun Jun 29 09:46:00 2008 From: itetcu at FreeBSD.org (QA Tindy) Date: Sun Jun 29 09:46:02 2008 Subject: www/p5-RTx-Statistics - bad plist Message-ID: <20080629124555.0f993a7e@it.buh.tecnik93.com> Hi, You receive this email if you are either the maintainer of the port or if you recently committed to it. If the error is already fixed please ignore this email; if you submit a PR to fix it CC me and I'll commit it ASAP. The builds are 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 (for commit-triggered builds the files are fetched via CVSWeb), with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The error which triggered this email is bellow followed by the link to the full log and explanations about the testing process. 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 Sun Jun 29 07:14:50 UTC 2008 ...... ===> Checking if www/p5-RTx-Statistics already installed Installing /usr/local/rt3/local/lib/RTx/Statistics.pm Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/RTx/Statistics/.packlist Appending installation info to /usr/local/lib/perl5/5.8.8/mach/perllocal.pod Installing /usr/local/rt3/share/html/RTx/Statistics/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/DurationAsString Installing /usr/local/rt3/share/html/RTx/Statistics/UserTest/index.html Installing /usr/local/rt3/share/html/RTx/Statistics/UserTest/Elements/Chart Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/GraphBox Installing /usr/local/rt3/share/html/RTx/Statistics/Elements/Tabs 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 p5-libapreq-1.33 mod_perl-1.30 p5-libwww-5.805 p5-Compress-Zlib-2.011 p5-IO-Compress-Zlib-2.011 p5-Compress-Raw-Zlib-2.011 p5-IO-Compress-Base-2.011 p5-MIME-Tools-5.426,2 p5-Convert-BinHex-1.119 p5-DBIx-SearchBuilder-1.51 p5-Encode-2.25 p5-HTTP-Server-Simple-Mason-0.09 p5-HTML-Mason-1.39_1 p5-Cache-Cache-1.05 p5-Net-1.22,1 p5-Authen-SASL-2.11 p5-Carp-Assert-More-1.12 p5-Test-Exception-0.27 p5-Sub-Uplevel-0.1901 p5-Test-Perl-Critic-1.01 p5-Perl-Critic-1.08.5 p5-PPI-1.203 p5-Digest-MD5-2.36 p5-Digest-1.15 p5-MIME-Base64-3.07 p5-DBD-mysql-4.006 mysql-client-5.0.51a p5-DBIx-DBSchema-0.36 p5-DBI-1.60.4 p5-MLDBM-2.01 p5-B-Keywords-1.08 p5-Cache-Simple-TimedExpiry-0.27 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-Test-ClassAPI-1.04 p5-Class-Inspector-1.23 p5-Class-ReturnValue-0.55 p5-DateTime-TimeZone-0.77.01 p5-Class-Singleton-1.4 p5-Clone-0.28 p5-Config-Tiny-2.12 p5-DateTime-Locale-0.40.01_1 p5-Devel-StackTrace-1.19.01 p5-capitalization-0.03 p5-Test-Pod-Coverage-1.08 p5-Pod-Coverage-0.19 p5-Devel-Symdump-2.0800 p5-File-Remove-1.41 p5-File-Temp-0.20 p5-FreezeThaw-0.43 p5-Getopt-Long-2.37 p5-Test-SubCalls-1.07 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-Pluggable-3.8_1 p5-Module-Refresh-0.13 p5-Module-Versions-Report-1.05 p5-Params-Util-0.33 p5-Params-Validate-0.89 p5-CGI.pm-3.37_1,1 p5-Pod-Parser-1.35_1 p5-PathTools-3.2701 p5-Readonly-1.03_1 p5-Storable-2.18 p5-Term-ReadKey-2.30 p5-Test-Pod-1.26 p5-Text-Quoted-2.05 p5-Test-Simple-0.80 p5-Test-Harness-3.12 p5-Test-LongString-0.11 p5-Time-HiRes-1.9715,1 p 5-Time-Local-1.18 p5-Time-modules-2006.0814 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.75.01 perltidy-20071205 p5-GD-Graph-1.44.01_1 p5-GD-TextUtil-0.86_1 p5-GD-2.39 gd-2.0.35,1 freetype2-2.3.6 pkg-config-0.23_1 jpeg-6b_4 png-1.2.28 p5-Error-0.17014 p5-List-MoreUtils-0.22 p5-Text-WikiFormat-0.79 p5-Scalar-List-Utils-1.19,1 apache-1.3.41 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.36 p5-HTML-Tagset-3.20 p5-Apache-Session-1.83 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.120 p5-IO-Socket-SSL-1.13 p5-Net-SSLeay-1.30_1 p5-String-Format-1.14 p5-Pod-Simple-3.07 p5-Pod-Escapes-1.04 p5-Text-Tabs+Wrap-2006.1117 p5-Text-Template-1.45 p5-Text-Wrapper-1.01 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 Sun Jun 29 07:16:02 UTC 2008 http://t64.tecnik93.com/errors/7-STABLE-FTP/p5-RTx-Statistics-0.1.8_1.log These emails are generated in one of the following cases: - an automated build was scheduled because the port was touched in CVS - the periodic QA build has reached it. - the port was scheduled because it is a dependency of a port from the cases above. There is no fixed interval for this; if other ports depend on it you will receive this emails more often since testing those other ports is made impossible by this port being broken. Efforts are made to restrict the number of outgoing emails to one/port/week for QA or dependency builds (but not for commit-triggered builds; if you commit 3 times in 5 minutes to the same port and the first 2 versions fail you'll receive 2 emails). When you fix install/plist errors please bear in mind that each of the 3 NO* vars controls the installation of different type of files, so constructs like: .ifndef NOPORTDOCS @${MKDIR} ${DATADIR} ... .endif or %%PORTDOCS%%%%EXAMPLESDIR%%/some_example_file are WRONG. Please use the right pairs like: %%PORTDOCS%%%%DOCSDIR%% %%PORTEXAMPLES%%%%EXAMPLESDIR%% %%PORTDATA%%%%DATADIR%% 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 From bugmaster at FreeBSD.org Mon Jun 30 11:08:19 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 30 11:08:21 2008 Subject: Current problem reports assigned to perl@FreeBSD.org Message-ID: <200806301108.m5UB8IN5097193@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/123912 perl [PATCH] Mk/bsd.perl.mk: Fix WANT_PERL5 related typos 1 problem total.