Re: [Fink-devel] dpkg-deb: use --no-unquote as argument to tar

2008-01-04 Thread Martin Costabel
Daniel Macks wrote: > On Thu, Jan 03, 2008 at 03:22:48PM -0800, Jesse Alama wrote: > [snip good rationale for...] >> The relevant code change is in line 450 of build.c in the >> subdirectory dpkg-deb of version 1.10.21 of dpkg: >> >> execlp(TAR,"tar","-cf", "-", "--null", "-T", "-", "--no-recursi

[Fink-devel] Failed: phase compiling: plplot-5.8.0-1001 failed

2008-01-04 Thread Dominique Dhumieres
Updating to plplot-5.8.0-1001 failed on Intel/Leopard with: ... /bin/sh ../../../libtool --tag=CC --mode=link gcc -Os -fstrict-aliasing -Wno-long-double -L/sw/lib/python2.5/config -Wl,-x,-dead_strip -o cplplotcanvasmodule.la -rpath /sw/lib/python2.5/site-packages -Wl,-m -rpath /sw/lib/python2

Re: [Fink-devel] octave-forge

2008-01-04 Thread Jonathan Stickel
Jean-François Mertens wrote: > > On 02 Jan 2008, at 23:02, Alexandre Vial wrote: > >> Jonathan Stickel a écrit : >>> Corey >>> >>> The latest octave-forge.info (20071212-1005) has a couple bugs. >>> >>> First, the perl command for correcting the octave_packages file does not >>> work correctly, r

Re: [Fink-devel] Failed: phase compiling: plplot-5.8.0-1001 failed

2008-01-04 Thread Daniel Macks
On Fri, Jan 04, 2008 at 05:07:57PM +0100, Jean-Fran?ois Mertens wrote: > > On 04 Jan 2008, at 10:21, Dominique Dhumieres wrote: > > > Updating to plplot-5.8.0-1001 failed on Intel/Leopard with: > > > > ... > > /bin/sh ../../../libtool --tag=CC --mode=link gcc -Os -fstrict- > > aliasing -Wno-lon

Re: [Fink-devel] Failed: phase compiling: plplot-5.8.0-1001 failed

2008-01-04 Thread Jean-François Mertens
On 04 Jan 2008, at 10:21, Dominique Dhumieres wrote: > Updating to plplot-5.8.0-1001 failed on Intel/Leopard with: > > ... > /bin/sh ../../../libtool --tag=CC --mode=link gcc -Os -fstrict- > aliasing -Wno-long-double -L/sw/lib/python2.5/config -Wl,-x,- > dead_strip -o cplplotcanvasmodule.la -

Re: [Fink-devel] Failed: phase compiling: plplot-5.8.0-1001 failed

2008-01-04 Thread Jean-François Mertens
On 04 Jan 2008, at 10:21, Dominique Dhumieres wrote: > /bin/sh ../../../libtool --tag=CC --mode=link gcc -Os -fstrict- > aliasing -Wno-long-double -L/sw/lib/python2.5/config -Wl,-x,- > dead_strip -o cplplotcanvasmodule.la -rpath /sw/lib/python2.5/site- > packages -Wl,-m -rpath /sw/lib/python

Re: [Fink-devel] wine info file for 0.9.52

2008-01-04 Thread Michal Suchanek
On 31/12/2007, Damian Dimmich <[EMAIL PROTECTED]> wrote: > Hi All, > > I went ahead and made an info file for wine 0.9.52 - pulled it and it > seems to work very well - better than the .44 version as that one had > something busted with the fonts it was using (at least on my system). > This has bee

Re: [Fink-devel] wine info file for 0.9.52

2008-01-04 Thread Damian Dimmich
Hi Michal, What version of X and OsX are you running? I've only tested against 2.1.1 XQuartz (based on x.org 7.2ish) from here http://trac.macosforge.org/projects/xquartz and Leopard. I don't actually have 10.4 machine to test on - that and the 10.4 X was really buggy and may have to do with

Re: [Fink-devel] Failed: phase compiling: plplot-5.8.0-1001 failed

2008-01-04 Thread Jean-François Mertens
On 04 Jan 2008, at 17:27, Daniel Macks wrote: > The gnome python bindings have some standard macros to control this > kind of situation (essentially, inhibit defining the symbol in certain > object files). Instead of -m, try patching the sources for the two > colliding .o (cplplotcanvasmodule.c a

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Jean-Francois Mertens
Please update to revision 1002. Is hopefully fixed there _ though I have no ld64 (nor 10.5) to certify it .. :) JF Mertens - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Dominique Dhumieres
> Please update to revision 1002. > Is hopefully fixed there _ 1002 worked without problem. Thanks Dominique - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.at

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Dominique Dhumieres
Jean François, Sorry for the bad news but 1002 fails on G4 OSX 10.4.11 with: ... /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/sw/lib/python2.5/config -Wl,-x,-dead_strip -o wxwidgets.la -rpath /sw/lib/plplot5.8.0/driversd -no-undefined -module -avoid-version -L/sw/lib/freetype219/l

Re: [Fink-devel] dpkg-deb: use --no-unquote as argument to tar

2008-01-04 Thread Dave Vasilevsky
> But Fink's tar is in the dependency list of dpkg, so it should be used. I think this is true only when fink calls dpkg, because fink does some path munging first. However I just tried this: sudo dtrace -n 'syscall::execve:entry { self->path = copyinstr(arg0); } syscall::execve:return / arg0 ==

[Fink-devel] scipy-py.info missing BuildDepend of swig

2008-01-04 Thread Kurt Schwehr
Hi Sebastien, Looks like your email address listed in scipy-py.info is bouncing. Can you add swig to the BuildDepend line of scipy-py.info? Thanks, -kurt http://schwehr.org Be a better friend, newsh

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Jean-François Mertens
On 04 Jan 2008, at 21:45, Dominique Dhumieres wrote: > Jean François, > > Sorry for the bad news but 1002 fails on G4 OSX 10.4.11 with: > > ... > /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -L/sw/lib/ > python2.5/config -Wl,-x,-dead_strip -o wxwidgets.la -rpath /sw/lib/ > plplot5.8.0

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Dominique Dhumieres
nm -m /usr/lib/libwx_macud-2.5.dylib | fgrep 'wxListBase' gives a list: 9bd78734 (__TEXT,__eh_frame) external _ZN10wxListBase10DeleteNodeEP10wxNodeBase.eh 9bd7870c (__TEXT,__eh_frame) external _ZN10wxListBase10DetachNodeEP10wxNodeBase.eh 9bd78860 (__TEXT,__eh_frame) external _ZN10wxListBase11D

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Koen van der Drift
On Jan 4, 2008, at 2:18 PM, Jean-Francois Mertens wrote: > Please update to revision 1002. Jean-François, On my iMac G5 (10.5.1) it fails as follows: ... make cd . && /bin/sh /sw/src/fink.build/plplot-5.8.0-1002/plplot-5.8.0/cf/ missing --run aclocal-1.9 -I cf 2>&1 | grep -v underquoted r

Re: [Fink-devel] dpkg-deb: use --no-unquote as argument to tar

2008-01-04 Thread Jesse Alama
"Dave Vasilevsky" <[EMAIL PROTECTED]> writes: >> But Fink's tar is in the dependency list of dpkg, so it should be used. > > I think this is true only when fink calls dpkg, because fink does some > path munging first. However I just tried this: > > sudo dtrace -n 'syscall::execve:entry { self->pat

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Charles Lepple
On Jan 4, 2008 4:57 PM, Dominique Dhumieres <[EMAIL PROTECTED]> wrote: > nm -m /usr/lib/libwx_macud-2.5.dylib | fgrep 'wxListBase' > > gives a list: > > 9bd78734 (__TEXT,__eh_frame) external > _ZN10wxListBase10DeleteNodeEP10wxNodeBase.eh [...] > but nothink without __Z*10. JF's original command l

Re: [Fink-devel] [Fink-users] plplot fails to build

2008-01-04 Thread Jean-François Mertens
Koen, Fixed, thanks ! selfupdate again JF - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ _

Re: [Fink-devel] plplot fails to build

2008-01-04 Thread Jean-François Mertens
On 04 Jan 2008, at 22:57, Dominique Dhumieres wrote: > nm -m /usr/lib/libwx_macud-2.5.dylib | fgrep 'wxListBase' > > gives a list: > > 9bd78734 (__TEXT,__eh_frame) external > _ZN10wxListBase10DeleteNodeEP10wxNodeBase.eh > 9bd7870c (__TEXT,__eh_frame) external > _ZN10wxListBase10DetachNodeEP10

Re: [Fink-devel] [Fink-users] plplot fails to build

2008-01-04 Thread Koen van der Drift
On Jan 4, 2008, at 7:39 PM, Jean-François Mertens wrote: > Koen, > > Fixed, thanks ! > selfupdate again > Jean-François, It got past that part, but now I got the following error: .. Making all in python /sw/lib/pygtk/2.0/codegen/h2def.py \ ../../../include/plplotcanvas.h \

Re: [Fink-devel] [Fink-users] plplot fails to build

2008-01-04 Thread Jean-François Mertens
Sorry, selfupdate again ... Next time I'll just add sed as a bdep; Apple's is terrible.. JF - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse

Re: [Fink-devel] [Fink-users] plplot fails to build

2008-01-04 Thread Koen van der Drift
Thanks - builds and installs fine now. - Koen. On Jan 4, 2008, at 10:45 PM, Jean-François Mertens wrote: > Sorry, selfupdate again ... > > Next time I'll just add sed as a bdep; Apple's is terrible.. > > JF > > - > This SF.