I just discovered what might be the problem:
_____________________________________________________________________________
making Makefiles in /patchy...
cd 
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/cernlib/2005/bin/; 
        \
         if [ -f ../../patchy/4.15/bin/ycompar ] ; then \
                 ln -s ../../patchy/4.15/bin/ycompar ycompar; \
         else  \
                 echo "ycompar not linked, not existing";\
         fi
ycompar not linked, not existing
_____________________________________________________________________________
...and a whole bunch of others gave the same result, causing the install
to fail later with
_____________________________________________________________________________
install -c -m 0755 yexpand.script 
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/cernlib/2005/bin/yexpand
PLINAME=LINUX,UNIX,LNX,I386,QMGLIBC,MACOSX,GCC4,GFORTRAN;export 
PLINAME;/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand
 
nypatchy.cra 
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/nypatchy.cra
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand: 
line 30: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand: 
line 31: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand: 
line 32: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand: 
line 34: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
chmod: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/yexpand: 
line 36: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or 
directory
rm: fink-build-HOME.w625KVWcnO/nypatchy.cra.yexp: No such file or directory
make: *** 
[/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy/nypatchy.cra]
 
Error 1
### execution of /var/tmp/tmp.2.N2tfRX failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cernlib2005-gfortran-2005-2012
(Reading database ... 73648 files and directories currently installed.)
Removing fink-buildlock-cernlib2005-gfortran-2005-2012 ...
Failed: phase compiling: cernlib2005-gfortran-2005-2012 failed
_____________________________________________________________________________

I looked at the directory tree created by the script, and found that 
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/cernlib/patchy
does not exist, but
/sw/src/fink.build/cernlib2005-gfortran-2005-2012/2005/src/patchy
does.  However, it has no 4.15 subdirectory, much less 4.15/bin,
so I conclude that  #fink apropos patchy   is lying to me when it
claims that patchy4-gfortran 4.15-2 is installed, or else it does
not put its results where the cernlib build expects to find them.
This is getting depressing.  I would really rather not clear out
fink to make more room for Linux under Parallels, since (like all
emulators) the latter has lousy keyboard and mouse handling, but
that's starting to look like my only option.

Cheers -- Jess

PS: the whole install record (from where the trouble starts) is at
http://musr.ca/~jess/misc/fink-cernlib-errors.txt
if you want to peek; but I think the essential problem is above.


Martin Costabel wrote:
> Remi Mommsen wrote:
> []
>>> /sw/src/fink.build/cernlib2005-gfortran-2005-2011/2005/src/patchy/ 
>>> yexpand: line 30: fink-build-HOME.hbAUwGTKoq/nypatchy.cra.yexp: No  
>>> such file or directory
> []
>> Do you know where the path 'fink-build-HOME.hbAUwGTKoq' comes from? 
>> Do  you have any spaces in the path to the fink build directory?
> 
> That directory is created by fink as a temporary HOME directory during 
> fink builds, see /sw/lib/perl5/Fink/PkgVersion.pm, line 5835.
> 
> On Leopard, it is a subdirectory of something like 
> /var/folders/I5/I5XYEUYz2RWfpk+8ZKtEU++++TI/-Tmp-/ (random name created 
> by the system, corresponding to the environment variable TMPDIR), so the 
> whole path name would be
> /var/folders/I5/I5XYEUYz2RWfpk+8ZKtEU++++TI/-Tmp-/fink-build-HOME.hbAUwGTKoq/nypatchy.cra.yexp
>  
> 
> 
> On Tiger this was simpler: There the directory would simply be created 
> in /tmp/.
> 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to