Hi there,

I am trying to install boost1.35 in Fink bootstrapped for 64 bits. It
requires boost-jam and when compiling it, it fails with:

fink install boost1.35.nopython
Password:
Information about 9125 packages read in 1 seconds.
The following package will be installed or updated:
 boost1.35.nopython
The following 2 additional packages will be installed:
 boost-jam boost1.35.nopython-shlibs
Do you want to continue? [Y/n]
curl --connect-timeout 30 -f -L -A 'fink/0.29.99.cvs' -O
http://distfiles.master.finkmirrors.net/boost-jam-3.1.16.tgz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100 1132k  100 1132k    0     0   208k      0  0:00:05  0:00:05 --:--:--
 235k
curl --connect-timeout 30 -f -L -A 'fink/0.29.99.cvs' -O
http://distfiles.master.finkmirrors.net/boost_1_35_0.tar.bz2
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
 Current
                                 Dload  Upload   Total   Spent    Left
 Speed
100 22.3M  100 22.3M    0     0   205k      0  0:01:51  0:01:51 --:--:--
 242k
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-boost-jam-3.1.16-1
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-boost-jam-3.1.16-1' in
`/sw/src/fink.build/fink-buildlock-boost-jam-3.1.16-1_2009.08.03-08.05.59_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-boost-jam-3.1.16-1_2009.08.03-08.05.59_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-boost-jam-3.1.16-1.
(Reading database ... 85226 files and directories currently installed.)
Unpacking fink-buildlock-boost-jam-3.1.16-1 (from
.../fink-buildlock-boost-jam-3.1.16-1_2009.08.03-08.05.59_darwin-x86_64.deb)
...
Setting up fink-buildlock-boost-jam-3.1.16-1 (2009.08.03-08.05.59) ...
gzip -dc /sw/src/boost-jam-3.1.16.tgz | /sw/bin/tar -xf -  --no-same-owner
--no-same-permissions
sh ./build.sh
###
### Using 'darwin' toolset.
###
rm -rf bootstrap
mkdir bootstrap
cc -o bootstrap/jam0 command.c compile.c debug.c expand.c glob.c hash.c
hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c
newstr.c option.c output.c parse.c pathunix.c pathvms.c regexp.c rules.c
scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c
builtins.c pwd.c class.c native.c w32_getreg.c modules/set.c modules/path.c
modules/regex.c modules/property-set.c modules/sequence.c modules/order.c
execunix.c fileunix.c
./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root= clean
...found 1 target...
...updating 1 target...
...updated 1 target...
./bootstrap/jam0 -f build.jam --toolset=darwin --toolset-root=
...found 47 targets...
...updating 2 targets...
[MKDIR] bin.macosxx86_64
[COMPILE] bin.macosxx86_64/bjam
...updated 2 targets...
/bin/rm -rf /sw/src/fink.build/root-boost-jam-3.1.16-1
/bin/mkdir -p /sw/src/fink.build/root-boost-jam-3.1.16-1/sw
/bin/mkdir -p /sw/src/fink.build/root-boost-jam-3.1.16-1/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-boost-jam-3.1.16-1
/var/tmp/tmp.1.NlBSyb
#!/bin/sh -ev
 case x86_64 in
   powerpc) machine=ppc;;
   i386) machine=x86;;
 esac
  mkdir /sw/src/fink.build/root-boost-jam-3.1.16-1/sw/bin
 cp bin.macosx$machine/* /sw/src/fink.build/root-boost-jam-3.1.16-1/sw/bin
cp: cannot stat `bin.macosx/*': No such file or directory
### execution of /var/tmp/tmp.1.NlBSyb failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-boost-jam-3.1.16-1
(Reading database ... 85227 files and directories currently installed.)
Removing fink-buildlock-boost-jam-3.1.16-1 ...
Failed: phase installing: boost-jam-3.1.16-1 failed

The solution would be be simply adding "x86_64) machine=x86_64;;" to the
case clause.

Many thanks in advance.
Alan
-- 
Alan Wilter S. da Silva, D.Sc. - CCPN Research Associate
Department of Biochemistry, University of Cambridge.
80 Tennis Court Road, Cambridge CB2 1GA, UK.
>>http://www.bio.cam.ac.uk/~awd28<<
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to