[Fink-users] Fetchmail

2003-01-04 Thread Jean-maurice Le Clech
Hi,
I'm trying to configure fetchmail but in an X11 session I get this 
result:

fetchmailconf Traceback (most recent call last):
File "/sw/bin/fetchmailconf", line 9, in ?
from Tkinter import *
File "/sw/lib/python2.2/lib-tk/Tkinter.py", line 35, in ?
ImportError: Failure linking new module

These packages are installed:

Fetchmail 6.1.0-1
Python 2.2.1-8
Package manager version: 0.11.1
Distribution version: 0.5.0a.cvs
Mac OS X version: 10.2.3
July 2002 Developer Tools
gcc version: 3.1
make version: 3.79

any suggestion ?

J-M



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: [Fink-beginners] Fetchmail

2003-01-04 Thread Jean-maurice Le Clech
Thanks, you are absolutely right

all work fine now and I have configured Fetchmail without any problem.

Le samedi, 4 jan 2003, à 20:34 Europe/Paris, Kow K a écrit :



On Saturday, January 4, 2003, at 11:02 AM, Jean-maurice Le Clech wrote:


Hi,
I'm trying to configure fetchmail but in an X11 session I get this 
result:

fetchmailconf Traceback (most recent call last):
File "/sw/bin/fetchmailconf", line 9, in ?
from Tkinter import *
File "/sw/lib/python2.2/lib-tk/Tkinter.py", line 35, in ?
ImportError: Failure linking new module

This is a typical problem with Tk-Python version mismatch. What is the 
version of your Tk? If it's 8.4.1, not 8.4.3, and if you built your 
Pythong package when you were on 8.4.3, which I assume is true, you'll 
need to rebuild python package with "fink rebuild python" and install 
it again.

The reason is that a Python module (for GUI) called "Tkinter" isn't 
properly configured for your Tk library.

Hope this helps

Kow



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners


J-M



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] French keboard with Apple X11

2003-01-15 Thread Jean-maurice Le Clech
Hi,

I am unable to run Apple X11 with a french keyboard and use my three 
button mouse (in preferences of Apple X11 check or uncheck the item 
"emulate three button mouse" do nothing for me ), how can I do that?

This my xinit.rc file:

#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi


if [ X$DISPLAY = "X:0" ]; then

#
# Assume Apple X11 and start up accordingly
#

/usr/X11R6/bin/xterm -geometry 80x20+0+0 -sb &
 exec /usr/X11R6/bin/quartz-wm
else
#
# Assume XDarwin
#
# Environment with gnome
#
 /sw/bin/autocutsel &
 exec /sw/bin/gnome-session


# Environment with WindowMaker
#exec wmaker

# Environment with KDE
#exec startkde

fi

Thanks for suggestions

J-M



---
This SF.NET email is sponsored by: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] French keboard with Apple X11

2003-01-15 Thread Jean-maurice Le Clech
I am just reading the post from Michèle Garoche and try it work well, 
not so easy that double clicking an icon but it's good enough, for the 
mouse i made a mistake, it work too ;-)

J-M


---
This SF.NET email is sponsored by: Take your first step towards giving
your online business a competitive advantage. Test-drive a Thawte SSL
certificate - our easy online guide will show you how. Click here to get
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] always Failing in compiling kde

2003-03-12 Thread Jean-maurice Le Clech
Since a long time I try to update kde but only succeeded for arts, for the
others I always have a failure of compilation of this kind:

... last lines of the output ...

/usr/X11R6/lib/libX11.6.2.dylib(StrKeysym.o) definition of __XkeyTable
/usr/X11R6/lib/libX11.dylib(StrKeysym.o) definition of __XkeyTable
ld: /usr/X11R6/lib/libxkbfile.a(xkbtext.o) illegal reference to symbol: _XKeysymToString defined in indirectly referenced dynamic library /usr/X11R6/lib/libX11.6.2.dylib
### execution of /var/tmp/tmp.0.Y8UCXk failed, exit code 2
Failed: compiling kdebase3-3.1-18 failed

Would you have an idea on the way of curing that? For information I
updated without problem Gnome2  and gnomist software,
tetex, windowmaker, gimp etc...

Regards
Jean-Maurice

Re: [Fink-users] always Failing in compiling kde

2003-03-12 Thread Jean-maurice Le Clech
Indeed I had this version of APPLE X11 installed. I withdrew it and
reinstalled Xfree86 but perhaps I forgot something.
Le mercredi, 12 mars 2003, à 20:45 Europe/Paris, Benjamin Reed a écrit :

Jean-maurice Le Clech wrote:
Since a long time I try to update kde but only succeeded for arts, 
for the
others I always have a failure of compilation of this kind:
... last lines of the output ...
/usr/X11R6/lib/libX11.6.2.dylib(StrKeysym.o) definition of __XkeyTable
/usr/X11R6/lib/libX11.dylib(StrKeysym.o) definition of __XkeyTable
ld: /usr/X11R6/lib/libxkbfile.a(xkbtext.o) illegal reference to 
symbol: _XKeysymToString defined in indirectly referenced dynamic 
library /usr/X11R6/lib/libX11.6.2.dylib
### execution of /var/tmp/tmp.0.Y8UCXk failed, exit code 2
Failed: compiling kdebase3-3.1-18 failed
Do you have the old (version 0.1) Apple X11 installed?  The first part 
looks like an error from that.  If not, I need more context of the 
error to see what needs to be changed...



---
This SF.net email is sponsored by:Crypto Challenge is now open! Get 
cracking and register here for some mind boggling fun and the chance 
of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Jean-Maurice



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] always Failing in compiling kde

2003-03-12 Thread Jean-maurice Le Clech
So how must I proceed, simply to rebuild QT ? or is
there another thing to make?
Le mercredi, 12 mars 2003, à 21:35 Europe/Paris, Benjamin Reed a écrit :

Jean-maurice Le Clech wrote:
Indeed I had this version of APPLE X11 installed. I withdrew it and
reinstalled Xfree86 but perhaps I forgot something.
Well, if you have other things built against the old x11, they may 
still be confusing matters (ie, if you built qt against apple x11, and 
then try building kde, it will still have wrong symbols).

Jean-Maurice



---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] missing config file in privoxy

2003-05-31 Thread Jean-maurice Le Clech
Hello,

I installed few times ago privoxy and it was all-right, I removed it. 
Now I'm trying (several times) to reinstall it but the config file in 
/sw/etc/privoxy/config is always missing. Have you any idea about this 
strange behavior?

Thanks

J-M



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] missing config file in privoxy

2003-05-31 Thread Jean-maurice Le Clech
Fink purge privoxy failed with this output:
...
Suppression de privoxy ...
rm: /sw/var/log/privoxy/*.gz: No such file or directory
dpkg : erreur de traitement de privoxy (--purge) :
 le sous-processus pre-removal script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 privoxy
### execution of dpkg failed, exit code 1
Failed: can't purge package privoxy

and sudo dpkg --purge privoxy failed too :
...
Suppression de privoxy ...
rm: /sw/var/log/privoxy/*.gz: No such file or directory
dpkg : erreur de traitement de privoxy (--purge) :
 le sous-processus pre-removal script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 privoxy
### execution of dpkg failed, exit code 1
Failed: can't purge package privoxy

What else can I do ?

Le samedi, 31 mai 2003, à 00:11 US/Pacific, Martin Costabel a écrit :

Jean-maurice Le Clech wrote:
Hello,
I installed few times ago privoxy and it was all-right, I removed it. 
Now I'm trying (several times) to reinstall it but the config file in 
/sw/etc/privoxy/config is always missing. Have you any idea about 
this strange behavior?
Config files are handled specially by dpkg and fink, they try to avoid 
overwriting such files. Sometimes this leads to buggy behavior. Here 
fink (or dpkg) seems to think that this config file is still 
installed, while in reality it isn't. Try "fink purge privoxy" and 
then "fink reinstall privoxy". If this still doesn't work, try "sudo 
dpkg --purge privoxy" before reinstalling.

--
Martin


J-M



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Bad patch name to update gimp

2003-05-31 Thread Jean-maurice Le Clech
Hello,

 Trying to update Gimp, I had an output that 
said:/sw/fink/dists/stable/main/finkinfo/graphic/gimp.patch doesn't 
exist, in fact the patch file exist but its name is 
"gimp-1.2.4-1.patch" so I do symlink with the required name and update 
succeeded.

Is this problem specific to my install, is the symlink a good answer in 
this case.

Maybe related to the first problem I can't update gimp-perl :
...
+ exec /usr/bin/perl Makefile.PL --writemakefile PREFIX=/sw
FATAL: unable to deduce plugindir from gimptool script

### execution of perl5.6.0 failed, exit code 255
Failed: compiling gimp-perl560-1.211-5 failed
Any ideas ?

Thanks.

J-M



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] missing config file in privoxy

2003-05-31 Thread Jean-maurice Le Clech
Thank you Martin,
you are absolutely right. I have tried to make a fake .gz file but 
missed completely the removing of the pid file. Privoxy is running 
again.
Is my timezone correct now ?
Regards
Le samedi, 31 mai 2003, à 02:08 US/Pacific, Martin Costabel a écrit :

Jean-maurice Le Clech wrote:
Fink purge privoxy failed with this output:
...
Suppression de privoxy ...
rm: /sw/var/log/privoxy/*.gz: No such file or directory
dpkg : erreur de traitement de privoxy (--purge) :
 le sous-processus pre-removal script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 privoxy
### execution of dpkg failed, exit code 1
Failed: can't purge package privoxy
I think  you found a bug in the privoxy package description. It 
shouldn't use an unqualified rm command to remove files that may be 
absent, it should use rm -f. I am CCing the maintainer.

There is another bug in the prermscript that prevents removing 
privoxy: It tries to kill a process that is probably not running.

What you can do to work around these bugs is the following:

sudo touch /sw/var/log/privoxy/foo.gz
sudo rm /sw/var/run/privoxy.pid
sudo dpkg --purge privoxy
Then you can "fink reinstall" it. Next time you want to remove it, 
you'll have to jump through the same hoop.

--
Martin
PS. Jean-Maurice: While we are on bugs: your timezone is wrong, your 
messages are arriving 9 hours in the future.



J-M



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] failed to update gimp-perl

2003-05-31 Thread Jean-maurice Le Clech
Another problem, with updating gimp-perl this time, this is the end of 
the output:
...
updating cache ./config.cache
creating ./config.status
creating config.pl
creating config.h
now invoking perl to complete the configuration...
+ exec /usr/bin/perl Makefile.PL --writemakefile PREFIX=/sw

FATAL: unable to deduce plugindir from gimptool script

### execution of perl5.6.0 failed, exit code 255
Failed: compiling gimp-perl560-1.211-5 failed
Is that mean that there is an error in gimptool script or something 
else?
J-M



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Can't update gimp-perl

2003-06-11 Thread Jean-maurice Le Clech
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I already put the question a few times ago but did not find a
solution. All seems correct in the files gimptool and makefile.pl and
however I always obtain the same result:
...
now invoking perl to complete the configuration...
+ exec /sw/bin/perl Makefile.PL --writemakefile PREFIX=/sw
FATAL: unable to deduce plugindir from gimptool script

I don't know in which direction searching. Does somebody have this same 
problem?

All suggestions is welcome.

Regards

J-M
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (Darwin)
iD8DBQE+5ucNej6PJQqBMgURAryNAJ9Cc8e9FnMu1Rxxr2/AIRT09SZu/gCeMc+P
CmweoHcVf4jqqOEbLpG94to=
=iPDz
-END PGP SIGNATURE-


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] missing fonts in SODIPODI and related font problem

2003-07-06 Thread Jean-maurice Le Clech
Hi,

I have two problems:

1) I've just updated Sodipodi and now it can't find any font from 
/usr/X11R6/lib/X11/fonts and crash every time i want to draw a text or 
open an old drawing with text.

2) Related to this there is also a problem with the font used by 
default in the display of gqview, bluefish, gramps and sodipodi. It is 
now a really unreadable tiny font and I don't know how to change this 
behavior.

Have you some suggestions?

Thanks
J-M


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Incomplete XDarwin app

2003-11-01 Thread Jean-Maurice Le Clech
Hi,
Having changed hard disk, I installed 10.3 as well as the package 
fink-full 0.6.0.
I built fink with bootstrap, installed the definitions by cvs and 
compiled xfree86 4.3.0-14.
The problem is that I obtain an XDarwin application without icon and 
when I double click it this iswhat the console says:
2003-11-01 13:45:20.295 XDarwin[10177] No Info.plist file in 
application bundle or no NSPrincipalClass in the Info.plist file, 
exiting
In fact the Xdarwin package only contain two folders MacOS and 
Resources.

I tested the same thing with an update of the system on another disc 
and a brand new version of fink and the result is the same.
Have you any idea on what is happening?
- -
Jean-Maurice Le Clec'h



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] problem installing xfree86-rootless-threaded

2002-11-01 Thread Jean-maurice Le Clech
I had removed xfree86 base and xfree86 rotless and installed  
xfree86-base-threaded after I'd tryed to install  
xfree86-rootless-threaded but I encountered a problem:

Information about 1609 packages read in 1 seconds.

pkg xfree86-rootless-threaded  version ###
pkg xfree86-rootless-threaded  version 4.2.0.1-2
The following package will be installed or updated:
 xfree86-rootless-threaded
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
rootless-threaded_4.2.0.1-2_darwin-powerpc.deb
(Reading database ... 55690 files and directories currently installed.)
Unpacking xfree86-rootless-threaded (from  
.../xfree86-rootless-threaded_4.2.0.1-2_darwin-powerpc.deb) ...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
rootless-threaded_4.2.0.1-2_darwin-powerpc.deb (--install):
 trying to overwrite `/usr/X11R6/lib/libGL.1.2.dylib', which is also in  
package xfree86-rootless-shlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
rootless-threaded_4.2.0.1-2_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package xfree86-rootless-threaded-4.2.0.1-2

My questions are: Is this a bug ?
   can I supress libGL.1.2.dylib to avoid the problem ?
  I had tryed to removed xfree86-base-threaded to  
reinstall xfree86 base but it was   impossible:

dpkg: error processing xfree86-base-threaded (--remove):
 dependency problems - not removing
Errors were encountered while processing:
 xfree86-base-threaded
### execution of dpkg failed, exit code 1
Failed: can't remove package xfree86-base-threaded

How can I remove this package ?

J-M



---
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem installing xfree86-rootless-threaded

2002-11-01 Thread Jean-maurice Le Clech
Thanks, 
I  had removed xfree86-base-threaded and reinstalled xfree86 base and all work well.

But why this problem with the same lib in two packages ?


Le vendredi, 1 nov 2002, à 23:12 Europe/Paris, Alexander Hansen a écrit :

De: Alexander Hansen <[EMAIL PROTECTED]>
Date: Ven 1 nov 2002  23:12:21 Europe/Paris
À: Jean-maurice Le Clech <[EMAIL PROTECTED]>
Cc: Fink Users <[EMAIL PROTECTED]>
Objet: Rép : [Fink-users] problem installing xfree86-rootless-threaded

You can remove the -shlibs packages yourself with

sudo dpkg -r --force-depends 

and then install your replacements.

On Fri, 2002-11-01 at 16:20, Jean-maurice Le Clech wrote:
I had removed xfree86 base and xfree86 rotless and installed  
xfree86-base-threaded after I'd tryed to install  
xfree86-rootless-threaded but I encountered a problem:

Information about 1609 packages read in 1 seconds.

pkg xfree86-rootless-threaded  version ###
pkg xfree86-rootless-threaded  version 4.2.0.1-2
The following package will be installed or updated:
xfree86-rootless-threaded
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
rootless-threaded_4.2.0.1-2_darwin-powerpc.deb
(Reading database ... 55690 files and directories currently installed.)
Unpacking xfree86-rootless-threaded (from  
.../xfree86-rootless-threaded_4.2.0.1-2_darwin-powerpc.deb) ...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/xfree86- 
rootless-threaded_4.2.0.1-2_darwin-powerpc.deb (--install):
trying to overwrite `/usr/X11R6/lib/libGL.1.2.dylib', which is also in  
package xfree86-rootless-shlibs
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
J-M


[Fink-users] Update of Koffice fail

2006-03-22 Thread Jean-Maurice Le Clech

Mac OSX 10.3.9
Package manager version: 0.24.12
Distribution version: 0.7.2.rsync

I would like to update Koffice to be able to install(settle) Krita.
So far all the attempts failed.
Here is the end of the log:

...
/sw/lib/libkio.dylib(single module) definition of 
KProtocolInfo::isFilterProtocol(QString const&)
ld: warning multiple definitions of symbol 
KProtocolInfo::isKnownProtocol(QString const&)
/sw/lib/libkdecore.dylib(single module) definition of 
KProtocolInfo::isKnownProtocol(QString const&)
/sw/lib/libkio.dylib(single module) definition of 
KProtocolInfo::isKnownProtocol(QString const&)

ld: warning prebinding disabled because of undefined symbols
ld: Undefined symbols:
_environ
/usr/bin/libtool: internal link edit command failed
make[4]: *** [libkiviocommon.la] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
koffice-1.4.2-12 make-build failed!
### execution of /var/tmp/tmp.1.M2gpSM failed, exit code 1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-koffice-1.4.2-12
(Reading database ... 198472 files and directories currently installed.)
Removing fink-buildlock-koffice-1.4.2-12 ...
Failed: phase compiling: koffice-1.4.2-12 failed
...

I have already asked the question on FinkBiginner but I had no answer, 
then I try again.

Thank you for any suggestions.
--
Jean-Maurice Le Clech


PGP.sig
Description: Ceci est une signature électronique PGP


[Fink-users] Update of Koffice fail

2006-03-22 Thread Jean-Maurice Le Clech


Le 22 mars 06, à 14:27, Alexander K. Hansen a écrit :


On 3/22/06, Jean-Maurice Le Clech <[EMAIL PROTECTED]> wrote:

Mac OSX 10.3.9
Package manager version: 0.24.12
Distribution version: 0.7.2.rsync

I would like to update Koffice to be able to install(settle) Krita.
So far all the attempts failed.





Could you show the last line the compiler tried to run?

It looks like something that's being linked isn't set up correctly to
deal with _environ
( cf. http://wiki.opendarwin.org/index.php/Fink:Porting_Notes )



KIvioStencilIface.kidl
/bin/sh ../../libtool --mode=compile --tag=CXX g++-3.3 -DHAVE_CONFIG_H  
-I. -I. -I../.. -I./ui -Iui -I./config -Iconfig -I./kiviosdk -I./tools  
-I../../lib/kofficeui -I../../lib/kofficeui -I../../lib/kofficecore  
-I../../lib/kofficecore -I../../lib/store -I../../lib/store  
-I../../lib/kwmf -I../../lib/kwmf -I../../lib/kotext -I../../lib/kotext  
-I../../lib/kformula -I/sw/include -I/sw/include/qt  
-I/usr/X11R6/include  -I/sw/include  -DQT_THREAD_SUPPORT   
-I/sw/lib/system-openssl/include  
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include  
-I/sw/lib/flex/include -fno-common -no-cpp-precomp -DMACOSX  
-DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include  -Wno-long-long  
-Wundef -Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor  
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  
-DHAVE_KNEWSTUFF  -c -o KIvioStencilIface_skel.lo `test -f  
'KIvioStencilIface_skel.cc' || echo './'`KIvioStencilIface_skel.cc
 g++-3.3 -DHAVE_CONFIG_H -I. -I. -I../.. -I./ui -Iui -I./config  
-Iconfig -I./kiviosdk -I./tools -I../../lib/kofficeui  
-I../../lib/kofficeui -I../../lib/kofficecore -I../../lib/kofficecore  
-I../../lib/store -I../../lib/store -I../../lib/kwmf -I../../lib/kwmf  
-I../../lib/kotext -I../../lib/kotext -I../../lib/kformula  
-I/sw/include -I/sw/include/qt -I/usr/X11R6/include -I/sw/include  
-DQT_THREAD_SUPPORT -I/sw/lib/system-openssl/include  
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include  
-I/sw/lib/flex/include -fno-common -no-cpp-precomp -DMACOSX  
-DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include -Wno-long-long  
-Wundef -Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor  
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  
-DHAVE_KNEWSTUFF -c KIvioStencilIface_skel.cc  -fno-common -DPIC -o  
.libs/KIvioStencilIface_skel.o
/bin/sh ../../libtool --mode=link --tag=CXX g++-3.3  -Wno-long-long  
-Wundef -Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor  
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  
-DHAVE_KNEWSTUFF   -L/sw/lib/flex/lib -L/sw/lib/freetype219/lib  
-L/sw/lib/system-openssl/lib  -o libkiviocommon.la -rpath /sw/lib  
-L/sw/lib/flex/lib -L/sw/lib/freetype219/lib  
-L/sw/lib/system-openssl/lib  -L/sw/lib -L/usr/X11R6/lib -no-undefined   
kivio_canvas.lo kivio_doc.lo kivio_factory.lo kivio_view.lo  
kivio_map.lo kivio_page.lo kivio_dlg_pageshow.lo kivio_zoomaction.lo  
kivio_icon_view.lo kivio_spawner_drag.lo kivio_intra_stencil_data.lo  
kivio_stackbar.lo stencilbarbutton.lo stencilbardockmanager.lo  
kivio_grid_data.lo kivio_guidelines.lo kivio_stencil_geometry_panel.lo  
KIvioViewIface.lo KIvioDocIface.lo KIvioMapIface.lo KIvioPageIface.lo  
kivio_command.lo KIvioLayerIface.lo kivioglobal.lo  
kiviostencilsetaction.lo kivioarrowheadaction.lo KIvioStencilIface.lo  
kiviodragobject.lo kiviostencilsetinstaller.lo KIvioViewIface_skel.lo  
KIvioDocIface_skel.lo KIvioMapIface_skel.lo KIvioPageIface_skel.lo  
KIvioLayerIface_skel.lo KIvioStencilIface_skel.lo  
../../kivio/kiviopart/tools/libtools.la  
../../kivio/kiviopart/kiviosdk/libkiviosdk.la  
../../kivio/kiviopart/config/libkivioconfig.la  
../../kivio/kiviopart/ui/libui.la ../../lib/kofficeui/libkofficeui.la  
../../lib/kopainter/libkopainter.la ../../lib/kotext/libkotext.la  
-lpython2.4 -ldl  -L/usr/local/lib/python2.4/config -L/sw/lib  
-L/usr/X11R6/lib

rm -fr .libs/libkiviocommon.lax
mkdir .libs/libkiviocommon.lax
rm -fr .libs/libkiviocommon.lax/libtools.a
mkdir .libs/libkiviocommon.lax/libtools.a
Extracting  
/sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/../ 
../kivio/kiviopart/tools/.libs/libtools.a
(cd .libs/libkiviocommon.lax/libtools.a && ar x  
/sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/../ 
../kivio/kiviopart/tools/.libs/libtools.a)

rm -fr .libs/libkiviocommon.lax/libkiviosdk.a
mkdir .libs/libkiviocommon.lax/libkiviosdk.a
Extracting  
/sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/../ 
../kivio/kiviopart/kiviosdk/.libs/libkiviosdk.a
(cd .libs/libkiviocommon.lax/libkiviosdk.a && ar x  
/sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/

Re: [fink] [Fink-users] Re: SDL 1.2.8-2 build error on 10.3

2006-04-09 Thread Jean-Maurice Le Clech

I saw it at :

http://www.apple.com/downloads/macosx/apple/index2.html

Regards

Le 9 avr. 06, à 16:31, Robert T Wyatt a écrit :


Martin Costabel wrote:
Afterwards you can upgrade to QuickTime 7.0.3. Just avoid 7.0.4 on  
MacOSX 10.3.


Martin, I haven't figured out how to do this step, but am interested  
in trying. The problem is that I cannot locate QT 7.0.3; does anyone  
know where to find it?


Thanks,
Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting  
language
that extends applications into web and mobile media. Attend the live  
webcast
and join the prime developer group breaking into this new coding  
territory!
http://sel.as-us.falkag.net/sel? 
cmd=lnk&kid=110944&bid=241720&dat=121642

___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users
--- 

Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus  
mail. Aucun virus connu a ce jour par nos services n'a ete detecte.






--
Jean-Maurice
http://perso.wanadoo.fr/jmleclech/
aux heures d'ouverture: http://chezmoi.homeunix.org/index.php



PGP.sig
Description: Ceci est une signature électronique PGP


[Fink-users] can't update koffice-1.4.2-12

2006-04-30 Thread Jean-Maurice Le Clech
Package manager version: 0.24.15
Distribution version: 0.7.2.rsync
Mac OS X version: 10.3.9
Xcode version: 1.5
gcc version: 3.3 20030304 (Apple Computer, Inc. build 1671)
make version: 3.79
Feedback Courtesy of FinkCommander

--

Hello,

I always have the same problem updating koffice:

libkivioconfig.a)
rm -fr .libs/libkiviocommon.lax/libui.a
mkdir .libs/libkiviocommon.lax/libui.a
Extracting /sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/../../kivio/kiviopart/ui/.libs/libui.a
(cd .libs/libkiviocommon.lax/libui.a && ar x /sw/src/fink.build/koffice-1.4.2-12/koffice-1.4.2/kivio/kiviopart/../../kivio/kiviopart/ui/.libs/libui.a)
g++-3.3 -dynamiclib -single_module  -o .libs/libkiviocommon.0.0.0.dylib  .libs/kivio_canvas.o .libs/kivio_doc.o .libs/kivio_factory.o .libs/kivio_view.o .libs/kivio_map.o .libs/kivio_page.o .libs/kivio_dlg_pageshow.o .libs/kivio_zoomaction.o .libs/kivio_icon_view.o .libs/kivio_spawner_drag.o .libs/kivio_intra_stencil_data.o .libs/kivio_stackbar.o .libs/stencilbarbutton.o .libs/stencilbardockmanager.o .libs/kivio_grid_data.o .libs/kivio_guidelines.o .libs/kivio_stencil_geometry_panel.o .libs/KIvioViewIface.o .libs/KIvioDocIface.o .libs/KIvioMapIface.o .libs/KIvioPageIface.o .libs/kivio_command.o .libs/KIvioLayerIface.o .libs/kivioglobal.o .libs/kiviostencilsetaction.o .libs/kivioarrowheadaction.o .libs/KIvioStencilIface.o .libs/kiviodragobject.o .libs/kiviostencilsetinstaller.o .libs/KIvioViewIface_skel.o .libs/KIvioDocIface_skel.o .libs/KIvioMapIface_skel.o .libs/KIvioPageIface_skel.o .libs/KIvioLayerIface_skel.o .libs/KIvioStencilIface_skel.o  .libs/libkiviocommon.lax/libtools.a/kivio_mousetool.o .libs/libkiviocommon.lax/libtools.a/kivio_plugin.o .libs/libkiviocommon.lax/libtools.a/kivio_pluginmanager.o .libs/libkiviocommon.lax/libtools.a/mousetoolaction.o  .libs/libkiviocommon.lax/libkiviosdk.a/diapathparser.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_1d_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_arrowhead.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_base_connector_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_common.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_connector_point.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_connector_target.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_custom_drag_data.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_dia_stencil_spawner.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_fill_style.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_gradient.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_group_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_layer.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_line_style.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_painter.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_plugin_stencil_spawner.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_point.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_py_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_py_stencil_spawner.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_screen_painter.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_shape.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_shape_data.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_shape_painter.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_sml_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_sml_stencil_spawner.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_stencil.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_stencil_spawner.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_stencil_spawner_info.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_stencil_spawner_set.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_text_style.o .libs/libkiviocommon.lax/libkiviosdk.a/kivio_wrap.o .libs/libkiviocommon.lax/libkiviosdk.a/kiviopolylineconnector.o .libs/libkiviocommon.lax/libkiviosdk.a/kiviostencilfactory.moc.o .libs/libkiviocommon.lax/libkiviosdk.a/polylineconnectorspawner.o  .libs/libkiviocommon.lax/libkivioconfig.a/kivio_config.o .libs/libkiviocommon.lax/libkivioconfig.a/kivio_settings.o  .libs/libkiviocommon.lax/libui.a/aligndialog.o .libs/libkiviocommon.lax/libui.a/export_page_dialog.o .libs/libkiviocommon.lax/libui.a/export_page_dialog_base.o .libs/libkiviocommon.lax/libui.a/kivio_birdeye_panel.o .libs/libkiviocommon.lax/libui.a/kivio_birdeye_panel_base.o .libs/libkiviocommon.lax/libui.a/kivio_layer_panel.o .libs/libkiviocommon.lax/libui.a/kivio_layer_panel_base.o .libs/libkiviocommon.lax/libui.a/kivio_protection_panel.o .libs/libkiviocommon.lax/libui.a/kivio_protection_panel_base.o .libs/libkiviocommon.lax/libui.a/kivioaddstencilsetpanel.o .libs/libkiviocommon.lax/libui.a/kivioaligndialog.o .libs/libkiviocommon.lax/libui.a/kivioarrowheadformatdlg.o .libs/libkiviocommon.lax/libui.a/kiviooptionsdialog.o .libs/libkiviocommon.lax/libui.a/kiviostencilformatdlg.o .libs/libkiviocommon.lax/libui.a/kiviostencilsetwidget.o .libs/libkiviocommon.lax/libui.a/kiviotextformatdlg.o   -L/sw/lib/fontconfig2/lib -L/sw/lib/flex/lib -L/sw/lib/freetype219/lib -L/sw/lib/system-opens

[Fink-users] compiling kdegraphics3-3.5.2-12 failed

2006-05-27 Thread Jean-Maurice Le Clech

Hello,

I regularly use kpovmodeler but can't update it. I always have the same  
error at the end of compilation
Is it a bug or a specific problem in my installation? I have already  
asked several times here as well as to Benjamin Reed but had no answer.

Can anybody help me or is this problem insoluble?

This is the end of the output log:
...
creating ./kfaxview/kfaxviewpart.la
(cd ./kfaxview/.libs && rm -f kfaxviewpart.la && ln -s  
../kfaxviewpart.la kfaxviewpart.la)

99% linking ./kpdf/libkpdfpart.la
/bin/sh ./libtool --mode=link --tag=CXX g++-3.3 -Wno-long-long -Wundef  
-Wall -W -Wpointer-arith -Os -Os -fPIC -Wno-non-virtual-dtor  
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE  
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  
-DQT_THREAD_SUPPORT -I/sw/lib/system-openssl/include  
-I/sw/lib/freetype219/include/freetype2 -I/sw/lib/freetype219/include  
-I/sw/lib/fontconfig2/include -I/sw/lib/flex/include -fno-common  
-no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include  
-I/usr/X11R6/include -L/sw/lib/flex/lib -L/sw/lib/fontconfig2/lib  
-L/sw/lib/freetype219/lib -L/sw/lib/system-openssl/lib -module  
-avoid-version -module -no-undefined -R /sw/lib -R /sw/lib -R  
/sw/lib/qt3/lib -R /usr/X11R6/lib -R /sw/lib -L/sw/lib  
-L/sw/lib/qt3/lib -L/usr/X11R6/lib -L/sw/lib -o ./kpdf/libkpdfpart.la  
-rpath /sw/lib/kde3 ./kpdf/xpdf/xpdf/libxpdf.la  
./kpdf/conf/libkpdfconf.la ./kpdf/core/libkpdfcore.la  
./kpdf/ui/libkpdfui.la -lkparts -lkio -lkdeprint -lkutils -lm  
./kpdf/dcop_skel.lo ./kpdf/error.lo ./kpdf/part.lo -liconv -lm  
-L/sw/lib -L/usr/X11R6/lib

rm -fr ./kpdf/.libs/libkpdfpart.lax
mkdir ./kpdf/.libs/libkpdfpart.lax
rm -fr ./kpdf/.libs/libkpdfpart.lax/libxpdf.a
mkdir ./kpdf/.libs/libkpdfpart.lax/libxpdf.a
Extracting  
/sw/src/fink.build/kdegraphics3-3.5.2-12/kdegraphics-3.5.2/./kpdf/xpdf/ 
xpdf/.libs/libxpdf.a
(cd ./kpdf/.libs/libkpdfpart.lax/libxpdf.a && ar x  
/sw/src/fink.build/kdegraphics3-3.5.2-12/kdegraphics-3.5.2/./kpdf/xpdf/ 
xpdf/.libs/libxpdf.a)
libtool: link: ERROR: object name conflicts:  
./kpdf/.libs/libkpdfpart.lax/libxpdf.a//sw/src/fink.build/kdegraphics3 
-3.5.2-12/kdegraphics-3.5.2/./kpdf/xpdf/xpdf/.libs/libxpdf.a

Error creating ./kpdf/libkpdfpart.la. Exit status 1.
kdegraphics3-3.5.2-12 make-build failed!
### execution of /var/tmp/tmp.1.zKfIbh failed, exit code 1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-kdegraphics3-3.5.2-12
(Reading database ... 205397 files and directories currently installed.)
Removing fink-buildlock-kdegraphics3-3.5.2-12 ...
Failed: phase compiling: kdegraphics3-3.5.2-12 failed
...

regards

--
Jean-Maurice
http://perso.wanadoo.fr/jmleclech/



PGP.sig
Description: Ceci est une signature électronique PGP
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] [fink] Re: Fink feedback for fink-beginners (compiling kdegraphics3-3.5.2-12 failed)

2006-05-29 Thread Jean-Maurice Le Clech


Le 27 mai 06, à 23:49, Benjamin Reed a écrit :


On 5/27/06, Jean-Maurice Le Clech <[EMAIL PROTECTED]> wrote:

I regularly use kpovmodeler but can't update it. I always have the 
same

error at the end of compilation
Is it a bug or a specific problem in my installation? I have already
asked several times here as well as to Benjamin Reed but had no 
answer.

Can anybody help me or is this problem insoluble?


hm, I thought I'd responded...


oups!! Maybe my mail filter rejected you :-(



libtool: link: ERROR: object name conflicts:
./kpdf/.libs/libkpdfpart.lax/libxpdf.a//sw/src/fink.build/kdegraphics3
-3.5.2-12/kdegraphics-3.5.2/./kpdf/xpdf/xpdf/.libs/libxpdf.a
Error creating ./kpdf/libkpdfpart.la. Exit status 1.


I've been unable to reproduce this error on my 10.3 machine (which is
what I assume you're on, since you're building 3.5.2-12)


Yes 10.3.9


What version of gcc do you have?  (gcc --version),


gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)


also, do you have
any existing versions of xpdf installed?



do you have any existing versions of xpdf installed?

I don't think so



 And do you have anything
in /usr/local that could be conflicting?  (libtool, autocon, automake,
xpdf, etc.)


As I don't know what is important or not I put the listing of what=20
there is in /usr/local:

drwxr-xr-x6 root wheel 204 Sep 16  2004 apr
drwxr-xr-x   10 jeanmaur jeanmaur  340 Mar 11  2004 ayam
drwxr-xr-x   91 root wheel3094 Apr 23 20:07 bin
drwxrwxr-x9 root admin 306 May 13 23:57 clamXav
drwxr-xr-x4 jeanmaur jeanmaur  136 Aug  2  2005 etc
drwxr-xr-x   15 root wheel 510 Oct 31  2005 include
drwxr-xr-x5 root wheel 170 Apr 23 20:07 info
drwxr-xr-x   84 root wheel2856 Apr 23 20:07 lib
drwxr-xr-x5 root wheel 170 Apr 23 20:07 libexec
drwxr-xr-x9 root wheel 306 Apr 23 20:07 man
lrwxr-xr-x1 root wheel  37 Apr 11 18:26 mysql ->=20
mysql-standard-5.0.19-osx10.3-powerpc
drwxr-xr-x   19 root wheel 646 Aug  6  2005=20
mysql-max-4.0.25-apple-darwin7.9.0-powerpc
drwxr-xr-x   19 root wheel 646 Apr  6 22:46=20
mysql-max-4.1.18-apple-darwin7.9.0-powerpc
drwxr-xr-x   19 root wheel 646 Apr 11 18:26=20
mysql-standard-5.0.19-osx10.3-powerpc
drwxr-xr-x   12 root staff 408 Apr 21  2005 php
drwxr-xr-x   11 root staff 374 Apr  5 11:30 php5
drwxr-xr-x   27 root wheel 918 Apr 11 18:44 sbin
drwxr-xr-x   16 root wheel 544 Apr 23 20:07 share
drwxr-xr-x9 root wheel 306 Jan 10  2005 squid
drwxr-xr-x3 root wheel 102 Mar  3  2005 xtar

and also in /usr/local/bin:

-rwxr-xr-x1 root wheel   36464 Mar 24 02:06 PureFTPOSX
-rw-r--r--1 jeanmaur staff   0 Jul  7  2003 bogus
-rwxrwxr-x1 root admin  141436 Apr 25  2002 bz2cat
-rwxrwxr-x1 root admin  141436 Apr 25  2002 bzcat
-rwxrwxr-x1 root admin1582 Apr 25  2002 bzegrep
-rwxrwxr-x1 root admin1582 Apr 25  2002 bzfgrep
-rwxrwxr-x1 root admin1582 Apr 25  2002 bzgrep
-rwxrwxr-x1 root admin  141436 Apr 25  2002 bzip2
-rwxrwxr-x1 root admin   17776 Apr 25  2002 bzip2recover
-rwxrwxr-x1 root admin1259 Apr 25  2002 bzless
-rwxrwxr-x1 root admin1259 Apr 25  2002 bzmore
-rwxr-xr-x1 root staff 1403556 Apr 10  2003 cisco_cert_mgr
-rwxrwxr-x1 root admin  32 Jan  4  2004 cpath
-rwxr-xr-x1 root wheel   39988 Sep  1  2005 cups-calibrate
-rwxr-xr-x1 root wheel 1203048 Sep  1  2005 cups-genppd.5.0
-rwxr-xr-x1 root wheel   17257 Sep  1  2005=20
cups-genppdconfig.5.0
-rwxr-xr-x1 root wheel   14472 Sep  1  2005=20
cups-genppdupdate.5.0
-rws--x--x1 root staff 1962756 Apr 10  2003 cvpnd
-rwxrwxr-x1 root admin   84072 Apr 24  2004 darkstat
-rwxr-xr-x1 jeanmaur staff   22692 Dec 24  2002 dfont2res
-rwxrwxr-x1 root admin   13004 Feb  6  2004 example_read
-rwxrwxr-x1 root admin   14008 Feb  6  2004 example_write
-rwxr-xr-x1 root jeanmaur55840 Aug  6  2005 exifcom
-rwxr-xr-x1 root jeanmaur   110228 Aug  6  2005 exiftags
-rwxr-xr-x1 root jeanmaur64756 Aug  6  2005 exiftime
-rwxrwxr-x1 root admin5879 Jan  7  2004 fltk-config
-rwxrwxr-x1 root admin  609776 Jan  7  2004 fluid
-rwxr-xr-x1 jeanmaur staff   80828 Dec 24  2002 fondu
-rwxr-xr-x1 jeanmaur staff   26612 Dec 24  2002 frombin
-rwxrwxr-x1 root admin  647184 May 14  2002 gnutar
-rwxrwxr-x1 root admin 600 Jan  4  2004 google
-rwxr-xr-x1 root wheel 2845004 Mar 17  2005 gpg
-rwxr-xr-x1 root wheel3378 Apr 13 17:52 gpg-zip
-rwxr-xr-x1 root wheel  23562

[Fink-users] Rép : can't install inkscape-0 .44.1-1001

2006-11-19 Thread Jean-Maurice Le Clech

Le 19 nov. 06 à 01:06, Alexander Hansen a écrit :




Verify that your unstable tree is correctly enabled (because we have
had some reports of Fink Commander not doing it) by looking in
/sw/etc/fink.conf



This what I have in fink.conf:
Trees: local/main stable/main stable/crypto unstable/crypto unstable/ 
main

It seems correct



People who have had problems with this have said that turning the
unstable trees off and then on again did the job.



Done without new result








Then do a selfupdate with rsync or cvs to get the later version.
Done with rsync an dcvs with no change, the same version 2.0.11 is  
here!!!




The strange thing is that when I want to see the libsigc++2 .info  
file this is what is writen:


Package: libsigc++2
Version: 2.0.17
Revision: 1001
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: True
Maintainer: Michael Wybrow <[EMAIL PROTECTED]>
GCC: 4.0
Source: mirror:gnome:sources/libsigc++/2.0/libsigc++-%v.tar.gz
Source-MD5: 556c5f66c58ef02906e22ab199c35222
DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
NoSetLDFLAGS: True
SetLibs: -L%p/lib
SetCPPFLAGS: -no-cpp-precomp
#Patch: %n.patch
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
SplitOff: <<
  Package: %N-shlibs
  Replaces: %N (<= 2.0.1-1)
  Files: lib/libsigc-2.0.0*.dylib
  Shlibs: %p/lib/libsigc-2.0.0.dylib 1.0.0 %n (>= 2.0.0-1)
  DocFiles: AUTHORS COPYING ChangeLog NEWS README TODO
<<
Description: Callback system for widget libraries
DescDetail: <<
libsigc++ is library that implements a callback system that may be  
used in

widget libraries, abstract interfaces and general programming.
<<
DescPackaging: <<
  Previous versions maintained by Spundun Bhatt
<<
License: LGPL
Homepage: http://libsigc.sourceforge.net/

But in the latest column only 2.0.11 version appears.
I downloaded by hand version 2.0.17, how can i install it

regards



--
Alexander K. Hansen



--
J-M Le Clec'h
ASMD Aikido
http://www.asmd-aikido.fr/
mail: [EMAIL PROTECTED]



PGP.sig
Description: Ceci est une signature électronique PGP
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Rép : can't install inkscape-0 .44.1-1001

2006-11-19 Thread Jean-Maurice Le Clech


Le 19 nov. 06 à 18:41, Martin Costabel a écrit :


Jean-Maurice Le Clech wrote:
[]
The strange thing is that when I want to see the libsigc++2 .info  
file this is what is writen:

Package: libsigc++2
Version: 2.0.17
Revision: 1001

[]

But in the latest column only 2.0.11 version appears.


If you do this from the command line, what do you get?

fink list libsigc++2


barracuda:~ jeanmaur$ fink list libsigc++2
Scanning package description files..
Information about 6393 packages read in 10 seconds.
 libsigc++2   2.0.11-1003   Callback  
system for widget libraries
i   libsigc++2-shlibs2.0.11-1003   Callback  
system for widget libraries






If it's still wrong, run "fink index" and try again.


after fink index, the result is the same, the version still remain  
2.0.11 although the info file indicates version 2.0.17


--
Martin





--
J-M Le Clec'h
ASMD Aikido
http://www.asmd-aikido.fr/
mail: [EMAIL PROTECTED]



PGP.sig
Description: Ceci est une signature électronique PGP
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] question about perl module

2006-11-24 Thread Jean-Maurice Le Clech

Is there somebody to tell me what it is necessary to install on
an 10.4.8 as Perl module: pm581, 584 or 586?
Is it important or not?

Thank you for your help


--
J-M Le Clec'h
ASMD Aikido
http://www.asmd-aikido.fr/
mail: [EMAIL PROTECTED]



PGP.sig
Description: Ceci est une signature électronique PGP
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [fink] Re: [Fink-users] Fink and anti virus software

2004-05-30 Thread Jean-Maurice Le Clech
Le 30 mai 04, à 07:25, Ersatz Sophist a écrit :
Is ClamAV part of fink?
yes
It doesn't show up in fink commander
You certainely miss it: category -> utils Clam Anti-virus scanner 0.71-1
Is it part of the unstable tree?
yes
- -
Jean-Maurice Le Clec'h

---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] problems fater KDE update

2004-07-02 Thread Jean-Maurice Le Clech
After having updated KDE, quanta and gqview do not function any more. They crash each time I launch them after the first window is appearing with a Bus error.
I do not know if there is a relationship between the two but i also can't update gnome-vfs2:

...
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for perl... /sw/bin/perl
configure: error: XML::Parser perl module is required for intltool
### execution of ./configure failed, exit code 1
Failed: compiling gnome-vfs2-2.4.2-8 failed

however, xml parser is well installed:
xml-parser-pm560 2.31-6Perl ext interface to XML parser/expat
xml-parser-pm580 2.31-2Perl ext interface to XML parser/expat
i   xml-parser-pm581 2.34-11   Perl ext interface to XML parser/expat

what do you think about it? 
-- 
Jean-Maurice

PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


Re: [fink] Re: [Fink-users] problems after KDE update

2004-07-02 Thread Jean-Maurice Le Clech
Le 2 juil. 04, à 22:12, Martin Costabel a écrit :
I think you might get more information from looking at the config.log 
file in /sw/src/gnome-vfs2-2.4.2-8/gnome-vfs-2.4.2. It could give a 
hint about the real cause of the problem.

If this can help, this is the config.log file


config.log
Description: Binary data

--
Jean-Maurice Le Clec'h


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=


Re: [fink] Re: [Fink-users] problems fater KDE update

2004-07-02 Thread Jean-Maurice Le Clech
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 2 juil. 04, à 22:48, Daniel Macks a écrit :
Jean-Maurice Le Clech said:
checking for perl... /sw/bin/perl
configure: error: XML::Parser perl module is required for intltool
### execution of ./configure failed, exit code 1
Failed: compiling gnome-vfs2-2.4.2-8 failed
however, xml parser is well installed:
xml-parser-pm560 2.31-6 Perl ext interface to XML parser/expat
xml-parser-pm580 2.31-2 Perl ext interface to XML parser/expat
i xml-parser-pm581 2.34-11 Perl ext interface to XML parser/expat
what do you think about it?
'/sw/bin/perl -v'
perl580
remove that fink perlXXX package. That will (ideally:) result in
the configure script finding /usr/bin/perl

it is what I've done and it seems to compile just fine.
Now the only thing that remains is the problem of bus error with quanta 
and gqview following the update of kde.

Thank you for your help and your effective assistance.
- -- 
Jean-Maurice Le Clec'h
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)

iD8DBQFA5dW/ej6PJQqBMgURAtiyAJ4vqlkEmgPghHyq1oVJBH8GP3MnjACeMN7c
FjXA5lKmALKUxGaELEbL2lY=
=RYfV
-END PGP SIGNATURE-

---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] can't install wxzphoto

2005-01-28 Thread Jean-Maurice Le Clech
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Trying to install wxzphoto this is the result:
jeanmaur$ fink install wxzphoto
Information about 4479 packages read in 33 seconds.
Failed: Internal error: node for freetype-hinting-shlibs already exists
Is wxzphoto trying to reinstall freetype? Do I have to mail to 
maintainer?

Regards
- --
Jean-Maurice
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFB+sWjej6PJQqBMgURAsufAKDWMFbQu7isrR6KAGm7XC/Fm1aktgCeMs52
BoNJ1pnsH99BMNGSQF0rXN8=
=823l
-END PGP SIGNATURE-

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [fink] Re: [Fink-users] can't install wxzphoto

2005-01-29 Thread Jean-Maurice Le Clech
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 29 janv. 05, à 02:07, Alexander K. Hansen a écrit :
Jean-Maurice Le Clech wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Trying to install wxzphoto this is the result:
jeanmaur$ fink install wxzphoto
Information about 4479 packages read in 33 seconds.
Failed: Internal error: node for freetype-hinting-shlibs already 
exists

Jean-Maurice

Try this:
http://fink.sourceforge.net/faq/comp-general.php#node-exists
I believe this is due to a change in freetype-hinting rather than any 
issue with wxzphoto.

--Alexander Hansen
Well done,
I removed like suggested freetype-hinting-shlibs and installed WXZPHOTO,
it asked me wich package I wanted between freetype-hinting-shlibs or 
freetype-shlibs.

wxzphoto run smooth.
Regards
- --
Jean-Maurice
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
iD8DBQFB+5wyej6PJQqBMgURAmDhAJwM2JuE++DUy2ICQQ/UG+PnV3ZODwCcC4xC
bez9BmIp6TlctV9Px7GFBBU=
=geX0
-END PGP SIGNATURE-

---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [fink] Re: [Fink-users] Failure compiling kdegraphics3-base

2005-04-09 Thread Jean-Maurice Le Clech
Le 9 avr. 05, à 21:27, Benjamin Reed a écrit :
Gerry Brush wrote:
In file included from GlobalParams.cc:26:
/usr/X11R6/include/X11/Xft/Xft.h:52: error: syntax error before `;'  
token
/usr/X11R6/include/X11/Xft/Xft.h:86: error: 'FT_UInt' is used as a  
type,
I've checked in what should be a fix for this; do a selfupdate in an  
hour or two and let me know if you still have issues.
We had the same problem, it was solved by removing freetype or  
freetype-hinting as Martin sugested.

http://article.gmane.org/gmane.os.apple.fink.beginners/15688/ 
match=+failure+kdegraphic+update

Cheers
--
Jean-Maurice


PGP.sig
Description: =?ISO-8859-1?Q?Ceci_est_une_signature_=E9lectronique_PGP?=