Re: [Fink-devel] Linking error with mtools 3.9.10-1

2008-04-15 Thread Alexander Hansen
Nicolas Palix wrote: Hi, I get the following error when linking mtools 3.9.10-1. gcc -L/sw/lib floppyd.o -o floppyd -L/usr/X11/lib -lSM -lICE -lX11 Undefined symbols: _XauFileName, referenced from: _do_auth in floppyd.o _do_auth in floppyd.o _do_auth in

[Fink-devel] mesa and mesa-libglw

2008-04-15 Thread Jack Howarth
Murali has asked me to help create a mesa package with libglw splitoff that builds against the system libGL. I am puzzled as to why we really want to have a complete mesa package in fink. Such a package will obviously use software rendering and thus be an order of magnitude slower than the

Re: [Fink-devel] Linking error with mtools 3.9.10-1

2008-04-15 Thread Daniel Macks
On Tue, Apr 15, 2008 at 09:16:50AM -0400, Alexander Hansen wrote: Nicolas Palix wrote: I get the following error when linking mtools 3.9.10-1. gcc -L/sw/lib floppyd.o -o floppyd -L/usr/X11/lib -lSM -lICE -lX11 Undefined symbols: _XauFileName, referenced from: _do_auth

[Fink-devel] cernlib and gcc43

2008-04-15 Thread William Scott
I seem to have successfully compiled the cernlib stuff with gcc43 (I just did a global sudo perl -pi -e 's|gcc42|gcc43|g' *.info in unstable/sci ). but don't know how to test it: New package: dists/unstable/main/binary-darwin-i386/sci/cernlib2005- gfortran-dev_2005-2011_darwin-i386.deb

Re: [Fink-devel] mesa and mesa-libglw

2008-04-15 Thread Jean-François Mertens
On 15 Apr 2008, at 15:40, [EMAIL PROTECTED] wrote: Dear Jack, I do not want to have a full mesa package. We can still make mesa- libglw a split off of mesa, if you want to; and keep mesa-libglw linking to the system GL (providing hardware acceleration). I just proposed additional

Re: [Fink-devel] mesa and mesa-libglw

2008-04-15 Thread Jack Howarth
JF, What packages depend on Mesa? If I do... cd /sw/fink/10.5/unstable/main grep -R esa finkinfo | grep Depends I only see... finkinfo/sci/molmol.info:Depends: x11, freeglut-shlibs, openmotif3-shlibs, libtiff-shlibs, libjpeg-shlibs, libpng3-shlibs, mesa-libglw-shlibs

Re: [Fink-devel] mesa and mesa-libglw

2008-04-15 Thread Jean-François Mertens
On 15 Apr 2008, at 20:20, Jack Howarth wrote: JF, What packages depend on Mesa? If I do... cd /sw/fink/10.5/unstable/main grep -R esa finkinfo | grep Depends I only see... finkinfo/sci/molmol.info:Depends: x11, freeglut-shlibs, openmotif3- shlibs, libtiff-shlibs, libjpeg-shlibs,

Re: [Fink-devel] mesa and libglw

2008-04-15 Thread mkv22
Many thanks Jack. :-) We will leave 7.0.x series in Fink till it gets into Xquartz, just in case, for the sake of completion. http://lists.apple.com/archives/X11-users/2008/Feb/msg00329.html On 15 Apr 2008, at 19:40, Jack Howarth wrote: Murali, The X11 from Apple is built from the same

[Fink-devel] wine and mesa

2008-04-15 Thread Jack Howarth
Currently the only package in fink using mesa appears to be wine. The info file for wine has the following comment... Use mesa because GL/gl.h in some versions of Apple's X11 is too old. But then to be safe mesa has also to substitute for the glut or freeglut dep; thus put mesa in every path

Re: [Fink-devel] mesa and libglw

2008-04-15 Thread mkv22
I edited the mesa.info file to use the apple/ Xquartz (at macosforge) provided GL and libOSMEsa files. It seems to work fine. On 15 Apr 2008, at 21:13, Jack Howarth wrote: On Tue, Apr 15, 2008 at 08:09:30PM +0100, [EMAIL PROTECTED] wrote: Many thanks Jack. :-) We will leave 7.0.x series

Re: [Fink-devel] mesa and libglw

2008-04-15 Thread Damian Dimmich
Hi, That sounds like a good idea - i've been planning to see if I could get wine to build against apples (XQuartz's) gl libraries but hadn't gotten around to it yet. I believe the tiger version of X would probably still need the mesa dependency though, as tigers X was quite old and not that

Re: [Fink-devel] mesa and libglw

2008-04-15 Thread mkv22
Many thanks for maintaining the package. This is the patch (for the info files): $ diff -urN /sw/fink/10.4/unstable/crypto/finkinfo/wine.info /sw/fink/ 10.4/local/main/finkinfo/crypto/wine.info --- /sw/fink/10.4/unstable/crypto/finkinfo/wine.info2008-04-14 11:25:51.0 +0100 +++

Re: [Fink-devel] mesa and libglw

2008-04-15 Thread Damian Dimmich
The build works well, but sadly wine still only uses the mesa renderer, it would be awesome if there where a way to get it to use the accelerated GL library that comes with the newer X11. Will have to investigate some more. glxgears and glxinfo which come with xquartz seem to run fine, and

[Fink-devel] Fwd: [Fink-beginners] Ruby18 build problem

2008-04-15 Thread Alexander Hansen
Forwarding on to fink-devel and the maintainer: In summary: ruby18 doesn't build on clean systems on 10.5.2--we're not sure about 10.4 , in the absence of reports from that OS version. In addition to the build logs, I've posted build directories at that location, too, for successful

Re: [Fink-devel] dvdreadN

2008-04-15 Thread Alexander Hansen
On Apr 12, 2008, at 5:48 PM, Jean-François Mertens wrote: On 12 Apr 2008, at 20:12, Alexander Hansen wrote: On Apr 12, 2008, at 12:24 PM, Alexander Hansen wrote: I'm trying to validate a package whose build chain requires simultaneous installation of libdvdread3-shlibs and libdvd4-shlibs.