Hi Robert,

I am top-posting against my habit, because I think there is a bug that needs fixing here, and I am CCing the whole thing to the persons who are susceptible to know how to fix it.

First what you can do to work around the bug:
Remove the test-simple-pm package ("fink remove test-simple-pm"). Then the fink update should run without error. It will produce a non-fatal error message and suggest to you to install that package. Ignore this. Afterwards, install the test-simple-pmxxx package where xxx corresponds to the version of your /usr/bin/perl (note: "/usr/bin/perl", not just "perl"). By default on Jaguar, xxx=5.6.0.


Your problem is (I am guessing) that you have a test-simple-pm package installed from earlier times. But I don't know the history of that package, so I cannot guess why you have it.

The bug as I see it is in the current test-simple-pm package. It should replace older versions of itself by typed versions (the ones with xxx), but it doesn't, and it is even impossible to follow the suggestion of the fink package, namely to

    fink install test-simple-pm

Although the typed packages have a "Provides: test-simple-pm" line, this does not work: I get

Failed: no version info available for test-simple-pm

This is a bug, but I cannot guess where it is hiding.

In any case, removing that package (and perhaps installing the typed version) should get you going.

--
Martin


Robert T Wyatt wrote:

Hi Martin!

I have tried this with perl560, perl561, and perl580, but I ran all of these commands and put the output at the bottom of this page.

Thanks,
Robert

On Sunday, September 12, 2004, at 03:40  AM, Martin Costabel wrote:

Robert T Wyatt wrote:

Which perl do I need installed on Mac OS 10.2.8 to do a fink selfupdate from 0.21.2 to 0.22.2-1?

Which perl do you have installed, "perl -v"?

... or did I do something else wrong?
I just installed fink on a new drive and have enabled unstable.

What do you get from fink list test-simple-pm ?

bash-2.05a# fink -V
Package manager version: 0.21.2
Distribution version: 0.6.3.rsync
running fink selfupdate:
xargs: /usr/bin/perl exited with status 255
make: *** [test] Error 124
### execution of make failed, exit code 2
Failed: compiling fink-0.22.2-1 failed

Could you please show the complete output of fink update fink

-- Martin


bash-2.05a# date; perl -v; fink list test-simple-pm; fink update fink
Sun Sep 12 03:51:47 CDT 2004

This is perl, v5.8.0 built for darwin

Copyright 1987-2002, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.


Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to  the
Internet, point your browser at http://www.perl.com/, the Perl Home  Page.

Information about 3247 packages read in 2 seconds.
i test-simple-pm 0.47-1 Basic utilities for writing tests
test-simple-pm560 0.47-14 Basic utilities for writing tests
test-simple-pm561 0.47-14 Basic utilities for writing tests
test-simple-pm580 0.47-14 Basic utilities for writing tests
test-simple-pm581 0.47-14 Basic utilities for writing tests
test-simple-pm584 0.47-14 Basic utilities for writing tests
test-simple-pm585 0.47-14 Basic utilities for writing tests
Information about 3247 packages read in 2 seconds.
The following package will be installed or updated:
fink
gzip -dc /sw/src/fink-0.22.2.tar.gz | /sw/bin/tar -xf - --no-same-owner --no-same-permissions
make test
Creating fink...
Creating fink-virtual-pkgs...
Creating pathsetup.sh...
Creating FinkVersion.pm...
Creating man page...
Creating shlibs default file...
Creating postinstall script...


This first test is designed to die, so please ignore the error
message on the next line.
# Looks like your test died before it could output anything.
./00compile.........FAILED tests 1-54
Failed 54/54 tests, 0.00% okay
./Base/initialize...ok
./Base/param........FAILED tests 1-15
Failed 15/15 tests, 0.00% okay
./Base/param_boolean.FAILED tests 1-100
Failed 100/100 tests, 0.00% okay
./Command/cat.......FAILED tests 1-4
Failed 4/4 tests, 0.00% okay
./Command/chowname..FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
./Command/commands..FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
./Command/du_sk.....ok, 1/6 skipped: can't test permission errors as root
./Command/exports...FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
./Command/failure...FAILED tests 1-49
Failed 49/49 tests, 0.00% okay
./Command/touch.....FAILED tests 1-10
Failed 10/10 tests, 0.00% okay
./Config/exports....FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
./Config/failure....FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
./Config/load_save..FAILED tests 1-163
Failed 163/163 tests, 0.00% okay
./Config/options....FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
./Config/param......FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
./Config/verbosity_level.FAILED tests 1-7
Failed 7/7 tests, 0.00% okay
./FinkVersion/exports.FAILED tests 1-3
Failed 3/3 tests, 0.00% okay
./FinkVersion/version.FAILED tests 1-9
Failed 9/9 tests, 0.00% okay
./Mirror/exports....FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
./PkgVersion/get_perl.FAILED tests 1-16
Failed 16/16 tests, 0.00% okay
./PkgVersion/get_ruby.FAILED tests 1-11
Failed 11/11 tests, 0.00% okay
./PkgVersion/non_consecutive_source.ok
./Services/eval_conditional.FAILED tests 1-56
Failed 56/56 tests, 0.00% okay
./Services/expand_percent.FAILED tests 1-15
Failed 15/15 tests, 0.00% okay
./Text/DelimMatch...ok
Failed Test Status Wstat Total Fail Failed List of failed
------------------------------------------------------------------------ -------
./00compile.t 54 54 100.00% 1-54
./Base/param.t 15 15 100.00% 1-15
./Base/param_bo 100 100 100.00% 1-100
./Command/cat.t 4 4 100.00% 1-4
./Command/chown 9 9 100.00% 1-9
./Command/comma 16 16 100.00% 1-16
./Command/expor 2 2 100.00% 1-2
./Command/failu 49 49 100.00% 1-49
./Command/touch 10 10 100.00% 1-10
./Config/export 8 8 100.00% 1-8
./Config/failur 3 3 100.00% 1-3
./Config/load_s 163 163 100.00% 1-163
./Config/option 3 3 100.00% 1-3
./Config/param. 7 7 100.00% 1-7
./Config/verbos 7 7 100.00% 1-7
./FinkVersion/e 3 3 100.00% 1-3
./FinkVersion/v 9 9 100.00% 1-9
./Mirror/export 2 2 100.00% 1-2
./PkgVersion/ge 16 16 100.00% 1-16
./PkgVersion/ge 11 11 100.00% 1-11
./Services/eval 56 56 100.00% 1-56
./Services/expa 15 15 100.00% 1-15
1 subtest skipped.
Failed 22/26 test scripts, 15.38% okay. 562/629 subtests failed, 10.65% okay.
xargs: /usr/bin/perl exited with status 255
make: *** [test] Error 124
### execution of make failed, exit code 2
Failed: compiling fink-0.22.2-1 failed
bash-2.05a#



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners





-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to