tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkgsrc-2008Q4-base package builds looping?
I've got a slightly old version of the pkgsrc tree and for some reason
package builds will now fall into a loop and won't progress. For
example:
|=> Bootstrap dependency digest>=20010302: found digest-20080510
|=> Fetching iCal-Parser-1.16.tar.gz
|=> Total size: 32523 bytes
|Requesting
http://search.cpan.org/CPAN/authors/id/R/RF/RFRANKEL/iCal-Parser-1.16.tar.gz
| (via 10.0.0.254:3128)
|Redirected to
http://mirror.as24220.net/cpan/authors/id/R/RF/RFRANKEL/iCal-Parser-1.16.tar.gz
|Requesting
http://mirror.as24220.net/cpan/authors/id/R/RF/RFRANKEL/iCal-Parser-1.16.tar.gz
| (via 10.0.0.254:3128)
|100% |*************************************************************| 32523
983.24 KiB/s 00:00 ETA
|32523 bytes retrieved in 00:00 (972.40 KiB/s)
|=> Checksum SHA1 OK for iCal-Parser-1.16.tar.gz
|=> Checksum RMD160 OK for iCal-Parser-1.16.tar.gz
|=> Checksum SHA1 OK for iCal-Parser-1.16.tar.gz
|=> Checksum RMD160 OK for iCal-Parser-1.16.tar.gz
|===> Installing dependencies for p5-iCal-Parser-1.16nb1
|=> Full dependency p5-DateTime-Format-ICal>=0.08: NOT found
|=> Verifying bin-install for ../../time/p5-DateTime-Format-ICal
|===> Binary install for p5-DateTime-Format-ICal>=0.08
|=> Installing p5-DateTime-Format-ICal>=0.08 from
/usr/pkgsrc/packages/mawrth-NetBSD-4.99.70-i386-i386-2008Q4/All
|pkg_add: no pkg found for 'p5-DateTime-Format-ICal>=0.08', sorry.
|pkg_add: 1 package addition failed
|=> No binary package found for p5-DateTime-Format-ICal>=0.08; installing from
source.
|=> Bootstrap dependency digest>=20010302: found digest-20080510
|=> Fetching DateTime-Format-ICal-0.09.tar.gz
|=> Total size: 16794 bytes
|Requesting
http://cpan.perl.org/CPAN/modules/by-module/DateTime/DateTime-Format-ICal-0.09.tar.gz
| (via 10.0.0.254:3128)
|Redirected to
http://cpan.perl.org/modules/by-module/DateTime/DateTime-Format-ICal-0.09.tar.gz
|Requesting
http://cpan.perl.org/modules/by-module/DateTime/DateTime-Format-ICal-0.09.tar.gz
| (via 10.0.0.254:3128)
|100% |*************************************************************| 16794
26.92 KiB/s 00:00 ETA
|16794 bytes retrieved in 00:00 (26.90 KiB/s)
|=> Checksum SHA1 OK for DateTime-Format-ICal-0.09.tar.gz
|=> Checksum RMD160 OK for DateTime-Format-ICal-0.09.tar.gz
|=> Checksum SHA1 OK for DateTime-Format-ICal-0.09.tar.gz
|=> Checksum RMD160 OK for DateTime-Format-ICal-0.09.tar.gz
|===> Installing dependencies for p5-DateTime-Format-ICal-0.09nb1
|=> Full dependency p5-DateTime-Format-ICal>=0.08: NOT found
|=> Verifying bin-install for ../../time/p5-DateTime-Format-ICal
|===> Binary install for p5-DateTime-Format-ICal>=0.08
|=> Installing p5-DateTime-Format-ICal>=0.08 from
/usr/pkgsrc/packages/mawrth-NetBSD-4.99.70-i386-i386-2008Q4/All
|pkg_add: no pkg found for 'p5-DateTime-Format-ICal>=0.08', sorry.
|pkg_add: 1 package addition failed
|=> No binary package found for p5-DateTime-Format-ICal>=0.08; installing from
source.
|=> Bootstrap dependency digest>=20010302: found digest-20080510
|=> Checksum SHA1 OK for DateTime-Format-ICal-0.09.tar.gz
|=> Checksum RMD160 OK for DateTime-Format-ICal-0.09.tar.gz
|===> Installing dependencies for p5-DateTime-Format-ICal-0.09nb1
|=> Full dependency p5-DateTime-Format-ICal>=0.08: NOT found
:
:
... and so on. p5-DateTime-Format-ICal doesn't depend on itself, as
far as I know, yet I see this behaviour even if I try to build other
packages, completely independent of this one.
Can anyone shed light on this? I'd prefer to fix the issue with the
version of the pkgsrc tree that I have rather than upgrade it as I'd
like to keep my packages more-or-less consistent ...
My /etc/mk.conf looks like the following:
|.ifdef BSD_PKG_MK # begin pkgsrc settings
|
|PKG_DBDIR= /var/db/pkg
|LOCALBASE= /usr/pkg
|VARBASE= /var
|PKG_TOOLS_BIN= /usr/pkg/sbin
|PKGMANDIR= man
|
|TOOLS_PLATFORM.pax?= /bin/pax
|TOOLS_PLATFORM.tar?= /usr/bin/tar
|
|CLEANDEPENDS=NO
|DEINSTALLDEPENDS=NO
|REINSTALL=YES
|OBJMACHINE=yes
|FETCHDEPENDS=YES
|ALLOW_VULNERABLE_PACKAGES=no
|SPECIFIC_PKGS=yes
|FAILOVER_FETCH=yes
|
|PKGSRCDIR=/usr/pkgsrc
|WRKDIR=/usr/pkgbuild/${HOST}-${OSNAME}-${OSREL}-${ARCH}-${CLASS}-${PKGREV}
|WRKOBJDIR=${WRKDIR}
|DISTDIR=/usr/pkgsrc/distfiles
|PACKAGES=/usr/pkgsrc/packages/${HOST}-${OSNAME}-${OSREL}-${ARCH}-${CLASS}-${PKGREV}
|BINPKG_SITES=
|
|USE_BULK_TIMESTAMPS=no
|DEPENDS_TARGET=bin-install
|
|# site-specific package config
|
|ACCEPTABLE_LICENSES+=fee-based-commercial-use
|ACCEPTABLE_LICENSES+=lame-license
:
:
|ACCEPTABLE_LICENSES+=unrar-license
|ACCEPTABLE_LICENSES+=vim-license
|
|SITE_SPECIFIC_PKGS+=archivers/bunzip
|SITE_SPECIFIC_PKGS+=archivers/bzip2
:
:
|SITE_SPECIFIC_PKGS+=www/w3m
|SITE_SPECIFIC_PKGS+=x11/rxvt
|
|.endif # end pkgsrc settings
Commenting out USE_BULK_TIMESTAMPS and DEPENDS_TARGET don't seem to have
an impact on the looping issue, pkgsrc just doesn't try to install from
an already-built package ...
This pkgsrc environment is in a chroot jail, however it has all the
OS tarballs extracted and I have confirmed that it can download files
from the network as can be seen above ... driving me nuts ... :)
Regards,
Malcolm
--
Malcolm Herbert This brain intentionally
mjch%mjch.net@localhost left
blank
Home |
Main Index |
Thread Index |
Old Index