-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/10/10 4:58 AM, Caitie Lustig wrote:
> Hi
> I'm trying to install wine and have been unable to install cloog,
> which is a dependency.  Here's the output when I try to install cloog:
> 
> $ fink install cloog
> Password:
> Information about 9799 packages read in 2 seconds.
> The following package will be installed or updated:
>  cloog
> The following additional package will be installed:
>  cloog-shlibs
> Do you want to continue? [Y/n] Y
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-cloog-0.15.9-1
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-cloog-0.15.9-1' in
> `/sw/src/fink.build/fink-buildlock-cloog-0.15.9-1_2010.11.10-01.53.28_darwin-i386.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i
> /sw/src/fink.build/fink-buildlock-cloog-0.15.9-1_2010.11.10-01.53.28_darwin-i386.deb
> Selecting previously deselected package fink-buildlock-cloog-0.15.9-1.
> (Reading database ... 101703 files and directories currently installed.)
> Unpacking fink-buildlock-cloog-0.15.9-1 (from
> .../fink-buildlock-cloog-0.15.9-1_2010.11.10-01.53.28_darwin-i386.deb)
> ...
> Setting up fink-buildlock-cloog-0.15.9-1 (2010.11.10-01.53.28) ...
> 
> gzip -dc /sw/src/cloog-ppl-0.15.9.tar.gz | /sw/bin/tar -xf -
> --no-same-owner --no-same-permissions
> ./configure --prefix=/sw --prefix=/sw --mandir=/sw/share/man
> --infodir=/sw/share/info --with-ppl=/sw
> 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 ISO C89... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for cd... no
> checking for a BSD-compatible install... /usr/bin/install -c
> checking build system type... i386-apple-darwin10.4.0
> checking host system type... i386-apple-darwin10.4.0
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for fgrep... /usr/bin/grep -F
> checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
> checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)
> is GNU ld... no
> checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
> checking the name lister (/usr/bin/nm) interface... BSD nm
> checking the maximum length of command line arguments... 196608
> checking whether the shell understands some XSI constructs... yes
> checking whether the shell understands "+="... yes
> checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to
> reload object files... -r
> checking for objdump... no
> checking how to recognize dependent libraries... pass_all
> checking for ar... ar
> checking for strip... strip
> checking for ranlib... ranlib
> checking command to parse /usr/bin/nm output from gcc object... ok
> checking for dsymutil... dsymutil
> checking for nmedit... nmedit
> checking for lipo... lipo
> checking for otool... otool
> checking for otool64... no
> checking for -single_module linker flag... yes
> checking for -exported_symbols_list linker flag... yes
> checking how to run the C preprocessor... gcc -E
> 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 for dlfcn.h... yes
> checking for objdir... .libs
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fno-common -DPIC
> checking if gcc PIC flag -fno-common -DPIC works... yes
> checking if gcc static flag -static works... no
> checking if gcc supports -c -o file.o... yes
> checking if gcc supports -c -o file.o... (cached) yes
> checking whether the gcc linker
> (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin10.4.0 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... yes
> checking for an ANSI C-conforming const... yes
> checking for size_t... yes
> checking for ANSI C header files... (cached) yes
> checking for strtol... yes
> checking sys/resource.h usability... yes
> checking sys/resource.h presence... yes
> checking for sys/resource.h... yes
> checking whether gmp works... Mode normal GMP
> checking gmp.h usability... yes
> checking gmp.h presence... yes
> checking for gmp.h... yes
> checking for __gmpz_init in -lgmp... yes
> checking for location of PolyLib... installed in standard location
> checking for PolyhedronTSort in -lpolylib64... no
> Can't find PolyLib.
> checking for Parma Polyhedral Library (PPL)... installed in /sw
> checking ppl_c.h usability... yes
> checking ppl_c.h presence... yes
> checking for ppl_c.h... yes
> checking for version 0.10 of PPL... configure: error: Can't find
> correct version of PPL.
> ### execution of ./configure failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-cloog-0.15.9-1
> (Reading database ... 101704 files and directories currently installed.)
> Removing fink-buildlock-cloog-0.15.9-1 ...
> Failed: phase compiling: cloog-0.15.9-1 failed
> 
> Any help would be appreciated.
> 
> Thanks,
> 
> Caitie
> 

Downgrade ppl via "fink install ppl-0.10.2-1" and cloog should build.

- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzalxwACgkQB8UpO3rKjQ9bcQCfRuh4F+Qmk85yap8oPAm1ovTI
XPMAoKXzvCBH8PirzQBFzR+zSxYXRsw1
=Hle0
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to