Op 23 jun 2010, om 16:17 heeft Koen van der Drift het volgende geschreven:

> Sjors,
> 
> Feel free to send me those files if they could help. I have some time
> tonight (I'm in the US) to test, but after that I am very busy for
> several days.

I have committed an updated apt.info to my experimental. I have also attached 
it to this e-mail. A diff is included in this e-mail too. The script now runs 
'autoconf' before running 'configure'.

By the way, this is what CompileScript used to be:

CompileScript: <<
 rm buildlib/config.guess buildlib/config.sub
 ln -s %p/share/libtool/config/config.sub buildlib/config.sub
 ln -s %p/share/libtool/config/config.guess buildlib/config.guess
 ./configure %c
 mkdir -p build/doc/doxygen
 make NOISY=1
<<

This is because config.guess and config.sub in apt's buildlib/ are, by default, 
symlinks to files on Debian. On Fink they are in different places, so I symlink 
them from the right locations myself. I don't know if this is still necessary 
after running 'autoconf', or if this is a possible cause for problems - I'd 
guess it isn't, since the problem seems to occur in config.status, not in .sub 
or .guess.

Thanks again for trying, Koen!
Sjors

Attachment: apt.info
Description: Binary data


-----
cvs diff: Diffing .
Index: apt.info
===================================================================
RCS file: /cvsroot/fink/experimental/dazjorz/finkinfo/apt.info,v
retrieving revision 1.2
diff -u -r1.2 apt.info
--- apt.info    14 Jun 2010 10:13:23 -0000      1.2
+++ apt.info    23 Jun 2010 14:54:33 -0000
@@ -1,10 +1,10 @@
 Package: apt
 Version: 0.7.25.3
-Revision: 2
+Revision: 3
 GCC: 4.0
 BuildDepends: fink (>= 0.24.12), libtool2, docbook-xsl
 Depends: %N-shlibs (= %v-%r), dpkg (>= 1.15.5.6-1)
-Source: http://ftp.debian.org/debian/pool/main/a/apt/apt_0.7.25.3.tar.gz
+Source: http://ftp.debian.org/debian/pool/main/a/apt/apt_%v.tar.gz
 Source-MD5: ee59a90b91764aefeb5eb0f29d5cab96
 SourceDirectory: %n-%v
 PatchFile: %n.patch
@@ -24,6 +24,7 @@
  rm buildlib/config.guess buildlib/config.sub
  ln -s %p/share/libtool/config/config.sub buildlib/config.sub
  ln -s %p/share/libtool/config/config.guess buildlib/config.guess
+ autoconf
  ./configure %c
  #make -f makefile.wrap NOISY=1
  mkdir -p build/doc/doxygen

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to