Re: [Fink-devel] slrn still doesn't work

2002-02-03 Thread Jeremy Higgs
On 4/2/02 5:34 PM, "Olaf Foellinger" <[EMAIL PROTECTED]> wrote: > * Max Horn <[EMAIL PROTECTED]> [04.02.02 07:07]wrote: > >> At 22:55 Uhr +0100 03.02.2002, Olaf Foellinger wrote: >>> Hi, >>> >>> The patch that makes slrn/slang working doesn't install. I've >>> reinstalled fink from scratch but

Re: [Fink-devel] slrn still doesn't work

2002-02-03 Thread Olaf Foellinger
* Max Horn <[EMAIL PROTECTED]> [04.02.02 07:07]wrote: > At 22:55 Uhr +0100 03.02.2002, Olaf Foellinger wrote: > >Hi, > > > >The patch that makes slrn/slang working doesn't install. I've > >reinstalled fink from scratch but the bug still appears. > > You are not giving much information, you shoul

Re: [Fink-devel] gpg doesn't work

2002-02-03 Thread Christian Swinehart
On Sunday, February 3, 2002, at 05:21 pm, Max Horn wrote: > At 23:03 Uhr +0100 03.02.2002, Olaf Foellinger wrote: >> Hi, >> >> when I try to call gpg I get >> >> % gpg >> dyld: gpg can't open library: /sw/lib/libgdbm.2.dylib (No such file >> or directory, errno = 2) >> >> Is it a bug or do i mis

Re: [Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread David R. Morrison
One correction to the earlier proposal. In the section on upgrading, I should have said: If shared libraries (or any other files now present in foo-shlibs) were installed previously, then these new packages should say Replaces: foo (<< earliest. compliant.version) so that upgra

[Fink-devel] libpng (was Re: Policy Proposal: Shared Libraries)

2002-02-03 Thread David R. Morrison
At Peter's suggestion, I am enclosing the info files for libpng and libpng-shlibs. Perhaps studying them will help folks figure out how this works. (It certainly took a while for it to sink in, for me!) There are also patch files, which are identical for the two packages (and copied from the pr

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread David R. Morrison
Great! I think I can finally put gnumeric back into stable, then. -- Dave ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread Max Horn
Good news! Rebuilding gtk+ helped indeed, gnumeric now seems to run just fine! I hacked together a quick&dirty shell script that finds all libs that are still linked against 50.0.0. It's quite slow and certainly can be improved, but for me it served its purpose and I am now rebuilding all the

Re: [Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread Peter O'Gorman
Hi Dave, Could you include an actual example (e.g. libpng) in this policy. It would make it easier to follow. It might just be me on a Monday morning, not thinking straight though :) I think it is good that shared libs are getting sorted out. Peter On Monday, February 4, 2002, at 05:25 AM,

[Fink-devel] gnome-vfs-ssl missing pkgconfig dependency

2002-02-03 Thread Benjamin Reed
(cc'ing the maintainer) I'm trying to build the new gnome-vfs-ssl and it appears to be missing a dependency on pkgconfig: ---(snip!)--- checking for pkg-config... no *** The pkg-config script could not be found. Make sure it is *** in your path, or set the PKG_CONFIG environment variable *** to

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++,gtkmm,gnomemm

2002-02-03 Thread Max Horn
At 17:28 Uhr -0500 03.02.2002, Alexander Strange wrote: >If all your libraries are correct, I would suggest running >sudo update_prebinding -force -verbose -root / I doubt this will change anything, since that essentially run several times since I upgraded to 10.1 (and this is my third 10.1 inst

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread Alexander Strange
If all your libraries are correct, I would suggest running sudo update_prebinding -force -verbose -root / On Sunday, February 3, 2002, at 04:38 PM, David R. Morrison wrote: > Martin Costabel <[EMAIL PROTECTED]> wrote: > >> Max Horn wrote: >> >>> /usr/lib/libSystem.B.dylib (compatibility

Re: [Fink-devel] gpg doesn't work

2002-02-03 Thread Benjamin Reed
Olaf Foellinger [[EMAIL PROTECTED]] wrote: > % gpg > dyld: gpg can't open library: /sw/lib/libgdbm.2.dylib (No such file or directory, >errno = 2) It's working fine with me... I'm using mutt and GPG with no problems. You may want to try rebuilding/reinstalling the 'gdbm' and 'gnupg' packages.

Re: [Fink-devel] gpg doesn't work

2002-02-03 Thread Max Horn
At 23:03 Uhr +0100 03.02.2002, Olaf Foellinger wrote: >Hi, > >when I try to call gpg I get > >% gpg >dyld: gpg can't open library: /sw/lib/libgdbm.2.dylib (No such file >or directory, errno = 2) > >Is it a bug or do i miss something ? The stable version of gpg has a missing dependency. For now,

Re: [Fink-devel] slrn still doesn't work

2002-02-03 Thread Max Horn
At 22:55 Uhr +0100 03.02.2002, Olaf Foellinger wrote: >Hi, > >The patch that makes slrn/slang working doesn't install. I've >reinstalled fink from scratch but the bug still appears. You are not giving much information, you should learn to state all the information related to your request, that i

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++,gtkmm,gnomemm

2002-02-03 Thread Max Horn
At 16:38 Uhr -0500 03.02.2002, David R. Morrison wrote: >Martin Costabel <[EMAIL PROTECTED]> wrote: > >> Max Horn wrote: >> >> > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, >> > current version 50.0.0) >> >> This is suspicious: The current version of libSystem.dylib is 55

[Fink-devel] gpg doesn't work

2002-02-03 Thread Olaf Foellinger
Hi, when I try to call gpg I get % gpg dyld: gpg can't open library: /sw/lib/libgdbm.2.dylib (No such file or directory, errno = 2) Is it a bug or do i miss something ? Greetings Olaf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.so

[Fink-devel] slrn still doesn't work

2002-02-03 Thread Olaf Foellinger
Hi, The patch that makes slrn/slang working doesn't install. I've reinstalled fink from scratch but the bug still appears. Greetings Olaf ___ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread David R. Morrison
Martin Costabel <[EMAIL PROTECTED]> wrote: > Max Horn wrote: > > > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > > current version 50.0.0) > > This is suspicious: The current version of libSystem.dylib is 55.0.0 in > OSX 10.1.2. I think 50.0.0 is pre-OSX 10.1. > If my un

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread Martin Costabel
Max Horn wrote: > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, > current version 50.0.0) This is suspicious: The current version of libSystem.dylib is 55.0.0 in OSX 10.1.2. I think 50.0.0 is pre-OSX 10.1. -- Martin ___ Fink-deve

Re: [Fink-devel] Re: pygtk

2002-02-03 Thread Martin Costabel
Dave Vasilevsky wrote: > 2) The version of tar that comes with OS X (/usr/bin/tar) has a -s > option that allows you to automatically rename files as they are being > extracted from the tarball. Also, if there are a lot of files that refer > to one of the duplicates you're renaming, you can use s

Re: [Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread David R. Morrison
> What about the case where it is the binaries in the package that are > depended upon? > > EG: Some new package might consist of a number of python scripts, thus > pythonN would be be required. This part of the policy only applies to packages supplying shared libraries. As it says a bit furthe

Re: [Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread kerneld
On Monday, February 4, 2002, at 07:25 AM, David R. Morrison wrote: > Depends: barN-shlibs > BuildDepends: barN > It will not be permitted for another package to depend on barN itself. What about the case where it is the binaries in the package that are depended upon? EG: Some new package

Re: [Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread Max Horn
At 15:25 Uhr -0500 03.02.2002, David R. Morrison wrote: >Based on the discussion which Max and I had on this list yesterday, I have >drawn up a proposed new policy document for shared libraries in fink. >If we all agree on this, I would propose to add it to the packaging manual >as a new subsectio

[Fink-devel] Policy Proposal: Shared Libraries

2002-02-03 Thread David R. Morrison
Based on the discussion which Max and I had on this list yesterday, I have drawn up a proposed new policy document for shared libraries in fink. If we all agree on this, I would propose to add it to the packaging manual as a new subsection 3.3 under Packaging Policy. Your feedback is most welcome

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread Max Horn
At 15:17 Uhr -0500 03.02.2002, David R. Morrison wrote: >Just to deepen the mystery: at one time in the past, I had this problem. >(gnumeric crashing when the mouse moved) > >But then I recompiled gtk+ under 10.1 and it seemed to fix the problem. >I know that it fixed the problem for some other us

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm, gnomemm

2002-02-03 Thread David R. Morrison
Just to deepen the mystery: at one time in the past, I had this problem. (gnumeric crashing when the mouse moved) But then I recompiled gtk+ under 10.1 and it seemed to fix the problem. I know that it fixed the problem for some other users, but not for all of them. __

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm, gnomemm

2002-02-03 Thread Max Horn
At 12:14 Uhr -0800 03.02.2002, El JoPe Magnifico wrote: >On Sun, 3 Feb 2002, Max Horn wrote: >> OK, weird. But I see now that I was mistaken regarding gnumeric, I >> only took a brief glance at the BT, saw "marshal", "signal", "emit" >> etc. and thought "oh, sigc++". Obviously that was wrong, s

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread El JoPe Magnifico
On Sun, 3 Feb 2002, Max Horn wrote: > OK, weird. But I see now that I was mistaken regarding gnumeric, I > only took a brief glance at the BT, saw "marshal", "signal", "emit" > etc. and thought "oh, sigc++". Obviously that was wrong, stupid > little me :) > > Anyway, I have latest gnumeric install

Re: [Fink-devel] Fix for libtool convenience library bug

2002-02-03 Thread Max Horn
At 9:36 Uhr -0500 03.02.2002, Dave Vasilevsky wrote: >On Sunday, February 3, 2002, at 05:29 AM, Max Horn wrote: > >>What you should do before you submit a libtool patch: >> >>1) Get a non-OS X box, and install the latest libtool source on that >>2) Run the test suite and verify that all tests pas

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm,gnomemm

2002-02-03 Thread Max Horn
At 9:22 Uhr -0500 03.02.2002, David R. Morrison wrote: [...] >Hi Max. I didn't have libsigc++, gtkmm, or gnomemm installed at all, but >gnumeric works for me. > >I installed them (unstable versions), and gnumeric still works. > >I rebuilt gnumeric with these programs installed (in case there wa

Re: [Fink-devel] Fix for libtool convenience library bug

2002-02-03 Thread Dave Vasilevsky
On Sunday, February 3, 2002, at 05:29 AM, Max Horn wrote: > What you should do before you submit a libtool patch: > > 1) Get a non-OS X box, and install the latest libtool source on that > 2) Run the test suite and verify that all tests pass > 3) Apply your patch, run the test suite still passes

Re: [Fink-devel] gnumeric & gabber crashes -> libsigc++, gtkmm, gnomemm

2002-02-03 Thread David R. Morrison
Max Horn <[EMAIL PROTECTED]> wrote: > Gnumeric crashes for me upong launch. never has been different. But > now also gabber crashes for me when I try to login. Looking at my > stack trace, both crash inside some gtkmm/gnomemm function... I > wonder if there is something deeper going on there..

[Fink-devel] About new version of gal

2002-02-03 Thread Masanori Sekino
Hi, Sorry for crossposting. But it should be a widely known. New version of gal (0.19-1) is available on unstable tree and it breaks gnumeric and gabber(-ssl). If you are using those package, please rebuild them with `fink rebuild (gnumeric|gabber)' after you installed newer gal. I hope new shl

Re: [Fink-devel] Help porting

2002-02-03 Thread Max Horn
At 22:03 Uhr -0500 01.02.2002, Bill Bumgarner wrote: >Did you build the client or the server? Hm, I think only the client >The client is trivial; pretty much builds out of the box. Yup, mostly. It had some nasty problems when I tried, but I believe they have fixed all of them now. >The serv

Re: [Fink-devel] Gimp Perl-Fu

2002-02-03 Thread Ben Gertzfield
> "Alexander" == Alexander Strange <[EMAIL PROTECTED]> writes: Alexander> I have a version of the Gimp with multithreading Alexander> enabled compiling. I am now working on Perl-Fu support. Alexander> It seems to want libgimp already installed in Alexander> /sw/lib. Is there a

Re: [Fink-devel] Fix for libtool convenience library bug

2002-02-03 Thread Max Horn
At 3:42 Uhr -0500 03.02.2002, Dave Vasilevsky wrote: >I think I have a fix for the libtool convenience library bug, I've >included a diff to ltmain.sh. > >This bug occurs in libtool 1.4 and higher (possibly earlier versions >too, though I haven't seen that yet). Basically it happens when >libto

[Fink-devel] Fix for libtool convenience library bug

2002-02-03 Thread Dave Vasilevsky
I think I have a fix for the libtool convenience library bug, I've included a diff to ltmain.sh. This bug occurs in libtool 1.4 and higher (possibly earlier versions too, though I haven't seen that yet). Basically it happens when libtool causes cc to link a "convenience library" with a .al ext