[Fink-users] Error while installing new tetex

2003-02-09 Thread Michèle Garoche
I've just run fink selfupdate-cvs, which involved tetex updating.

I've got this warning near the end:

Unpacking replacement tetex-base ...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/tetex-base_2.0- 
3_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/share/texmf-local', which is also in package  
tetex
mktexlsr: Updating /sw/etc/ls-R/texmf.local...
mktexlsr: Updating /sw/etc/ls-R/texmf...
mktexlsr: Updating /var/tmp/texfonts/ls-R...
mktexlsr: Done.

and ended with:

Setting up tetex-shlibs (2.0-3) ...
Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/tetex-base_2.0- 
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/text/tetex- 
shlibs_2.0-3_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/tetex-base_2.0- 
3_darwin-powerpc.deb

I use both Fink tetex and Gerben Wierda's tetex.

What can I do? I've removed texmacs, lyx, pdscreen, all obsolete  
packages, tetex-base, rebuild tetex-base, but same error at the end.

Here are the fink packages  I've installed (sorry for the length, I'm  
not sure which ones depend on tetex:
 i   aalib   1.4rc5-2
Ascii art library
 i   aalib-bin   1.4rc5-2
Ascii art library
 i   aalib-shlibs1.4rc5-2
Ascii art library
 i   app-defaults20010814-2  
Creates an app defaults directory for fink
 i   applesystemfonts1.0-1   
Make Apple system fonts available to X11R6
 i   apt 0.5.4-8 
Advanced front-end for dpkg
 i   apt-dev 0.5.4-8 
Advanced front-end for dpkg
 i   apt-shlibs  0.5.4-8 
Advanced front-end for dpkg
 i   aquaterm0.3.1-1 
Displays vector graphics in Aqua
 i   aspell  0.50.2-1
Spell checker more intelligent than ispell
 i   aspell-de   0.50-1  
Germany dictionary for aspell
 i   aspell-en   0.50-1  
English dictionary for aspell
 i   aspell-es   0.50-1  
Spanish dictionary for aspell
 i   aspell-fr   0.50-3-1
French dictionary for aspell
 i   atk11.0.3-2 
Accessability Toolkit
 i   atk1-shlibs 1.0.3-2 
Accessability Toolkit
 i   audiofile   0.2.3-4 
Audio File Library
 i   audiofile-bin   0.2.3-4 
Audio File Library
 i   audiofile-shlibs0.2.3-4 
Audio File Library
 i   autoconf2.5 2.54-1  
System for generating configure scripts
 i   automake1.6 1.6.3-1 
Tool for generating GNU Standards-compliant Makefiles
 i   base-files  1.6-1   
Directory infrastructure
 i   bison   1.35-1  
Parser generator
 i   bluefish0.8-1   
Web-oriented text editor
 i   bonobo  1.0.20-3
Library for compound documents in GNOME
 i   bonobo-activation2  1.0.3-2 
Bonobo object activation framework for GNOME
 i   bonobo-activation2-dev  1.0.3-2 
Bonobo object activation framework for GNOME
 i   bonobo-activation2-shlibs   1.0.3-2 
Bonobo object activation framework for GNOME
 i   bonobo-dev  1.0.20-3
Library for compound documents in GNOME
 i   bonobo-shlibs   1.0.20-3
Library for compound documents in GNOME
 i   bzip2   1.0.2-1 
Block-sorting file compressor
 i   cabextract  0.6-1   
Decoder for MS .cab files
 i   calc2.11.5.8-1  
C-style arbitrary precision calculator
 i   calcoo  1.3.13-1
Gtk+ based scientific calculator
 i   clisp   2.29-2  
Common LISP
 i   context 2001.11.13-2
(Obsolete) Full-featured macro package written in TeX
 i   control-center  1.4.0.5-5   
GNOME Control 

Re: [Fink-users] Link Problems with doxygen

2003-02-09 Thread Martin Costabel
Philip Mötteli wrote:


c++  -o ../bin/doxygen ../objects/main.o  -L../lib -ldoxygen 
-ldoxycfg -lqtools -lpng
ld: Undefined symbols:
_crc32
_inflateReset
_deflate
_deflateEnd
_deflateInit2_
_deflateReset

These should all be defined in the static library lib/libpng.a that is 
built before. Look in your output if you see something suspicious about 
libpng, in particular in connection with zlib.

--
Martin




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error while installing new tetex

2003-02-09 Thread Martin Costabel
Michèle Garoche wrote:
[]

Unpacking replacement tetex-base ...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/tetex-base_2.0- 
3_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/share/texmf-local', which is also in package  
tetex

I got the same when I upgraded tetex via apt-get from another machine. 
Reinstalling tetex-base alone solved the problem. I didn't get the error 
when building from source, however.

I think it happens when the new tetex package is unpacked, but not yet 
configured, so that dpkg still sees the old file list from the previous 
version of tetex. It must be something similar in your case, because 
your list of installed files does not contain tetex, but dpkg complains 
about it. dpkg -l tetex\* might give more information. Then if fink 
install tetex-base doesn't help, maybe dpkg --configure tetex.

--
Martin




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error while installing new tetex

2003-02-09 Thread Michèle Garoche

Le dimanche, 9 fév 2003, à 10:42 Europe/Paris, Martin Costabel a écrit :


Michèle Garoche wrote:
[]

Unpacking replacement tetex-base ...
dpkg: error processing   
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/tetex- 
base_2.0- 3_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/share/texmf-local', which is also in  
package  tetex

I got the same when I upgraded tetex via apt-get from another machine.  
Reinstalling tetex-base alone solved the problem. I didn't get the  
error when building from source, however.

I think it happens when the new tetex package is unpacked, but not yet  
configured, so that dpkg still sees the old file list from the  
previous version of tetex. It must be something similar in your case,  
because your list of installed files does not contain tetex, but dpkg  
complains about it. dpkg -l tetex\* might give more information.  
Then if fink install tetex-base doesn't help, maybe dpkg --configure  
tetex.

Many thanks, Martin.

After circa 5 hours of removing, rebuilding, reinstalling, deleting  
directories and so on, I've just solved the problem a few minutes ago,  
hopefully for more than one day :-).

Michèle
http://micmacfr.homeunix.org/



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] daunted by ghostscript6

2003-02-09 Thread Kow K
Dear Fink users,

I need you help. I'm really stuck. I'm on 0.5.1.cvs, 0.11.2, running on  
10.2.3

THE PROBLEM:

All update processes are being blocked a puzzling missing version  
error related to ghostscript6. For example, when I try to update  
kdebase3, among others, it fails due to dpkg parse error, as the  
following:

$ fink update kdebase3
sudo /sw/bin/fink  update kdebase3
Information about 2162 packages read in 3 seconds.

The following package will be installed or updated:
 kdebase3
The following 3 additional packages will be installed:
 kdebase3-shlibs kdelibs3 kdelibs3-shlibs
Do you want to continue? [Y/n]
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/kde/kdelibs3- 
shlibs_3.1-13_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/kde/kdelibs3_3.1- 
13_darwin-powerpc.deb
dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 6178  
package `ghostscript6':
 missing version
### execution of dpkg failed, exit code 2
Failed: can't batch-install packages:  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/kde/kdelibs3- 
shlibs_3.1-13_darwin-powerpc.deb  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/kde/kdelibs3_3.1- 
13_darwin-powerpc.deb

The offending lines in are:

Package: ghostscript6
Status: purge ok installed
Priority: optional
Section: text

This problems happens every time I try update something. I tried fink  
scanpackages, fink index, to no avail.

FYI, fink list ghost gives the following, which indicates that  
ghostscript6 isn't installed (or incomplete):

$ fink list ghost
Information about 2162 packages read in 4 seconds.

 ghostscript  8.00-2   Interpreter for PostScript and PDF
 i   ghostscript-fon  6.0-3Standard fonts for Ghostscript
 ghostscript-nox  8.00-2   Interpreter for PostScript and PDF
 ghostscript6 6.01-3   Interpreter for PostScript and PDF,  
v6.01...
 ghostscript6-no  6.01-4   Intrp. for PostScript/PDF, v6.01  
(for teT...
 kghostview   3.1-12   KDE - postscript viewer
 system-ghostscr  7.05-3   Placeholder package for manually  
installe...
 system-ghostscr  6.01-1   Placeholder package for manually  
installe...
 x-ghostscript-f  20020206-3   Allows ghostscript fonts to be used  
withi...

Any suggestions will be greatly appreciated!

Thanks,
Kow




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cant compile apr

2003-02-09 Thread Roland Bramm
Hi,

i wanted to use svn (subversion) (i'm in the unstable branch) which 
needs the apr, but the apr cant compile due to:
mv /sw/src/root-apr-0.9.2-1/sw/lib/libaprutil-0.0.9.2.dylib 
/sw/src/root-apr-shlibs-0.9.2-1/sw/lib/
mv: cannot stat 
`/sw/src/root-apr-0.9.2-1/sw/lib/libaprutil-0.0.9.2.dylib': No such 
file or directory
### execution of mv failed, exit code 1
Failed: installing apr-shlibs-0.9.2-1 failed

which earlyer failed
/bin/sh /sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/libtool 
--mode=install cp libaprutil-0.la /sw/src/root-apr-0.9.2-1/sw/lib
libtool: install: warning: relinking `libaprutil-0.la'

.(very long gcc comandline ;-)

gcc: /sw/lib/libapr-0.dylib: No such file or directory
libtool: install: error: relink `libaprutil-0.la' with the above 
command before installing it
libtool: install: warning: remember to run `libtool --finish /sw/lib'

thanks
Roland


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] curl ftp fails due to my firewall

2003-02-09 Thread June Van Dyke
On 2/8/03 10:12 PM, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

 Hi folks:
 
 I've tried with no success to figure out how to poke a hole in my ipfw
 firewall that will enable curl ftp to fetch files from an ftp site.  I
 also tried switching to curl-ssl but that didn't help.  Normal ftp and
 sftp works, so I am at a loss.  What port and protocol do I need to
 allow this?  When I suspend my ipfw firewall, it works, so I know that
 it must be the culprit, but this isn't a pretty way to do fink updates.
 
 Thanks in advance.
 
 Bill Scott

I'm using System Preferences to configure ipfw, but had the same problem
with ftp downloads. To fix it, you should go to the Network pane, and select
the Proxies tab. Check the box that says Use Passive FTP Mode (PASV),
and all should be well.
-- 

-- sinclair44

I'm a doctor, not a mechanic.
-- The Doomsday Machine, when asked if he had heard of
   the idea of a doomsday machine.
I'm a doctor, not an escalator.
-- Friday's Child, when asked to help the very pregnant
   Ellen up a steep incline.
I'm a doctor, not a bricklayer.
-- Devil in the Dark, when asked to patch up the Horta.
I'm a doctor, not an engineer.
-- Mirror, Mirror, when asked by Scotty for help in
   Engineering aboard the ISS Enterprise.
I'm a doctor, not a coalminer.
-- The Empath, on being beneath the surface of Minara 2.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] daunted by ghostscript6

2003-02-09 Thread Kow K
I solved the problem by myself, by brute force: I manually removed the 
following offending lines from the /sw/var/lib/dpkg/status, and it 
worked like a charm.

The offending lines in are:

Package: ghostscript6
Status: purge ok installed
Priority: optional
Section: text


I'm wondering how this could happen. I can only guess it is related to 
a Terminal crash during a previous update process ...

I also wonder if there isn't other smarter and more peaceful way to 
solve it.

Cheers,
Kow




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error while installing new tetex

2003-02-09 Thread David R. Morrison
Michele and Martin,

Thanks for reporting this.  It was an oversight on my part; when upgrading
from 2.0-2 to 2.0-3 one directory was moved from the tetex package to the
tetex-base package, but dpkg wasn't told this was happening so it objected.
I've just posted version 2.0-4 which should fix the problem.

  -- Dave


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] daunted by ghostscript6

2003-02-09 Thread jfm

On Sunday, Feb 9, 2003, at 13:58 Europe/Brussels, Kow K wrote:


I solved the problem by myself, by brute force: I manually removed the 
following offending lines from the /sw/var/lib/dpkg/status, and it 
worked like a charm.

The offending lines in are:

Package: ghostscript6
Status: purge ok installed
Priority: optional
Section: text


I'm wondering how this could happen. I can only guess it is related to 
a Terminal crash during a previous update process ...

I also wonder if there isn't other smarter and more peaceful way to 
solve it.


Yes, slightly _ at least making sure that your databases are again 
correct :

Whenever dpkg complains of an error in /sw/var/lib/dpkg/status, do 
first a diff
between /sw/var/lib/dpkg/status and /sw/var/lib/dpkg/status-old, and 
note the
packages involved.
Then save provisionally /sw/var/lib/dpkg/status  in some safe place, 
and copy
/sw/var/lib/dpkg/status-old to /sw/var/lib/dpkg/status.
Then, for each of the packages for which there was a difference, do at 
least
a purge and an install (if necessary forced) with dpkg _ at that stage 
the dpkg
databases should be consistent with your installation _ before bringing 
to the
desired state with fink install and remove _ to undo whatever bad 
effects the
'force's may have had.

You may still want to check at the end whether what fink thinks of your 
system
is fully consistent with what dpkg does, by running
dpkg -l | grep -v '^ii'
which should ideally return an empty package list.

JF Mertens



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] control-center fails...

2003-02-09 Thread Pedro Massobrio
I run 'sudo scrollkeeper-rebuilddb' and I got the following:

Anybody knows what's wrong?

Thanks, Pedro

% sudo scrollkeeper-rebuilddb
Password:
scrollkeeper-update: warning: /sw/share/omf/gnome-core/gnome-terminal-C.omf overrides /sw/share/omf/mgt/gnome-terminal-C.omf
scrollkeeper-update: warning: /sw/share/omf/gnome-core/gnome-terminal-de.omf overrides /sw/share/omf/mgt/gnome-terminal-de.omf
scrollkeeper-update: warning: /sw/share/omf/gnome-core/gnome-terminal-es.omf overrides /sw/share/omf/mgt/gnome-terminal-es.omf
OMF file [/sw/share/omf/control-center/control-center-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/control-center/control-center-C.omf
OMF file [/sw/share/omf/control-center/control-center-eu.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/control-center/control-center-eu.omf
OMF file [/sw/share/omf/evolution/evolution-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/evolution/evolution-C.omf
OMF file [/sw/share/omf/evolution/evolution-no.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd


OMF file [/sw/share/omf/gnome-utils/gw-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gnome-utils/gw-C.omf
OMF file [/sw/share/omf/gnome-utils/logview-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gnome-utils/logview-C.omf
OMF file [/sw/share/omf/gnome-utils/meat-grinder-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gnome-utils/meat-grinder-C.omf
OMF file [/sw/share/omf/gnome-utils/stripchart-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gnome-utils/stripchart-C.omf
OMF file [/sw/share/omf/gnome-utils/stripchart-es.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gnome-utils/stripchart-es.omf
OMF file [/sw/share/omf/gramps/extending-gramps-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gramps/extending-gramps-C.omf
OMF file [/sw/share/omf/gramps/gramps-manual-C.omf] does not validate against ScrollKeeper-OMF DTD: /sw/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd
Unable to register /sw/share/omf/gramps/gramps-manual-C.omf


Re: [Fink-users] cant compile apr

2003-02-09 Thread jfm

On Sunday, Feb 9, 2003, at 13:03 Europe/Brussels, Roland Bramm wrote:


Hi,

i wanted to use svn (subversion) (i'm in the unstable branch) which  
needs the apr, but the apr cant compile due to:
mv /sw/src/root-apr-0.9.2-1/sw/lib/libaprutil-0.0.9.2.dylib  
/sw/src/root-apr-shlibs-0.9.2-1/sw/lib/
mv: cannot stat  
`/sw/src/root-apr-0.9.2-1/sw/lib/libaprutil-0.0.9.2.dylib': No such  
file or directory
### execution of mv failed, exit code 1
Failed: installing apr-shlibs-0.9.2-1 failed

which earlyer failed
/bin/sh /sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/libtool  
--mode=install cp libaprutil-0.la /sw/src/root-apr-0.9.2-1/sw/lib
libtool: install: warning: relinking `libaprutil-0.la'

.(very long gcc comandline ;-)

gcc: /sw/lib/libapr-0.dylib: No such file or directory
libtool: install: error: relink `libaprutil-0.la' with the above  
command before installing it
libtool: install: warning: remember to run `libtool --finish /sw/lib'

I had the same _ quite strange _ error (which was reported to the  
maintainer).

What do you get with the following ?
ls -l /sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr-util/.libs

The error seems here to happen earlier _ one shouldn't probably get to  
that relinking at all:

1) While libapr is fully built _ cf
/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/.libs# ls -l ; ls -l   
../libapr*
-rwxr-xr-x1 root 100616300 Feb  9 00:49  
libapr-0.0.9.2.dylib
-rw-r--r--1 root 100625604 Feb  9 00:49  
libapr-0.0.9.2.dylib-master.o
lrwxr-xr-x1 root 10020 Feb  9 00:49  
libapr-0.0.dylib - libapr-0.0.9.2.dylib
-rw-r--r--1 root 100779812 Feb  9 00:49 libapr-0.a
lrwxr-xr-x1 root 10020 Feb  9 00:49 libapr-0.dylib  
- libapr-0.0.9.2.dylib
lrwxr-xr-x1 root 10014 Feb  9 00:49 libapr-0.la -  
../libapr-0.la
-rw-r--r--1 root 100   718 Feb  9 00:49 libapr-0.lai
-rw-r--r--1 root 100   717 Feb  9 00:49 ../libapr-0.la

_ the following command, which is the exact analog for libaprutil to  
the one that created libapr :

/bin/sh /Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/libtool  
--silent --mode=link gcc -g -O2
-DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp
-isystem /sw/include  
-I/Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr-util/include
-I/Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr-util/include/ 
private
-I/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/include  
-I/Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/include
-I/sw/include -version-info 9:2:9 -o libaprutil-0.la -rpath /sw/lib  
buckets/apr_buckets_file.lo
buckets/apr_buckets_pool.lo buckets/apr_buckets_flush.lo  
buckets/apr_buckets_refcount.lo
buckets/apr_buckets_heap.lo buckets/apr_buckets_simple.lo  
buckets/apr_buckets.lo
buckets/apr_buckets_mmap.lo buckets/apr_buckets_socket.lo  
buckets/apr_buckets_eos.lo
buckets/apr_buckets_pipe.lo buckets/apr_brigade.lo  
buckets/apr_buckets_alloc.lo crypto/apr_sha1.lo
crypto/apr_md4.lo crypto/apr_md5.lo crypto/uuid.lo crypto/getuuid.lo  
dbm/sdbm/sdbm.lo
dbm/sdbm/sdbm_hash.lo dbm/sdbm/sdbm_lock.lo dbm/sdbm/sdbm_pair.lo  
dbm/apr_dbm.lo
dbm/apr_dbm_berkeleydb.lo dbm/apr_dbm_gdbm.lo dbm/apr_dbm_sdbm.lo  
dbm/apr_dbm_ndbm.lo
encoding/apr_base64.lo hooks/apr_hooks.lo ldap/apr_ldap_compat.lo  
ldap/apr_ldap_url.lo uri/apr_uri.lo
xml/apr_xml.lo misc/apr_date.lo misc/apr_rmm.lo misc/apr_reslist.lo  
misc/apr_queue.lo misc/apu_version.lo
strmatch/apr_strmatch.lo xlate/xlate.lo -L/sw/lib -lgdbm -ldb-4.0  
/sw/lib/libexpat.la -liconv
/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/libapr-0.la -lm

is followed by no error msg whatsoever (nor preceded), the make goes  
straight to the next step :

gawk -f  
/Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr/build/ 
make_exports.awk  
/Volumes/sw/src/apr-0.9.2-1/httpd-2.0.44/srclib/apr-util/include/*.h   
exports.c

but doesn't seem to create any libaprutil...
(Forget about the details of the commands, results are similar without  
-isystem...)


JF Mertens



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problems installing new tetex

2003-02-09 Thread Don Thompson

Perhaps, someone could help me with the installation of tetex. I have  
attempted to install it several time now and each attempt results in  
kpsewhich running forever.

In one attempt I let it run for three days it is getting more than 80%   
the cpu during that time.

echo remove 'context' binaries
remove 'context' binaries
rm -f /sw/src/root-tetex-base-1.0-13/sw/bin/texexec
rm -f /sw/src/root-tetex-base-1.0-13/sw/bin/texshow
rm -f /sw/src/root-tetex-base-1.0-13/sw/bin/texutil
mv /sw/src/root-tetex-base-1.0-13/sw/bin/texi2html  
/sw/src/root-tetex-base-1.0-13/sw/bin/texi2html.tetex-base
mv /sw/src/root-tetex-base-1.0-13/sw/share/man/man1/texi2html.1  
/sw/src/root-tetex-base-1.0-13/sw/share/man/man1/texi2html.1.tetex- base
install -d -m 755  
/sw/src/root-tetex-base-1.0-13/sw/share/doc/tetex-base
install -c -p -m 644 ../LICENSE ../ChangeLog INSTALL PROBLEMS README  
QuickInstall /sw/src/root-tetex-base-1.0-13/sw/share/doc/tetex-base/
rm -f /sw/src/root-tetex-base-1.0-13/sw/info/dir  
/sw/src/root-tetex-base-1.0-13/sw/info/dir.old  
/sw/src/root-tetex-base-1.0-13/sw/share/info/dir  
/sw/src/root-tetex-base-1.0-13/sw/share/info/dir.old
rm -rf tetex-base-1.0-13
Writing control file...
Writing package script postinst...
Writing package script prerm...
dpkg-deb -b root-tetex-base-1.0-13  
/sw/fink/dists/stable/main/binary-darwin-powerpc/text
dpkg-deb: building package `tetex-base' in  
`/sw/fink/dists/stable/main/binary-darwin-powerpc/text/tetex-base_1.0- 
13_darwin-powerpc.deb'.
ln -sf  
/sw/fink/dists/stable/main/binary-darwin-powerpc/text/tetex-base_1.0- 
13_darwin-powerpc.deb /sw/fink/debs/
rm -rf /sw/src/root-tetex-base-1.0-13
dpkg -i  
/sw/fink/dists/stable/main/binary-darwin-powerpc/text/tetex-base_1.0- 
13_darwin-powerpc.deb
Selecting previously deselected package tetex-base.
(Reading database ... 20957 files and directories currently installed.)
Unpacking tetex-base (from .../tetex-base_1.0-13_darwin-powerpc.deb)  
...
Setting up tetex-base (1.0-13) ...

Thanks in advance for the help.

Don Thompson



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] gs and libpng problems

2003-02-09 Thread Martin Costabel
Testing a newly built scribus, I found that I could no longer import eps 
graphics. The reason is that ghostscript-8 does not have the png16m 
device that exists in ghostscript6 (nor the other png devices).

In the ghostscript build log I found the following

checking for deflate in -lz... yes
checking for local png library source... no
checking for png_check_sig in -lpng... no
no
configure: disabling png output devices


In config.log I see the following


configure:5351: checking for png_check_sig in -lpng
configure:5384: gcc -o conftest -g -O2 -I/sw/include -L/sw/lib conftest.c -lpng  -lm  5
ld: Undefined symbols:
_crc32
_inflateReset


Indeed, these symbols are undefined in libpng.dylib (both version 2 and 
3). They are defined in /usr/lib/libz.dylib, but this library is nowhere 
included.

Something is not right here, but I don't know who to blame, libpng or 
the ghostscript configure script.

Does everyone else have the png devices in ghostscript versions 7 or 8 
(gs -h) ?

--
Martin



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gs and libpng problems

2003-02-09 Thread Stefano
On my system libz.dylib is a symlink to libz.1.1.3.dylib

[coltrane:~] 18:31 ll /usr/lib/libz*
-rwxr-xr-x1 root wheel   56372 Jan 13 04:40
/usr/lib/libz.1.1.3.dylib
lrwxr-xr-x1 root wheel  16 Jan 13 21:56
/usr/lib/libz.1.dylib -
 libz.1.1.3.dylib
lrwxr-xr-x1 root wheel  16 Jan 13 21:56
/usr/lib/libz.dylib -
libz.1.1.3.dylib

But I have both Gerben Wierda's and fink's versions of ghostscript (both
version 7, the fink ghostscript is the one in stable).
Here is what I get from gs -h in the two cases:

Fink's gs:

[coltrane:~] 18:33 /sw/bin/gs -h
AFPL Ghostscript 7.04 (2002-01-31)
Copyright (C) 2001 artofcode LLC, Benicia, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE   no pause after page   | -q   `quiet', fewer
messages
 -gwidthxheight  page size in pixels   | -rres  pixels/inch
resolution
 -sDEVICE=devname  select device | -dBATCH  exit after last file
 -sOutputFile=file select output file: - for stdout, |command for pipe,
 embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Available devices:
   x11 bbox x11alpha x11cmyk x11gray2 x11gray4 x11mono bmpmono bmpgray
   bmpsep1 bmpsep8 bmp16 bmp256 bmp16m bmp32b deskjet djet500 laserjet
   ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj5mono lj5gray cdeskjet
   cdjcolor cdjmono cdj550 pj pjxl pjxl300 uniprint ijs bj10e bj200 bjc600
   bjc800 faxg3 faxg32d faxg4 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk
   pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw pkm pkmraw
pksm
   pksmraw tiffcrle tiffg3 tiffg32d tiffg4 tifflzw tiffpack tiff12nc
   tiff24nc psmono psgray psrgb bit bitrgb bitcmyk png16m pnggray pngmono
   png256 png16 jpeg jpeggray pdfwrite pswrite epswrite pxlmono pxlcolor
   cljet5 cljet5c nullpage
Search path:
   . : /sw/share/ghostscript/7.04/lib : /sw/share/ghostscript/fonts
For more information, see /sw/share/ghostscript/7.04/doc/Use.htm.
Report bugs to [EMAIL PROTECTED], using the form in Bug-form.htm.

Gerben's gs:

[coltrane:~] 18:33 /usr/local/bin/gs -h
GNU Ghostscript 7.05 (2002-04-22)
Copyright (C) 2002 artofcode LLC, Benicia, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE   no pause after page   | -q   `quiet', fewer
messages
 -gwidthxheight  page size in pixels   | -rres  pixels/inch
resolution
 -sDEVICE=devname  select device | -dBATCH  exit after last file
 -sOutputFile=file select output file: - for stdout, |command for pipe,
 embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Available devices:
   bmpmono bmpgray bmpsep1 bmpsep8 bmp16 bmp256 bmp16m bmp32b bbox deskjet
   djet500 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj5mono
   lj5gray cdeskjet cdjcolor cdjmono cdj550 pj pjxl pjxl300 uniprint ijs
   bj10e bj200 bjc600 bjc800 faxg3 faxg32d faxg4 pcxmono pcxgray pcx16
   pcx256 pcx24b pcxcmyk pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm
   ppmraw pkm pkmraw pksm pksmraw tiffcrle tiffg3 tiffg32d tiffg4 tifflzw
   tiffpack tiff12nc tiff24nc psmono psgray psrgb bit bitrgb bitcmyk
png16m
   pnggray pngmono png256 png16 jpeg jpeggray pdfwrite pswrite epswrite
   pxlmono pxlcolor cljet5 cljet5c nullpage
Search path:
   . : /usr/local/share/ghostscript/7.05/lib :
   /usr/local/share/ghostscript/fonts
For more information, see /usr/local/share/ghostscript/7.05/doc/Use.htm.
Report bugs to [EMAIL PROTECTED], using the form in Bug-form.htm.


Stefano

On Sun, 9 Feb 2003, Martin Costabel wrote:

 Testing a newly built scribus, I found that I could no longer import eps
 graphics. The reason is that ghostscript-8 does not have the png16m
 device that exists in ghostscript6 (nor the other png devices).

 In the ghostscript build log I found the following

  checking for deflate in -lz... yes
  checking for local png library source... no
  checking for png_check_sig in -lpng... no
  no
  configure: disabling png output devices

 In config.log I see the following

  configure:5351: checking for png_check_sig in -lpng
  configure:5384: gcc -o conftest -g -O2 -I/sw/include -L/sw/lib conftest.c -lpng  
-lm  5
  ld: Undefined symbols:
  _crc32
  _inflateReset

 Indeed, these symbols are undefined in libpng.dylib (both version 2 and
 3). They are defined in /usr/lib/libz.dylib, but this library is nowhere
 included.

 Something is not right here, but I don't know who to blame, libpng or
 the ghostscript configure script.

 Does everyone else have the png devices in ghostscript versions 7 or 8
 (gs -h) ?

 --
 Martin



 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 

Re: [Fink-users] gs and libpng problems

2003-02-09 Thread Martin Costabel
Stefano wrote:
[]

Fink's gs:

[]

   tiff24nc psmono psgray psrgb bit bitrgb bitcmyk png16m pnggray pngmono
   png256 png16 jpeg jpeggray pdfwrite pswrite epswrite pxlmono pxlcolor

[]

Yes, thanks, I checked the ghostscript-7.04 binary from the fink-5.0.1 
distribution, and it also contains the png devices. But when I rebuild 
it here, the png devices are not built.

So I tend to think now that it is a problem with libpng. Indeed, when I 
look at the various versions of libpng using nm -mg, I can see that 
_crc32 is undefined in all of them, but libpng.2.dylib remembers that 
it came from libz.1.dylib, whereas the other version don't remember 
where this symbol came from.

Further, when I change libpng3 to libpng in the ghostscript Depends and 
BuildDepends fields, libpng is recognized in the ghostscript configure 
phase.

I'll CC the libpng and ghostscript maintainers now. Maybe they have an 
idea what to do.

--
Martin





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gs and libpng problems

2003-02-09 Thread Martin Costabel
More information:

Martin Costabel wrote:
[]

Further, when I change libpng3 to libpng in the ghostscript Depends and 
BuildDepends fields, libpng is recognized in the ghostscript configure 
phase.

With these downgraded dependencies, ghostscript-8.00 builds, has the png 
devices, and scribus can import eps graphics once more.

So I propose that either ghostscript should depend on libpng and not on 
libpng3, or its configure script should be patched to link with -lz when 
it checks for libpng, or libpng3 should somehow be convinced to bind 
less lazily the symbols coming from libz, like libpng.2 does.

--
Martin




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gs and libpng problems

2003-02-09 Thread Stefano
On Sun, 9 Feb 2003, Martin Costabel wrote:

 Yes, thanks, I checked the ghostscript-7.04 binary from the fink-5.0.1
 distribution, and it also contains the png devices. But when I rebuild
 it here, the png devices are not built.

The output I sent is from the ghostscript version in stable, but I
installed it from source, not using the fink-0.5.1 binary.

Stefano


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] doxygen

2003-02-09 Thread Eugen Leitl

When compiling xdrawchem the system hangs at doxygen build stage, giving

/usr/local/teTeX/share/texmf/tex/latex/psnfss/upsy.fd)))
Writing index file doxygen_manual.idx

! LaTeX Error: Missing \begin{document}.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
 ...  
  
l.33 \setlength{\footrulewidth}{0.4pt}
  
? 

Is this a known error, or is my TeX missing some marbles?



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Nessus library missing in curl

2003-02-09 Thread Luke Gill
It is unable to download one of the libraries as shown below.

curl -f -L -s -S -O
ftp://ftp.nessus.org/pub/nessus/nessus-1.2.6/src/libnasl-1.2.6.tar.gz
curl: (9) Couldn't change to directory pub/nessus/nessus-1.2.6/src
### execution of curl failed, exit code 9
Downloading the file libnasl-1.2.6.tar.gz failed.

(1)  Give up
(2)  Retry

How do you want to proceed? [1]
Failed: file download failed for libnasl-1.2.6.tar.gz of package
libnasl-1.2.6-1

Is there a way around this?  I hope that since this is the first nessus
specific library it tries to the download that the other still exist also?

Regards,
Luke



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Nessus library missing in curl

2003-02-09 Thread Justin Hallett
this is because they are 1.2.7 now and I'm working on it though if I
remember correctly I fixed the urls in cvs just run a fink selfupdate-cvs
first to get the latest info files.  If not email me directly and I'll at
least update the info files till i get 1.2.7 worked out.

[EMAIL PROTECTED] writes:
It is unable to download one of the libraries as shown below.

curl -f -L -s -S -O
ftp://ftp.nessus.org/pub/nessus/nessus-1.2.6/src/libnasl-1.2.6.tar.gz
curl: (9) Couldn't change to directory pub/nessus/nessus-1.2.6/src
### execution of curl failed, exit code 9
Downloading the file libnasl-1.2.6.tar.gz failed.

(1)  Give up
(2)  Retry

How do you want to proceed? [1]
Failed: file download failed for libnasl-1.2.6.tar.gz of package
libnasl-1.2.6-1

Is there a way around this?  I hope that since this is the first nessus
specific library it tries to the download that the other still exist also?


-=[JFH]  Justin F. Hallett Marketing
-=[JFH]  Blue Falls Manufacturing Ltd. Arctic Spas
-=[JFH]  [EMAIL PROTECTED]



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] gs and libpng problems

2003-02-09 Thread David R. Morrison
I believe that I have fixed these problems, with a new version of libpng3
and new versions of ghostscript with versioned dependency on the new libpng3.

Please let me know if these work for you.

  -- Dave


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] doxygen

2003-02-09 Thread David R. Morrison
This is fixed by either installing tetex-2.0-2, updating tetex-base to
2.0-4, and/or updating doxygen to revision 5.

  -- Dave


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Link Problems with doxygen

2003-02-09 Thread Philip Mötteli
Am Sonntag, 09.02.03, um 10:22 Uhr (Europe/Zurich) schrieb Martin 
Costabel:
Philip Mötteli wrote:

c++  -o ../bin/doxygen ../objects/main.o  -L../lib -ldoxygen 
-ldoxycfg -lqtools -lpng
ld: Undefined symbols:
_crc32
_inflateReset
_deflate
_deflateEnd
_deflateInit2_
_deflateReset

These should all be defined in the static library lib/libpng.a that is 
built before. Look in your output if you see something suspicious 
about libpng, in particular in connection with zlib.

Both libraries seem to be installed correctly:

# fink list libpng zlib
Information about 2164 packages read in 2 seconds.

 i   compress-zlib-pm  1.19-2   
 Part of the info-zip zlib compression library
 libpng1.0.12-6 
 PNG image format handling library
 i   libpng-shlibs 1.0.12-6 
 PNG image format handling library
 i   libpng3   1.2.5-2  
 PNG image format handling library
 i   libpng3-shlibs1.2.5-2  
 PNG image format handling library


Should I force to remove and reinstall them?


Re
Phil



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Link Problems with doxygen

2003-02-09 Thread Martin Costabel
Philip Mötteli wrote:

Am Sonntag, 09.02.03, um 10:22 Uhr (Europe/Zurich) schrieb Martin Costabel:


Philip Mötteli wrote:


c++  -o ../bin/doxygen ../objects/main.o  -L../lib -ldoxygen 
-ldoxycfg -lqtools -lpng
ld: Undefined symbols:
_crc32
_inflateReset
_deflate
_deflateEnd
_deflateInit2_
_deflateReset


These should all be defined in the static library lib/libpng.a that is 
built before. Look in your output if you see something suspicious 
about libpng, in particular in connection with zlib.


Both libraries seem to be installed correctly:


No, no, misunderstanding! I was not talking about fink's libpng, but 
about libpng.a which is created during the compilation of doxygen. In 
the above linker command line, there is only one library search 
directory -L../lib, no /sw/lib, so fink's libpng should *not* be taken 
into account here. Contrary to fink's libpng.dylib, doxygen's libpng.a 
*does* contain definitions of the above symbols.

Of course, if for some reason fink's libpng.dylib is taken instead of 
doxygen's libpng.a, your error messages would be understandable. In this 
case, it might be useful to fink install libpng, which removes libpng3 
and makes libpng.dylib a symlink to libpng.2.dylib. As I learned in 
another context (see the 'gs and libpng' thread), your undefined symbols 
are less undefined in libpng.2 than in libpng.3.

--
Martin



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gs and libpng problems

2003-02-09 Thread Martin Costabel
David R. Morrison wrote:

I believe that I have fixed these problems, with a new version of libpng3
and new versions of ghostscript with versioned dependency on the new libpng3.

Please let me know if these work for you.


Yes, at least ghostscript-8 seems to be OK now. Haven't tried the other 
versions yet.

--
Martin




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] KDE and Apple X11: DCOP Server failure.

2003-02-09 Thread Daniel Wyeth
I am attempting to use several KDE applications ( kdebase 3.0.7-4 ) 
with Apple's X11 ( 0.1 derived from XFree86 4.2.1 ).  It should be 
noted that all non-kde applications which I thus far tested run as 
expected ( The GIMP, xspim, xemacs ).  KDE applications however 
generate the following error which is printed to the terminal:

	kdeinit: Launched DCOPServer, pid = 519 result = 0
	_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
	sh: iceauth: command not found
	ICE Connection rejected!

	DCOPClient::attachInternal. Attach failed Authentication Rejected,
		reason : None of the authentication protocols
		specified are supported and host-based authentication failed
	ICE Connection rejected!

	DCOPClient::attachInternal. Attach failed Authentication Rejected,
		reason : None of the authentication protocols
		specified are supported and host-based authentication failed
	DCOPServer self-test failed.

	sh: iceauth: command not found
	kdeinit: DCOPServer could not be started, aborting.
	ERROR: KUniqueApplication: Can't setup DCOP communication.

The majority of applications then terminate.  When console or konqueror 
are run, the above error is printed followed by the display of a 
dialogue labeled DCOP communications error containing the text:

	There was an error setting up inter-process
	communications for KDE. The message returned
	by the system was:

	Could not read network connection list.
	/Users/daniel/data/.DCOPserver_alice.intersected.net__0

	Please check that the dcopserver program is running!

Pressing OK results in the following messages being sent to the console:

	fcntl: Bad file descriptor
	fcntl: Bad file descriptor
	QSettings::sync: filename is null/empty
	kio (KSycoca): findFactory: we have no database launching kdeinit
	kdeinit: Launched DCOPServer, pid = 538 result = 0
	_KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
	sh: iceauth: command not found
	ICE Connection rejected!

	DCOPClient::attachInternal. Attach failed Authentication Rejected,
	reason : None of the authentication protocols
	specified are supported and host-based authentication failed
	ICE Connection rejected!

followed in the case of konsole, by this:

	DCOPClient::attachInternal. Attach failed Authentication Rejected,
		reason : None of the authentication protocols
		specified are supported and host-based authentication failed
	DCOPServer self-test failed.
	sh: iceauth: command not found
	kdeinit: DCOPServer could not be started, aborting.
	konsole: cannot chown /dev/ttyp4.
	Reason: Operation not permitted
	konsole: setgroups: Operation not permitted

or in the case of konqueror, by this:

	kio (KTrader): KServiceTypeProfile::offers( Browser/View, )
	kio (KMimeType): WARNING: KServiceType::offers :
		servicetype Browser/View not found
	kio (KTrader): No profile, using KServiceType::offers, result: 0 offers
	libkonq: ## loaded: 0 entries.
	konqueror: KonqMainWindow::enableAllActions false
	kparts: MainWindow::createGUI, part=0x0
	konqueror: WARNING: KActionCollection::beginXMLPlug() already called!
	konqueror: KonqMainWindow::openURL : url = 'file:/Users/daniel/data'  
	serviceType='' view=0x0
	libkonq: KBookmarkManager::toolbar begin
	libkonq: KBookmarkManager::toolbar trying cache
	konqueror: main() - no args

After these messages are printed the application window is displayed 
with some but not all normal functionality.  In neither application is 
it possible to open a new window, such as a settings dialogue, although 
menus do appear to work.  In konqueror, any attempt to access a url, 
whether local or otherwise results in the display of a dialogue 
containing the text:

	Protocol not supported
	{PROTOCOL}

Where {PROTOCOL} should be understood to refer to what ever protocol 
one had attempted to use, file, http, ftp, etc.

So, any thoughts?

Running the applications as root makes no difference, nor does the 
removal of the .Xauthority file for the current user, as was suggested 
to me. Though I could be wrong, I'm not inclined to think that this is 
a permissions related issue ( with the exception of the /tmp/.ICE-unix 
should be set to root errors that I have had with every version of KDE 
I have ever used under every OS I have ever used it with ).  But beyond 
that I'm open to any ideas you've got ( if you've had the patience to 
read this far :-b )

Cheers

Daniel

System Details:

	Operating System 	: 	10.2-1
	Package Manager	:	0.11.2	
	Distribution		:	0.5.1.cvs
	Distribution Trees	: 	local/main stable/main stable/crypto 
local/bootstrap
	Distribution Root	:	/usr/local/ports
	X Window System	:	0.1 ( XFree86 4.2.1 )
	KDE Base System	:	3.0.7-4
	Compiler ( GCC ) 	:	3.1 20020420 (prerelease)


P.S.  Please do not be offended if you bother to answer and I don't 
respond for a while, it's after midnight on this side of the atlantic, 
so it's not that I'm not grateful, only that I'm not awake.



---
This SF.NET email is sponsored 

Re: [Fink-users] KDE and Apple X11: DCOP Server failure.

2003-02-09 Thread Benjamin Reed
On Sunday, February 9, 2003, at 07:17 PM, Daniel Wyeth wrote:


	sh: iceauth: command not found
	kdeinit: DCOPServer could not be started, aborting.


This makes it look like your path is not set up.  On my system, iceauth 
is in /usr/X11R6/bin.  If it can't find /usr/X11R6/bin in the path, 
many bad things will happen.  =)

When you run KDE under Apple's X11, are you doing it by making a 
~/.xinitrc file?

If so, did you add source /sw/bin/init.sh to the very top?  If not, 
KDE will not be able to find some things it needs.  Your ~/.xinitrc 
file should look something like:

source /sw/bin/init.sh
exec /sw/bin/startkde /tmp/kde.log 21



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KDE and Apple X11: DCOP Server failure.

2003-02-09 Thread Daniel Wyeth

On Monday, Feb 10, 2003, at 00:42 Europe/London, Benjamin Reed wrote:


On Sunday, February 9, 2003, at 07:17 PM, Daniel Wyeth wrote:


	sh: iceauth: command not found
	kdeinit: DCOPServer could not be started, aborting.


This makes it look like your path is not set up.  On my system,  
iceauth is in /usr/X11R6/bin.  If it can't find /usr/X11R6/bin in the  
path, many bad things will happen.  =)

When you run KDE under Apple's X11, are you doing it by making a  
~/.xinitrc file?

If so, did you add source /sw/bin/init.sh to the very top?  If not,  
KDE will not be able to find some things it needs.  Your ~/.xinitrc  
file should look something like:

source /sw/bin/init.sh
exec /sw/bin/startkde /tmp/kde.log 21

The environment variables should be set up properly although it  
wouldn't be the first time that I'd messed up something obvious, which  
I then spent days trying to solve.  The root of my fink installation is:

	/usr/local/ports

and my PATH variable reads:

	:/usr/local/site/bin:/usr/local/site/sbin::/usr/local/ports/bin:/usr/ 
local/ports/sbin:
	:/usr/bin:/usr/sbin::/bin:/sbin

I have included init.csh in /etc/csh.cshrc:

	source '/usr/local/ports/bin/init.csh'

Although it's not in my ~/.xinitrc file as I don't currently use one (  
apple's X11 automatically launches a an xterm session and the quartz-wm  
window manager if there is no xinitrc in the user's home directory ).

I'm not currently running KDE as a whole, in the sense that I'm not at  
any point executing startkde, as I don't like the environment that  
much, I've always been an enlightenment user until I discovered OSX.   
This has never posed a problem before ( under FreeBSD ) as kdeinit and  
DCOP always started as required on the launch of the first KDE  
application ( from a terminal, enlightenment menu, etc... ).

After writing that last paragraph I decided to try running startkde  
from .xinitrc and yes, damn it, it works =-} ( he writes turning quite  
red ).

Was it just that the variables in /etc/csh.cshrc aren't exported into  
the X11 environment ( i.e. the source .../.../init.csh line needs to  
exist in .xinitrc ) or is it that I need to execute startkde from here  
in order to use a KDE application?  If it is necessary to use the  
startkde script, I am guessing that it should be possible to use a  
quartz-wm in place KWin by modifying the script?

I apologise for this rather garbled response, the hour is getting very  
late, and thank you for yours, you picked up one of the more important  
things that I had completely missed.  While I would rather not have to  
wait for KDE to start up every time I need to run X, it's a significant  
improvement on not being able to run KDE applications at all.

With thanks and embarrassment,

Daniel.




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KDE and Apple X11: DCOP Server failure.

2003-02-09 Thread Benjamin Reed
On Sunday, February 9, 2003, at 08:39 PM, Daniel Wyeth wrote:


The environment variables should be set up properly although it 
wouldn't be the first time that I'd messed up something obvious, which 
I then spent days trying to solve.  The root of my fink installation 
is:

Well, that depends.  Apple's X11 doesn't include the user's environment 
like XonX's did.

I have included init.csh in /etc/csh.cshrc:

	source '/usr/local/ports/bin/init.csh'


X uses /bin/sh for it's xinitrc stuff, so csh changes wouldn't do 
anything.

Was it just that the variables in /etc/csh.cshrc aren't exported into 
the X11 environment ( i.e. the source .../.../init.csh line needs to 
exist in .xinitrc ) or is it that I need to execute startkde from here 
in order to use a KDE application?  If it is necessary to use the 
startkde script, I am guessing that it should be possible to use a 
quartz-wm in place KWin by modifying the script?

Yes, although quartz-wm doesn't understand KDE/Gnome window-manager 
hints, so you end up with title bars on stuff that shouldn't have it 
(like the KDE panel).



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users