Hello Sebastien, 

  I'm trying to install gildas using fink on Mac OS X 10.7.1.  

  First I installed fink 0.31.2 that was released on Sep 26 this year.  
This is a stable version for 10.7.1, according to the fink web site.  
The fink installation itself went OK.  

  Next, I try to install gildas through fink by issuing the command 

fink -y install gildas 

First I got following errors; 

/////////////
…
New package: 
dists/stable/main/binary-darwin-x86_64/x11/blt_2.4z-153_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/fontconfig-config_2.8.0-7_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/fontconfig2-dev_2.8.0-7_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/fontconfig2-shlibs_2.8.0-7_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/freeglut-shlibs_2.6.0-1_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/freeglut_2.6.0-1_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/xdg-base_0.6-2_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/xft2-dev_2.2.0-2_darwin-x86_64.deb
New package: 
dists/stable/main/binary-darwin-x86_64/x11/xft2-shlibs_2.2.0-2_darwin-x86_64.deb
Failed: phase installing: gildas-201104h-1 failed

Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's
website solves the problem.  If not, ask on one of these mailing lists:

        The Fink Users List <[email protected]>
        The Fink Beginners List <[email protected]>,

with a carbon copy to the maintainer:

        Sebastien Maret <[email protected]>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.31.2
Distribution version: selfupdate-rsync Tue Sep 27 16:22:07 2011, 10.7, x86_64
Trees: local/main stable/main
Xcode: 4.1

/////////////

Next, as the message suggests, I did "fink selfupdate" and tried the same 
command again, 
i.e., 

fink -y install gildas

Then, I got following error messages; 

///////////////////
Scanning package description files..........
Information about 3370 packages read in 0 seconds.
The following package will be installed or updated:
 gildas
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gildas-201104h-1 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-gildas-201104h-1' in 
`/sw/src/fink.build/fink-buildlock-gildas-201104h-1_2011.09.28-08.56.36_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-gildas-201104h-1_2011.09.28-08.56.36_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-gildas-201104h-1.
(Reading database ... 35463 files and directories currently installed.)
Unpacking fink-buildlock-gildas-201104h-1 (from 
.../fink-buildlock-gildas-201104h-1_2011.09.28-08.56.36_darwin-x86_64.deb) ...
Setting up fink-buildlock-gildas-201104h-1 (2011.09.28-08.56.36) ...

gzip -dc /sw/src/gildas-src-apr11h.tar.gz | /sw/bin/tar -xf -  --no-same-owner 
--no-same-permissions 
[ -r /sw/fink/dists/stable/main/finkinfo/sci/gildas.patch ]
patch -p1 < /sw/fink/dists/stable/main/finkinfo/sci/gildas.patch
patching file admin/Makefile
patching file admin/Makefile.build
patching file admin/Makefile.def
Hunk #1 succeeded at 324 (offset 3 lines).
Hunk #2 succeeded at 347 (offset 3 lines).
Hunk #3 succeeded at 383 (offset 3 lines).
Hunk #4 succeeded at 573 (offset 3 lines).
patching file admin/Makefile.python
patching file admin/gildas-env.sh
patching file packages/clic/lib/Makefile
patching file packages/clic07/lib/Makefile
true
/bin/rm -rf /sw/src/fink.build/root-gildas-201104h-1
/bin/mkdir -p /sw/src/fink.build/root-gildas-201104h-1/sw
/bin/mkdir -p /sw/src/fink.build/root-gildas-201104h-1/DEBIAN
/usr/sbin/chown -R root:admin /sw/src/fink.build/root-gildas-201104h-1
/var/tmp/tmp.1.3qALm5
#!/bin/bash -ev
  export arch="x86_64-darwin-gfortran" ;;
/var/tmp/tmp.1.3qALm5: line 2: syntax error near unexpected token `;;'
### execution of /var/tmp/tmp.1.3qALm5 failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gildas-201104h-1
(Reading database ... 35464 files and directories currently installed.)
Removing fink-buildlock-gildas-201104h-1 ...
Failed: phase installing: gildas-201104h-1 failed

Before reporting any errors, please run "fink selfupdate" and try again.
If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one of these mailing lists:

        The Fink Users List <[email protected]>
        The Fink Beginners List <[email protected]>,

with a carbon copy to the maintainer:

        Sebastien Maret <[email protected]>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.31.2
Distribution version: selfupdate-rsync Wed Sep 28 08:56:11 2011, 10.7, x86_64
Trees: local/main stable/main
Xcode: 4.1

////////////////////////


It seems  "phase installing: gildas-201104h-1"  is the cause of the 
problem of the installation.  Can you let me know how I can fix 
this problem?  

  Hope to hear from you soon.  Thanks very much.  

Hiroko




------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to