Re: [Fink-users] gd-shlibs?

2002-04-23 Thread Martin Costabel

Shay Telfer wrote:

 root# fink update fink
 Reading package info...
 WARNING: Possible unterminated here-document in
 /sw/fink/dists/unstable/main/finkinfo/x11-wm/fvwm2-2.4.6-2.info.
[etc]

Yes, this is a symptom of fink ( 0.9.9) not understanding the new
splitoff syntax.
The following, however, must be some other problem.

 No package name in
 /sw/fink/dists/unstable/main/finkinfo/text/ispell-german-20011124-1.info
 Information about 684 packages read in 9 seconds.

684? This is neither stable nor unstable from 0.4.0. You really should
have a look at the package descriptions on your hard disk. There is
something wrong. Fink thinks you have version 0.4.0 installed, but it's
not true. 

How did you install this version? Did you use the binary installer?
dselect? apt-get? cvs? or fink selfupdate? Something must have gone
wrong. How to correct it depends on the method you used for installing
in the first place.

One way to get at least the right version of the package manager is to
copy the info file directly from the server at  
http://fink.sourceforge.net/bindist/dists/fink-0.4.0/main/finkinfo/base/fink-0.9.11-1.info
(this is a very small text file) and copy it into your
/sw/fink/dists/local/main/finkinfo directory. fink update fink *must*
then pick this version up.

 dpkg -i
 
/sw/fink/dists/stable/main/binary-darwin-powerpc/base/fink_0.9.7-1_darwin-powerpc.deb
 (Reading database ... 18244 files and directories currently installed.)
 Preparing to replace fink 0.9.7-1 (using
 .../fink_0.9.7-1_darwin-powerpc.deb) ...
 Unpacking replacement fink ...
 Setting up fink (0.9.7-1) ...

This clearly shows that you don't have any fink-*.info file newer than
version 0.9.7-1, whereas you should have fink-0.9.9-1.info.

-- 
Martin

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] XDarwin crashes after 10.1.4 Fink update

2002-04-23 Thread Martin Costabel

Bob Rodenburg wrote:

 After updating to 10.1.4 (and updating Fink- 
 installed software), XDarwin 1.0a3 crashes after

1.0a3 is old.

[]
 XFree86 Version 4.1.99.1 / X Window System
 (protocol Version 11, revision 0, vendor release
 6510)
 Release Date: xx September 2001
 If the server is older than 6-12 months, or if your
 hardware is
 newer than the above date, look for a newer
 version before
 reporting problems. 

This is good advice :-)

[]
 dyld: wmaker Undefined symbols:
 wmaker undefined reference to __Xsetlocale
 expected to be defined in /usr/X11R6/lib/
 libX11.6.dylib

You updated wmaker, but not XFree86, right?
It looks like your version of wmaker was compiled with XFree86-4.2.0,
but you are running an earlier version. Instead of trying to update
individual parts of your X11 package, I would go for a complete update
of XFree86, either from Fink or from xfree86.org or from wherever you
got your Xfree from in the first place. They are all compatible if they
are version 4.2.0.

-- 
Martin

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] gd-shlibs?

2002-04-23 Thread Shay Telfer

How did you install this version? Did you use the binary installer?
dselect? apt-get? cvs? or fink selfupdate? Something must have gone
wrong. How to correct it depends on the method you used for installing
in the first place.

I think I originally installed the binary and the last few versions 
arrived via fink selfupdate.

One way to get at least the right version of the package manager is to
copy the info file directly from the server at 
http://fink.sourceforge.net/bindist/dists/fink-0.4.0/main/finkinfo/base/fink-0.9.11-1.info
(this is a very small text file) and copy it into your
/sw/fink/dists/local/main/finkinfo directory. fink update fink *must*
then pick this version up.

Fink is happy now and reporting 0.9.11

I think the best part about fink is everyone's willingness to help out!

Many thanks!
Shay
-- 
=== Shay  Telfer 
  Perth, Western Australia   TechnomancerIt must be bunnies!
  Opinions for hire  [POQ]
  [EMAIL PROTECTED] fnord

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] fink 0.4 and amaya package

2002-04-23 Thread Martin Costabel

Jim Haug wrote:
 
 Hello. I tried installing the amaya package and its dependent lesstif
 package. Apt-get reports they loaded okay. When I try to run amaya, from
 xterm I get:
 
 dyld: amaya can't open library: /sw/lib/libxmlparse.0.dylib  (No such file
 or directory, errno = 2)

Perhaps a missing dependency in the amaya package. You should write to
the maintainer about it (fink info amaya). In any case, the library it
is looking for is from the libwww package. So you could fink install
libwww and then try again.

-- 
Martin

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Freetype2 unstable problem

2002-04-23 Thread Martin Costabel

Thomas Peters II wrote:
[]
  mv /sw/src/root-freetype2-2.0.8-4/sw/lib/libfreetype.6*dylib
  /sw/src/root-freetype2-shlibs-2.0.8-4/sw/lib
  usage: mv [-fi] source target
 mv [-fi] source ... directory
  ### mv failed, exit code 1

This means the libfreetype.6*dylib files either have not been created at
all or they were not installed in the right place. You should look
earlier into your build output where it talks about these files.

There should be something like

cc -dynamiclib -flat_namespace 
[looong output line shortened]
install_name  /sw/lib/libfreetype.6.dylib -compatibility_version 9 
-current_version 9.0

and then

/usr/bin/install -c
/sw/src/freetype2-2.0.8-4/freetype-2.0.8/objs/.libs/libfreetype.6.2.0.dylib
/sw/src/root-freetype2-2.0.8-4/sw/lib/libfreetype.6.2.0.dylib 

Do you get an error message at these places? 

-- 
Martin

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Freetype2 unstable problem

2002-04-23 Thread Kevin Horton

I updated to freetype2 (2.0.8-4) last night without apparent problems.

Kevin

At 6:42 PM -0700 22/4/02, Thomas Peters II wrote:
Yep, I'm having the same problem since yesterday.  No ideas though.

--

Thom


On Monday, April 22, 2002, at 02:18 PM, David H. Peyton wrote:

After a 'fink selfupdate-cvs' and 'fink update-all', using the unstable tree
of Fink, on a PowerBook 500 Firewire; OS-10.1.4, and the December
Developers' Tools, I got the following result:

/usr/bin/install -c -m 644
/sw/src/freetype2-2.0.8-4/freetype-2.0.8/builds/unix/ft2unix.h
/sw/include/ft2build.h
/usr/bin/install -c -m 755
/sw/src/freetype2-2.0.8-4/freetype-2.0.8/builds/unix/freetype-config \
   /sw/bin/freetype-config
mv /sw/src/root-freetype2-2.0.8-4/sw/lib/libfreetype.6*dylib
/sw/src/root-freetype2-shlibs-2.0.8-4/sw/lib
usage: mv [-fi] source target
mv [-fi] source ... directory
### mv failed, exit code 1
Failed: installing freetype2-shlibs-2.0.8-4 failed

Any one else having this problem? Any other ideas for freetype2?

David


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] FinkCommander, a GUI for Fink

2002-04-23 Thread mathias meyer

steven

just a quick note about fink commander: just tried it and experienced 
the following problems: downloading and running the binary version was 
no problem at all, but it did not find any packages on my system! after 
downloading the source and building fink-commander myself everything 
went smooth. didn't investigate too much for possible reasons as 
building myself fixed it. haven't had much time to play with it so can't 
tell how stable it is.

thanx for the great work

mathias


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] gnucash error (doesn't find libguppi for some reason)

2002-04-23 Thread Chris Devers

Fink selfupdate has me trying to upgrade GnuCash, but it won't work
because it seems to think guppi isn't available:

  checking for libguppi - version = 0.35.1... no
  *** Could not run libguppi test program, checking why...
  *** The test program failed to compile or link. See the file config.log for the
  *** exact error that occured. This usually means libguppi was incorrectly installed
  *** or that you have moved libguppi since it was installed. In the latter case, you
  *** may want to edit the gnome-config script: /sw/bin/gnome-config
  configure: error: libguppi not found
  ### ./configure failed, exit code 1
  Failed: compiling gnucash-1.6.6-3 failed

But Guppi is installed, and a newer version at that:

  % fink info guppi
  Information about 958 packages read in 19 seconds.
  pkg guppi  version ###
  pkg guppi  version 0.40.2-2

  guppi-0.40.2-2: a GNOME-based framework for graphing and interactive
  data analysis.
   Guppi is a library that can be used to extend other programs.
   Your own programs can either link directly to Guppi's shared libraries,
   or can embed Guppi plots via Bonobo, GNOME's component architecture.
   .
   Web site: http://www.gnome.org/guppi
   .
   Porting Notes:
   -flat_namespace LDFLAG needed to link indirectly referenced symbols.
   Patch to configure to get flags right for dynamic linking.
   .
   Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]

And the libguppi file ( many variants) does seem to be available:

  % find /sw -name '*libguppi*' -print
  /sw/include/gnome-1.0/libguppi
  /sw/include/gnome-1.0/libguppitank
  /sw/include/libguppi
  /sw/lib/libguppi.15.0.0.dylib
  /sw/lib/libguppi.15.dylib
  /sw/lib/libguppi.dylib
  /sw/lib/libguppi.la
  /sw/lib/libguppiConf.sh
  /sw/lib/libguppitank.15.0.0.dylib
  /sw/lib/libguppitank.15.dylib
  /sw/lib/libguppitank.dylib
  /sw/lib/libguppitank.la
  /sw/share/aclocal/libguppi.m4

...so I can't figure out what is making GnuCash's configure script think
that the library isn't available, because it seems like it should be.

Any thoughts? That config.log file is much too long to paste here, so I'm
putting it (and a build log) on my iTools account in case it'll help:

  http://homepage.mac.com/chdevers/fink/gnucash-config.log.txt
  http://homepage.mac.com/chdevers/fink/gnucash-build.log.txt

Thanks. :)


--
Chris Devers[EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

More war soon. You know how it is.-- mnftiu.cc


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Re: gnucash error (doesn't find libguppi for some reason)

2002-04-23 Thread Peter O'Gorman

guppi appears to be broken...

Which version of python do you have installed? You don't seem to 
have 2.2, which guppi was built against, thus gnucash gets the 
python lib from guppiconf, and it doesn't exist.

Either rebuild guppi against the python you currently have 
installed, or reinstall python 2.2

Please note that I am guessing here, but that seems to be the cause.

Hope this helps,

Peter

On Tuesday, April 23, 2002, at 11:41  PM, Chris Devers wrote:

 Fink selfupdate has me trying to upgrade GnuCash, but it won't work
 because it seems to think guppi isn't available:

   checking for libguppi - version = 0.35.1... no
   *** Could not run libguppi test program, checking why...
   *** The test program failed to compile or link. See the file 
 config.log for the
   *** exact error that occured. This usually means libguppi was 
 incorrectly installed
   *** or that you have moved libguppi since it was installed. 
 In the latter case, you
   *** may want to edit the gnome-config script: /sw/bin/gnome-config
   configure: error: libguppi not found
   ### ./configure failed, exit code 1
   Failed: compiling gnucash-1.6.6-3 failed

 But Guppi is installed, and a newer version at that:

   % fink info guppi
   Information about 958 packages read in 19 seconds.
   pkg guppi  version ###
   pkg guppi  version 0.40.2-2

   guppi-0.40.2-2: a GNOME-based framework for graphing and interactive
   data analysis.
Guppi is a library that can be used to extend other programs.
Your own programs can either link directly to Guppi's shared 
 libraries,
or can embed Guppi plots via Bonobo, GNOME's component architecture.
.
Web site: http://www.gnome.org/guppi
.
Porting Notes:
-flat_namespace LDFLAG needed to link indirectly referenced symbols.
Patch to configure to get flags right for dynamic linking.
.
Maintainer: Jeffrey Whitaker [EMAIL PROTECTED]

 And the libguppi file ( many variants) does seem to be available:

   % find /sw -name '*libguppi*' -print
   /sw/include/gnome-1.0/libguppi
   /sw/include/gnome-1.0/libguppitank
   /sw/include/libguppi
   /sw/lib/libguppi.15.0.0.dylib
   /sw/lib/libguppi.15.dylib
   /sw/lib/libguppi.dylib
   /sw/lib/libguppi.la
   /sw/lib/libguppiConf.sh
   /sw/lib/libguppitank.15.0.0.dylib
   /sw/lib/libguppitank.15.dylib
   /sw/lib/libguppitank.dylib
   /sw/lib/libguppitank.la
   /sw/share/aclocal/libguppi.m4

 ...so I can't figure out what is making GnuCash's configure 
 script think
 that the library isn't available, because it seems like it should be.

 Any thoughts? That config.log file is much too long to paste 
 here, so I'm
 putting it (and a build log) on my iTools account in case it'll help:

   http://homepage.mac.com/chdevers/fink/gnucash-config.log.txt
   http://homepage.mac.com/chdevers/fink/gnucash-build.log.txt

 Thanks. :)


 --
 Chris Devers[EMAIL PROTECTED]
 Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

 More war soon. You know how it is.-- mnftiu.cc



___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Re: gnucash error (doesn't find libguppi for somereason)

2002-04-23 Thread Chris Devers

On Tue, 23 Apr 2002, Peter O'Gorman wrote:

 guppi appears to be broken...

 Which version of python do you have installed? You don't seem to
 have 2.2, which guppi was built against, thus gnucash gets the
 python lib from guppiconf, and it doesn't exist.

Ahh, very good guess, that's got to be it. I had to downgrade Python to
2.1 to get Zope to work, so that definitely smells right. I'll rebuild
Guppi against the current Python version for now. Thanks!


--
Chris Devers[EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

More war soon. You know how it is.-- mnftiu.cc


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] XDarwin question

2002-04-23 Thread Nicholas Robbins

I recently moved over to the rootless server (Thanks
everyone for the help btw.) and I tried using rootless mode,
and I decided to go back to rooted. However what I would
*really* like is to be able to change rooted/rootless on the
fly. Is this at all feasible, or does something about how
XFree86/XDarwin works make this all but impossible?

If it is feasible, is any work being done on it?

- Nicholas Robbins

_
A Freudian slip is when you say
 one thing but mean your mother.
-Anon.
_



___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] splitoff/gimp-1.2.3-5

2002-04-23 Thread Zorro

Why would that not show up in my fink list after a fink selfupdate-cvs?
Yes, I read the packaging page but all I - a non-programmer - could
glean was that several packages could be set up to use the same info
and patch files.
Thanks.
Zorro

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] (no subject)

2002-04-23 Thread Rich Grenyer


curl -f -L -P - -O
ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
curl: (30) Server does not grok PORT, try
without it!
### curl failed, exit code
30
Downloading the file
bzip2-1.0.2.tar.gz failed.




Am getting the sources elsewhere, so not actually a problem. But
what does it mean?

Rich





-- 


__

Rich Grenyer
Mammalian Evolution and Conservation
Department of Biological Sciences
Imperial College at Silwood Park
Ascot
Berkshire
SL5 7PY
United Kingdom

Tel: +44 (0)20 7594 2267
Fax: +44 (0)20 7594 2339

http://www.bio.ic.ac.uk/evolve/people/rich

__

Amish Loom Works [EMAIL PROTECTED] sent me an
email that began:
Amish Made handcrafted products
So, it has come to this. I've been spammed by the Amish.



ftp PORT error, was Re: [Fink-users] (no subject)

2002-04-23 Thread Chris Devers

On Tue, 23 Apr 2002, Rich Grenyer wrote:

 curl -f -L -P - -O ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
 curl: (30) Server does not grok PORT, try without it!
 ### curl failed, exit code 30
 Downloading the file bzip2-1.0.2.tar.gz failed.


 Am getting the sources elsewhere, so not actually a problem. But what
 does it mean?

There could be a firewall in the way, on your end or on theirs. Or the FTP
server could just have this feature disabled, though to be honest I'm not
sure what it means (something about using a different tcp/ip port?

  % curl --help | grep PORT
   -P/--ftpport address Use PORT with address instead of PASV when ftping (F)

When using the default of curl for downloading packages, I got this error
a lot.  Grabbing the same url with wget almost always got past this:

  % wget ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz

On the other hand, wget gets snagged on other things, so it's not like
it's necessarily better. In the end, having both tools available helps.


--
Chris Devers[EMAIL PROTECTED]
Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

More war soon. You know how it is.-- mnftiu.cc


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] splitoff/gimp-1.2.3-5

2002-04-23 Thread Max Horn

At 10:21 Uhr -0500 23.04.2002, Zorro wrote:
Why would that not show up in my fink list after a fink selfupdate-cvs?
Yes, I read the packaging page but all I - a non-programmer - could
glean was that several packages could be set up to use the same info
and patch files.

I am not sure I get your question. You want to know why 
splitoff/gimp-1.2.3-5 is not to be seen in fink list, maybe? Well 
simple, there is no such pacakge, nor is there a public available 
gimp-1.2.3-5 package. It's true we have such an internal version, 
but if I was you, I'd not bother to even think about it until we 
release it - unless you are a developer, fully understand all the 
gory details and are willing to take the risks without shouting for 
helper later on :-)

Remember the old computer maxime: The latest is almost never the 
greatest - wait till they have released at least one update.


Max
-- 
---
Max Horn
Software Developer

email: mailto:[EMAIL PROTECTED]
phone: (+49) 6151-494890

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] XDarwin question

2002-04-23 Thread Alexander Hansen

As far as I know you can't do it 'on the fly'.  The best thing I can think
of is to use an environment that allows you to save the workspace
configuration.  WindowMaker lets you do this, and I'm pretty sure GNOME
will, too.
--
Alexander K. Hansen
Associate Research Scientist, Columbia University
Levitated Dipole Experiment
MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
Cambridge, MA  02139-4213
Phone:  617-252-1818Fax:208-988-4057

On Tue, 23 Apr 2002, Nicholas Robbins wrote:

 I recently moved over to the rootless server (Thanks
 everyone for the help btw.) and I tried using rootless mode,
 and I decided to go back to rooted. However what I would
 *really* like is to be able to change rooted/rootless on the
 fly. Is this at all feasible, or does something about how
 XFree86/XDarwin works make this all but impossible?

 If it is feasible, is any work being done on it?

 - Nicholas Robbins

 _
 A Freudian slip is when you say
  one thing but mean your mother.
 -Anon.
 _



 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users





___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: ftp PORT error, was Re: [Fink-users] (no subject)

2002-04-23 Thread Alexander Hansen

Also, try running 'fink configure'.  When it gets to the question about
using passive mode FTP, answer 'Y'.  That seems to work for this problem
fairly often.

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
Levitated Dipole Experiment
MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
Cambridge, MA  02139-4213
Phone:  617-252-1818Fax:208-988-4057

On Tue, 23 Apr 2002, Chris Devers wrote:

 On Tue, 23 Apr 2002, Rich Grenyer wrote:

  curl -f -L -P - -O ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz
  curl: (30) Server does not grok PORT, try without it!
  ### curl failed, exit code 30
  Downloading the file bzip2-1.0.2.tar.gz failed.
 
 
  Am getting the sources elsewhere, so not actually a problem. But what
  does it mean?

 There could be a firewall in the way, on your end or on theirs. Or the FTP
 server could just have this feature disabled, though to be honest I'm not
 sure what it means (something about using a different tcp/ip port?

   % curl --help | grep PORT
-P/--ftpport address Use PORT with address instead of PASV when ftping (F)

 When using the default of curl for downloading packages, I got this error
 a lot.  Grabbing the same url with wget almost always got past this:

   % wget ftp://sources.redhat.com/pub/bzip2/v102/bzip2-1.0.2.tar.gz

 On the other hand, wget gets snagged on other things, so it's not like
 it's necessarily better. In the end, having both tools available helps.


 --
 Chris Devers[EMAIL PROTECTED]
 Apache / mod_perl / http://homepage.mac.com/chdevers/resume/

 More war soon. You know how it is.-- mnftiu.cc


 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users



___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] [Q] fink selfupdate-cvs

2002-04-23 Thread Lizardo H . C . M . Nunes

I'm having problems to update fink. I will describe the two problems 
that I have:

1. First,

%fink selfupdate-cvs I get
(...)
Now logging into the CVS server. When CVS asks you for a password, just 
press
return (i.e. the password is empty).
su lizardo -c 'cvs 
-d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login'
(Logging in to [EMAIL PROTECTED])
CVS password:
cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: 
Operation timed out
### su failed, exit code 1
Failed: Logging into the CVS server for anonymous read-only access 
failed.
---

Then I tried on Terminal:

%su lizardo -c 'cvs 
-d:pserver:[EMAIL PROTECTED]:/cvsroot/fink login'
Password: return
(and I get)
Sorry
---
I don't know how to solve this, any help is appreciated.


2. Second and last, I tried

% fink selfupdate (No CVS updating)
(...)
rm -f LATEST-FINK
curl -L -O http://fink.sourceforge.net/LATEST-FINK
   % Total% Received % Xferd  Average Speed  Time 
Curr.
  Dload  Upload TotalCurrent  Left
Speed
100 6  100 60 0  0  0  0:00:18  0:00:18  
0:00:00 0

I will now download the package descriptions for Fink 0.4.0 and update 
the
core packages. After that, you should update the other packages using
commands like 'fink update-all'.

tar -xzvf -
-
The prompt hangs and stays forever. No updating so far. Is it right?

Thanks,
Lizardo H. C. M. Nunes

...But we preach Christ crucified, to the Jews a stumbling block, and to 
the
Greeks foolishness;(...)but God has chosen the foolish things of the 
world
to confound the wise, and God has chosen the weak things of the world to
confound the things which are strong;(I Cor.1:2327)


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Shi-Sen-Sho?

2002-04-23 Thread Tom Dove

Hi all,

There's a game my wife enjoys that's in the SuSE Linux version of Gnome 
but not in the XDarwin version. It's a variant of mahjongg called 
Shi-Sen-Sho (spelling?) and it was in the gnome-games package in Linux.

Is porting this to XDarwin in the plans? With the possible exception of 
KDE, it's the last holdout that's keeping me from erasing the Linux 
partition on my iBook and re-using the space for something else, now 
that XDarwin is so much better than any of the PPC Linux variants.

-- Tom

***Home page at toad.net/~tdove/***
*Sailing, genealogy, ham radio*


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Shi-Sen-Sho?

2002-04-23 Thread Alexander Hansen

So the existing gnome-mahjongg provided by gnome-games isn't the same
thing?
--
Alexander K. Hansen
Associate Research Scientist, Columbia University
Levitated Dipole Experiment
MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
Cambridge, MA  02139-4213
Phone:  617-252-1818Fax:208-988-4057

On Tue, 23 Apr 2002, Tom Dove wrote:

 Hi all,

 There's a game my wife enjoys that's in the SuSE Linux version of Gnome
 but not in the XDarwin version. It's a variant of mahjongg called
 Shi-Sen-Sho (spelling?) and it was in the gnome-games package in Linux.

 Is porting this to XDarwin in the plans? With the possible exception of
 KDE, it's the last holdout that's keeping me from erasing the Linux
 partition on my iBook and re-using the space for something else, now
 that XDarwin is so much better than any of the PPC Linux variants.

 -- Tom

 ***Home page at toad.net/~tdove/***
 *Sailing, genealogy, ham radio*


 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users



___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Shi-Sen-Sho?

2002-04-23 Thread Tom Dove

No, Shisen-sho (found the correct spelling) is not the same as 
gnome-mahjongg or xmahjongg. The game is not played quite the same as 
mahjongg, but is not-too-distantly related.

My wife just told me that Shisen-Sho is in KDE, not Gnome. Now I suspect 
that's the reason it hasn't been ported over, but wonder if it requires 
any libraries that are not already on a Fink/XDarwin installation. How 
would I find out?

-- Tom

On Tuesday, April 23, 2002, at 04:04  PM, Alexander Hansen wrote:

 So the existing gnome-mahjongg provided by gnome-games isn't the same
 thing?
 --
 Alexander K. Hansen
 Associate Research Scientist, Columbia University
 Levitated Dipole Experiment
 MIT Plasma Science and Fusion Center, 175 Albany Street, NW17-219
 Cambridge, MA  02139-4213
 Phone:617-252-1818Fax:208-988-4057


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Freetype2 unstable problem

2002-04-23 Thread Martin Costabel

David H. Peyton wrote:
[]
 /usr/bin/install -c -m 755
 /sw/src/freetype2-2.0.8-4/freetype-2.0.8/builds/unix/freetype-config \
   /sw/bin/freetype-config
 mv /sw/src/root-freetype2-2.0.8-4/sw/lib/libfreetype.6*dylib
 /sw/src/root-freetype2-shlibs-2.0.8-4/sw/lib
 usage: mv [-fi] source target
mv [-fi] source ... directory
 ### mv failed, exit code 1
 Failed: installing freetype2-shlibs-2.0.8-4 failed

It is now becoming clear that the problem David and Thomas are seeing is
a manifestation of the dot-in-PATH bug. It appears if you have .
before /usr/bin in your PATH environment variable. 

The problem is the install script in the freetype2 source directory.
Whereas the Makefile uses the complete pathname /usr/bin/install at
most places (see the output snippet above), it also sometimes uses
simply install, and if this runs ./install instead of
/usr/bin/install, you get the wrong behavior they observed. The
libraries get installed directly into /sw/lib instead of the usual
/sw/src/root-freetype2-*/sw/lib directory, and the mv command breaks.

-- 
Martin

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] xmms part 2

2002-04-23 Thread Carl Morin
yesterday I reported that xmms would not work at all.

I had the "Gdk-WARNING **: locale not supported by C library"
which I was stupid to report, apparently, but I admit I was probably not specific enough then. My apologies for not being specific enough.

As I was trying to make it work (there was absolutely nothing: no sound, no interface although Process Viewer claimed xmms was on).

I had restarted twice XDarwin after that to see the same results.

Today, I restarted the whole computer, started XDarwin as usual.  From an RXVT terminal, I started xmms... and it appeared, interface and all.

I wish this is useful for someone.

Yes. I am a newbie.

Re: [Fink-users] Shi-Sen-Sho?

2002-04-23 Thread Craig W. Wright

On Tue, 2002-04-23 at 14:04, Tom Dove wrote:
 No, Shisen-sho (found the correct spelling) is not the same as 
 gnome-mahjongg or xmahjongg. The game is not played quite the same as 
 mahjongg, but is not-too-distantly related.
 
 My wife just told me that Shisen-Sho is in KDE, not Gnome. Now I suspect 
 that's the reason it hasn't been ported over, but wonder if it requires 
 any libraries that are not already on a Fink/XDarwin installation. How 
 would I find out?

Boot up linux and run 

ldd shisen-sho  (or whatever the executable is)

This will print out a list of libraries upon which it depends. 
You can then see if those libraries, or their equivalent are available
for fink. 


-- 
Craig



signature.asc
Description: This is a digitally signed message part


[Fink-users] Unable to find acceptable CC problem......

2002-04-23 Thread Jeffrey Sanders

About a week or two ago, I found that I was unable to build some projects,
like Lesstif and windowmaker, and I was getting the same problem that would
occur if the developer tools were not installed.  After some digging, I had
found that the variables $CC and $LD, etc. were not getting set properly
when running configure.  I couldn't figure it out because if I ran them
manually I was able to compile fine.  To make a long story short, the
problem was that I had downloaded ksh some months ago from ATTs website.
Somehow ksh was being invoked in configure, and in this scope, $CC and $LD,
etc. were not being defined, hence the dreadful problems I was having.  I
deleted ksh and it all works okay now.  If anyone else runs into a similar
problem, this is something you might look at.

Thanks for all that tried to help with the problem...



-Jeff Sanders

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] unstable feedback

2002-04-23 Thread Koen van der Drift

Hi,

Just to let the developers know that I am using (not extensively) the
following apps without any problems so far. Some are in stable, but they
depend on packages that are still in unstable.


xfce 3.8.10-2
python 2.2.1-1
scigraphica 0.8.0-2
anacron 2.3-3

- Koen.

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] fink unstable feedback - cdrtools 1.11a11-1

2002-04-23 Thread Steve Wall

I've been using the unstable package cdrtools 1.11a11-1 to make
iso file images and to burn CD-Rs on my Sony CRX1600XL (12x8x32
firewire external model) for 2 months now without a hitch (or
a coaster).  I've burned at least 20 CD-Rs that way I guess, mostly
as relaxed rock ridge/Joliet format CDs.  Works well enough for
stable if you ask me.

Steve Wall


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: DOCBOOK-APPS: Re: [Fink-users] MacOS X, Fink DocBook bundle

2002-04-23 Thread Sasha Zucker

On Tuesday, April 23, 2002, at 07:41  PM, Josh Kuperman wrote:
 What is the correct way to specify the DOCTYPE. It doesn't seem to
 find the correct DTD, so teh rest of the errors are meainingless.
 I thought that have this as the first line is sufficient, but I think
 I need to put in something different.

 !DOCTYPE ARTICLE PUBLIC -//OASIS/DTD DocBook v4.1//EN

If you are using DocBook XML, I believe you need to specify the location of 
the dtd file on your system. Also, the document type (article, book, etc.) 
should be lower case. The following should work for a docbook article.

!DOCTYPE article PUBLIC -//OASIS//DTD DocBook XML V4.1.2//EN
 /sw/share/xml/dtd/docbookx/4.1.2/docbookx.dtd 

 The second problem isn't really a problem. I get DTDDECL catalog
 entries are not supported errors as follows:
 openjade:/sw/share/sgml/dtd/docbook/3.0/docbook.cat:30:0:W: DTDDECL 
 catalog entries are not supported
 openjade:/sw/share/sgml/dtd/docbook/3.1/docbook.cat:22:0:W: DTDDECL 
 catalog entries are not supported
 openjade:/sw/share/sgml/dtd/docbook/4.0/docbook.cat:22:0:W: DTDDECL 
 catalog entries are not supported
 openjade:/sw/share/sgml/dtd/docbook/4.1/docbook.cat:22:0:W: DTDDECL 
 catalog entries are not supported

 I don't know what causes them but I really only have a desire to use
 the current docbook DTD and it seems to be checking quite a few in the
 catalog. Is there a way to eliminate the older ones, or at least get
 them out of the catalog.

Well, you could manually edit the catalog that fink installs (/sw/share/xml/
dtd/docbookx/catalog) so that it only points to the version of DocBook you 
are using. I configured the package to make them all work so that the user 
wouldn't have to do any fiddling out of the box. These DTDDECL errors are 
not a  serious problem, by the way. But, if you want to get rid of them all 
together, you can simply comment them out of the DocBook DTDs.

good luck,

sasha


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users