Re: [Fink-devel] 10.4 intel and gfortran

2006-05-20 Thread Martin Costabel
Jeff Whitaker wrote: William Scott wrote: Hi folks: With the new gcc4 gfortran/odcctools I get errors of the following form: /sw/lib/odcctools/bin/ld: Undefined symbols: __d collect2: ld returned 1 exit status Is there a simple workaround? Bill Bill: Are you intel or ppc? I have a

Re: [Fink-devel] ssh key for cvs

2006-05-19 Thread Martin Costabel
Daniel Macks wrote: On Fri, May 19, 2006 at 09:42:52AM -0700, Kurt Schwehr wrote: Sorry if this is already on the list as I am getting digests... Did the new cvs server get redone without saving the key or do I have a problem? Thanks. The former. Unannounced by SF until well after the

Re: [Fink-devel] switch to fink.cvs.sourceforge.net

2006-05-17 Thread Martin Costabel
Max Horn wrote: [] burley Fingolfin: yeah, I would be hesitant to use those burley Fingolfin: concern is that the data in the new repostiory isn't 'current' with the old repository, there will be a few days in there that aren't covered burley reason is concern for data corruption from the

Re: [Fink-devel] No /dev/mem on Intel 10.4?

2006-05-16 Thread Martin Costabel
Mike Zanker wrote: Sorry - a little off-topic but I guess there is expertise here :) I I would suggest to go on a more specialized forum like darwin-dev. Or file a bug with Apple directly. tried running /usr/sbin/snmpd on a new Mac Mini core duo - it just gives the error message: init_kmem:

Re: [Fink-devel] No /dev/mem on Intel 10.4?

2006-05-16 Thread Martin Costabel
Mike Zanker wrote: [] You'll probably find the error in /var/log/snmpd.log. Yes, found it. Same as yours. -- Martin --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Fink-devel] Re: switch to fink.cvs.sourceforge.net

2006-05-16 Thread Martin Costabel
William Scott wrote: [] Setting up base Fink directory... /usr/bin/su wgscott -c 'cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/fink checkout -l -d fink dists' ssh: connect to host cvs.sourceforge.net port 22: Connection refused Until a new fink release that knows about the new system makes its

[Fink-devel] Re: switch to fink.cvs.sourceforge.net

2006-05-16 Thread Martin Costabel
Martin Costabel wrote: [] I guess something like this should be mentioned on the home page, too. Forgot to say that this works in the same way for both anon CVS access and for developer access. -- Martin --- Using Tomcat but need to do

[Fink-devel] switch to fink.cvs.sourceforge.net

2006-05-16 Thread Martin Costabel
Now that cvs is up again, I guess everybody is reinventing the wheel in the form of a little one-liner to convert their local CVS repository to the new style. To save others the time for testing, here is one that worked for me (cut in four to avoid chopping by mailers): find . -name CVS

Re: [Fink-devel] switch to fink.cvs.sourceforge.net

2006-05-14 Thread Martin Costabel
David R. Morrison wrote: [] This strikes me as very strange. I've just been looking over my checkouts from the old CVS server, and I can't find the string '/cvsroot/fink/' (with or without leading and/or trailing slashes) in any of the CVS/Repository files. Moreover, my understanding of the

Re: [Fink-devel] why depend on g95?

2006-05-08 Thread Martin Costabel
Peter O'Gorman wrote: [] The g95 situation means that, due to the nature of the GPL, anything built with g95 becomes GPL licensed. Do you have an official word from the g95 authors on this or is this just speculation? Normally, the output of a GPL compiler does not automatically have to be

Re: [Fink-devel] why depend on g95?

2006-05-06 Thread Martin Costabel
Jack Howarth wrote: I am wondering why packages like fftw3 are depending on g95 rather than gfortran? While this may be useful in the short term I think we would be far better off with gfortran in the long run. As far as I know the g95 source still is devoid of a decent test suite so there

Re: [Fink-devel] Re: dists/10.4/unstable/main/finkinfo/graphics qt3mac.info,1.5,1.6

2006-04-28 Thread Martin Costabel
Martin Costabel wrote: Benjamin Reed wrote: On 4/26/06, Martin Costabel [EMAIL PROTECTED] wrote: New upstream version 3.3.6. Appbundle links in PostInstScript Any particular reason this isn't done with AppBundles: ? I have never got this to work. It is still not clear to me where

[Fink-devel] Re: dists/10.4/unstable/main/finkinfo/graphics qt3mac.info,1.5,1.6

2006-04-26 Thread Martin Costabel
Benjamin Reed wrote: On 4/26/06, Martin Costabel [EMAIL PROTECTED] wrote: New upstream version 3.3.6. Appbundle links in PostInstScript Any particular reason this isn't done with AppBundles: ? I have never got this to work. It is still not clear to me where the AppBundles field expects

Re: [Fink-devel] fink broken

2006-04-17 Thread Martin Costabel
Emmanuele Salvati wrote: [] ii apt 0.5.4-52 Advanced front-end for dpkg I am fishing in the dark, but you could try to update the apt package to 0.5.4-53 and see if this changes anything. [] now fink install works. i am able to install

Re: [Fink-devel] fink broken

2006-04-16 Thread Martin Costabel
Emmanuele Salvati wrote: [] hank:~$ sudo apt-get install xemacs-sumo-pkg Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: xemacs-sumo-pkg 0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 0B/28.3MB

Re: [Fink-devel] question about warnings

2006-04-16 Thread Martin Costabel
Koen van der Drift wrote: Hi, A new upstream version of a package I maintain, gives a lot of warnings, such as: evaluate.c:2129: warning: incompatible implicit declaration of built-in function 'strlen' Does the warning disappear if you add #include string.h to evaluate.c? -- Martin

Re: [Fink-devel] question about warnings

2006-04-16 Thread Martin Costabel
Koen van der Drift wrote: [] cd t_coffee_source make clean make -i CC=gcc USER_BIN=../bin/ all [] The line make -i CC=gcc USER_BIN=../bin/ all works when I issue it outside of fink, however when using fink, I get the following error: make -i CC=gcc

Re: [Fink-devel] question about warnings

2006-04-16 Thread Martin Costabel
Koen van der Drift wrote: [] CompileScript: cd t_coffee_source make -i CC=gcc USER_BIN=%i/bin all Yes, that's what I supected. The 'cd' has no effect in this case. Either combine both lines into one or make it a shell script by putting '#!/bin/sh' (or more correctly '#!/bin/sh -ev') as a

Re: [Fink-devel] question about warnings

2006-04-16 Thread Martin Costabel
Koen van der Drift wrote: [] What about the lines that install stuff in the $HOME directory, can I leave those in the info file? The program won't execute when these files are missing, but since they are installed outside /sw, I am not sure what to do here. mkdir $HOME/.t_coffee mkdir

Re: [Fink-devel] SHA1 checking for Bison (BUG)

2006-04-15 Thread Martin Costabel
David H. wrote: [] The check fails explaining that the checksum is wrong. The Info file reads: Source-MD5: b1468d49c1357aebcd1de6ef12cbf3e8 Source-Checksum: SHA1(b236923e7d4909c6fd8873ac87431833fa45069b) So, I wonder how to best debug this? :) The fink engine gurus have remained stubbornly

Re: [Fink-devel] fink broken

2006-04-15 Thread Martin Costabel
Emmanuele Salvati wrote: hello, thank you very much for your help, but when i try to install xemacs, this is the error: You never said whether you followed the advice everybody has been giving you and ran sudo apt-get update You also don't say whether you have Growl installed or not.

Re: [Fink-devel] fortran and intel (again, sorry)

2006-04-14 Thread Martin Costabel
Martin Costabel wrote: [] I'll do a comparison with g95 soon. Still replying to myself... The first tests show g95 much faster. Half the compiling time and executables quite a bit faster. The tests I have here are now running too fast to be really significant (0.35sec vs 0.51sec isn't); I'll

Re: [Fink-devel] hdf5 fails to compile on intel mac

2006-04-14 Thread Martin Costabel
Jon Cline wrote: I have been attempting without success over the past few days to compile hdf5-1.6.5-1003 on an intel mac and am current stuck. I'm left with: /sw/bin/g95 -I. -O -I. -c H5fortran_types.f90 -fno-common -DPIC -o .libs/H5fort ran_types.lo In file H5fortran_types.f90:31

Re: [Fink-devel] fortran and intel (again, sorry)

2006-04-13 Thread Martin Costabel
Peter O'Gorman wrote: [] Shantonu just wrote: odcctools-20060413 is now available. It is based on Apple cctools-590.36 and ld64-26.0.81 http://www.opendarwin.org/downloads/odcctools-20060413.tar.bz2 Yep, works. At least gfortran is able to build executables now, without complaining about

Re: [Fink-devel] fink lame issue?

2006-04-12 Thread Martin Costabel
Kevin Horton wrote: I just built the new lame-3.96.1-2 package, and noted some strange dpkg warnings: Unpacking replacement lame ... dpkg: warning - unable to delete old file `/Volumes/BU/sw/src/fink.build': Directory not empty dpkg: warning - unable to delete old file `/Volumes/BU/sw/src':

Re: [Fink-devel] Can't compile g95 on 10.3

2006-04-12 Thread Martin Costabel
Daniel Macks wrote: 10.3/unstable, all packages up-to-date. odcctools-576-20060226 just built without a problem. Tried to build the new g95-0.50-20060409: /sw/build/g95-0.50-20060409/gcc-4.0.3/g95/gcc/xgcc -B/sw/build/g95-0.50-20060409/gcc-4.0.3/g95/gcc/

Re: [Fink-devel] -mtune/-mcpu and macintel

2006-04-11 Thread Martin Costabel
Matthew Sachs wrote: On Apr 10, 2006, at 16:47, Martin Costabel wrote: pws37163:~ costabel$ /usr/bin/g++-3.3 -v gcc-3.3 and g++-3.3 on Mac OS X can generate code for PowerPC, but not for Intel. The compiler itself is a universal binary, so you have a compiler which runs as a native

Re: [Fink-devel] what is macintel mtune/march defaults?

2006-04-11 Thread Martin Costabel
Jack Howarth wrote: I am wondering if anyone with a MacIntel box can tell me what the default settings for the Apple gcc 4.0 compiler are on that architecture for -mtune and -march? Several web sites recommend the use of -mtune=prescott -march=pentium-m for FSF gcc. Are these the automatic

Re: [Fink-devel] boost1.31-1.31.0-6 and boost1.31-shlibs-1.31.0-6

2006-04-11 Thread Martin Costabel
jiho wrote: [] Seems like someone needs to update the boost version in fink but this package is said to have no maintainer. For over a year, boost1.32 has been in Fink. In the upcoming 10.4 (non-transitional) tree, there is boost1.33. -- Martin

Re: [Fink-devel] policy: file locations for application bundle packages

2006-04-11 Thread Martin Costabel
David R. Morrison wrote: Dear Fink developers, We agreed some time ago to allow Application bundle packages in Fink, and we now have a few of them. There is an AppBundles declaration available in .info files (although I understand from some previous email traffic that it does not really

Re: [Fink-devel] fortran and intel (again, sorry)

2006-04-11 Thread Martin Costabel
David R. Morrison wrote: [] I'm going to put the .info file I used for the April 1 snapshot into my experimental directory, in case it is useful for anyone. But note that this should *not* be added to fink until we sort out what to do about the changes in shared libraries. With the April 8

Re: [Fink-devel] fortran and intel (again, sorry)

2006-04-11 Thread Martin Costabel
Peter O'Gorman wrote: On Tue, 2006-04-11 at 23:00 +0200, Martin Costabel wrote: David R. Morrison wrote: [] I'm going to put the .info file I used for the April 1 snapshot into my experimental directory, in case it is useful for anyone. But note that this should *not* be added to fink until

Re: [Fink-devel] -mtune/-mcpu and macintel

2006-04-10 Thread Martin Costabel
David R. Morrison wrote: [] By the way, g++-3.3 is not available on intel, so unless you can make this package work with g++-4, the discussion is moot. I have kept hearing this, but now that I have access to an iMac/Intel, I am somewhat confused: pws37163:~ costabel$ uname -a Darwin

[Fink-devel] autogen-dev anyone?

2006-04-09 Thread Martin Costabel
The autogen-dev package installs a file /sw/include/options.h which interferes with the building of a couple of packages that use their own options.h during building. Several packages have noticed this and have BuildConflicts (gcc4, g95), one (cm3-dev) has the quaint remark This package

Re: [Fink-devel] fortran and intel (again, sorry)

2006-04-09 Thread Martin Costabel
William Scott wrote: Yesterday I impulse-purchased an imac intel. Today, in order to avoid parental responsibilities, I am trying to get fink working. (I accidently transfered my older /sw from my G4 laptop and a surprising amount works, but today moved that out of the way and started

Re: [Fink-devel] autogen-dev anyone?

2006-04-09 Thread Martin Costabel
David Bacher wrote: On 4/9/06, Martin Costabel [EMAIL PROTECTED] wrote: Does anyone know what this package is used for and whether moving its options.h from /sw/include/ to /sw/share/autogen/ would be noticed by anyone at all? As the listed maintainer, I'm happy to describe what this package

Re: [Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/libs bitvector-py.info,1.2,1.3

2006-03-28 Thread Martin Costabel
Daniel Macks wrote: goatbar committed: Modified Files: bitvector-py.info Log Message: upstream change to the source dist without a version change added sha1 fink validate still does not know about Source-SHA1: The validator from fink-0.24.x doesn't know about any checksum except the

Re: [Fink-devel] Common splitoff for a package with variants

2006-03-28 Thread Martin Costabel
Max Horn wrote: [] As a solution, I currently think of this setup: Add another splitoff FOO-common to FOO. Move all the common stuff there. Leave FOO itself mostly empty. Add Depends: FOO-common to the PMs, and add Depends on the PMs to FOO itself. But doesn't the latter force you to build

[Fink-devel] Re: experimental/rangerrick/10.4/main/finkinfo/x11 qt3.info,1.28,1.29 qt3.patch,1.30,1.31

2006-03-27 Thread Martin Costabel
Benjamin Reed wrote: Update of /cvsroot/fink/experimental/rangerrick/10.4/main/finkinfo/x11 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25855/10.4/main/finkinfo/x11 Modified Files: qt3.info qt3.patch Log Message: more misc updates, koffice 1.5 rc1 Index: qt3.info

[Fink-devel] SHA1 checksum problem in HEAD

2006-03-24 Thread Martin Costabel
On 10.4/unstable with fink HEAD, trying to install some package that requires Fink bison, the latter fails after downloading with the following message: The checksum of the file is incorrect. The most likely cause for this is a corrupted or incomplete download Expected:

Re: [Fink-devel] Re: Strange freetype dependency / gimp2 on i386 needs --disable-mmx

2006-03-16 Thread Martin Costabel
Alexander Strange wrote: [] fontconfig2-dev was using freetype219 and depending on freetype1 instead. This should be added there, but I noticed a better solution: if I just have fontconfig use the system (xorg)'s freetype, then gimp stops crashing every time anyone uses the text tool. This is

Re: [Fink-devel] Re: Strange freetype dependency / gimp2 on i386 needs --disable-mmx

2006-03-16 Thread Martin Costabel
?? ?? wrote: [] Meanwhile, $(head -2 unstable/main/finkinfo/gnome/gtk+2.info) says: Package: gtk+2 # do not upgrade to 2.8.x until cairo InheritedBuildDepends issue is resolved! Is there any explanation of that cairo InheritedBuildDepends issue anywhere? -- Martin

Re: [Fink-devel] Re: Strange freetype dependency / gimp2 on i386 needs --disable-mmx

2006-03-16 Thread Martin Costabel
Daniel Macks wrote: On Fri, Mar 17, 2006 at 07:52:45AM +0100, Martin Costabel wrote: ?? ?? wrote: [] Meanwhile, $(head -2 unstable/main/finkinfo/gnome/gtk+2.info) says: Package: gtk+2 # do not upgrade to 2.8.x until cairo InheritedBuildDepends issue is resolved! Is there any explanation

[Fink-devel] Re: [Fink-users] Latest security update and rsync

2006-03-04 Thread Martin Costabel
Huw Davies wrote: I've just applied the latest Mac OS-X security update and since then 'fink selfupdate' has been failing at the rsync phase. Now rsync is one of the components changed in the security update. Is anyone else seeing this problem or is it something I've managed to do to myself?

Re: [Fink-devel] Re: ppc unix binaries on Macintel?

2006-03-02 Thread Martin Costabel
Peter O'Gorman wrote: [] For anyone attempting this, I'd suggest looking at: http://darwinsource.opendarwin.org/tarballs/other/gcc_os-1819.tar.gz I have managed to build this using darwinbuild (on ppc, Build8G1165). It needed just the addition of f77 to build-gcc.sh which could probably be

Re: [Fink-devel] [Fwd: Re: [Fink-users] Latest security update and rsync]

2006-03-02 Thread Martin Costabel
Martin Costabel wrote: [] In the meantime I filed a bug with Apple: Bug ID# 4464106. [] Yeah, it seems they broke the --delete flag. Update: Jordan Hubbard answered on darwin-dev that he will look after this personally (although he said he hadn't seen this error while he used the new

Re: [Fink-devel] Q: Trees search order or precedence?

2006-02-28 Thread Martin Costabel
Adrian Mugnolo wrote: Hi, I have the following setting in my fink.conf file: Trees: local/main stable/main stable/crypto unstable/main I am working on a package project that I keep updating to the local tree. Two other packages with the same name exist under both stable and unstable trees.

Re: [Fink-devel] Re: ppc unix binaries on Macintel?

2006-02-28 Thread Martin Costabel
Jack Howarth wrote: Chris, I had been hoping that X11.app and Rosetta would have been designed such that the X11 libs would be present in both binary formats (intel and ppc) so that pre-existing X11 ppc binaries could be run through Rosetta. That would have really smoothed the transition.

Re: [Fink-devel] Gettext stable-unstable switching on 10.4 tree

2006-02-25 Thread Martin Costabel
David R. Morrison wrote: [] One possible fix for this would be to have a mechanism to recognize that a group of packages need to be updated together, and that Fink::SysState should not be expected to give a consistent answer until they have all been updated. I'm not sure how to do this,

Re: [Fink-devel] Some multiple symbols when compiling aspell

2006-02-21 Thread Martin Costabel
Peter O'Gorman wrote: [] When gnu libtool sees an empty whole_archive_flag_spec it will unpack the archives and add the objects to the link line. The above solution is easier than updating the package to the newest libtool (which has an empty whole_archive_flag_spec on darwin). Thanks for the

Re: [Fink-devel] Some multiple symbols when compiling aspell

2006-02-21 Thread Martin Costabel
Michèle Garoche wrote: [] May I commit the change now? I mean this is not very useful that I have it only in my local tree. BTW, the checking dependency style of g++... gcc3 that irritates you goes away if you add the configure flag --disable-dependency-tracking. Might be a good idea

Re: [Fink-devel] Some multiple symbols when compiling aspell

2006-02-20 Thread Martin Costabel
Michèle Garoche wrote: Le 21 févr. 2006 à 01:35, Michèle Garoche a écrit : [] g++ -dynamiclib -single_module -undefined dynamic_lookup -o .libs/libaspell.15.0.3.dylib .libs/can_have_error-c.o .libs/info-c.o .libs/string_list-c.o .libs/config-c.o .libs/speller-c.o .libs/string_map-c.o

Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread Martin Costabel
William Scott wrote: Mine's got loads of stuff in it. I wonder if this was due to the fact that I went directly from injecting to building ca. 200 packages, possibly forgetting to source /sw/bin/init.sh before I started installing stuff? On Sun, 19 Feb 2006, [ISO-8859-1] Jean-François

[Fink-devel] Re: [Fink-beginners] Re: Installing SDL

2006-02-18 Thread Martin Costabel
Martin Costabel wrote: Thomas Lauf wrote: [] Well, does that mean I am stuck on QT 7.0.3 now? Or can I upgrade - maybe later to 7.0.5? I have no idea. You have to hope that Apple hasn't yet started to neglect OSX 10.3 [] We should probably file bug reports with Apple about these problems

Re: [Fink-devel] fink validate error in 10.4

2006-02-12 Thread Martin Costabel
Koen van der Drift wrote: On Feb 12, 2006, at 4:15 PM, Jack Howarth wrote: Validating .deb file ./pymol-py24_0.98-1006_darwin-powerpc.deb... Error: File in a language-versioned package is neither versioned nor in a versioned directory. Offending file: /sw/bin/pymol I get the same

Re: [Fink-devel] Missing `readline' package?

2006-02-10 Thread Martin Costabel
Shrisha Rao wrote: [] /sw/bin/apt-get-lockwait -q --ignore-breakage --download-only install readline5=5.0-4 Reading Package Lists... Building Dependency Tree... The following NEW packages will be installed: readline5 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-09 Thread Martin Costabel
Daniel Macks wrote: [] This falsely assumes that a .deb built for one dist will be the same as for another. Which, of course, has always been the fundamental assumption at the basis of all of Fink's upgrade mechanisms when going from one tree to another. There's some automatic

Re: [Fink-devel] libwmf fails to build

2006-02-08 Thread Martin Costabel
Nathaniel Gray wrote: Hi folks, This evening I downloaded fink 0.8.0, added unstable/main to the Trees list, then ran sudo fink install gimp2-dev An hour later I got Failed: compiling libwmf-0.2.8.2-5 failed Here's the compiler error: gcc -r -keep_private_externs -nostdlib -o

Re: [Fink-devel] 10.4 fink breakage?

2006-02-05 Thread Martin Costabel
Jack Howarth wrote: Is anyone else seeing this sort of problem under current 10.4-transitional in the cvs? I typically build gcc4 from the gcc4.1 branch every few weeks with the info file at the end of this message. However tonight I am getting fink errors that... Unpacking

Re: [Fink-devel] Re: 10.4 fink breakage?

2006-02-05 Thread Martin Costabel
Jack Howarth wrote: Martin, When I do 'dpkg -p fink-buildlock-gcc4-4.1.0-20060204' I see... Package: fink-buildlock-gcc4-4.1.0-20060204 [] Depends: gmp-shlibs (= 4.1.3-11), cctools (= 576-1) | odcctools (= 576-20050327), gcc4-shlibs (= 4.1.0-20060204), libiconv, gmp (= 4.1.3-11),

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Remi Mommsen wrote: Hi, I'm switching btw the 10.4-transitional and 10.4 tree by setting a symlink from /sw to the 2 fink directories having the 10.4-transitional and 10.4 distributions active, respectively. I also linked the /sw/fink/debs directory btw the 2 directories to avoid rebuilding

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Chris Zubrzycki wrote: It's very easy. dpkg --get-selections | grep install | awk '{print $1}' fink.install; rm -rf /sw; for $pkg in `cat fink.install`; do fink -y install $pkg; done To be usable, it would need some refinement :-) For starters, I don't think the fink command will work

Re: [Fink-devel] odd symbol resolution problem under fink

2006-02-03 Thread Martin Costabel
Jack Howarth wrote: Can I get some advice on the following problem. I just noticed that the sparky-py package I maintain has a problem with symbol resolution. You can reproduce the problem by... 1) install sparky-py24 from the fink unstable 10.4-transitional tree on a MacOS X 10.4.4

Re: [Fink-devel] Don't use /sw/fink/dists when symlinking debs from /sw/fink/debs

2006-02-03 Thread Martin Costabel
Daniel Macks wrote: On Fri, Feb 03, 2006 at 03:31:08PM +0100, Martin Costabel wrote: Chris Zubrzycki wrote: It's very easy. dpkg --get-selections | grep install | awk '{print $1}' fink.install; rm -rf /sw; for $pkg in `cat fink.install`; do fink -y install $pkg; done Thirdly, the package

Re: [Fink-devel] Re: odd symbol resolution problem under fink

2006-02-03 Thread Martin Costabel
Jack Howarth wrote: Martin, The fact that removing libjpeg and giflib and/or libungif fixes the problem with launching help from Sparky doesn't make much sense to me. The standalone application version of Sparky from their web site doesn't have this problem. Why shouldn't it suffer the same

Re: [Fink-devel] postgresql80-unified.patch

2006-02-02 Thread Martin Costabel
Benjamin Reed wrote: [] as far as I'm aware, on OSX the only time that the values actually get set is the *first time*, after bootup, that you run, say: sysctl -w kern.sysv.shmmax=8388608 So if you have a sysctl.conf, it will have already set them. The line you've commented out can't change

Re: [Fink-devel] generated links problem

2006-01-31 Thread Martin Costabel
Claudio Ochoa wrote: Hi, first of all I am a Fink novice user, trying to make a fink package for ciao (a open-source prolog). I am having the following problem: * when installing, some links to some executables are created (for example, a link ciao for the real executable ciao-1.10p6). * the

Re: Fwd: [Fink-devel] unsupported 10.4.4 and G5 Quad requires fink modification.

2006-01-30 Thread Martin Costabel
David R. Morrison wrote: [] In that case, it sounds like whoever created your Government/Corporate install media replaced the perl 5.8.6 that was supplied by Apple with a newer perl 5.8.7. You should contact those people and explain to them that their action has made it impossible to use fink

Re: [Fink-devel] ttfmkfontdir-1.0-2

2006-01-29 Thread Martin Costabel
Peter Dyballa wrote: Hello! This seems to be one of the last packages that still depend on freetype and not freetype2. On ttfmkfontdir depend msttcorefonts and xfonts-intl. Is there no way to 'port' ttfmkfontdir to freetype2 or freetype219? This is really antique stuff, but since it seems

Re: [Fink-devel] unsupported 10.4.4 and G5 Quad requires fink modification.

2006-01-29 Thread Martin Costabel
BuildSmart wrote: [] My installed Apple perl is 5.8.7 mustangrestomods:~ websrvr$ perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=darwin, osvers=8.4, archname=darwin-thread-multi-2level uname='darwin mustangrestomods.com 8.4.0 Darwin

Re: [Fink-devel] postgresql80-unified.patch

2006-01-28 Thread Martin Costabel
Neil Tiffin wrote: [] one. In adiition, if writing a /etc/sysctl.conf will not work (and that seems to be the consensus) then fink should write a message stating this. Yes, I agree. I am convinced this whole section of the postgresql package with its allusion to /etc/sysctl.conf is wrong. If

Re: [Fink-devel] postgresql80-unified.patch

2006-01-26 Thread Martin Costabel
Neil Tiffin wrote: I would like to see this changed to this As you noticed, on Tiger (and on recent Panthers) this won't work. No matter what values for kern.sysv.shm* you write into /etc/sysctl.conf, they will not stick, because they are reset in /etc/rc afterwards. The only way to

Re: [Fink-devel] gnome-system-monitor-2.6.0-1015 fails in 10.4 tree

2006-01-24 Thread Martin Costabel
Remi Mommsen wrote: [] It builds in the 10.4-transitional tree. However, doing so I noted that gnome-system-monitor is missing a BuildDepends on gnome-keyring-dev and needs to Depend on gnome-keyring-shlibs. I committed a fixed version to 10.4-transitional, but refrained to interfere with the

Re: [Fink-devel] how to change to 10.4?

2006-01-23 Thread Martin Costabel
Jack Howarth wrote: Chris, Could you describe this process of wiping clean a little better? As far as I can tell the current fink doesn't seem to understand setting the distribution to 10.4 and constantly reverts to 10.4-transitional. So it would seem that the conversion to 10.4 requires some

Re: [Fink-devel] Re: ec-fonts-mftraced dependency

2006-01-22 Thread Martin Costabel
Jean-David Maillefer wrote: I was trying to build lilypond (2.6.3-11) from source and it failed during compilation of depency pacakge ec-fonts-mftraced (1.0.12-2) The error is the following: /bin/sh: /sw/bin/mftrace: /sw/bin/python2.3: bad interpreter: \ No such file or directory I have

Re: [Fink-devel] mac-growl-pm586: fix it or I'll kill it

2006-01-18 Thread Martin Costabel
TheSin wrote: no I have xcode 2.2 and it works with or without finks mac-glue on about 10 systems and over 15 times it's been installed, it has to be a conflicts just not sure what, I'm waiting for a pkg list from Martin IIRC, he has 3 machines 1 works two others don't. Once I have the lists

Re: [Fink-devel] mac-growl-pm586: fix it or I'll kill it

2006-01-18 Thread Martin Costabel
TheSin wrote: this seems to have to due with the glues IIRC, remember the GrowlHelperApp files made in the glues dirs... try this for me sudo /usr/libexec/locate.updatedb locate glues/GrowlHelperApp OK, on the last one of my machines where I had the error, I finally resorted to the

Re: [Fink-devel] mac-growl-pm586: fix it or I'll kill it

2006-01-17 Thread Martin Costabel
TheSin wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and BTW this is why I won't dep on mac-glue-pm(version) [/sw/fink/dists/local/main/finkinfo]$ fink install mac-growl-pm586 Information about 5271 packages read in 2 seconds. The following package will be installed or updated:

Re: @PREFIX (was Re: [Fink-devel] CVS freeze coming)

2006-01-16 Thread Martin Costabel
David R. Morrison wrote: On Jan 15, 2006, at 10:02 PM, Michèle Garoche wrote: And another question fully unrelated to doc, but maybe to package. I've found fully per mere chance today the following line in python24.patch in 10.4-transitional unstable: +inc_dirs =

[Fink-devel] mac-growl-pm586: fix it or I'll kill it

2006-01-16 Thread Martin Costabel
Could someone for whom mac-growl-pm586 builds and works please fix it? On October 8 2005 I sent en error report to fink-users with CC to the maintainer (thesin). Nothing happened except that someone (Daniel Johnson) said that it built for him. Today the same error is reported on the

Re: [Fink-devel] Issues with our cvs packages

2006-01-12 Thread Martin Costabel
Alexander Hansen wrote: [] forgotten), along with language in DescDetail suggesting that users downgrade if they experience problems. In case of problems, they also could just remove Fink's cvs package. There is, after all, a perfectly working cvs in /usr/bin. -- Martin

Re: [Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/gnome gtkmm2.info,1.2,1.3 librsvg2-mozilla.info,1.4,1.5 librsvg2.info,1.7,1.8 gnopernicus.info,1.4,1.5

2006-01-09 Thread Martin Costabel
Daniel E. Macks wrote: Martin Costabel [EMAIL PROTECTED] said: The last one is the opposite of a fix. It shows that the validator code in fink HEAD is broken (or doesn't digest vasi's weird formatting). Actually, it's the third option: I made a manual typo when fixing that .info file

[Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/gnome gtkmm2.info,1.2,1.3 librsvg2-mozilla.info,1.4,1.5 librsvg2.info,1.7,1.8 gnopernicus.info,1.4,1.5

2006-01-07 Thread Martin Costabel
Daniel Macks wrote: Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/gnome In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6381/10.4-transitional/unstable/main/finkinfo/gnome Modified Files: gtkmm2.info librsvg2-mozilla.info librsvg2.info gnopernicus.info Log

Re: [Fink-devel] Fink Commander weirdness

2006-01-05 Thread Martin Costabel
Rogue Marechal wrote: quite minor. I just noticed that a couple - well 5 actually: giftd, opennms, pfamserver, sleepnow and wwwblast - are wrongly marked as unmaintained in Fink Commander. I checked the info files and I can see no reason for that... surely enough 'fink describe' yields expected

Re: [Fink-devel] net-snmp on Tiger

2006-01-02 Thread Martin Costabel
Cian Hughes wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok, so I'm currently trying to do two things with regard to net_snmp: I need to figure out exactly what apple keeps in /System/Library/Frameworks/System.framework/PrivateHeaders (which is referenced from

Re: [Fink-devel] Need help to compile plugins

2005-12-28 Thread Martin Costabel
Michèle Garoche wrote: Le 27 déc. 2005 à 14:52, Martin Costabel a écrit : [] What happens if you remove the -shared from this line? It does not change anything, apart that it does not tell that -shared is undefined of course. Libtool should recognize the -module flag and translate

Re: [Fink-devel] Need help to compile plugins

2005-12-27 Thread Martin Costabel
Michèle Garoche wrote: I try to compile a package which constructs three plugins during the compilation. [] $(PLUGIN): $(OBJECTS) $(LIBTOOL) --mode=link $(CC) -module $(LIBS) -shared -o $@ $(LOBJECTS) What happens if you remove the -shared from this line? Libtool should recognize the

Re: [Fink-devel] Re: why doesn't curl work for molmol

2005-12-25 Thread Martin Costabel
Jack Howarth wrote: Martin, Here I get... ftp ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip [] 229 Entering Extended Passive Mode (|||9863|) 500 Bad EPRT protocol. 421 Service not available, remote server has closed connection. ...so it hangs before I can even type dir. This is

Re: [Fink-devel] net-snmp on Tiger

2005-12-24 Thread Martin Costabel
rework to link against the system version and provide a good upgrade path. - --- TS http://southofheaven.org/ Chaos is the beginning and end, try dealing with the rest. On 21-Jun-05, at 1:07 AM, Jeremy Higgs wrote: On 20/06/2005, at 3:04, Martin Costabel wrote: Jeremy Higgs wrote

Re: [Fink-devel] Odd problem with sip-py23-4.3.1-4

2005-12-16 Thread Martin Costabel
Alexander K. Hansen wrote: OS 10.4.3, XCode 2.2 (I don't think this matters) fink from CVS HEAD. That's the culprit. With fink-24.11 it builds OK. Fink HEAD is too clever to understand Jeff's packaging tricks. Both sip-py2X packages have a splitoff sip. This is reasonable, because this

Re: [Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/text ispell.patch,1.1,1.2

2005-12-13 Thread Martin Costabel
Daniel Macks wrote: [] To find the ispell occurance of sort we'd have to build with textutils installed. That's what I did and where it crashed. I was looking at it because of a recent crash report on the users list. There it crashed on a consequence of the tail bug, and after correcting

Re: procheck [was Re: [Fink-devel] /usr/bin/login]

2005-12-13 Thread Martin Costabel
Robert T Wyatt wrote: [] /sw/etc/profile.d/procheck.sh:# Aliases are initialised by typing 'aqua' /sw/etc/profile.d/procheck.sh:if [ -z $aquaroot ]; then /sw/etc/profile.d/procheck.sh: aquaroot=@@_aqua_program_directory_@@ /sw/etc/profile.d/procheck.sh: export aquaroot

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Martin Costabel
Benjamin Place wrote: On Dec 13, 2005, at 1:49 PM, Trevor Harmon wrote: If I understand what you're asking, and GNAT is used *only* to build the program, and there is a GNAT package in Fink, you can simply add this line to the program's .info: BuildDepends: gnat Thanks for your response,

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Martin Costabel
Benjamin Place wrote: [] You need a binary gnat to build gnat from source. gnu.org doesn't have any binaries that'll run on OS X. macada.org does, but can I make a package that's binary-only? That would be fine, I guess. Maybe I could make a source package that depends on the binary package.

[Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/text ispell.patch,1.1,1.2

2005-12-12 Thread Martin Costabel
Daniel Macks wrote: Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5781/10.4-transitional/unstable/main/finkinfo/text Modified Files: ispell.patch Log Message: More robust version of tail If you want to

[Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/web libapache2-mod-python.info,NONE,1.1 libapache2-mod-python.patch,NONE,1.1

2005-12-06 Thread Martin Costabel
Charles Lepple wrote: Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7554 Added Files: libapache2-mod-python.info libapache2-mod-python.patch Log Message: Closing tracker item 1315390:

Re: [Fink-devel] fink commander 0.5.4 known broken?

2005-12-06 Thread Martin Costabel
Randal L. Schwartz wrote: Is 0.5.4 known broken? Is there a newer version? Works OK here. Or is it something peculiar to me that keeps it saying updating the table data with a barber pole forever? If you run sudo apt-get update from the command line, does it perhaps hang, too? --

Re: [Fink-devel] gpaint build error

2005-12-04 Thread Martin Costabel
Koen van der Drift wrote: [] util.c:945: error: label at end of compound statement AFAICT this was promoted from warning to error already in gcc-3.4.0, so any Apple gcc-4.0 should be treating this as an error. [] [] default: }--- line 945 Maybe there should be a break;

Re: [Fink-devel] pkgconfig-0.15.0-2 (gobject??)

2005-11-27 Thread Martin Costabel
Tyler Weston wrote: what is gobject and why isnt it a dependancy for those libraries? The gobject-2.0.pc file is installed by glib2-dev, and this isn't a dependency because *-dev packages are never dependencies, only build dependencies. The *.pc files are only build dependencies anyway, and

Re: [Fink-devel] PHP5.0.4 compile error in ext/mbstring/regerror.c

2005-11-21 Thread Martin Costabel
Sebastian Roth wrote: [] have some problems when compiling php5-apache2-ssl-5.0.4-23. My system is Mac OS X 10.4.3 on a Powerbook G4. Here is my compiler output: snip In file included from /sw/src/fink.build/php5-apache2-ssl-5.0.4-23/php-5.0.4/ext/mbstring/oniguruma/regerror.c:37:

<    2   3   4   5   6   7   8   9   10   11   >