[Fink-users] fink install perlmagick-pm588 fails

2009-11-21 Thread Etienne M. Gagnon
Hi,

'fink install perlmagick-pm588' gives:

Information about 7928 packages read in 1 seconds.
The following package will be installed or updated:
 perlmagick-pm588
...
Writing Makefile for Image::Magick
make
cp Magick.pm blib/lib/Image/Magick.pm
AutoSplitting blib/lib/Image/Magick.pm (blib/lib/auto/Image/Magick)
/sw/bin/perl5.8.8 /sw/lib/perl5-core/5.8.8/ExtUtils/xsubpp  -typemap 
/sw/lib/perl5-core/5.8.8/ExtUtils/typemap  Magick.xs  Magick.xsc  mv 
Magick.xsc Magick.c
gcc-4.0 -c  -I../ -I.. -I/sw/include/freetype2 -I/sw/include 
-I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include 
-I/sw/lib/freetype219/include/freetype2 -I/sw/include 
-I/sw/include/libxml2 -I/sw/include -fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-g -O2 -Wall -W -D_THREAD_SAFE -fopenmp -O3   -DVERSION=\6.3.5\ 
-DXS_VERSION=\6.3.5\  
-I/sw/lib/perl5-core/5.8.8/darwin-thread-multi-2level/CORE  
-D_LARGE_FILES=1 -DHAVE_CONFIG_H Magick.c
cc1: error: unrecognized command line option -fopenmp
make: *** [Magick.o] Error 1
### execution of /var/tmp/tmp.1.k2wKvM failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-perlmagick-pm588-6.3.5-1004
...

I am seeking help to get around this issue.

Etienne

-- 
Etienne M. Gagnon, Ph.D.
SableCC:http://sablecc.org


--
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


[Fink-users] Problem compiling a2ps

2009-10-13 Thread Etienne M. Gagnon

Hi all,

I've just installed fink on OSX 10.6 and updated to unstable. Now, I 
needed the a2ps package, so I tried installing it and got the following 
error. I tried selfupdate and update-all, yet the error remains.


Thanks for any help you can provide.

Here's the trace:

fink install a2ps
Information about 8326 packages read in 0 seconds.
The following package will be installed or updated:
a2ps
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-a2ps-4.13-3 
/sw/src/fink.build
dpkg-deb : construction du paquet « fink-buildlock-a2ps-4.13-3 » dans « 
/sw/src/fink.build/fink-buildlock-a2ps-4.13-3_2009.10.13-19.35.32_darwin-i386.deb
 ».
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-a2ps-4.13-3_2009.10.13-19.35.32_darwin-i386.deb
Sélection du paquet fink-buildlock-a2ps-4.13-3 précédemment désélectionné.
(Lecture de la base de données... 76149 fichiers et répertoires déjà installés.)
Dépaquetage de fink-buildlock-a2ps-4.13-3 (à partir de 
.../fink-buildlock-a2ps-4.13-3_2009.10.13-19.35.32_darwin-i386.deb) ...
Paramétrage de fink-buildlock-a2ps-4.13-3 (2009.10.13-19.35.32) ...
gzip -dc /sw/src/a2ps-4.13.tar.gz | /sw/bin/tar -xf -  --no-same-owner --no-same-permissions 
cp -f /sw/lib/fink/update/config.guess auxdir

cp -f /sw/lib/fink/update/config.sub auxdir
cp -f /sw/lib/fink/update/ltconfig auxdir
cp -f /sw/lib/fink/update/ltmain.sh auxdir
perl -ni -e 'print unless /^ELCFILES =/' contrib/emacs/Makefile.in
./configure --prefix=/sw --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' ac_cv_exeext=''
creating cache ./config.cache
checking for a BSD compatible install... /sw/bin/ginstall -c
checking whether build environment is sane... yes
...
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\/sw/share/locale\ 
-DSYSCONFFILE=\/sw/etc/a2ps.cfg\ -I.. -I../intl -I. -I/sw/include -g -O2 -c message.c 
-Wp,-MD,.deps/message.TPlo -o message.o
echo timestamp  message.lo
source='xstrrpl.c' object='xstrrpl.lo' libtool=yes \
depfile='.deps/xstrrpl.Plo' tmpdepfile='.deps/xstrrpl.TPlo' \
depmode=gcc /bin/sh ../auxdir/depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H 
-DLOCALEDIR=\/sw/share/locale\ -DSYSCONFFILE=\/sw/etc/a2ps.cfg\ -I.. 
-I../intl -I.  -I/sw/include  -g -O2  -c -o xstrrpl.lo xstrrpl.c
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\/sw/share/locale\ 
-DSYSCONFFILE=\/sw/etc/a2ps.cfg\ -I.. -I../intl -I. -I/sw/include -g -O2 -c xstrrpl.c 
-Wp,-MD,.deps/xstrrpl.TPlo -o xstrrpl.o
xstrrpl.c:25:22: error: macro stpcpy requires 2 arguments, but only 1 given
xstrrpl.c:25: error: 'stpcpy' redeclared as different kind of symbol
make[2]: *** [xstrrpl.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
...

--
Etienne M. Gagnon, Ph.D.
SableCC:http://sablecc.org

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink update cairo problem: ../doltcompile: Command not found

2008-11-10 Thread Etienne M. Gagnon
Hi,

For the last couple of weeks, I have been unable to update my MacBook
Pro (OSX 10.5.5, Intel) due to the following problem:

$ fink update cairo
Information about 7355 packages read in 0 seconds.
The following package will be installed or updated:
 cairo
The following additional package will be installed:
 cairo-shlibs
Do you want to continue? [Y/n] 
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-cairo-1.8.2-1 
/sw/src/fink.build
dpkg-deb : construction du paquet « fink-buildlock-cairo-1.8.2-1 » dans « 
/sw/src/fink.build/fink-buildlock-cairo-1.8.2-1_2008.11.10-17.07.06_darwin-i386.deb
 ».
Installing build-lock package...
[...]
[...lots of stuff ...]
[...]
--- The glitz surface backend feature is still under active development and
--- is included in this release only as a preview. It does NOT fully work yet
--- and incompatible changes may yet be made to glitz surface backend
--- specific API.

+ find . -name Makefile
+ xargs perl -pi -e 's,^CAIRO_CFLAGS = ,CAIRO_CFLAGS = 
-I/sw/lib/fontconfig2/include ,'
+ make
make  all-recursive
Making all in src
make  all-am
../doltcompile gcc -DHAVE_CONFIG_H -I. -I..  -I. -I/sw/lib/fontconfig2/include  
-I/sw/include/pixman-1  -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include   -I/sw/include   
-I/sw/include/libpng12   -I/usr/X11/include -Wall -Wextra 
-Wsign-compare -Werror-implicit-function-declaration -Wpointer-arith 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 
-Wnested-externs -Wpacked -Wswitch-enum -Wstrict-aliasing=2 -Winit-self 
-Wdeclaration-after-statement -Wold-style-definition 
-Wno-missing-field-initializers -Wno-unused-parameter -Wno-long-long -Winline 
-fno-strict-aliasing -fno-common -Wp,-D_FORTIFY_SOURCE=2  
-I/sw/lib/fontconfig2/include -I/sw/include  -Os -c -o 
cairo-analysis-surface.lo cairo-analysis-surface.c
make[3]: ../doltcompile: Command not found
make[3]: *** [cairo-analysis-surface.lo] Error 127
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.1.PlS2EK failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cairo-1.8.2-1
(Lecture de la base de données... 121049 fichiers et répertoires déjà 
installés.)
Suppression de fink-buildlock-cairo-1.8.2-1 ...
Failed: phase compiling: cairo-1.8.2-1 failed


I have tried to selfupdate (over a period of over 2 weeks), but there's
no improvement. The command I usually type is fink selfupdate ; fink
update-all.

Thanks for any help you can provide,

Etienne

-- 
Etienne M. Gagnon, Ph.D.
SableCC:http://sablecc.org


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink update cairo problem: ../doltcompile: Command not found

2008-11-10 Thread Etienne M. Gagnon
Thanks, Martin.

I did update (yet again), and the grep matched the perl ... line.
Then, as expected, the package compiled correctly. :-)

Etienne

Martin Costabel wrote:
 This package has been updated several times during the past couple of
 days, without changing the revision number. As far as I can see, the
 updates were made in particular for fixing this weird dolt stuff.
 Keep selfupdating. For the latest revision, the command

  fink dumpinfo cairo | grep dolt

 should give the result

  perl -pi -e 's,dolt_supported=yes,dolt_supported=no,g' configure


-- 
Etienne M. Gagnon, Ph.D.
SableCC:http://sablecc.org


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users