Thanks for replying Alexander
Although that didnt work- I still have the same error , DO you need more
information?
....................
....................
Verifying that installed Xcode version is supported...
Xcode version: 4.3 is OK.
....................
....................
cd t && ./testmore.pl && find . -name '*.t' | sort |
PREFIX="/Users/user1/Documents/fink" xargs /usr/bin/perl -I`pwd`/../perlmod
-MTest::Harness -e 'runtests(@ARGV)'
Checking for Test::More...
./00compile.t ............................ ok
./10features/users_groups.t .............. ok
./10features/volume.t .................... ok
./Base/initialize.t ...................... ok
./Base/param.t ........................... ok
./Base/param_boolean.t ................... ok
./CLI/capture.t .......................... ok
./Command/cat.t .......................... ok
./Command/chowname.t ..................... ok
./Command/commands.t ..................... ok
./Command/du_sk.t ........................ ok
./Command/exports.t ...................... ok
./Command/failure.t ...................... 1/?
# Failed test at ./Command/failure.t line 129.
./Command/failure.t ...................... 41/? # Looks like you failed 1
test of 49.
./Command/failure.t ...................... Dubious, test returned 1 (wstat
256, 0x100)
Failed 1/49 subtests
./Command/touch.t ........................ ok
./Config/exports.t ....................... ok
./Config/failure.t ....................... ok
./Config/flag.t .......................... ok
./Config/load_save.t ..................... ok
./Config/options.t ....................... ok
./Config/param.t ......................... ok
./Config/verbosity_level.t ............... ok
./Engine/fetch.t ......................... ok
./Finally/buildlocks.t ................... ok
./Finally/finally.t ...................... ok
./FinkVersion/exports.t .................. ok
./FinkVersion/version.t .................. ok
./Mirror/exports.t ....................... ok
./Notify/exports.t ....................... ok
./Package/duplicate_fullnames.t .......... ok
./PkgVersion/get_perl.t .................. ok
./PkgVersion/get_ruby.t .................. ok
./PkgVersion/get_splitoffs.t ............. ok
./PkgVersion/non_consecutive_source.t .... ok
./SelfUpdate/last_done.t ................. ok
./SelfUpdate/subclasses.t ................ ok
./Services/eval_conditional.t ............ ok
./Services/execute_nonroot_okay.t ........ ok
./Services/expand_percent.t .............. ok
./Services/prepare_script.t .............. ok
./Services/spec2struct.t ................. ok
./Services/version_cmp.t ................. ok
./Text/DelimMatch.t ...................... ok
./Validation/_filename_versioning_cmp.t .. ok
./Validation/exports.t ................... ok
Test Summary Report
-------------------
./Command/failure.t (Wstat: 256 Tests: 49 Failed: 1)
Failed test: 33
Non-zero exit status: 1
Files=44, Tests=1005, 11 wallclock secs ( 0.30 usr 0.13 sys + 5.78 cusr
0.74 csys = 6.95 CPU)
Result: FAIL
Failed 1/44 test programs. 1/1005 subtests failed.
make: *** [test] Error 1
### execution of make failed, exit code 2
phase compiling: fink-0.32.3-61 failed
Before reporting any errors, please run "fink selfupdate" and try again.
Also try using "fink configure" to set your maximum build jobs to 1 and
attempt to build the package again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem. If not, ask on one (not both, please) of
these mailing lists:
The Fink Users List <fink-us...@lists.sourceforge.net>
The Fink Beginners List <fink-beginners@lists.sourceforge.net>.
Please try to include the complete error message in your report. This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.
Also include the following system information:
Package manager version: 0.32.3
Distribution version: selfupdate-point (bootstrap), 10.7, x86_64
Trees: local/main stable/main
Xcode: 4.3
Max. Fink build jobs: 4
ERROR: Bootstrap phase 2 failed!
On Wed, Feb 22, 2012 at 6:44 AM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2/22/12 2:08 AM, navroop singh wrote:
> >
> >
>
> 0) Don't attach files. Our lists are plain text oriented.
>
> 1) There's an initial error in the bootstrap which we probably need to
> make fatal in the bootstrap script
>
> xcode-select: Error: No Xcode folder is set. Run xcode-select -switch
> <xcode_folder_path> to set the path to the Xcode folder.
>
> You can use
>
> sudo xcode-select -switch /Applications/Xcode.app
>
> to set this properly, assuming your Xcode.app is in /Applications as
> is the default. That's also the only location we currently support
> for Xcode 4.3.
>
> 2) We really don't need to see _everything_; just the parts with
> error messages.
>
> 3) The ultimate failure is in the "fink" package:
>
> cd t && ./testmore.pl && find . -name '*.t' | sort |
> PREFIX="/Users/user1/Documents/fink" xargs /usr/bin/perl
> - -I`pwd`/../perlmod -MTest::Harness -e 'runtests(@ARGV)'
> Checking for Test::More...
> ./00compile.t ............................ ok
> ./10features/users_groups.t .............. ok
> ./10features/volume.t .................... ok
> ./Base/initialize.t ...................... ok
> ./Base/param.t ........................... ok
> ./Base/param_boolean.t ................... ok
> ./CLI/capture.t .......................... ok
> ./Command/cat.t .......................... ok
> ./Command/chowname.t ..................... ok
> ./Command/commands.t ..................... ok
> ./Command/du_sk.t ........................ ok
> ./Command/exports.t ...................... ok
> ./Command/failure.t ...................... 1/?
> # Failed test at ./Command/failure.t line 129.
> ./Command/failure.t ...................... 41/? # Looks like you
> failed 1 test of 49.
> ./Command/failure.t ...................... Dubious, test returned 1
> (wstat 256, 0x100)
> Failed 1/49 subtests
> ./Command/touch.t ........................ ok
> ./Config/exports.t ....................... ok
> ./Config/failure.t ....................... ok
> ./Config/flag.t .......................... ok
> ./Config/load_save.t ..................... ok
> ./Config/options.t ....................... ok
> ./Config/param.t ......................... ok
> ./Config/verbosity_level.t ............... ok
> ./Engine/fetch.t ......................... ok
> ./Finally/buildlocks.t ................... ok
> ./Finally/finally.t ...................... ok
> ./FinkVersion/exports.t .................. ok
> ./FinkVersion/version.t .................. ok
> ./Mirror/exports.t ....................... ok
> ./Notify/exports.t ....................... ok
> ./Package/duplicate_fullnames.t .......... ok
> ./PkgVersion/get_perl.t .................. ok
> ./PkgVersion/get_ruby.t .................. ok
> ./PkgVersion/get_splitoffs.t ............. ok
> ./PkgVersion/non_consecutive_source.t .... ok
> ./SelfUpdate/last_done.t ................. ok
> ./SelfUpdate/subclasses.t ................ ok
> ./Services/eval_conditional.t ............ ok
> ./Services/execute_nonroot_okay.t ........ ok
> ./Services/expand_percent.t .............. ok
> ./Services/prepare_script.t .............. ok
> ./Services/spec2struct.t ................. ok
> ./Services/version_cmp.t ................. ok
> ./Text/DelimMatch.t ...................... ok
> ./Validation/_filename_versioning_cmp.t .. ok
> ./Validation/exports.t ................... ok
>
> Test Summary Report
> - -------------------
> ./Command/failure.t (Wstat: 256 Tests: 49 Failed: 1)
> Failed test: 33
> Non-zero exit status: 1
> Files=44, Tests=1005, 10 wallclock secs ( 0.30 usr 0.11 sys + 5.75
> cusr 0.71 csys = 6.87 CPU)
> Result: FAIL
>
> Try running
>
> sudo xcode-select -switch /Applications/Xcode.app
>
> and attempt the bootstrap operation again.
> - --
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/2012/02/21/got-job/
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk9E1S0ACgkQB8UpO3rKjQ/BdgCgg1yLsDC1L8DPpVfCojKEsOE7
> ea4AoIkMqJIPIM3E4PsNi7n4MV5SwVOD
> =9IG5
> -----END PGP SIGNATURE-----
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
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