Re: [Fink-users] return of the son of pango1

2003-04-12 Thread Adrian Simmons


Failed: Internal error: node for system-xfree86 already exists
My sense is that there's not a dang thing we can all do untill
Mansanori fixes his package. Is this correct?
Well, you'll probably have to clean things up anyway.

Can anyone suggest anything?
Well, what I ended up doing is:

fink list -w100 pango

then for each of the installed packages:

sudo dpkg remove --force-depends [packagename]

then re-installed pango

fink install pango

then I fink selfupdate-cvs, and fink update-all after Martin updated 
the packages, and things installed happily. 

I am no fink master, use any of this at your own risk ;)

On a side note I came across a rather nice site of Fink/Apple X11 tips 
and tricks, Sao's place: 


Check out the commands section for explanations of the dpkg and -w100 
options I've used above. 

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] How do I set the LANG variable in Fink? libxpg4?

2003-04-12 Thread Bjoern Hoffmann
I have a problem with the chat applications I want to use in Fink. Non 
of them displays german umlauts correctly after input. How do I fix 
this? can this be done somehow by setting the language variable 
somewhere in xinitrc or cshrc? I want to set it to german. I the fink 
documentation a library called libxpg4 is mentioned, where can I find 
it?
Best Regards

Bjoern Hoffmann



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gaim 0.61 doesnt work?

2003-04-12 Thread Mothra
Okay I finally got around my problems compiling the pango1 stuff, 
thanks to Brian Lenihan for all his help there.
Turned out I DID have some of the darwinports stuff sitting in 
/usr/local/lib, although this was a fresh install so I dont know what 
the hell installed (maybe it was the wonderful gimp-print).
So anyways, using the GNU OS X Package manager I deleted those 
packages, deleted /sw and started over from the ground up.
Ive got everything up to date and just finished installing the new Gaim 
0.61.

However, the minute I try to launch Gaim, it dies with a bus error.
I cant even bring up the login screen.
Anyone else gotten it to work or is it just broken?
I know gaim was a pain in the ass trying to build it myself from CVS 
over the last 4 months (and the day I finally got it done and compiled 
and working, you fink guys had to release it on me hehe) so maybe 
theres still some quirks.

Chris
---
www.descentrecords.com
www,towelhead.net


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] librsvg2 and pango

2003-04-12 Thread sinclair44
Hello-

I'm trying to update librsvg2 to its newest version. However, it depends on
pango1-dev, which doesn't exist in the newest unstable version of pango1. It
tries and fails to downgrade pango1-shlibs to the old version because of
pango1-xft2.

Can this be fixed, so librsvg2 doesn't depend on pango1-dev? Or do I have
the problem totally wrong and there's something else that needs to be done?

Thanks,
sinclair44.
-- 

-- sinclair44

[self becomeWorldDictator];

- (void)becomeWorldDictator
{
[self coverLegalButt];

[[GeorgeBush principalClass] assassinate:[world currentLeaders]];
[[BinLaden principalClass] terrorize:[world citizens]];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}

- (void)coverLegalButt
{
/* The above does not reflect any plans, expressed or implied, real or
imaginative, to kill or assassinate anyone, or to harm anyone in any shape,
way or form. Any relation to actual events is purely coincidental. */
}



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problems with apt-get update

2003-04-12 Thread Ben Hines
On Friday, April 11, 2003, at 03:44  PM, Martin Costabel wrote:

Donal Day wrote:

Here is the fink  version information.
fink --version
Package manager version: 0.11.1
Distribution version: 0.5.2.cvs
Is this part of  the  problem?
No, this looks OK. I still don't know what version of the apt package 
you have (fink list apt), but it seems probable that it is a version 
that is too old for OSX 10.2. Of course, if apt-get doesn't work you 
have some difficulties to update anything from the binary 
distribution, because also dselect and FinkCommander use apt-get 
internally.

No, it doesn't look ok, the package manager should be 0.12.1 with 0.5.2.

-Ben



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gcc: unrecognized option `-pthreads'

2003-04-12 Thread Ben Hines
On Friday, April 11, 2003, at 03:52  PM, David Orlovich wrote:
Something I noticed is that one of the -p options that (I think) 
autoconfig determined for gcc is `-pthreads' and I keep getting the 
error:

gcc: unrecognized option `-pthreads'


It is not an 'error'.  It is a warning. Don't use the word 'error' 
unless the compile fails.



Maybe this doesn't matter at all - but I'm wondering why gcc is 
getting an option that it doesn't understand.  I'm running Apple's 
X-11.

Doesn't matter at all.

-Ben



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] librsvg2 and pango

2003-04-12 Thread Martin Costabel
sinclair44 wrote:

Hello-

I'm trying to update librsvg2 to its newest version. However, it depends on
pango1-dev, which doesn't exist in the newest unstable version of pango1. It
It does exist, as a virtual package, provided by pango1-xft1-dev or 
pango-xft2-dev.

tries and fails to downgrade pango1-shlibs to the old version because of
pango1-xft2
Can this be fixed, so librsvg2 doesn't depend on pango1-dev? Or do I have
the problem totally wrong and there's something else that needs to be done?
No, you are right, it is the last one that still has a versioned 
dependency on pango1-dev. I am changing this now in cvs. The next 
selfupdate should give it to you.

--
Martin


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problems with apt-get update

2003-04-12 Thread Donal Day
I took Martin's advice (below) and after a little fudging around I seem  
to have a working system.

Thanks to all.

Donal

On Friday, April 11, 2003, at 06:44 PM, Martin Costabel wrote:

Donal Day wrote:

Here is the fink  version information.
fink --version
Package manager version: 0.11.1
Distribution version: 0.5.2.cvs
Is this part of  the  problem?

Martin wrote this:

No, this looks OK. I still don't know what version of the apt package  
you have (fink list apt), but it seems probable that it is a version  
that is too old for OSX 10.2. Of course, if apt-get doesn't work you  
have some difficulties to update anything from the binary  
distribution, because also dselect and FinkCommander use apt-get  
internally.

You could download the packages apt_0.5.4-8_darwin-powerpc.deb and  
also apt-dev and apt-shlibs from  
http://us.dl.sourceforge.net/sourceforge/fink/direct_download/dists/ 
10.2/release/main/binary-darwin-powerpc/base/
and then install them using "sudo dpkg -i apt*.deb"

--
Martin


Donal Day
University of Virginia
Department of Physics
McCormick Road
Charlottesville, VA 22903
434 924 6566 (W)


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] librsvg2 and pango

2003-04-12 Thread sinclair44
On 4/12/03 5:17 PM, "Martin Costabel" <[EMAIL PROTECTED]> wrote:

> No, you are right, it is the last one that still has a versioned
> dependency on pango1-dev. I am changing this now in cvs. The next
> selfupdate should give it to you.

Many thanks. The fink project proves that open source is awesome once again.
I appreciate the work that you put into this.
-- 

-- sinclair44

[self becomeWorldDictator];

- (void)becomeWorldDictator
{
[self coverLegalButt];

[[GeorgeBush principalClass] assassinate:[world currentLeaders]];
[[BinLaden principalClass] terrorize:[world citizens]];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}

- (void)coverLegalButt
{
/* The above does not reflect any plans, expressed or implied, real or
imaginative, to kill or assassinate anyone, or to harm anyone in any shape,
way or form. Any relation to actual events is purely coincidental. */
}



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Libtool14 fails to install

2003-04-12 Thread Michèle Garoche
Just running fink selfupdate-cvs, fink update-all, leads to libtool14  
libtool14-shlibs to install. But fails with the following error.

I'll guess I miss something, but don't what. Any idea (by the way  
running OS X10.2.5 if it matters).

Preparing to replace libtool14 1.4.3-2 (using  
.../libtool14_1.4.3-3_darwin-powerpc.deb) ...
/sw/var/lib/dpkg/info/libtool14.prerm: /sw/sbin/install-info: No such  
file or directory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
/sw/var/lib/dpkg/tmp.ci/prerm: /sw/sbin/install-info: No such file or  
directory
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb (--install):
 subprocess new pre-removal script returned error exit status 1
Preparing to replace libtool14-shlibs 1.4.3-2 (using  
.../libtool14-shlibs_1.4.3-3_darwin-powerpc.deb) ...
Unpacking replacement libtool14-shlibs ...
Setting up libtool14-shlibs (1.4.3-3) ...
Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/libtool14- 
shlibs_1.4.3-3_darwin-powerpc.deb

Michèle

---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] KOffice fails to install

2003-04-12 Thread Michèle Garoche
I've just tried to install koffice from cvs.

First Fink wanted to install kde from stable, it was strange as I have  
unstable tree configured as first element.
Then it tried to install openssl 0.9.6i-2 over openssl097, not what I  
wanted, but well consistent with the first choice.
And finally openssl fails to install with the following error:

dpkg: error processing  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openss
l-dev_0.9.6i-2_darwin-powerpc.deb (--install):
 subprocess pre-removal script returned error exit status 127
/sw/var/lib/dpkg/info/openssl097-dev.postinst: update-alternatives:  
command not
found
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 127
Selecting previously deselected package openssl-shlibs.
Unpacking openssl-shlibs (from  
.../openssl-shlibs_0.9.6i-2_darwin-powerpc.deb) .
..
/sw/var/lib/dpkg/info/openssl097-dev.prerm: update-alternatives:  
command not fou
nd
dpkg: error processing  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openss
l-shlibs_0.9.6i-2_darwin-powerpc.deb (--install):
 subprocess pre-removal script returned error exit status 127
/sw/var/lib/dpkg/info/openssl097-dev.postinst: update-alternatives:  
command not
found
dpkg: error while cleaning up:
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl-dev_0.9.6i- 
2_darwin-
powerpc.deb
  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl- 
shlibs_0.9.6i-2_darw
in-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:  
/sw/fink/dists/stable/crypto/binary-darwin
-powerpc/openssl-dev_0.9.6i-2_darwin-powerpc.deb  
/sw/fink/dists/stable/crypto/bi
nary-darwin-powerpc/openssl-shlibs_0.9.6i-2_darwin-powerpc.deb

I've tried to access the mailing-list archives as I know there were  
discussions on KDE recently, but they seem to be unaccessible at the  
moment.

Michèle

---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: Duplicate symbols: _BC, _PC compiling python

2003-04-12 Thread Derrick Bass
Did you get any response to this?  Similar problems in the past have 
been
caused by having things in /usr/local/lib which override the Fink libs.
If your /usr/local is not empty, you might try moving it aside 
temporarily
("sudo mv /usr/local /usr/local.bak"), then doing your Fink compiles,
and then moving it back ("sudo mv /usr/local.bak /usr/local").

Didn't work. I moved /usr/local aside and rebuilt ncurses and readline, 
but building python gives the same error. It seems to be something in 
those two libraries:
Juliet[324]nm /sw/lib/libncurses.dylib | grep BC
000428c8 D _BC
 U _BC
Juliet[325]nm /sw/lib/libncurses.dylib | grep PC
 U _PC
 U _PC
000428e0 D _PC
Juliet[326]nm /sw/lib/libreadline.dylib | grep PC
0002e194 S _PC
Juliet[327]nm /sw/lib/libreadline.dylib | grep BC
0002e19c S _BC

The "S" from libreadline is a little suspicious, no?

I've been trying to compile python and the linker complains about
duplicate symbols, _BC, and _PC, in the libreadline and libncurses
libraries (the full error message is below). I tried rebuilding
libreadline and libncurses, but that didn't help.
[]


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] KOffice fails to install

2003-04-12 Thread Alexander K. Hansen
One thing to check is whether you have update-alternatives.  Here's what I
get from dlocate (Ben H's package info tool):

% dlocate update-alternatives
dpkg: /sw/sbin/update-alternatives
dpkg: /sw/share/man/fr/man8/update-alternatives.8
dpkg: /sw/share/man/ja/man8/update-alternatives.8
dpkg: /sw/share/man/man8/update-alternatives.8
dpkg: /sw/share/man/pt_BR/man8/update-alternatives.8

See if /sw/sbin/update-alternatives is around.  [I think I got the path
right this time ;-) ]

Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michèle Garoche
Sent: Saturday, April 12, 2003 9:04 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] KOffice fails to install

I've just tried to install koffice from cvs.

First Fink wanted to install kde from stable, it was strange as I have  
unstable tree configured as first element.
Then it tried to install openssl 0.9.6i-2 over openssl097, not what I  
wanted, but well consistent with the first choice.
And finally openssl fails to install with the following error:

dpkg: error processing  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openss
l-dev_0.9.6i-2_darwin-powerpc.deb (--install):
  subprocess pre-removal script returned error exit status 127
/sw/var/lib/dpkg/info/openssl097-dev.postinst: update-alternatives:  
command not
found
dpkg: error while cleaning up:
  subprocess post-installation script returned error exit status 127
Selecting previously deselected package openssl-shlibs.
Unpacking openssl-shlibs (from  
.../openssl-shlibs_0.9.6i-2_darwin-powerpc.deb) .
..
/sw/var/lib/dpkg/info/openssl097-dev.prerm: update-alternatives:  
command not fou
nd
dpkg: error processing  
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openss
l-shlibs_0.9.6i-2_darwin-powerpc.deb (--install):
  subprocess pre-removal script returned error exit status 127
/sw/var/lib/dpkg/info/openssl097-dev.postinst: update-alternatives:  
command not
found
dpkg: error while cleaning up:
  subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
   
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl-dev_0.9.6i- 
2_darwin-
powerpc.deb
   
/sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl- 
shlibs_0.9.6i-2_darw
in-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:  
/sw/fink/dists/stable/crypto/binary-darwin
-powerpc/openssl-dev_0.9.6i-2_darwin-powerpc.deb  
/sw/fink/dists/stable/crypto/bi
nary-darwin-powerpc/openssl-shlibs_0.9.6i-2_darwin-powerpc.deb

I've tried to access the mailing-list archives as I know there were  
discussions on KDE recently, but they seem to be unaccessible at the  
moment.

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] Libtool14 fails to install

2003-04-12 Thread Alexander K. Hansen
Hmm--it seems like your dpkg installation may have gotten corrupted. Here's
what dlocate says about install-info:

% dlocate install-info
dpkg: /sw/sbin/install-info
dpkg: /sw/share/man/fr/man8/install-info.8
dpkg: /sw/share/man/ja/man8/install-info.8
dpkg: /sw/share/man/man8/install-info.8

Check if this is around.

Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michèle Garoche
Sent: Saturday, April 12, 2003 8:51 PM
To: [EMAIL PROTECTED]
Subject: [Fink-users] Libtool14 fails to install

Just running fink selfupdate-cvs, fink update-all, leads to libtool14  
libtool14-shlibs to install. But fails with the following error.

I'll guess I miss something, but don't what. Any idea (by the way  
running OS X10.2.5 if it matters).

Preparing to replace libtool14 1.4.3-2 (using  
.../libtool14_1.4.3-3_darwin-powerpc.deb) ...
/sw/var/lib/dpkg/info/libtool14.prerm: /sw/sbin/install-info: No such  
file or directory
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
/sw/var/lib/dpkg/tmp.ci/prerm: /sw/sbin/install-info: No such file or  
directory
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb (--install):
  subprocess new pre-removal script returned error exit status 1
Preparing to replace libtool14-shlibs 1.4.3-2 (using  
.../libtool14-shlibs_1.4.3-3_darwin-powerpc.deb) ...
Unpacking replacement libtool14-shlibs ...
Setting up libtool14-shlibs (1.4.3-3) ...
Errors were encountered while processing:
   
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages:  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
libtool14_1.4.3-3_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/libtool14- 
shlibs_1.4.3-3_darwin-powerpc.deb

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KOffice fails to install

2003-04-12 Thread Michèle Garoche
Le dimanche, 13 avr 2003, à 03:43 Europe/Paris, Alexander K. Hansen a 
écrit :

One thing to check is whether you have update-alternatives.  Here's 
what I
get from dlocate (Ben H's package info tool):

% dlocate update-alternatives
dpkg: /sw/sbin/update-alternatives
dpkg: /sw/share/man/fr/man8/update-alternatives.8
dpkg: /sw/share/man/ja/man8/update-alternatives.8
dpkg: /sw/share/man/man8/update-alternatives.8
dpkg: /sw/share/man/pt_BR/man8/update-alternatives.8
I have:

dpkg: /sw/sbin/update-alternatives
dpkg: /sw/share/man/fr/man8/update-alternatives.8
dpkg: /sw/share/man/ja/man8/update-alternatives.8
dpkg: /sw/share/man/man8/update-alternatives.8
dpkg: /sw/share/man/pt_BR/man8/update-alternatives.8
See if /sw/sbin/update-alternatives is around.  [I think I got the path
right this time ;-) ]
Fabulous :-))

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Libtool14 fails to install

2003-04-12 Thread Michèle Garoche
Le dimanche, 13 avr 2003, à 03:45 Europe/Paris, Alexander K. Hansen a 
écrit :

Hmm--it seems like your dpkg installation may have gotten corrupted. 
Here's
what dlocate says about install-info:

% dlocate install-info
dpkg: /sw/sbin/install-info
dpkg: /sw/share/man/fr/man8/install-info.8
dpkg: /sw/share/man/ja/man8/install-info.8
dpkg: /sw/share/man/man8/install-info.8
I have:
dpkg: /sw/sbin/install-info
dpkg: /sw/share/man/fr/man8/install-info.8
dpkg: /sw/share/man/ja/man8/install-info.8
dpkg: /sw/share/man/man8/install-info.8
Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Libtool14 fails to install

2003-04-12 Thread David R. Morrison
What do you get from "which install-info"?

  -- Dave


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KOffice fails to install

2003-04-12 Thread Michèle Garoche
Le dimanche, 13 avr 2003, à 04:00 Europe/Paris, Alexander K. Hansen a 
écrit :

For my next trick, lets see if the prerm script looks OK:

cat /sw/var/lib/dpkg/info/openssl097-dev.prerm
#!/bin/sh
# prerm script for package openssl097-dev, auto-created by fink
set -e

if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
fi
exit 0
Yes, I have:

#!/bin/sh
# prerm script for package openssl097-dev, auto-created by fink
set -e

if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
fi
exit 0

Also, what do you get if you run update-alternatives by itself.  For
comparison:
% /sw/sbin/update-alternatives
I have no /sw/sbin/update-alternatives

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] updated gnome2 dying with OS X 10.2.5

2003-04-12 Thread James Gibbs
When I launch gnome2, with either XDarwin or Apple's x11 (I have both), 
the gnome startup graphic shows briefly, the startup sound starts to 
play but doesn't finish, and gnome immediately quits. There is nothing 
suspicious in the console or .gnome-error log files.

I'm thinking that it is the new sound manager in 10.2.5. KDE works 
fine, but the sound is just loud hissing unless I turn off full-duplex. 
Oh yeah, I use xfree86 4.2. moving ~/.gnome* and ~/.gconf* didn't help.

Recently, I updated all the pango stuff and new gtk+2 packages, plus I 
upgraded to system 10.2.5, so I don't know which of these caused it. 
Maybe it is time to go to xfree86 4.3.



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] KOffice fails to install

2003-04-12 Thread Alexander K. Hansen
It looks like you need to reinstall dpkg:  the package database thinks you
have /sw/sbin/install-info and /sw/sbin/update-alternatives, but they are
absent on your system.

Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michèle Garoche
Sent: Saturday, April 12, 2003 10:19 PM
To: Alexander K. Hansen
Cc: [EMAIL PROTECTED]
Subject: Re: [Fink-users] KOffice fails to install


Le dimanche, 13 avr 2003, à 04:00 Europe/Paris, Alexander K. Hansen a 
écrit :

> For my next trick, lets see if the prerm script looks OK:
>
> cat /sw/var/lib/dpkg/info/openssl097-dev.prerm
> #!/bin/sh
> # prerm script for package openssl097-dev, auto-created by fink
>
> set -e
>
> if [ $1 != "upgrade" ]; then
> update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
> fi
>
>
> exit 0
Yes, I have:

#!/bin/sh
# prerm script for package openssl097-dev, auto-created by fink

set -e

if [ $1 != "upgrade" ]; then
update-alternatives --remove md5.3 /sw/share/man/man3/md5.3.openssl097
fi


exit 0

>
> Also, what do you get if you run update-alternatives by itself.  For
> comparison:
>
> % /sw/sbin/update-alternatives
I have no /sw/sbin/update-alternatives

Michèle




---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KOffice fails to install

2003-04-12 Thread Michèle Garoche
Le dimanche, 13 avr 2003, à 04:33 Europe/Paris, Alexander K. Hansen a 
écrit :

It looks like you need to reinstall dpkg:  the package database thinks 
you
have /sw/sbin/install-info and /sw/sbin/update-alternatives, but they 
are
absent on your system.
I reinstall dpkg, now I have:

% update-alternatives
update-alternatives: need --display, --config, --install, --remove or 
--auto

Debian update-alternatives 1.10.9.
Copyright (C) 1995 Ian Jackson.
Copyright (C) 2000-2002 Wichert Akkerman
This is free software; see the GNU General Public Licence
version 2 or later for copying conditions.  There is NO warranty.
Usage: update-alternatives --install
  [--slave   ] ...
   update-alternatives --remove  
   update-alternatives --auto 
   update-alternatives --display 
   update-alternatives --list 
   update-alternatives --config 
 is the name in /etc/alternatives.
 is the name referred to.
 is the link pointing to /etc/alternatives/.
 is an integer; options with higher numbers are chosen.
Options:  --verbose|--quiet  --test  --help  --version
  --altdir   --admindir 
Seems to be like yours.

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] KOffice fails to install

2003-04-12 Thread Alexander K. Hansen
Looks good.  Do the "which install-info", and if that gives
/sw/sbin/install-info, then try to upgrade libtool14 and KDE again.


-Original Message-
From: Michèle Garoche [mailto:[EMAIL PROTECTED] 
Sent: Saturday, April 12, 2003 10:43 PM
To: Alexander K. Hansen
Cc: [EMAIL PROTECTED]
Subject: Re: [Fink-users] KOffice fails to install


Le dimanche, 13 avr 2003, à 04:33 Europe/Paris, Alexander K. Hansen a 
écrit :

> It looks like you need to reinstall dpkg:  the package database thinks 
> you
> have /sw/sbin/install-info and /sw/sbin/update-alternatives, but they 
> are
> absent on your system.

I reinstall dpkg, now I have:

% update-alternatives
update-alternatives: need --display, --config, --install, --remove or 
--auto

Debian update-alternatives 1.10.9.
Copyright (C) 1995 Ian Jackson.
Copyright (C) 2000-2002 Wichert Akkerman
This is free software; see the GNU General Public Licence
version 2 or later for copying conditions.  There is NO warranty.

Usage: update-alternatives --install
   [--slave   ] ...
update-alternatives --remove  
update-alternatives --auto 
update-alternatives --display 
update-alternatives --list 
update-alternatives --config 
 is the name in /etc/alternatives.
 is the name referred to.
 is the link pointing to /etc/alternatives/.
 is an integer; options with higher numbers are chosen.

Options:  --verbose|--quiet  --test  --help  --version
   --altdir   --admindir 

Seems to be like yours.

Michèle





---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KOffice fails to install

2003-04-12 Thread Michèle Garoche
Le dimanche, 13 avr 2003, à 04:48 Europe/Paris, Alexander K. Hansen a 
écrit :

Looks good.  Do the "which install-info", and if that gives
/sw/sbin/install-info, then try to upgrade libtool14 and KDE again.
Yes, that's it. I must wait a while to upgrade since I'm currently 
trying to install koffice, hence kde without ssl support and I'm not 
sure it would be wise to kill the process like a savage :-)

Many, many thanks. I'll give you feedback in a few hours (as soon as 
the process has terminated).

Michèle



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] updated gnome2 dying with OS X 10.2.5

2003-04-12 Thread Edmund White
Try this: I had the same issue after a hard drive crash I needed to
reinstall my fink distro and the gnome didn't quite work right after that.
After a LOT of debugging, I found that gnome is looking for a certain file
at startup. try:

touch ~/.gnome2/fink-upgrade-stage-1

Keep your .xinitrc the way it was before. Lwt me know if it works.

-- 
Edmund William White
http://www.djedwhite.com
[EMAIL PROTECTED]

On Sat, 12 Apr 2003, James Gibbs wrote:

> When I launch gnome2, with either XDarwin or Apple's x11 (I have both),
> the gnome startup graphic shows briefly, the startup sound starts to
> play but doesn't finish, and gnome immediately quits. There is nothing
> suspicious in the console or .gnome-error log files.
>
> I'm thinking that it is the new sound manager in 10.2.5. KDE works
> fine, but the sound is just loud hissing unless I turn off full-duplex.
> Oh yeah, I use xfree86 4.2. moving ~/.gnome* and ~/.gconf* didn't help.
>
> Recently, I updated all the pango stuff and new gtk+2 packages, plus I
> upgraded to system 10.2.5, so I don't know which of these caused it.
> Maybe it is time to go to xfree86 4.3.
>
>
>
> ---
> This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
> for complex code. Debugging C/C++ programs can leave you feeling lost and
> disoriented. TotalView can help you find your way. Available on major UNIX
> and Linux platforms. Try it free. www.etnus.com
> ___
> Fink-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/fink-users
>


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] db41-ssl vs db3

2003-04-12 Thread Jeff Henrikson
Something I have depends on db41-ssl, which is installed.  I just tried 
to install gnucash, which depends on db3, which conflicts with db41.  
Are the db packages in general backwards compatible?  Whether or not 
that is the case, does anybody know a solution?

Jeff



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] updated gnome2 dying with OS X 10.2.5

2003-04-12 Thread James Gibbs
Didn't work for me. But the console tells me I have a crashlog which 
says:

Thread 0 Crashed:
 #0   0x in 0x0
 #1   0x0042ac3c in pango_xft_font_get_coverage
 #2   0x0053d1ac in pango_fontset_simple_get_font
 #3   0x0053b1a8 in add_engines
 #4   0x0053ac90 in pango_itemize
 #5   0x00540de8 in pango_layout_check_lines
 #6   0x00543dd4 in pango_layout_get_extents_internal
 #7   0x00540968 in pango_layout_get_pixel_extents
 #8   0xcdd4 in splash_widget_add_icon
 #9   0x3f10 in run_command_prop
 #10  0x2cb0 in update_save_state
 #11  0x41c4 in process_load_request
 #12  0x9210 in start_session
 #13  0x6fa4 in main
 #14  0x22d4 in _start (crt.c:267)
 #15  0x2154 in start
I'll try to rebuild my pango stuff.

Are these right for xfree86 4.2?

fink list pango
Information about 2387 packages read in 15 seconds.
 i   pango1   1.2.1-2  I18N text handling system 
convinience pac...
 pango1-bin[virtual package]
 pango1-common [virtual package]
 pango1-dev   1.0.5-2  System for Layout and rendering of 
intern...
 i   pango1-shlibs1.2.1-2  I18N text handling system 
convinience pac...
 i   pango1-xft1  1.0.5-1  I18N text handling system: for 
XFree86 (<...
 pango1-xft1-bin   [virtual package]
 pango1-xft1-com   [virtual package]
 i   pango1-xft1-dev  1.0.5-1  I18N text handling system: for 
XFree86 (<...
 i   pango1-xft1-shl  1.0.5-1  I18N text handling system: for 
XFree86 (<...
 pango1-xft2  1.2.1-2  I18N text handling system: for 
XFree86 (>...
 pango1-xft2-dev  1.2.1-2  I18N text handling system: for 
XFree86 (>...
 pango1-xft2-shl  1.2.1-2  I18N text handling system: for 
XFree86 (>...

On Saturday, April 12, 2003, at 11:01  PM, Edmund White wrote:

Try this: I had the same issue after a hard drive crash I needed to
reinstall my fink distro and the gnome didn't quite work right after 
that.
After a LOT of debugging, I found that gnome is looking for a certain 
file
at startup. try:

touch ~/.gnome2/fink-upgrade-stage-1

Keep your .xinitrc the way it was before. Lwt me know if it works.

--
Edmund William White
http://www.djedwhite.com
[EMAIL PROTECTED]
On Sat, 12 Apr 2003, James Gibbs wrote:

When I launch gnome2, with either XDarwin or Apple's x11 (I have 
both),
the gnome startup graphic shows briefly, the startup sound starts to
play but doesn't finish, and gnome immediately quits. There is nothing
suspicious in the console or .gnome-error log files.

I'm thinking that it is the new sound manager in 10.2.5. KDE works
fine, but the sound is just loud hissing unless I turn off 
full-duplex.
Oh yeah, I use xfree86 4.2. moving ~/.gnome* and ~/.gconf* didn't 
help.

Recently, I updated all the pango stuff and new gtk+2 packages, plus I
upgraded to system 10.2.5, so I don't know which of these caused it.
Maybe it is time to go to xfree86 4.3.


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The 
debugger
for complex code. Debugging C/C++ programs can leave you feeling lost 
and
disoriented. TotalView can help you find your way. Available on major 
UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: Etnus, makers of TotalView, The 
debugger
for complex code. Debugging C/C++ programs can leave you feeling lost 
and
disoriented. TotalView can help you find your way. Available on major 
UNIX
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users