Guy Lauquin wrote:
> Package manager version: 0.28.1
> Distribution version: selfupdate-rsync Wed Mar 26 11:24:06 2008, 10.4, 
> powerpc
> 
> /gcc-4.3.0/libjava/Makefile.am
> gcc-4.3.0/ABOUT-NLS
> patch -p1 </sw/fink/dists/unstable/main/finkinfo/languages/gcc43.patch
> patching file libjava/configure.ac
> patching file libjava/configure
> /var/tmp/tmp.1.UL40y5
> #!/bin/sh -ev
>  ulimit -s `ulimit -s`
> ulimit -s
>  contrib/download_ecj
> ftp: connect: Operation timed out
> Verbose mode off.
> Hash mark printing on (1024 bytes/hash mark).
> Not connected.
> Not connected.
> Not connected.
> Not connected.
> mv: ne peut évaluer `ecj-latest.jar': No such file or directory
> ### execution of /var/tmp/tmp.1.UL40y5 failed, exit code 1/

For me this worked, but it is a very bad idea of this package to start 
downloading stuff in the middle of the compile script. Fink packages 
should declare their sources in the Source fields and download them 
before starting compilation.

In addition to the fact that this will not work in many situations, it 
introduces a non-deterministic element into the package, because it 
downloads something called "ecj-latest.jar" which is a moving target. 
Very bad.

-- 
Martin

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to