Re: [Fink-devel] [cvs] dists/10.4/unstable/main/finkinfo/libs libxine1.info, 1.18, 1.19

2007-11-29 Thread TheSin
absolute addressing is an ASM thing on 10.5, maybe we could just turn  
off ASM for now till it gets patched, that same issue is in the MMX  
code in ffmpeg's SVN.
---
TS
http://southofheaven.org/
Chaos is the beginning and end, try dealing with the rest.

On 28-Nov-07, at 10:38 PM, Martin Costabel wrote:

 Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
 In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv20240

 Modified Files:
   libxine1.info
 Log Message:

 Fix the reexport cycle workaround for good.
 This exposes the next ld bug,
 absolute addressing (perhaps -mdynamic-no-pic)... not allowed in  
 slidable image



 Index: libxine1.info
 ===
 RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/ 
 libxine1.info,v
 retrieving revision 1.18
 retrieving revision 1.19
 diff -u -d -r1.18 -r1.19
 --- libxine1.info 26 Nov 2007 06:00:13 -  1.18
 +++ libxine1.info 29 Nov 2007 05:38:33 -  1.19
 @@ -23,16 +23,17 @@
   find . -name \*.c -o -name \*.h | xargs grep balign | cut -d: -f1 |  
 sort -u | xargs perl -pi -e 's,.balign 16,.align 4,g; s,.balign  
 8,.align 3,g;'
   # -O3 considered harmful on OSX  :P
   perl -pi -e 's,-O3,-Os,g' configure
 +#perl -pi -e 's|(OPENGL_LIBS=).*|$1-lGL -dylib_file /System/ 
 Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
 libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/ 
 Libraries/libGL.dylib|g' configure
 

 SetCPPFLAGS: -fno-common -I%p/lib/freetype219/include/freetype2 -I%p/ 
 lib/freetype219/include -I/usr/X11R6/include -I%p/include
 -SetLDFLAGS: -L%p/lib/freetype219/lib -dylib_file /System/Library/ 
 Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/ 
 Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 +SetLDFLAGS: -L%p/lib/freetype219/lib -Wl,-dylib_file,/System/ 
 Library/Frameworks/OpenGL.framework/Versions/A/Libraries/ 
 libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/ 
 Libraries/libGL.dylib
 SetLIBS: -L%p/lib
 SetMAKEFLAGS: -j1
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 NoSetMAKEFLAGS: true
 -ConfigureParams: --enable-fpic --with-pic --enable-static --enable- 
 shared --disable-alsa --disable-alsatest --disable-dxr3 --enable- 
 macosx-video --enable-coreaudio --disable-fb --disable-directfb -- 
 disable-vis --disable-mlib --libexecdir=%p/lib/libxine --mandir=%p/ 
 share/man --disable-sdltest (%m = powerpc) --enable-altivec (%m =  
 i386) --disable-altivec --disable-w32dll
 +ConfigureParams: --enable-fpic --with-pic --enable-static --enable- 
 shared --disable-alsa --disable-alsatest --disable-dxr3 --enable- 
 macosx-video --enable-coreaudio --disable-fb --disable-directfb -- 
 disable-vis --disable-mlib --libexecdir=%p/lib/libxine --mandir=%p/ 
 share/man --disable-sdltest (%m = powerpc) --enable-altivec (%m =  
 i386) --disable-altivec --disable-w32dll --disable-dependency-tracking
 CompileScript: 
 #!/bin/sh -ev



 -
 SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 Fink-commits mailing list
 [EMAIL PROTECTED]
 http://news.gmane.org/gmane.os.apple.fink.cvs



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] deps and bdeps in pangocairo

2007-11-29 Thread Jean-François Mertens
I had a couple of scripts going over my installation
checking for missing deps and for missing builddeps.

Especially the deps have some errors _ a couple due to my
installation being not really kosher [beware especially of anything
involving openssl097 vs system-openssl, gettext vs gettext3, readline  
vs readline5,
gdbm vs gdbm3, etc _ those might give false positives (tried to  
eliminate
a number a them though), but may also in that case
serve as a reminder that the pkg can be updated],
and others because the script used was too rough when alternatives  
were involved..
and still others because some problems were fixed since.

Even when there are no errors, the results need to be used with some  
judgment.
In particular, additional deps or builddeps _ while they are not
recursive deps of the current ones, may in some cases be pruned
because one depends directly or indirectly on other ones,
or because the fixing of such deps in a dependent pkg will already  
correct this pkg.

I'm sorry for those complications _ had started the thing just for  
personal use,
and is it just now, looking at the bulk of results, that I realize I  
will need
the maintainers' help..
Promise to use cleaner scripts next time !

I mail separately to each maintainer the results concerning his  
packages,
where I tried to keep for myself things that were obviously pangocairo
related _ but again, I might have missed some.

In case of doubts, feel free to get back to me.

I will also try to look myself in the next few days at some pkgs with  
less
active maintainers or maintainers who have anyway no commit access.

JF Mertens


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] missing deps

2007-11-29 Thread Jean-François Mertens
None fink-devel@lists.sourceforge.net: autotrace: BuildDepends: gd2
None fink-devel@lists.sourceforge.net: bind9-ssl: Depends: db44-aes- 
shlibs
None fink-devel@lists.sourceforge.net: cfengine: Depends: db43-ssl- 
shlibs
None fink-devel@lists.sourceforge.net: db44-aes-bin: Depends: db44- 
aes-shlibs
None fink-devel@lists.sourceforge.net: ee: BuildDepends:  
libncurses5 libncurses5-shlibs
None fink-devel@lists.sourceforge.net: ee: Depends: libncurses5-shlibs
None fink-devel@lists.sourceforge.net: fnlib-shlibs: Depends:  
giflib-shlibs
None fink-devel@lists.sourceforge.net: fnlib: BuildDepends: giflib- 
shlibs
None fink-devel@lists.sourceforge.net: frontline: BuildDepends:  
bzip2-dev libiconv-dev
None fink-devel@lists.sourceforge.net: g-wrap-shlibs: Depends: glib- 
shlibs
None fink-devel@lists.sourceforge.net: g-wrap: BuildDepends: gtk+- 
shlibs libgettext3-dev libgettext3-shlibs xorg xorg-shlibs
None fink-devel@lists.sourceforge.net: g-wrap: Depends: gtk+-shlibs  
xorg-shlibs
None fink-devel@lists.sourceforge.net: gabber-ssl: Depends: gdk- 
pixbuf-shlibs gnome-print-shlibs
None fink-devel@lists.sourceforge.net: glade-bonobo: BuildDepends:  
audiofile esound gdk-pixbuf gnome-libs-dev imlib libxml oaf-dev orbit- 
dev
None fink-devel@lists.sourceforge.net: glut-shlibs: Depends: xorg- 
shlibs
None fink-devel@lists.sourceforge.net: gnome-vfs-ssl: Depends:  
bzip2-shlibs gconf-shlibs glib-shlibs gnome-libs-shlibs gtk+-shlibs  
libxml-shlibs oaf-shlibs orbit-shlibs xorg-shlibs
None fink-devel@lists.sourceforge.net: gnotepad+: BuildDepends:  
libglade libglade-shlibs libxml libxml-shlibs
None fink-devel@lists.sourceforge.net: gnotepad+: Depends: libglade- 
shlibs libxml-shlibs
None fink-devel@lists.sourceforge.net: gtkhtml1.1: BuildDepends:  
freetype219 libxml
None fink-devel@lists.sourceforge.net: gtkhtml: BuildDepends:  
freetype219
None fink-devel@lists.sourceforge.net: libast1-shlibs: Depends:  
freetype-hinting-shlibs imlib2-shlibs
None fink-devel@lists.sourceforge.net: libast1: BuildDepends:  
freetype-hinting freetype-hinting-shlibs imlib2 imlib2-shlibs pcre++
None fink-devel@lists.sourceforge.net: libast2: BuildDepends: pcre++
None fink-devel@lists.sourceforge.net: libcdk-shlibs: Depends:  
libncurses5-shlibs
None fink-devel@lists.sourceforge.net: libjpeg-exif: BuildDepends:  
libjpeg
None fink-devel@lists.sourceforge.net: libsndfile1-shlibs: Depends:  
flac-shlibs
None fink-devel@lists.sourceforge.net: libsndfile1: BuildDepends: flac
None fink-devel@lists.sourceforge.net: libsndfile1: Depends: flac- 
shlibs
None fink-devel@lists.sourceforge.net: myodbc-unixodbc-shlibs:  
Depends: mysql12-shlibs unixodbc2-shlibs
None fink-devel@lists.sourceforge.net: myodbc-unixodbc:  
BuildDepends: unixodbc2
None fink-devel@lists.sourceforge.net: oleo: Depends: mysql-ssl15- 
shlibs
None fink-devel@lists.sourceforge.net: openldap-ssl-shlibs:  
Depends: db43-ssl-shlibs
None fink-devel@lists.sourceforge.net: openldap23-shlibs: Depends:  
db44-aes-shlibs
None fink-devel@lists.sourceforge.net: openldap23: Depends: db44- 
aes-shlibs
None fink-devel@lists.sourceforge.net: peacock: BuildDepends: gnome- 
vfs-ssl-shlibs
None fink-devel@lists.sourceforge.net: peacock: Depends: gal19- 
shlibs gnome-vfs-ssl-shlibs gtkhtml-shlibs
None fink-devel@lists.sourceforge.net: plplot: BuildDepends: gd2  
libtool14
None fink-devel@lists.sourceforge.net: pstoedit: BuildDepends: gd2
None fink-devel@lists.sourceforge.net: pyqt-py24-bin: Depends: qt3- 
shlibs
None fink-devel@lists.sourceforge.net: screen: BuildDepends:  
libncurses5 libncurses5-shlibs
None fink-devel@lists.sourceforge.net: screen: Depends: libncurses5- 
shlibs
None fink-devel@lists.sourceforge.net: soup-ssl: BuildDepends:  
openssl097-dev
None fink-devel@lists.sourceforge.net: ttfmkfontdir: Depends:  
freetype-hinting-shlibs
None fink-devel@lists.sourceforge.net: winefish: BuildDepends: pcre++
None fink-devel@lists.sourceforge.net: xemacs: Depends: compface- 
shlibs
None fink-devel@lists.sourceforge.net: xine-ui: BuildDepends:  
dlcompat-dev dlcompat-shlibs gettext ncurses-dev ncurses-shlibs
None fink-devel@lists.sourceforge.net: xine-ui: Depends: dlcompat- 
shlibs ncurses-shlibs
None fink-devel@lists.sourceforge.net: xml-libxml-common-pm586:  
BuildDepends: libiconv-dev
None fink-devel@lists.sourceforge.net: xml-libxml-pm586:  
BuildDepends: libiconv-dev

Jeffrey Whitaker [EMAIL PROTECTED]: zimg: BuildDepends: libjpeg
Jeffrey Whitaker [EMAIL PROTECTED]: dods: BuildDepends: libcurl3- 
unified libcurl3-unified-shlibs libiconv-dev libxml2 libxml2-shlibs
Jeffrey Whitaker [EMAIL PROTECTED]: dods: Depends: libcurl3- 
unified-shlibs libiconv libxml2-shlibs
Jeffrey Whitaker [EMAIL PROTECTED]: euler: BuildDepends: libiconv-dev
Jeffrey Whitaker [EMAIL PROTECTED]: gnuplot: BuildDepends: gd2
Jeffrey Whitaker [EMAIL PROTECTED]: grace: BuildDepends: netcdf  
t1lib5-nox
Jeffrey Whitaker [EMAIL PROTECTED]: h4h5tools: BuildDepends: libjpeg
Jeffrey Whitaker [EMAIL PROTECTED]: lyx-qt: BuildDepends: 

[Fink-devel] g95 and ncarg for 10.5 on fink tracking

2007-11-29 Thread Jack Howarth
   I have uploaded g95 and ncarg packaging that can build under
Leopard onto fink tracking...

http://sourceforge.net/tracker/index.php?func=detailaid=1841363group_id=17203atid=414256
http://sourceforge.net/tracker/index.php?func=detailaid=1834902group_id=17203atid=414256

I tried a number of different options in developing the new g95 packaging. I 
finally decided
to go with the stock g95 0.90 source tarball patched to compile successfully 
against the
Xcode 2.4/2.5/3.0 cctools. The odcctools package is unusable under Leopard so 
we have to make
this switch (which gcc42 did long ago). I also experimented with building g95 
built against
gcc 4.2.2, however while the resulting build passes blockdata_test, it doesn't 
properly
build ncarg. The best solution, placed on fink tracking, was to build g95 
against a gcc-4.0.3
patched to build against cctools (using the same patches as MacPorts uses) with 
an additional
backport from gcc 4.2.2 under darwin9 to eliminate the tentative size change 
warnings from
the linker in cctools. The resulting g95-0.90-3 packaging can successfully be 
used to build
ncarg-4.4.1-6.
Jack
ps I would have rather switched ncarg to build with gcc42. Unfortunately ncarg 
relies on
blockdata initialization behavior unsupported in gfortran on darwin. I've 
reported this
issue to Apple and it has apparently already been fixed in the cctools for the 
upcoming
Xcode 3.1 release. However, this fix to the linker will likely never be 
backported to
Xcode 2.5. Thus we would have to fork the ncarg package to build with g95 on 
Tiger and
gcc42 on Leopard. Until gfortran is patched to emit the common block symbols in 
the same
way g95 does, the blockdata initialization problem has to be fixed via the 
linker for
gfortran to properly compile ncarg on darwin.

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Fwd: fink bioperl-pm588 problem

2007-11-29 Thread Koen van der Drift
Hi,

A user reported the following error. I have no idea what the first  
error means. Is it a conflict with module-build-pm, or is it something  
that can be fixed in the info or patch file?

I cannot reproduce the second error, but I noticed in his output the  
line Will try to install symlinks to /sw/sw/bin  -  note the double / 
sw. Any ideas?

(I am on a G5 iMac, 10.5.1)


thanks,

- Koen.





Begin forwarded message:

 From: Steffen Schmidt [EMAIL PROTECTED]
 Date: November 28, 2007 7:51:29 AM EST
 To: Koen van der Drift [EMAIL PROTECTED]
 Subject: fink bioperl-pm588 problem

 Hi,

 thank you for supporting bioperl :-) I experience some problems when  
 installing bioperl-pm588. Do you experience the same problems? My  
 system is OS X (tested on both: Tiger  Leopard) Intel - fink   
 0.27.9-31

 Steffen

 a) with module-build-pm588 installed:

 ...
 patching file ModuleBuildBioperl.pm
 ARCHFLAGS= /sw/bin/perl5.8.8 Makefile.PL PERL=/sw/bin/perl5.8.8  
 PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.8.8 INSTALLARCHLIB=/sw/lib/ 
 perl5/5.8.8/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/ 
 perl5/5.8.8 INSTALLSITEARCH=/sw/lib/perl5/5.8.8/darwin-thread- 
 multi-2level INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/ 
 share/man/man3 INSTALLSITEMAN1DIR=/sw/share/man/man1  
 INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin  
 INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
 Sorry, PREFIX is not supported.  See the Module::Build
 documentation for 'destdir' or 'install_base' instead.
 ### execution of ARCHFLAGS= failed, exit code 255
 ...

 b) without module-build-pm588:

 it works until installation:
 ...
 Installing /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/ 
 man/man3/Bio::Variation::VariantI.3pm
 Installing /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/ 
 man/man3/Bio::WebAgent.3pm
 Writing /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/ 
 perl5/5.8.8/darwin-thread-multi-2level/auto/Bio/.packlist
 /sw/bin/perl5.8.8 maintenance/symlink_script.pl
 Will try to install symlinks to /sw/sw/bin
 mkdir -p /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/ 
 bioperl-pm588
 cp -r models examples doc /sw/src/fink.build/root-bioperl- 
 pm588-1.5.2-3/sw/share/bioperl-pm588
 mkdir -p /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/ 
 bioperl-pm588/t
 cp -r t/data /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/ 
 bioperl-pm588/t
 mkdir -p /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/ 
 perl5/5.8.8
 mv /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/man /sw/src/ 
 fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/perl5/5.8.8
 mv: cannot stat `/sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/ 
 man': No such file or directory
 ### execution of mv failed, exit code 1




-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: fink bioperl-pm588 problem

2007-11-29 Thread Koen van der Drift

On Nov 29, 2007, at 9:17 PM, Alexander K. Hansen wrote:

  Install Module::Build now from CPAN? [y]

 It seems un-Finklike to allow a package to install items that Fink
 doesn't directly control.


That's strange - I have never seen that before. I'll look into it - I  
will probably disable the use of module-build.

thanks for spotting this.

- Koen.




-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: fink bioperl-pm588 problem

2007-11-29 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Koen van der Drift wrote:
 Hi,

 A user reported the following error. I have no idea what the first
  error means. Is it a conflict with module-build-pm, or is it
 something that can be fixed in the info or patch file?

 I cannot reproduce the second error, but I noticed in his output
 the line Will try to install symlinks to /sw/sw/bin  -  note the
 double / sw. Any ideas?

 (I am on a G5 iMac, 10.5.1)


 thanks,

 - Koen.





 Begin forwarded message:

 From: Steffen Schmidt [EMAIL PROTECTED] Date:
 November 28, 2007 7:51:29 AM EST To: Koen van der Drift
 [EMAIL PROTECTED] Subject: fink bioperl-pm588
 problem

 Hi,

 thank you for supporting bioperl :-) I experience some problems
 when installing bioperl-pm588. Do you experience the same
 problems? My system is OS X (tested on both: Tiger  Leopard)
 Intel - fink 0.27.9-31

 Steffen

 a) with module-build-pm588 installed:

 ... patching file ModuleBuildBioperl.pm ARCHFLAGS=
 /sw/bin/perl5.8.8 Makefile.PL PERL=/sw/bin/perl5.8.8 PREFIX=/sw
 INSTALLPRIVLIB=/sw/lib/perl5/5.8.8 INSTALLARCHLIB=/sw/lib/
 perl5/5.8.8/darwin-thread-multi-2level INSTALLSITELIB=/sw/lib/
 perl5/5.8.8 INSTALLSITEARCH=/sw/lib/perl5/5.8.8/darwin-thread-
 multi-2level INSTALLMAN1DIR=/sw/share/man/man1
 INSTALLMAN3DIR=/sw/ share/man/man3
 INSTALLSITEMAN1DIR=/sw/share/man/man1
 INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin
 INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin Sorry, PREFIX is not
 supported.  See the Module::Build documentation for 'destdir' or
 'install_base' instead. ### execution of ARCHFLAGS= failed,
 exit code 255 ...

 b) without module-build-pm588:

 it works until installation: ... Installing
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/
 man/man3/Bio::Variation::VariantI.3pm Installing
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/
 man/man3/Bio::WebAgent.3pm Writing
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/
 perl5/5.8.8/darwin-thread-multi-2level/auto/Bio/.packlist
 /sw/bin/perl5.8.8 maintenance/symlink_script.pl Will try to
 install symlinks to /sw/sw/bin mkdir -p
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/
 bioperl-pm588 cp -r models examples doc
 /sw/src/fink.build/root-bioperl-
 pm588-1.5.2-3/sw/share/bioperl-pm588 mkdir -p
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/
 bioperl-pm588/t cp -r t/data
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/share/
 bioperl-pm588/t mkdir -p
 /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/ perl5/5.8.8
  mv /sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/man /sw/src/
  fink.build/root-bioperl-pm588-1.5.2-3/sw/lib/perl5/5.8.8 mv:
 cannot stat `/sw/src/fink.build/root-bioperl-pm588-1.5.2-3/sw/
 man': No such file or directory ### execution of mv failed, exit
 code 1




I tried this in a clean-build situation (my clean-builder is on OS
10.4.10, with Xcode 2.4.1, and fink-0.27.9-31), and noticed the following:

...
sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.3.c4k3AF
ARCHFLAGS= /sw/bin/perl5.8.8 Makefile.PL PERL=/sw/bin/perl5.8.8
PREFIX=/sw INSTALLPRIVLIB=/sw/lib/perl5/5.8.8
INSTALLARCHLIB=/sw/lib/perl5/5.8.8/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5/5.8.8
INSTALLSITEARCH=/sw/lib/perl5/5.8.8/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1
INSTALLSITEMAN3DIR=/sw/share/man/man3 INSTALLBIN=/sw/bin
INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
This module requires Module::Build to install itself.
  Install Module::Build now from CPAN? [y]

It seems un-Finklike to allow a package to install items that Fink
doesn't directly control.


If I install module-build-pm588 I get the same error (a) as the
original poster.  I'm not going to test (b) because this is my clean
test environment.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHT3KhB8UpO3rKjQ8RAi2xAKCYVBMIRox65ZfD8eXbvcJOLXOknwCZAdjD
RS7ygbMeJiLWq+Wh5RUsCP8=
=pFWH
-END PGP SIGNATURE-


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel