NEW 2.5 Quad G5 Tower with bumdled OSXS install media for Corporate/ Government use.

Going over my OSXS 10.4.4 Corporate/Government install media it seems that my XCode is 2.2.1.

I can't build any source files, I'm getting errors during build.

Failed: Can't resolve dependency "system-perl586"



My installed Apple perl is 5.8.7

mustangrestomods:~ websrvr$ perl -V
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=darwin, osvers=8.4, archname=darwin-thread-multi-2level
uname='darwin mustangrestomods.com 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan 3 18:22:10 PST 2006; root:xnu-792.6.56.obj~2/ release_ppc power macintosh powerpc ' config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe - Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
    hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-g -pipe -fno-common -DPERL_DARWIN -no-cpp- precomp -fno-strict-aliasing -I/usr/local/include',
    optimize='-Os',
cppflags='-no-cpp-precomp -g -pipe -fno-common -DPERL_DARWIN -no- cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1819)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.4 cc', ldflags ='-L/usr/ local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup -L/ usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES
                        PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        23953 - fix for File::Path::rmtree CAN-2004-0452 security issue
        33990 - fix for setuid perl security issues
  Built under darwin
  Compiled at Jan 03 2006 09:25:20
  %ENV:
    PERL5LIB="/sw/lib/perl5:/sw/lib/perl5/darwin"
  @INC:
    /sw/lib/perl5
    /sw/lib/perl5/darwin
    /System/Library/Perl/5.8.7/darwin-thread-multi-2level
    /System/Library/Perl/5.8.7
    /Library/Perl/5.8.7/darwin-thread-multi-2level
    /Library/Perl/5.8.7
    /Library/Perl
    /Network/Library/Perl/5.8.7/darwin-thread-multi-2level
    /Network/Library/Perl/5.8.7
    /Network/Library/Perl
    /System/Library/Perl/Extras/5.8.7/darwin-thread-multi-2level
    /System/Library/Perl/Extras/5.8.7
    /Library/Perl/5.8.1
    .
mustangrestomods:~ websrvr$ gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~12/src/configure -- disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] [^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 -- build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 -- target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5250)
mustangrestomods:~ websrvr$



I tried to install the XCode from the OSXS 10.4 install media but it says that it wont install on this machine complaining about an 'Unknown Boot ROM Version: 5.1.7c3, please update to 5.1.5f0' and the machine refuses to downgrade to 10.4.0 complaining that it's not supported.

I tried to build fink from source, adjusted scripts to include checks for perl 5.8.7 (in more than one file) and it wont even build gettext before it fails.

Default compiler has been set to:
gcc version 4.0.1 (Apple Computer, Inc. build 5250)
./configure --prefix=/sw/bootstrap --infodir=/sw/bootstrap/share/info --mandir=/sw/bootstrap/share/man --with-included-gettext
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -L/sw/src/fink.build/ gettext-0.10.40-19/gettext-0.10.40/intl/.libs -L/sw/bootstrap/lib) works... no configure: error: installation or configuration problem: C compiler cannot create executables.
### execution of ./configure failed, exit code 1
phase compiling: gettext-0.10.40-19 failed

Before reporting any errors, please run "fink selfupdate" and
try 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 the fink-users
or fink-beginners mailing lists. As a last resort, you can try e- mailing
the maintainer directly:

        Fink Core Group <[EMAIL PROTECTED]>


mustangrestomods:/SourceCache/fink-0.8.0-full-XCode-2.1 root#


I can manually get it to build gettext by manually issuing the above command and it builds

mustangrestomods:/SourceCache/fink-0.8.0-full-XCode-2.1 root# pushd / sw/src/fink.build/gettext-0.10.40-19/gettext-0.10.40 mustangrestomods:/sw/src/fink.build/gettext-0.10.40-19/ gettext-0.10.40 root# ./configure --prefix=/sw/bootstrap --infodir=/ sw/bootstrap/share/info --mandir=/sw/bootstrap/share/man --with- included-gettext
[ SNIP ]
mustangrestomods:/sw/src/fink.build/gettext-0.10.40-19/ gettext-0.10.40 root# make
[ SNIP ]
mustangrestomods:/sw/src/fink.build/gettext-0.10.40-19/ gettext-0.10.40 root# make install


I see that the majority of the dependancy packages downlaoded to build fink like ncurses, gettext, iconv ect... are already installed in 10.4.4 so perhapos some of these things can be skipped.


Where can I view what is passed along with the configure commands to build each package???

-- Dale



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to