Hello, I am trying to instal vpython2.4 but it fails during  
installation.  Below is the output from the installation.

Thanks!

Information about 6547 packages read in 1 seconds.
The following package will be installed or updated:
  visual-py24
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-visual- 
py24-3.2.9-1004 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-visual-py24-3.2.9-1004' in  
`/sw/src/fink.build/fink-buildlock-visual- 
py24-3.2.9-1004_2008.06.20-12.28.24_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock-visual- 
py24-3.2.9-1004_2008.06.20-12.28.24_darwin-i386.deb
Selecting previously deselected package fink-buildlock-visual- 
py24-3.2.9-1004.
(Reading database ... 62521 files and directories currently installed.)
Unpacking fink-buildlock-visual-py24-3.2.9-1004 (from .../fink- 
buildlock-visual-py24-3.2.9-1004_2008.06.20-12.28.24_darwin- 
i386.deb) ...
Setting up fink-buildlock-visual-py24-3.2.9-1004  
(2008.06.20-12.28.24) ...
bzip2 -dc /sw/src/visual-3.2.9.tar.bz2 | /sw/bin/tar -xf -  --no-same- 
owner --no-same-permissions
sed -e 's|@N@|visual-py24|g;s|@XY@|2.4|g' /sw/fink/dists/unstable/ 
main/finkinfo/sci/visual-py.patch | patch -p1
patching file include/vector.h
patching file bin/vpython.in
patching file src/Makefile.in
/var/tmp/tmp.1.fO2MRy
+ export PYTHON=/sw/bin/python2.4
+ PYTHON=/sw/bin/python2.4
+ export 'CXXFLAGS=-O2 -finline-functions'
+ CXXFLAGS=-O2 -finline-functions
+ export CFLAGS=-O3
+ CFLAGS=-O3
+ ./configure --prefix=/sw --disable-dependency-tracking
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether make sets $(MAKE)... (cached) yes
checking build system type... i686-apple-darwin8.11.1
checking host system type... i686-apple-darwin8.11.1
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for some Win32 platform... no
checking for some Mac OSX platform... yes
checking whether /sw/bin/python2.4 version >= 2.2... yes
checking for /sw/bin/python2.4 version... 2.4
checking for /sw/bin/python2.4 platform... darwin
checking for /sw/bin/python2.4 script directory... ${prefix}/lib/ 
python2.4/site-packages
checking for /sw/bin/python2.4 extension module directory... $ 
{exec_prefix}/lib/python2.4/site-packages
checking for array in python module Numeric... yes
checking for array in python module numarray... yes
checking for headers required to compile python extensions... found
checking for pkg-config... /sw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GTHREAD... yes
checking for gtk-config... /sw/bin/gtk-config
checking for GTK - version >= 0.99.7... yes
checking for gdk_gl_query in -lgtkgl... yes
checking gtkgl/gtkglarea.h usability... yes
checking gtkgl/gtkglarea.h presence... yes
checking for gtkgl/gtkglarea.h... yes
checking where to install documentation... ${prefix}/lib/python2.4/ 
site-packages/visual/docs
checking whether to install html documentation... yes
checking where to install example programs... ${prefix}/lib/python2.4/ 
site-packages/visual/examples
checking whether to install example programs... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating bin/vpython
config.status: creating site-packages/visual/Makefile
config.status: creating docs/Makefile
config.status: creating examples/Makefile
config.status: creating MakeVPython.iss
config.status: creating include/config.h
config.status: executing depfiles commands
+ make
Making all in site-packages/visual
make[1]: Nothing to be done for `all'.
Making all in src
This is a quiet Makefile. If make exits with an error, check src/ 
build.log to see the complete error message(s). In the event of an  
error that you cannot debug, please send a message to visualpython- 
[EMAIL PROTECTED], including the files config.log and src/ 
build.log, requesting assistance.
Compiling arrow.cpp ...
Compiling axial.cpp ...
Compiling box.cpp ...
Compiling color.cpp ...
Compiling cone.cpp ...
Compiling convex.cpp ...
Compiling curve.cpp ...
Compiling cvisualmodule.cpp ...
Compiling cylinder.cpp ...
Compiling display.cpp ...
Compiling displaylist.cpp ...
Compiling ellipsoid.cpp ...
Compiling exceptions.cpp ...
Compiling num_util.cpp ...
Compiling scalar_array.cpp ...
Compiling vector_array.cpp ...
Compiling slice.cpp ...
Compiling sphmodel.cpp ...
Compiling faceset.cpp ...
Compiling frame.cpp ...
Compiling gldevice.cpp ...
Compiling kbobject.cpp ...
Compiling light.cpp ...
Compiling label.cpp ...
Compiling mouseobject.cpp ...
Compiling prim.cpp ...
Compiling vector.cpp ...
Compiling pyramid.cpp ...
Compiling rate.cpp ...
Compiling ring.cpp ...
Compiling sphere.cpp ...
Compiling tmatrix.cpp ...
Compiling vcache.cpp ...
Compiling cylmodel.cpp ...
Compiling num_util_impl_numeric.cpp ...
Compiling num_util_impl_numarray.cpp ...
Compiling glcontext.cpp ...
Compiling platlinux.cpp ...
Compiling xgl.cpp ...
Linking cvisualmodule.so ...
make[1]: *** [cvisualmodule.so] Error 1
make: *** [all-recursive] Error 1
### execution of /var/tmp/tmp.1.fO2MRy failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-visual-py24-3.2.9-1004
(Reading database ... 62522 files and directories currently installed.)
Removing fink-buildlock-visual-py24-3.2.9-1004 ...
Failed: phase compiling: visual-py24-3.2.9-1004 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 the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

         Martin Costabel <[EMAIL PROTECTED]>

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


-------------------------------------------------------------------------
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-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to