Re: [Fink-users] lzo2-2.02-1 fails

2008-03-26 Thread Daniel Macks
On Sun, Mar 23, 2008 at 08:08:42AM +0100, Martin Costabel wrote:
 Kevin Horton wrote:
  lzo2-2.02-1 fails to compile on 10.5 Intel:
  
  Making all in lzotest
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I..  -I/sw/include - 
  DLZO_HAVE_CONFIG_H -DLZO_USE_ASM  -g -O2 -c lzotest.c
  /bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2  -L/sw/lib -o  
  lzotest  lzotest.o ../src/liblzo2.la
  mkdir .libs
  gcc -g -O2 -o .libs/lzotest lzotest.o  -L/sw/lib ../src/.libs/ 
  liblzo2.dylib
  Undefined symbols:
 _lzo1y_decompress_asm, referenced from:
 _compress_database in lzotest.o
 _compress_database in lzotest.o
 [etc]
 
 I get the same, and at least at first glance this looks very much like a 
 bug in /usr/bin/ld. When creating the dynamic liblzo2.dylib, it does not 
 place these symbols inside, although they are present in the object 
 files constituting the dylib.
 
 If you replace, on the above libtool command line, the dylib by the 
 static lib (for example by editing liblzo2.la and adding liblzo2.a at 
 the end of the library_names line), then the command goes through, and 
 the tests are completed successfully.

I think I just fixed it (disabled assembly entirely, once everone in
#fink stopped pondering just how oddly the assembly was being done).

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: djvulibre-3.5.20-1001 failed

2008-03-26 Thread Yann Clénet
I fail installing djvulibre with Leopard 10.5.2 preinstalled on a new  
MacBook Pro:


i686-apple-darwin9-g++-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib: No  
such file or directory

make[2]: *** [djview] Error 1
make[1]: *** [all] Error 2
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-djvulibre-3.5.20-1001
(Reading database ... 56922 files and directories currently installed.)
Removing fink-buildlock-djvulibre-3.5.20-1001 ...
Failed: phase compiling: djvulibre-3.5.20-1001 failed

I have seen the previous thread on the same subject but it doesn't  
help (I have re-run fink selfupdate before this email). Note that I  
have a /usr/X11/lib/libXrandr.2.1.0.dylib file.


Thank you for your help

Yann-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: djvulibre-3.5.20-1001 failed

2008-03-26 Thread Martin Costabel
Yann Clénet wrote:
 I fail installing djvulibre with Leopard 10.5.2 preinstalled on a new MacBook 
 Pro:
 
 i686-apple-darwin9-g++-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib: No such 
 file or directory
 make[2]: *** [djview] Error 1
 make[1]: *** [all] Error 2
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-djvulibre-3.5.20-1001
 (Reading database ... 56922 files and directories currently installed.)
 Removing fink-buildlock-djvulibre-3.5.20-1001 ...
 Failed: phase compiling: djvulibre-3.5.20-1001 failed
 
 I have seen the previous thread on the same subject but it doesn't help (I 
 have re-run fink selfupdate before this email). Note that I have a 
 /usr/X11/lib/libXrandr.2.1.0.dylib file. 

I don't remember what exactly has been said before on this subject, but 
there is a real bug in (some versions of) Leopard's X11 which is not 
Fink's fault and cannot easily be corrected by Fink:

The bug is that this version of X11 (for example the one that comes with 
OSX 10.5.2) has a file /usr/X11/lib/libXrandr.la which references 
libXrandr.2.0.0.dylib, but libXrandr.2.0.0.dylib does not exist.

The fix is

- either to edit /usr/X11/lib/libXrandr.la and replace 
libXrandr.2.0.0.dylib by libXrandr.2.1.0.dylib:

  sudo perl -pi.bak -e 's|2.0.0|2.1.0|' /usr/X11/lib/libXrandr.la

- or to create libXrandr.2.0.0.dylib as a symlink:

  sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib

Either one of these commands should solve the problem, but neither of 
them can or should be done by Fink, you have to do it by hand.

It seems that in the new version 2.2.0 of X11 that will be available 
from the xquartz wiki site, the first one of these possibilities will be 
realized.

-- 
Martin

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gcc43 fail to compile

2008-03-26 Thread Guy Lauquin

Package manager version: 0.28.1
Distribution version: selfupdate-rsync Wed Mar 26 11:24:06 2008, 10.4, powerpc

gcc-4.3.0/libjava/Makefile.am
gcc-4.3.0/ABOUT-NLS
patch -p1 /sw/fink/dists/unstable/main/finkinfo/languages/gcc43.patch
patching file libjava/configure.ac
patching file libjava/configure
/var/tmp/tmp.1.UL40y5
#!/bin/sh -ev
 ulimit -s `ulimit -s`
ulimit -s
 contrib/download_ecj
ftp: connect: Operation timed out
Verbose mode off.
Hash mark printing on (1024 bytes/hash mark).
Not connected.
Not connected.
Not connected.
Not connected.
mv: ne peut évaluer `ecj-latest.jar': No such file or directory
### execution of /var/tmp/tmp.1.UL40y5 failed, exit code 1


Any idea?
Thanks
Guy-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gcc43 fail to compile

2008-03-26 Thread Martin Costabel
Guy Lauquin wrote:
 Package manager version: 0.28.1
 Distribution version: selfupdate-rsync Wed Mar 26 11:24:06 2008, 10.4, 
 powerpc
 
 /gcc-4.3.0/libjava/Makefile.am
 gcc-4.3.0/ABOUT-NLS
 patch -p1 /sw/fink/dists/unstable/main/finkinfo/languages/gcc43.patch
 patching file libjava/configure.ac
 patching file libjava/configure
 /var/tmp/tmp.1.UL40y5
 #!/bin/sh -ev
  ulimit -s `ulimit -s`
 ulimit -s
  contrib/download_ecj
 ftp: connect: Operation timed out
 Verbose mode off.
 Hash mark printing on (1024 bytes/hash mark).
 Not connected.
 Not connected.
 Not connected.
 Not connected.
 mv: ne peut évaluer `ecj-latest.jar': No such file or directory
 ### execution of /var/tmp/tmp.1.UL40y5 failed, exit code 1/

For me this worked, but it is a very bad idea of this package to start 
downloading stuff in the middle of the compile script. Fink packages 
should declare their sources in the Source fields and download them 
before starting compilation.

In addition to the fact that this will not work in many situations, it 
introduces a non-deterministic element into the package, because it 
downloads something called ecj-latest.jar which is a moving target. 
Very bad.

-- 
Martin

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: djvulibre-3.5.20-1001 failed

2008-03-26 Thread Yann Clénet
thank you. actually I have created a link between the 2 files  
(libXrandr.2.0.0.dylib and /usr/X11/lib/libXrandr.2.1.0.dylib) and it  
solved the problem.

Yann
 Yann Clénet wrote:
 I fail installing djvulibre with Leopard 10.5.2 preinstalled on a  
 new MacBook Pro:
 i686-apple-darwin9-g++-4.0.1: /usr/X11/lib/libXrandr.2.0.0.dylib:  
 No such file or directory
 make[2]: *** [djview] Error 1
 make[1]: *** [all] Error 2
 make: *** [all] Error 2
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-djvulibre-3.5.20-1001
 (Reading database ... 56922 files and directories currently  
 installed.)
 Removing fink-buildlock-djvulibre-3.5.20-1001 ...
 Failed: phase compiling: djvulibre-3.5.20-1001 failed
 I have seen the previous thread on the same subject but it doesn't  
 help (I have re-run fink selfupdate before this email). Note that  
 I have a /usr/X11/lib/libXrandr.2.1.0.dylib file.

 I don't remember what exactly has been said before on this subject,  
 but there is a real bug in (some versions of) Leopard's X11 which is  
 not Fink's fault and cannot easily be corrected by Fink:

 The bug is that this version of X11 (for example the one that comes  
 with OSX 10.5.2) has a file /usr/X11/lib/libXrandr.la which  
 references libXrandr.2.0.0.dylib, but libXrandr.2.0.0.dylib does not  
 exist.

 The fix is

 - either to edit /usr/X11/lib/libXrandr.la and replace libXrandr. 
 2.0.0.dylib by libXrandr.2.1.0.dylib:

 sudo perl -pi.bak -e 's|2.0.0|2.1.0|' /usr/X11/lib/libXrandr.la

 - or to create libXrandr.2.0.0.dylib as a symlink:

 sudo ln -s libXrandr.2.dylib /usr/X11/lib/libXrandr.2.0.0.dylib

 Either one of these commands should solve the problem, but neither  
 of them can or should be done by Fink, you have to do it by hand.

 It seems that in the new version 2.2.0 of X11 that will be available  
 from the xquartz wiki site, the first one of these possibilities  
 will be realized.

 -- 
 Martin


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Failed: phase compiling: octave-atlas-3.0.0-3 failed

2008-03-26 Thread Yann Clénet
I have now a problem installing with fink the package octave-atlas on  
my new MacBook Pro with preinstalled Leopard 10.5.2 (cf below). Anyone  
has any idea ???

Thank you in advance

Yann

--

Octave successfully built.  Now choose from the following:

./run-octave- to run in place to test before installing
make check  - to run the tests
make install- to install

  make check
make -f octMakefile check
make -C test check
./build_sparse_tests.sh
../run-octave --norc --silent --no-history ./fntests.m .

Integrated test scripts:

   src/DLD-FUNCTIONS/bsxfun.cc  PASS   55/55
   src/DLD-FUNCTIONS/cellfun.cc ... PASS   31/31
   src/DLD-FUNCTIONS/conv2.cc . PASS1/1
   src/DLD-FUNCTIONS/dispatch.cc .. PASS   13/13
   src/DLD-FUNCTIONS/fft.cc ... PASS9/9
   src/DLD-FUNCTIONS/fsolve.cc  PASS4/4
   src/DLD-FUNCTIONS/luinc.cc . PASS2/2
   src/DLD-FUNCTIONS/matrix_type.cc ... PASS   51/51
   src/DLD-FUNCTIONS/rand.cc .. PASS   57/57
   src/DLD-FUNCTIONS/regexp.cc  PASS   81/81
   src/DLD-FUNCTIONS/spkron.cc  PASS2/2
   src/DLD-FUNCTIONS/spqr.cc .. PASS   14/14
   src/DLD-FUNCTIONS/tsearch.cc ... PASS6/6
   src/data.cc  PASS   20/20
   src/ov-fcn-handle.cc ... PASS3/3
   src/ov-struct.cc ... PASS   15/15
   src/pt-idx.cc .. PASS5/5
   src/strfns.cc .. PASS   22/22
   src/syscalls.cc  PASS1/1
   liboctave/CMatrix.cc ... PASS6/6
   liboctave/dMatrix.cc ... PASS6/6
   scripts/audio/wavwrite.m ... PASS3/3
   scripts/elfun/acosd.m .. PASS3/3
   scripts/elfun/acotd.m .. PASS3/3
   scripts/elfun/acscd.m .. PASS3/3
   scripts/elfun/asecd.m .. PASS3/3
   scripts/elfun/asind.m .. PASS3/3
   scripts/elfun/atand.m .. PASS3/3
   scripts/elfun/cosd.m ... PASS5/5
   scripts/elfun/cotd.m ... PASS5/5
   scripts/elfun/cscd.m ... PASS5/5
   scripts/elfun/secd.m ... PASS5/5
   scripts/elfun/sind.m ... PASS5/5
   scripts/elfun/tand.m ... PASS5/5
   scripts/general/__isequal__.m .. PASS   26/26
   scripts/general/accumarray.m ... PASS   11/11
   scripts/general/arrayfun.m . PASS1/1
   scripts/general/bitcmp.m ... PASS   15/15
   scripts/general/blkdiag.m .. PASS8/8
   scripts/general/cell2mat.m . PASS2/2
   scripts/general/cplxpair.m . PASS   13/13
   scripts/general/cumtrapz.m . PASS6/6
   scripts/general/deal.m . PASS2/2
   scripts/general/interp1.m .. PASS   
144/144
   scripts/general/interp2.m .. PASS6/6
   scripts/general/interp3.m .. PASS1/1
   scripts/general/interpft.m . PASS5/5
   scripts/general/issymmetric.m .. PASS   12/12
   scripts/general/lookup.m ... PASS   13/13
   scripts/general/mod.m .. PASS   18/18
   scripts/general/nthroot.m .. PASS3/3
   scripts/general/polyarea.m . PASS4/4
   scripts/general/repmat.m ... PASS   16/16
   scripts/general/structfun.m  PASS1/1
   scripts/general/sub2ind.m .. PASS   24/24
   scripts/general/trapz.m  PASS6/6
   scripts/geometry/convhull.m  PASS1/1
   scripts/geometry/delaunay.m  PASS1/1
   scripts/geometry/delaunay3.m ... PASS1/1
   scripts/geometry/dsearch.m . PASS2/2
   scripts/geometry/dsearchn.m  PASS  

[Fink-users] gsasl9-0.2.24-1002 fails to build; found workaround

2008-03-26 Thread Richard Cobbe
I've just encountered a problem building gsasl9-0.2.24-1002, and I appear
to have found a workaround.  (Maintainer CC'd).

Fink 0.28.1 (unstable source); MacOS 10.5.2 Intel; all updates applied.

With the .info file as shipped, issuing the command fink rebuild gsasl9
results in the following error, immediately after ./configure completes:

make
 cd .  /bin/sh 
/sw/src/fink.build/gsasl9-0.2.24-1002/gsasl-0.2.24/build-aux/missing --run 
automake-1.10 --gnu
Makefile.am: required file `./INSTALL' not found
Makefile.am:   `automake --add-missing' can install `INSTALL'
make: *** [Makefile.in] Error 1
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gsasl9-0.2.24-1002
(Reading database ... 63605 files and directories currently installed.)
Removing fink-buildlock-gsasl9-0.2.24-1002 ...
Failed: phase compiling: gsasl9-0.2.24-1002 failed

The problem appears to come from line 25 of gsasl9.info:

PatchScript: 
mv INSTALL INSTALL.txt
perl -pi -e 's;gsasl_LDADD =;$ -Wl,-m;' src/Makefile.in
perl -pi -e 's,dynamiclib,$ -single_module,' {,lib/}{aclocal.m4,configure}


If I comment out the mv INSTALL INSTALL.txt command, then the package
builds successfully, but installation fails:

/usr/bin/install -d -m 700 
/sw/src/fink.build/root-gsasl9-0.2.24-1002/sw/share/doc/gsasl9
/bin/cp -r INSTALL.txt 
/sw/src/fink.build/root-gsasl9-0.2.24-1002/sw/share/doc/gsasl9/
cp: INSTALL.txt: No such file or directory
### execution of /bin/cp failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gsasl9-0.2.24-1002
(Reading database ... 63605 files and directories currently installed.)
Removing fink-buildlock-gsasl9-0.2.24-1002 ...
Failed: phase installing: gsasl9-0.2.24-1002 failed

To work around this problem, I changed mv INSTALL INSTALL.txt to
cp INSTALL INSTALL.txt, and the package compiles and installs
successfully.  AFAICT, this isn't a problem, as INSTALL.txt is just one of
the package's documentation files and so the precise filename isn't
important.  But I'd like to know if there's a better way to fix this
problem.

Richard

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gcc43-4.3.0-1001 fails with bus error

2008-03-26 Thread Doug Wade
I've looked in the archives for others who had this error but could  
not find the fix.

Octave and others want this installed.

I'm using Xcode 2.5 Developer Tools and not 3.0 which a bunch of the  
failure reports reference.
I can provide more details (like the lines in the compile leading up  
to the failure) but just thought I'd get this question out

quickly in case the fix is obvious.

Thanks
Doug


Doug Wade
[EMAIL PROTECTED]



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gcc43-4.3.0-1001 fails with bus error

2008-03-26 Thread Alexander Hansen


On Mar 26, 2008, at 5:54 PM, Doug Wade wrote:

I've looked in the archives for others who had this error but could  
not find the fix.

Octave and others want this installed.

I'm using Xcode 2.5 Developer Tools and not 3.0 which a bunch of the  
failure reports reference.
I can provide more details (like the lines in the compile leading up  
to the failure) but just thought I'd get this question out

quickly in case the fix is obvious.

Thanks
Doug


Doug Wade
[EMAIL PROTECTED]





If you're on Leopard you need Xcode 3.0 to use Fink.-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] How can I get gnome menu for applications

2008-03-26 Thread Richard E . Miles
I have been struggling with gnome for quite some time and have never  
had the gnome applications show up under the gnome foot. How is this  
generated?

Richard E. Miles
[EMAIL PROTECTED]




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How can I get gnome menu for applications

2008-03-26 Thread Alexander Hansen

On Mar 26, 2008, at 8:37 PM, Richard E.Miles wrote:
 I have been struggling with gnome for quite some time and have never
 had the gnome applications show up under the gnome foot. How is this
 generated?

 Richard E. Miles
 [EMAIL PROTECTED]


That's been broken for a while.  The pangocairo update may fix it (I  
don't know for sure).

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How can I get gnome menu for applications

2008-03-26 Thread David Reiser

On Mar 26, 2008, at 8:49 PM, Alexander Hansen wrote:


 On Mar 26, 2008, at 8:37 PM, Richard E.Miles wrote:
 I have been struggling with gnome for quite some time and have never
 had the gnome applications show up under the gnome foot. How is this
 generated?

 Richard E. Miles
 [EMAIL PROTECTED]


 That's been broken for a while.  The pangocairo update may fix it (I
 don't know for sure).

The pangocairo update does fix it for many things anyway. With no  
effort on my part, gnucash, gnumeric, xchat, firefox, and several Qt  
programming apps show up in the Applications menu of gnome-panel. The  
applications even launch from the menu (as long as they'd work on  
their own -- terminal is busted at the moment).

Dave
--
David Reiser
[EMAIL PROTECTED]





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How can I get gnome menu for applications

2008-03-26 Thread Richard E. Miles
I tried the pangocairo in local but had no luck with it so I dont  
useit. I was told to wait until it is ready for general use.

On Mar 26, 2008, at 6:26 PM, David Reiser wrote:


 On Mar 26, 2008, at 8:49 PM, Alexander Hansen wrote:


 On Mar 26, 2008, at 8:37 PM, Richard E.Miles wrote:
 I have been struggling with gnome for quite some time and have never
 had the gnome applications show up under the gnome foot. How is this
 generated?

 Richard E. Miles
 [EMAIL PROTECTED]


 That's been broken for a while.  The pangocairo update may fix it (I
 don't know for sure).

 The pangocairo update does fix it for many things anyway. With no  
 effort on my part, gnucash, gnumeric, xchat, firefox, and several Qt  
 programming apps show up in the Applications menu of gnome-panel.  
 The applications even launch from the menu (as long as they'd work  
 on their own -- terminal is busted at the moment).

 Dave
 --
 David Reiser
 [EMAIL PROTECTED]





Richard E. Miles
[EMAIL PROTECTED]




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How can I get gnome menu for applications

2008-03-26 Thread David Reiser
Good advice. I've found I have to  swap installations completely to  
keep all p-c stuff separate from main. And I do get confused at times,  
so the two installations of fink on one machine probably isn't a good  
general solution.

On the bright side, the light at the end of the pangocairo upgrade  
tunnel keeps getting bigger. It has been a long wait, but it really is  
getting pretty close to release (still weeks away, probably, but I  
don't think it's months).

Dave

On Mar 26, 2008, at 10:03 PM, Richard E. Miles wrote:

 I tried the pangocairo in local but had no luck with it so I dont  
 useit. I was told to wait until it is ready for general use.


--
David Reiser
[EMAIL PROTECTED]





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] How can I get gnome menu for applications

2008-03-26 Thread Richard E. Miles
I will wait and hope for the best.

On Mar 26, 2008, at 7:19 PM, David Reiser wrote:

 Good advice. I've found I have to  swap installations completely to  
 keep all p-c stuff separate from main. And I do get confused at  
 times, so the two installations of fink on one machine probably  
 isn't a good general solution.

 On the bright side, the light at the end of the pangocairo upgrade  
 tunnel keeps getting bigger. It has been a long wait, but it really  
 is getting pretty close to release (still weeks away, probably, but  
 I don't think it's months).

 Dave

 On Mar 26, 2008, at 10:03 PM, Richard E. Miles wrote:

 I tried the pangocairo in local but had no luck with it so I dont  
 useit. I was told to wait until it is ready for general use.


 --
 David Reiser
 [EMAIL PROTECTED]





Richard E. Miles
[EMAIL PROTECTED]




-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users