[Fink-users] Cleaning up after fink - system continually wastes hard disk space

2008-12-29 Thread M. Singh
Hello, $ du -skh /sw 904M $ fink install gimp2 (I interrupt this process midway). $ fink cleanup --all $ du -skh /sw 1.2 G What gives ? $ sudo apt-get clean does not help either. Using fink : $ fink --version Package manager version: 0.28.6 Distribution version: selfupdate-rsync Mon Dec 2

Re: [Fink-users] A few questions about xournal fink port

2008-12-29 Thread M. Singh
Alexander Hansen wrote: > On Dec 29, 2008, at 8:29 PM, M. Singh wrote: > >> I am trying to set up xournal on a Leopard machine (I am used to using >> this on my linux machines). >> >> The compilation fails (fink install xournal) : >> >> gcc -g -O2 -L/sw/lib -o xournal main.o xo-misc.o xo-file.o

Re: [Fink-users] A few questions about xournal fink port

2008-12-29 Thread Alexander Hansen
On Dec 29, 2008, at 8:29 PM, M. Singh wrote: > I am trying to set up xournal on a Leopard machine (I am used to using > this on my linux machines). > > The compilation fails (fink install xournal) : > > gcc -g -O2 -L/sw/lib -o xournal main.o xo-misc.o xo-file.o xo- > paint.o > xo-print.o xo-s

[Fink-users] A few questions about xournal fink port

2008-12-29 Thread M. Singh
I am trying to set up xournal on a Leopard machine (I am used to using this on my linux machines). The compilation fails (fink install xournal) : gcc -g -O2 -L/sw/lib -o xournal main.o xo-misc.o xo-file.o xo-paint.o xo-print.o xo-support.o xo-interface.o xo-callbacks.o xo-shapes.o -L/sw/lib

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Peter O'Gorman
Sabine Reffert wrote: > Hi Martin, > >> What libtool package do you have installed? "fink list libtool" > > I have to admit that I just updated that package (I thought that it might > help with my problem). However, I still get the same error after the > update. I now have: > > i libtool

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Jack Howarth
Martin, I don't see how this problem could be related to which libtool fink has installed. The failing step... >> /bin/sh ../../libtool --mode=link gcc -DXNO_MTSAFE_STRINGAPI >> -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused >> -Wno-comment -version-info 3:0:0 -o libXm.la -rpa

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Jack Howarth
On Mon, Dec 29, 2008 at 08:30:07PM +0100, Sabine Reffert wrote: > Hi Jack, > >> You might try something like... >> >> sudo dpkg --force-depends -purge openmotif3 openmotif3-shlibs >> >> ...which should convert the dependency errors into warnings. >> Then try 'fink rebuild openmotif3' again in a n

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Martin Costabel
Martin Costabel wrote: > Sabine Reffert wrote: > [] >> /bin/sh ../../libtool --mode=link gcc -DXNO_MTSAFE_STRINGAPI >> -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused >> -Wno-comment -version-info 3:0:0 -o libXm.la -rpath /sw/lib [long list of >> *.lo files omitted] >> -L/usr/X1

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
Hi Martin, > What libtool package do you have installed? "fink list libtool" I have to admit that I just updated that package (I thought that it might help with my problem). However, I still get the same error after the update. I now have: i libtool1.3.5-24 Shared library bui

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
Hi Jack, > You might try something like... > > sudo dpkg --force-depends -purge openmotif3 openmotif3-shlibs > > ...which should convert the dependency errors into warnings. > Then try 'fink rebuild openmotif3' again in a new terminal window. > I would also prune down any .bashrc or .cshrc

Re: [Fink-users] build issue with glitz-0.5.6-3 was Re: Compiling gnuplot

2008-12-29 Thread Alexander Hansen
On Dec 29, 2008, at 1:37 PM, gjm...@gmail.com wrote: > Thanks for clarifying the issue. > > This is where things begin to go wrong, I believe: > > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -I/usr/ > X11R6/include -I/sw/include -g -O2 -Wall -Wpointer-arith -Wstrict- > prototy

Re: [Fink-users] build issue with glitz-0.5.6-3 was Re: Compiling gnuplot

2008-12-29 Thread gjmata
Thanks for clarifying the issue. This is where things begin to go wrong, I believe: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -I/usr/X11R6/include -I/sw/include -g -O2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs

[Fink-users] build issue with glitz-0.5.6-3 was Re: Compiling gnuplot

2008-12-29 Thread Alexander Hansen
On Dec 30, 2008, at 1:44 PM, Gustavo Mata wrote: > I have installed fink in my 2.4 Ghz INtel Core 2 duo Macintosh. I am > running OS X 10.4.11. > > Fink installed succesfully. I am now trinyg to instal gnuplot with > the command: > > 'sudo fink install gnuplot' > > Building fails when compili

[Fink-users] Compiling gnuplot

2008-12-29 Thread Gustavo Mata
I have installed fink in my 2.4 Ghz INtel Core 2 duo Macintosh. I am running OS X 10.4.11. Fink installed succesfully. I am now trinyg to instal gnuplot with the command: 'sudo fink install gnuplot' Building fails when compiling 'glitz-0.5.6-3'. These are the messages: make[3]: *** [glitz_agl_

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Jack Howarth
On Sun, Dec 28, 2008 at 05:56:16PM +0100, Sabine Reffert wrote: > Hello, > > I want to install openmotif3 via fink (Macos 10.4, PPC). The compilation > fails; I get the error message appended below. > I think it's because of wrong versions of the libXm.dylib library. > I found the following links

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Martin Costabel
Sabine Reffert wrote: [] > /bin/sh ../../libtool --mode=link gcc -DXNO_MTSAFE_STRINGAPI > -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused > -Wno-comment -version-info 3:0:0 -o libXm.la -rpath /sw/lib [long list of > *.lo files omitted] > -L/usr/X11R6/lib -lXmu -lXt -lSM -lICE -l

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Alexander Hansen
On Dec 29, 2008, at 7:34 AM, Sabine Reffert wrote: > >> Oddly enough, the libversion of 3.0.1 appears to be expected (I'm >> not going to call it "right") in openmotif3-shlibs-2.2.2-5: >> >> $ dpkg -c /sw/var/cache/apt/archives/openmotif3- >> shlibs_2.2.2-5_darwin-i386.deb | grep dylib >> -rwx

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
> Aha. So the real file libXm.3.0.0.dylib is not there. It should have > been created just before the symlinks were made. In my build output I > see the following: > > /bin/sh ../../libtool --mode=link gcc -DXNO_MTSAFE_STRINGAPI > -DXNO_MTSAFE_PWDAPI -DXNO_MTSAFE_TIMEAPI -Wall -g -Wno-unused

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
> Oddly enough, the libversion of 3.0.1 appears to be expected (I'm not going > to call it "right") in openmotif3-shlibs-2.2.2-5: > > $ dpkg -c > /sw/var/cache/apt/archives/openmotif3-shlibs_2.2.2-5_darwin-i386.deb | grep > dylib > -rwxr-xr-x root/admin 153716 2008-06-11 14:02 ./sw/lib/libMrm

Re: [Fink-users] Problem installing Gnucash on OS 10.5.6

2008-12-29 Thread Martin Costabel
Lawrence Kolodney wrote: > > > OK, that problem has gone away. Now I get the following error. I've run > fink selfupdate to no effect. [] > Can't exec "c++filt": No such > file or directory /usr/bin/c++filt comes with the system; it is installed by the BSD.pkg. -- Martin -

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Martin Costabel
Sabine Reffert wrote: [] > lrwxr-xr-x 1 root admin 17 Dec 28 21:38 > /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/libXm.3.dylib > -> libXm.3.0.0.dylib > lrwxr-xr-x 1 root admin 17 Dec 28 21:38 > /sw/src/fink.build/openmotif3-2.2.4-1/openmotif-2.2.4/lib/Xm/.libs/li

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Alexander Hansen
On Dec 29, 2008, at 5:58 AM, Sabine Reffert wrote: >> [] > answer: openmotif3-shlibs: /sw/lib/libXm.3.0.1.dylib I don't understand. How can you have openmotif3-shlibs installed when you are not able to build it? And what is more, a later version than what exists in >>>

Re: [Fink-users] Problem installing Gnucash on OS 10.5.6

2008-12-29 Thread Lawrence Kolodney
OK, that problem has gone away. Now I get the following error. I've run fink selfupdate to no effect. Any suggestions? perl /sw/src/fink.build/gcc43-4.3.1-1000/gcc-4.3.1/libstdc++-v3/scripts/make_exports.pl \ libstdc++-symbols.ver \ .libs/bitmap_allocator.o .lib

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
> [] > >>> answer: openmotif3-shlibs: /sw/lib/libXm.3.0.1.dylib > >> I don't understand. How can you have openmotif3-shlibs installed when you > >> are > >> not able to build it? And what is more, a later version than what exists > >> in > >> Fink? Where did you get this from? > > > > I don't

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Martin Costabel
Sabine Reffert wrote: [] >>> answer: openmotif3-shlibs: /sw/lib/libXm.3.0.1.dylib >> I don't understand. How can you have openmotif3-shlibs installed when you >> are >> not able to build it? And what is more, a later version than what exists in >> Fink? Where did you get this from? > > I don't

Re: [Fink-users] openmotif3-2.2.4-1 compilation fails, presumably because of libXm.dylib version

2008-12-29 Thread Sabine Reffert
On Mon, 29 Dec 2008, Martin Costabel wrote: > Sabine Reffert wrote: >> Dear Martin, >> >> thanks for looking into that! >> However, when I look in /sw/lib, I find the following library versions and links: libXm.2.0.1.dylib libXm.2.dylib -> libXm.2.0.1.dylib