[Fink-users] Re: Fink-users digest, Vol 1 #849 - 10 msgs

2002-05-28 Thread Massimo Marino
I think I have a corrupted Fink installation. I get error messages in compilation about missing lib files (which are there but in different locations) which are not present on a fresh installation of fink. Some packages won't then update anymore. May I safely re-install using the fink 4.0 inst

[Fink-users] ethereal-ssl can't configure (snmp problem?)

2002-05-28 Thread Chris Devers
Trying to update ethereal-ssl, I get the following error: *** checking whether to use UCD SNMP/NET-SNMP library if available... yes checking for ucd-snmp/snmp.h... yes checking for ucd-snmp/version.h... yes checking for sprint_realloc_objid in -lsnmp... no checking for sprint_rea

[Fink-users] net-snmp compiles, but won't install

2002-05-28 Thread Chris Devers
I get the following errors when trying to install net-snmp-ssl: ** % sudo fink install net-snmp-ssl Information about 1177 packages read in 10 seconds. pkg net-snmp-ssl version ### pkg net-snmp-ssl version 5.0-3 The following package will be installed or updated: net-snmp-ssl

[Fink-users] bitchx won't compile

2002-05-28 Thread Chris Devers
Ok, last of the three errors I've been hitting. Lots of cc lines stream by (many dozens, maybe a couple of hundred) before getting to this: * cc -I. -I/Volumes/Applications/GNUWare/Fink/src/bitchx-1.0c19-1/BitchX/include -I../../include -I. -I./include -I/sw/include -Wall -no-cp

[Fink-users] mjpegtools

2002-05-28 Thread Allan Jensen
Hello! Does anybody know how to install mjpegtools. When I try I get: %fink install mjpegtools Information about 1121 packages read in 1 seconds. pkg mjpegtools version ### pkg mjpegtools version 1.5-20011214-2 WARNING: While resolving dependency "pkg-config" for package "libdv-0.9.5-1", pack

Re: [Fink-users] ethereal-ssl can't configure (snmp problem?)

2002-05-28 Thread Jeremy Higgs
On 28/5/02 9:57 PM, "Chris Devers" <[EMAIL PROTECTED]> wrote: > Trying to update ethereal-ssl, I get the following error: > > *** > > checking whether to use UCD SNMP/NET-SNMP library if available... yes > checking for ucd-snmp/snmp.h... yes > checking for ucd-snmp/version.h...

Re: [Fink-users] mjpegtools

2002-05-28 Thread Alexander K. Hansen
pkgconfig is another package. The name was changed from pkg-config to pkgconfig at some point recently, so you'll want to to update your package descriptions and try again--my info files show 'pkgconfig' as a dependency, while older info files show 'pkg-config'. On 5/28/02 8:11, "Allan Jensen" <

[Fink-users] Re: gtk+2-2.0.2-2 failure

2002-05-28 Thread Masanori Sekino
Is glib2-dev-2.0.1 installed? gtk+2-2.0.2-2 have build-time dependency on glib2-dev (>= 2.0.1) and it should be installed automatically before building gtk+2. Regards, On 2002.05.25, at 04:27, David H. Peyton wrote: > Here is what I now get: > > checking for GLIB - version >= 2.0.1... no > **

[Fink-users] Re: Fink-users digest, Vol 1 #849 - 10 msgs

2002-05-28 Thread Ben Hines
At 11:28 AM +0200 5/28/02, Massimo Marino wrote: >I think I have a corrupted Fink installation. > >I get error messages in compilation about missing lib files (which >are there but in different locations) which are not present on a >fresh installation of fink. Some packages won't then update any

[Fink-users] Re: gtk+2-2.0.2-2 failure

2002-05-28 Thread David H. Peyton
Yes, glib2-dev (2.0.1-3) is installed (I also rebuilt glib2): Information about 1167 packages read in 6 seconds. i glib2 2.0.1-3 Handy library of utility functions i glib2-dev 2.0.1-3 Handy library of utility functions i glib2-shlibs2.0.1-3 Handy library of u

[Fink-users] can not initialize XPCOM

2002-05-28 Thread Kilian Koepsell
hi, i think, i have seen this problem on the list, but i can't find a solution in the archives: i can't install mozilla 1.0rc3. the post-install script stopps with the error Can not initialize XPCOM /sw/lib/mozilla/regxpcom gives the same error. i have mac os 10.1.4 and dez 2001 dev tools in

[Fink-users] GnomeVFS-ERROR and Galeon

2002-05-28 Thread scmarcos
Apparently Galeon 1.2.1-1 is broken with this error: GnomeVFS-ERROR **: Could not open /sw/lib/libgnomevfs-pthread.so: dlcompat: file "/sw/lib/libgnomevfs-pthread.so" not found aborting... Abort I have gnome-vfs-1.0.5-3 and gnome-vfs-shlibs-1.0.5-3 installed. 10.1.4 0.9.12 Dec tools sc __

[Fink-users] Re: GnomeVFS-ERROR and Galeon

2002-05-28 Thread David R. Morrison
Please install gnome-vfs-dev. The "unstable" versions of all packages were updated to require this, but not yet the stable versions, since the new gnome-vfs is only in unstable. Generally, if you are using the unstable tree, it is best to list it *first* in your Trees line in /sw/etc/fink.conf.

Re: [Fink-users] GnomeVFS-ERROR and Galeon

2002-05-28 Thread Alexander Hansen
Have you checked to see whether you have /sw/lib/libgnomevfs-pthread.so ? If the file is absent then you should rebuild gnome-vfs. -- Alexander K. Hansen Associate Research Scientist, Columbia University Levitated Dipole Experiment MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219

[Fink-users] Re: gtk+2-2.0.2-2 failure

2002-05-28 Thread David H. Peyton
OK, more information: I tried another 'fink rebuild glib2' (although it claims to be up-do-date, when I do a fink list glib2), and got the following failure: 'fink rebuild glib2' . . . checking for libintl.h... yes checking for dgettext in libc... no checking for bindtextdomain in -lintl... no f

Re: [Fink-users] Re: gtk+2-2.0.2-2 failure

2002-05-28 Thread Alexander Hansen
What does 'which gettext' give you? If it doesn't return /sw/bin/gettext then you will probably want to rename the file that is returned (e.g. /usr/local/bin/gettext) to something else and try again. If you do get back /sw/bin/gettext then try rebuilding gettext, and then rebuild glib2. -- Alex

[Fink-users] Re: GnomeVFS-ERROR and Galeon--Fixed

2002-05-28 Thread scmarcos
At 1:08 PM -0400 5/28/02, David R. Morrison wrote: >Please install gnome-vfs-dev. > Thank you, David, that did the trick. sc ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devc

Re: [Fink-users] can not initialize XPCOM

2002-05-28 Thread Alexander Hansen
I have just successfully built and run mozilla-1.0rc3-1 on my system. I also am using 10.1.4 and the December Dev Tools. -- Alexander K. Hansen Associate Research Scientist, Columbia University Levitated Dipole Experiment MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219 Cambridge

[Fink-users] porting open office?

2002-05-28 Thread Alexander Meier
Hi all, I just read - and checked at www.openoffice.org - that they have released a OSX developper build which (still?) requires xdarwin... and they are still looking for developpers and testers.. would it be a good idea to make it available through fink? what do you guys think? alex __

Re: [Fink-users] bitchx won't compile

2002-05-28 Thread Chris Devers
On Tue, 28 May 2002, Max Horn wrote: > At 8:05 Uhr -0400 28.05.2002, Chris Devers wrote: > >Ok, last of the three errors I've been hitting. Lots of cc lines stream by > >(many dozens, maybe a couple of hundred) before getting to this: > > For any useful bug report please include: the system versi

Re: [Fink-users] bitchx won't compile

2002-05-28 Thread Alexander Hansen
I went ahead and tried to build bitchx myself, and it worked OK for me. I have a G4 Dual, running 10.1.4, the latest fink from cvs-unstable (as of noon US/Eastern), and am using the December Dev Tools. On looking at the error message that you posted earlier, I noted that there was some reference

Re: [Fink-users] bitchx won't compile

2002-05-28 Thread Max Horn
Do you have anything in /usr/local by chance? Max -- --- Max Horn Software Developer email: phone: (+49) 6151-494890 ___ Don't miss the 2002 Sprint PCS Applicati

[Fink-users] Xemacs and XaW3d problem

2002-05-28 Thread Stephen Anderson
I've been using xemacs (installed with fink) without much problem for some time. Today I did "fink selfupdate" and "fink update-all", which updated dlcompat and xemacs-sumo-pkg. And now xemacs won't run any more. When I try to start it, I get the message below: dyld: xemacs Undefined symbols: Xa

[Fink-users] installing librep-dev-0.14-6 failed

2002-05-28 Thread Julian Mayer
install -d -m 755 /sw/src/root-librep-dev-0.14-6/sw/share mv /sw/src/root-librep-0.14-6/sw/share/aclocal /sw/src/root-librep-dev-0.14-6/sw/share mv: rename /sw/src/root-librep-0.14-6/sw/share/aclocal to /sw/src/root-librep-dev-0.14-6/sw/share/aclocal: No such file or directory ### mv failed, exit

[Fink-users] Problems compiling bonobo

2002-05-28 Thread Tim Pritlove
Hi, for more than a week now I am no longer capable to compile bonobo 1.0.20-1 with fink. After most of the compile is done, I get the following error: cc -bundle -flat_namespace -undefined suppress -o .libs/libmoniker_std.so bonobo-moniker-extender-file.lo bonobo-moniker-extender-stream.lo bon

Re: [Fink-users] Problems compiling bonobo

2002-05-28 Thread Robert M. Zigweid
On Wed, May 29, 2002 at 01:54:55AM +0200, Tim Pritlove wrote: > Hi, > > for more than a week now I am no longer capable to compile bonobo 1.0.20-1 > with fink. After most of the compile is done, I get the following error: > > > cc -bundle -flat_namespace -undefined suppress -o .libs/libmoniker_

Re: [Fink-users] Re: gtk+2-2.0.2-2 failure

2002-05-28 Thread David H. Peyton
OK, so all have had good advice, and I'm getting closer (I hope!). Now, after rebuilding several libs, including gettext (a couple of times, with other lib rebuilds in between (as the output suggested upon failures), I now get, when doing a: 'fink install gtk+2' . . . Making all in stock-icons GD