Hi, this is the second report I've seen on extutils-makemaker-6.62 having
problems, yet I've not been able to reproduce this issue on my own
10.4-fink.
Here's that report, which also includes my (successful) build:
http://paste.lisp.org/display/128046
One workaround I suggested for someone was to explicitly update
extutils-makemaker-pm-6.56 instead of 6.62.
I'm kind of out of ideas on what could be different that allows my build
to succeed. :S
Fang
On Mon, Mar 5, 2012 at 9:21 PM, j. helffrich <girolam...@yahoo.com> wrote:
Hi,
I tempted fate by trying to update my fink installation that was behaving
okay when looking for a version of smokeping for mac. Yes, I know Tiger is
no longer supported, but I thought that I couldn't break my fink just by
trying an update.
fink selfupdate went okay, but update-all stopped at this:
The core packages have been updated. You should now update the other
packages using commands like 'fink update-all'.
G4Mac:~ jah$ fink update-all
Password:
Information about 12441 packages read in 3 seconds.
The following 6 packages will be installed or updated:
extutils-makemaker-pm586 gcc46 gcc46-compiler gcc46-shlibs gnuplot
uri-pm586
curl --connect-timeout 30 -f -L -A 'fink/0.30.2' -O
http://distfiles.master.finkmirrors.net/gcc-4.6.3.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 68.6M 100 68.6M 0 0 129k 0 0:09:04 0:09:04 --:--:--
110k
Setting runtime build-lock...
dpkg-deb -b
/sw/src/fink.build/root-fink-buildlock-extutils-makemaker-pm586-6.62-1
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-extutils-makemaker-pm586-6.62-1'
in
`/sw/src/fink.build/fink-buildlock-extutils-makemaker-pm586-6.62-1_2012.03.05-19.42.00_darwin-powerpc.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-extutils-makemaker-pm586-6.62-1_2012.03.05-19.42.00_darwin-powerpc.deb
Selecting previously deselected package
fink-buildlock-extutils-makemaker-pm586-6.62-1.
(Reading database ... 101600 files and directories currently installed.)
Unpacking fink-buildlock-extutils-makemaker-pm586-6.62-1 (from
.../fink-buildlock-extutils-makemaker-pm586-6.62-1_2012.03.05-19.42.00_darwin-powerpc.deb)
...
Setting up fink-buildlock-extutils-makemaker-pm586-6.62-1
(2012.03.05-19.42.00) ...
gzip -dc /sw/src/ExtUtils-MakeMaker-6.62.tar.gz | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
[ -r
/sw/fink/dists/stable/main/finkinfo/10.4-EOL/libs/perlmods/extutils-makemaker-pm.patch
]
/var/tmp/tmp.1.amLsGv
+ sed 's|@PREFIX@|/sw|g'
+ patch -p1
patching file lib/ExtUtils/MakeMaker.pm
patching file t/lib/MakeMaker/Test/Utils.pm
+ rm -r bundled/CPAN-Meta bundled/CPAN-Meta-YAML bundled/ExtUtils-Command
bundled/ExtUtils-Install bundled/ExtUtils-Manifest
bundled/File-Copy-Recursive bundled/File-Temp bundled/JSON-PP
bundled/JSON-PP-Compat5006 bundled/Parse-CPAN-Meta bundled/Scalar-List-Utils
bundled/Version-Requirements bundled/version
++ echo 'PERL="/usr/bin/perl5.8.6" PREFIX=/sw
INSTALLPRIVLIB=/sw/lib/perl5/5.8.6
INSTALLARCHLIB=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5/5.8.6
INSTALLSITEARCH=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3
INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin'
++ perl -n -e 'print /PERL="(.*?)"/'
+ export FULLPERL=/usr/bin/perl5.8.6
+ FULLPERL=/usr/bin/perl5.8.6
+ perl -pi -e s,FULLPERL,/usr/bin/perl5.8.6, t/lib/MakeMaker/Test/Utils.pm
ARCHFLAGS="" /usr/bin/perl5.8.6 Makefile.PL PERL="/usr/bin/perl5.8.6"
PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.8.6
INSTALLARCHLIB=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5/5.8.6
INSTALLSITEARCH=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3
INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
Checking if your kit is complete...
Warning: the following files are missing in your kit:
bundled/CPAN-Meta-YAML/CPAN/Meta/YAML.pm
bundled/CPAN-Meta/CPAN/Meta.pm
bundled/CPAN-Meta/CPAN/Meta/Converter.pm
bundled/CPAN-Meta/CPAN/Meta/Feature.pm
bundled/CPAN-Meta/CPAN/Meta/History.pm
bundled/CPAN-Meta/CPAN/Meta/Prereqs.pm
bundled/CPAN-Meta/CPAN/Meta/Spec.pm
bundled/CPAN-Meta/CPAN/Meta/Validator.pm
bundled/ExtUtils-Command/ExtUtils/Command.pm
bundled/ExtUtils-Install/ExtUtils/Install.pm
bundled/ExtUtils-Install/ExtUtils/Installed.pm
bundled/ExtUtils-Install/ExtUtils/Packlist.pm
bundled/ExtUtils-Manifest/ExtUtils/Manifest.pm
bundled/ExtUtils-Manifest/ExtUtils/MANIFEST.SKIP
bundled/File-Copy-Recursive/File/Copy/Recursive.pm
bundled/File-Temp/File/Temp.pm
bundled/JSON-PP-Compat5006/JSON/PP/Compat5006.pm
bundled/JSON-PP/JSON/PP.pm
bundled/JSON-PP/JSON/PP/Boolean.pm
bundled/Parse-CPAN-Meta/Parse/CPAN/Meta.pm
bundled/Scalar-List-Utils/List/Util.pm
bundled/Scalar-List-Utils/List/Util/PP.pm
bundled/Scalar-List-Utils/Scalar/Util.pm
bundled/Scalar-List-Utils/Scalar/Util/PP.pm
bundled/Version-Requirements/Version/Requirements.pm
bundled/version/version.pm
bundled/version/version.pod
bundled/version/version/Internals.pod
bundled/version/version/vpp.pm
Please inform the author.
at lib/ExtUtils/MM_Any.pm line 781
### execution of ARCHFLAGS="" failed, exit code 255
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-extutils-makemaker-pm586-6.62-1
(Reading database ... 101601 files and directories currently installed.)
Removing fink-buildlock-extutils-makemaker-pm586-6.62-1 ...
Failed: phase compiling: extutils-makemaker-pm586-6.62-1 failed
Is there any way to complete the update? Have I broken anything, or should
I just leave it like it is? I tried selfupdate again, followed by
update-all.
Thanks
I'm cc'ing the person who has been making updates in the 10.4-EOL tree
for comment.
--
David Fang
http://www.csl.cornell.edu/~fang/
http://www.achronix.com/
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners