Is anyone else seeing this sort of problem under current 10.4-transitional
in the cvs? I typically build gcc4 from the gcc4.1 branch every few weeks
with the info file at the end of this message. However tonight I am getting
fink errors that...

Unpacking fink-buildlock-gcc4-4.1.0-20060204 (from 
.../fink-buildlock-gcc4-4.1.0-20060204_2006.02.04-22.36.45_darwin-powerpc.deb) 
...
dpkg: dependency problems prevent configuration of 
fink-buildlock-gcc4-4.1.0-20060204:
 fink-buildlock-gcc4-4.1.0-20060204 depends on gcc4-shlibs (= 4.1.0-20060204); 
however:
  Package gcc4-shlibs is not installed.

...which makes no sense considering that my info file only Depends on
gcc4-shlibs but doesn't BuildDepends on it. Any ideas what the problem could
be? I've used this info file for almost year now to build gcc 4.1 branch
cvs pulls and have never seen this problem until tonight.
            Jack
----------------------------------------------------------------------------
Package: gcc4
Version: 4.1.0
Revision: 20060204
Epoch: 3
Source: ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.1.0/gcc-4.1-%r.tar.bz2
Source-MD5: e520ef53a3156b71cc51e1a6ac266313
NoSetCPPFLAGS: True
NoSetLDFLAGS: True
Depends: gmp-shlibs (>= 4.1.3-11), cctools (>= 576-1) | odcctools (>= 
576-20050327), %N-shlibs (= %v-%r), libiconv
BuildDepends: gmp (>= 4.1.3-11), libiconv-dev, dejagnu, autogen
BuildConflicts: autogen-dev
Replaces: gfortran
Provides: gfortran
ConfigureParams: --prefix=%p/lib/gcc4 --enable-languages=c,c++,f95 
--infodir='${prefix}/share/info' --with-gmp=%p  --with-included-gettext 
--host=%m-apple-darwin`uname -r|cut -f1 -d.`
`if test ! -f /usr/lib/libSystemStubs.a ; then echo -n 
"--with-as=%p/lib/odcctools/bin/as --with-ld=%p/lib/odcctools/bin/ld" ; fi`
PatchScript: <<
 #!/bin/sh
 # make sure odcctools libtool being used on Panther.
 if test ! -f /usr/lib/libSystemStubs.a ; then perl -pi -e 
's,/usr/bin/libtool,%p/lib/odcctools/bin/libtool,;' gcc/config/darwin.h ; fi
#patch -p1 < %a/%n.patch
<<
CompileScript: <<
 #!/bin/sh
 ulimit -S -s unlimited
 mkdir ../darwin_objdir
 cd ../darwin_objdir
 ../gcc-4.1-%r/configure %c
  make
<<
InstallScript: <<
 #!/bin/sh
 cd ../darwin_objdir
 make install DESTDIR=%d
 mkdir -p %i/bin
 cd %i/bin
 ln -s %p/lib/gcc4/bin/gfortran gfortran
 ln -s %p/lib/gcc4/bin/gcc gcc-4
 ln -s %p/lib/gcc4/bin/g++ g++-4
 ln -s %p/lib/gcc4/bin/c++ c++-4
 ln -s %p/lib/gcc4/bin/cpp cpp-4
 ln -s %p/lib/gcc4/bin/gcov gcov-4
<<
SplitOff: <<
  Package: %N-shlibs
  Replaces: gcc4 (<= 20050130-4), gfortran-shlibs
  Provides: gfortran-shlibs
  Description: Shared libraries for gcc4
  DocFiles: gcc/COPYING gcc/COPYING.LIB
  Homepage: http://gcc.gnu.org/
  Files: <<
    lib/gcc4/lib/libgcc_s.1.dylib
    lib/gcc4/lib/libgcc_s.10.4.dylib
    lib/gcc4/lib/libgcc_s.10.5.dylib
    lib/gcc4/lib/libgcc_s_ppc64.1.dylib
    lib/gcc4/lib/libssp.0.0.0.dylib
    lib/gcc4/lib/libssp.0.dylib
    lib/gcc4/lib/libstdc++.6.dylib
    lib/gcc4/lib/libstdc++.6.0.7.dylib
    lib/gcc4/lib/libgfortran.1.dylib
    lib/gcc4/lib/libgfortran.1.0.0.dylib
  <<
  Shlibs: <<
    %p/lib/gcc4/lib/libgcc_s.1.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libgcc_s.10.4.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libgcc_s.10.5.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libgcc_s_ppc64.1.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libssp.0.0.0.dylib 1.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libstdc++.6.dylib 7.0.0 %n (>= 20050130-5)
    %p/lib/gcc4/lib/libgfortran.1.dylib 2.0.0 %n (>= 20051123-4)
  <<
<<
License: GPL
Description: GNU Compiler Collection Version 4
DescDetail: <<
 GCC, the GNU Compiler Collection, includes front ends for
 C, C++, Objective-C, Objective-C++, Fortran, Java, and Ada.
 .
 C, C++, Objective C and Fortran and Java are included in this package.
 .
 The C and C++ compilers are named gcc-4 and g++-4 to avoid
 conflicts with gcc and g++ installed by the Apple Developer Tools
<<
Homepage: http://gcc.gnu.org/
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
--------------------------------------------------------------------------------


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to