Re: [Fink-users] Problems with KDE applications

2009-06-29 Thread Neil Tiffin

On Jun 29, 2009, at 11:14 AM, Jean-François Mertens wrote:


 On 29 Jun 2009, at 16:43, Alessio Sarti wrote:

 Dear all,
 I'm running mac OS x 10.5.7, with fink 10.5, Xcode 3.2.1
 after installing kde trough
 fink install bundle-kde4-x11
 (4.2.4-1KDE4 - convenience package: KDE 4.2 (X11))
 I'm trying to run some applications.

 But I fail with the error (I report here only the messages I think
 that
 are relevant):
 .
 kontact: Starting KTTSD failed with message KDEInit could not launch
 'kttsd'.
 kio (KSycoca): Trying to open ksycoca from
 /private/var/tmp/kdecache-asarti/ksycoca
 dyld: Library not loaded: /opt/local/lib/libkutils.1.dylib
 Referenced from: /opt/local/bin/kttsd
 Reason: image not found
 kded: Successfully loaded module 'kdetrayproxy'
 ..
 kontact (plugins): No service available...
 QObject::connect: No such slot SummaryWidget::slotAppRemoved(const
 QCString)
 QObject::connect:  (sender name:   'unnamed')
 QObject::connect:  (receiver name: 'unnamed')
 kdemain
 getDebugLevel
 kdeinit: PID 1326 terminated.


 The above more than clarifies that you're running a hopeless
 mixture of kde3 (and at best some kde4) :
 else e.g. the last msg would come from kdeinit4 _
 also the daemon would be kde4

 The only way I know to avoid this is to prepend /sw/opt/kde4/x11/bin
 (and maybe a couple of similar dirs, like akonadi) to your path.

 Besides  _ what are those directories /opt/local I see above ??
 What is your fink setup ?

 JF Mertens

I am getting ready to attempt this.  What is the recommended Fink way  
of upgrading to avoid the hopeless mess?

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


Re: [Fink-users] Cairo pixman depend on each other?

2009-01-02 Thread Neil Tiffin

On Jan 1, 2009, at 4:03 PM, Martin Costabel wrote:

 Neil Tiffin wrote:
 Package manager version: 0.28.6
 Distribution version: selfupdate-rsync Thu Jan  1 14:15:01 2009,  
 10.5,  i386
 try to install pixman, but get error about cairo
 ===
 clip-test.c:97: warning: unused variable 'p1'
 /bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -  
 fvisibility=hidden   -o clip-test clip-test.o ../pixman/ 
 libpixman-1.la  -L/sw/lib -L/sw/lib/freetype219/lib -L/sw/lib/pango- 
 ft219/lib -L/usr/ X11/lib -Wl,-framework,CoreServices -Wl,- 
 framework,ApplicationServices  -lgtk-x11-2.0 -lgdk-x11-2.0 - 
 latk-1.0 -lgio-2.0 -lpangoft2-1.0 - lgdk_pixbuf-2.0 - 
 lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lz - lfontconfig - 
 lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
 mkdir .libs
 libtool: link: cannot find the library `/sw/lib/libcairo.la' or   
 unhandled argument `/sw/lib/libcairo.la'
 make[2]: *** [clip-test] Error 1

 Obviously, pixman needs a configure parameter --disable-gtk

Did that and it all compiled, not sure if I broke anything else.

thanks,

Neil


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


[Fink-users] Cairo pixman depend on each other?

2009-01-01 Thread Neil Tiffin
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Thu Jan  1 14:15:01 2009, 10.5,  
i386

try to install pixman, but get error about cairo
===
clip-test.c:97: warning: unused variable 'p1'
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall - 
fvisibility=hidden   -o clip-test clip-test.o ../pixman/libpixman-1.la  
-L/sw/lib -L/sw/lib/freetype219/lib -L/sw/lib/pango-ft219/lib -L/usr/ 
X11/lib -Wl,-framework,CoreServices -Wl,-framework,ApplicationServices  
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 - 
lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lz - 
lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl
mkdir .libs
libtool: link: cannot find the library `/sw/lib/libcairo.la' or  
unhandled argument `/sw/lib/libcairo.la'
make[2]: *** [clip-test] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pixman-0.12.0-1
(Reading database ... 77697 files and directories currently installed.)
Removing fink-buildlock-pixman-0.12.0-1 ...
Failed: phase compiling: pixman-0.12.0-1 failed

Try to install cario, but it depends on pixman?
=
mobile-032-176-020-208:ultrastardx $ fink install cairo
Information about 7600 packages read in 1 seconds.
The package 'cairo' will be built and installed.
Reading dependency for cairo-1.8.4-1...
Reading build dependency for cairo-1.8.4-1...
Reading dependency for cairo-shlibs-1.8.4-1...
Reading build conflict for cairo-1.8.4-1...
The package 'pixman' will be built and installed.
Reading dependency for pixman-0.12.0-1...
Reading build dependency for pixman-0.12.0-1...
Reading dependency for pixman-shlibs-0.12.0-1...
Reading build conflict for pixman-0.12.0-1...
The following package will be installed or updated:
  cairo
The following additional package will be installed:
  pixman


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


[Fink-users] mirror seems stale

2008-11-13 Thread Neil Tiffin
Please check to see if the mirror:

rsync://distfiles.master.finkmirrors.net/finkinfo/

is updating.  I have not been able to get any updates for many days.

Neil


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mirror seems stale

2008-11-13 Thread Neil Tiffin



On Nov 13, 2008, at 9:14 AM, Benjamin Reed wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Neil Tiffin wrote:
 Please check to see if the mirror:

 rsync://distfiles.master.finkmirrors.net/finkinfo/

 is updating.  I have not been able to get any updates for many days.

 Apparently the master server had a hung rsync process.  It's un-hung  
 and
 should be updating now.

OK, I am still seeing the same issue.  How long should I wait for it  
to start working.  I am looking for a specific update to lilypond- 
devel (2.11.63) that occurred on 2008-11-09 20:34:55 GMT.


rsync -az -v  rsync://distfiles.master.finkmirrors.net/finkinfo// 
TIMESTAMP /sw/fink/TIMESTAMP.tmp
receiving file list ... done
TIMESTAMP

sent 59 bytes  received 140 bytes  79.60 bytes/sec
total size is 11  speedup is 0.06
I will now run the rsync command to retrieve the latest package  
descriptions.
rsync -rtz --delete-after --delete -v   --include='10.4/' -- 
include='10.4/stable/' --include='10.4/stable/main/' --include='10.4/ 
stable/main/finkinfo/' --include='10.4/stable/main/finkinfo/*/' -- 
include='10.4/stable/main/finkinfo/*' --include='10.4/stable/main/ 
finkinfo/**/*' --include='10.4/' --include='10.4/stable/' -- 
include='10.4/stable/crypto/' --include='10.4/stable/crypto/finkinfo/'  
--include='10.4/stable/crypto/finkinfo/*/' --include='10.4/stable/ 
crypto/finkinfo/*' --include='10.4/stable/crypto/finkinfo/**/*' -- 
include='10.4/' --include='10.4/unstable/' --include='10.4/unstable/ 
main/' --include='10.4/unstable/main/finkinfo/' --include='10.4/ 
unstable/main/finkinfo/*/' --include='10.4/unstable/main/finkinfo/*' -- 
include='10.4/unstable/main/finkinfo/**/*' --include='10.4/' -- 
include='10.4/unstable/' --include='10.4/unstable/crypto/' -- 
include='10.4/unstable/crypto/finkinfo/' --include='10.4/unstable/ 
crypto/finkinfo/*/' --include='10.4/unstable/crypto/finkinfo/*' -- 
include='10.4/unstable/crypto/finkinfo/**/*' --include='VERSION' -- 
include='DISTRIBUTION' --include='README' --exclude='**' 'rsync:// 
distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/'
receiving file list ... done
./
10.4/

sent 892 bytes  received 227179 bytes  65163.14 bytes/sec
total size is 32867600  speedup is 144.11
Scanning package description files..
Information about 7344 packages read in 3 seconds.
No packages to install.

The core packages have been updated. You should now update the other  
packages using commands like 'fink update-all'.

mini:~$ fink list lilypond
Information about 7344 packages read in 2 seconds.
  lilypond 2.10.33-1005 GNU  
Music Typesetter
  i   lilypond-devel   2.11.45-1005 GNU  
Music Typesetter

mini:~$ fink --version
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Thu Nov 13 09:46:32 2008, 10.5,  
i386




-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mirror seems stale

2008-11-13 Thread Neil Tiffin

On Nov 13, 2008, at 10:14 AM, Benjamin Reed wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Neil Tiffin wrote:

 OK, I am still seeing the same issue.  How long should I wait for it
 to start working.  I am looking for a specific update to lilypond-
 devel (2.11.63) that occurred on 2008-11-09 20:34:55 GMT.

 it's got a week of updates to sync, it's apparently still going, and
 hasn't sync'd everything yet.  I'm told it should be finished soon.

 (In fact, the rsync of the TIMESTAMP finally shows today's date...   
 Try
 again now.)


OK, did not realize it would take more than 30 minutes, it just  
updated, thanks.

Neil


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] lilypond 2.11.63-1001 build error

2008-11-13 Thread Neil Tiffin
I received the following build error on lilypond with the following:

mini:~$ bison --version
bison (GNU Bison) 2.3

mini:~ neiltiffin$ lex --version
lex version 2.5.4

mini:~$ flex --version
flex version 2.5.4

mini:~$ fink --version
Package manager version: 0.28.6
Distribution version: selfupdate-rsync Thu Nov 13 10:16:22 2008, 10.5,  
i386

mini:~$ sw_vers
ProductName:Mac OS X
ProductVersion: 10.5.5
BuildVersion:   9F33

configure.in:54: warning: AC_CACHE_VAL(stepmake_cflags_pipe, ...):  
suspicious cache-id, must contain _cv_ to be cached
../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded from...
aclocal.m4:167: STEPMAKE_COMPILE is expanded from...
configure.in:54: the top level
configure.in:93: warning: AC_CACHE_VAL(stepmake_stl_data_method, ...):  
suspicious cache-id, must contain _cv_ to be cached
aclocal.m4:1059: STEPMAKE_STL_DATA_METHOD is expanded from...
configure.in:93: the top level
configure.in:100: warning:  
AC_CACHE_VAL(stepmake_flexlexer_yy_current_buffer, ...): suspicious  
cache-id, must contain _cv_ to be cached
aclocal.m4:414: STEPMAKE_FLEXLEXER is expanded from...
configure.in:100: the top level
Running ./configure --prefix=/sw --disable-dependency-tracking -- 
infodir=$(prefix)/share/info --mandir=$(prefix)/share/man --with-ncsb- 
dir=/sw/share/ghostscript/fonts --disable-gui ...
configure: WARNING: unrecognized options: --disable-dependency-tracking


snip

checking FlexLexer.h location... In file included from /usr/include/c+ 
+/4.0.0/backward/iostream.h:31,
  from /sw/include/FlexLexer.h:47,
  from conftest.cc:2:
/usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:  
#warning This file includes at least one deprecated or antiquated  
header. Please consider using one of the 32 headers found in section  
17.4.1.2 of the C++ standard. Examples include substituting the X  
header for the X.h header for C++ includes, or iostream instead of  
the deprecated header iostream.h. To disable this warning use -Wno- 
deprecated.
/sw/include/FlexLexer.h

snip

rm -f ./out/volta-engraver.dep; DEPENDENCIES_OUTPUT=./out/volta- 
engraver.dep ./out/volta-engraver.o g++ -c -Woverloaded-virtual -I/sw/ 
include -I/sw/include/python2.5 -I/sw/include -DHAVE_CONFIG_H  - 
DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out -I../ 
flower/include  -O2 -finline-functions -g -pipe -I/sw/include - 
D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/ 
fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/ 
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include - 
Wno-pmf-conversions  -W -Wall -Wconversion -o out/volta-engraver.o  
volta-engraver.cc
rm -f ./out/volta-repeat-iterator.dep; DEPENDENCIES_OUTPUT=./out/ 
volta-repeat-iterator.dep ./out/volta-repeat-iterator.o g++ -c - 
Woverloaded-virtual -I/sw/include -I/sw/include/python2.5 -I/sw/ 
include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out -I../flower/ 
include -I../flower/./out -I../flower/include  -O2 -finline-functions - 
g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/freetype219/include/ 
freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include/ 
pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/ 
freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/ 
lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall -Wconversion -o  
out/volta-repeat-iterator.o volta-repeat-iterator.cc
/usr/bin/flex -Cfe -p -p -oout/lexer.cc lexer.ll
lexer.ll:595: multiple EOF rules for start condition longcomment
lexer.ll:621: warning, rule cannot be matched
lexer.ll:624: warning, rule cannot be matched
lexer.ll:693: warning, -s option given but default rule can be matched
rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT=./out/lexer.dep ./out/ 
lexer.o g++ -c -Woverloaded-virtual -I/sw/include -I/sw/include/ 
python2.5 -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out - 
I../flower/include -I../flower/./out -I../flower/include  -O2 -finline- 
functions -g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/ 
include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/ 
include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0  
-I/sw/lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall -Wconversion  
-o out/lexer.o out/lexer.cc
In file included from /usr/include/c++/4.0.0/backward/iostream.h:31,
  from /sw/include/FlexLexer.h:47,
  from out/lexer.cc:380:
/usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:  
#warning This file includes at least one deprecated or antiquated  
header. Please consider using one of the 32 headers found in section  
17.4.1.2 of the C++ standard. Examples include substituting the X  
header for the 

Re: [Fink-users] lilypond 2.11.63-1001 build error

2008-11-13 Thread Neil Tiffin

On Nov 13, 2008, at 1:57 PM, Alexander Hansen wrote:


 On Nov 13, 2008, at 12:23 PM, Neil Tiffin wrote:

 I received the following build error on lilypond with the following:

 mini:~$ bison --version
 bison (GNU Bison) 2.3

 mini:~ neiltiffin$ lex --version
 lex version 2.5.4

 mini:~$ flex --version
 flex version 2.5.4

 mini:~$ fink --version
 Package manager version: 0.28.6
 Distribution version: selfupdate-rsync Thu Nov 13 10:16:22 2008,  
 10.5,
 i386

 mini:~$ sw_vers
 ProductName: Mac OS X
 ProductVersion:  10.5.5
 BuildVersion:9F33

 configure.in:54: warning: AC_CACHE_VAL(stepmake_cflags_pipe, ...):
 suspicious cache-id, must contain _cv_ to be cached
 ../../lib/autoconf/general.m4:1974: AC_CACHE_VAL is expanded from...
 ../../lib/autoconf/general.m4:1994: AC_CACHE_CHECK is expanded  
 from...
 aclocal.m4:167: STEPMAKE_COMPILE is expanded from...
 configure.in:54: the top level
 configure.in:93: warning:  
 AC_CACHE_VAL(stepmake_stl_data_method, ...):
 suspicious cache-id, must contain _cv_ to be cached
 aclocal.m4:1059: STEPMAKE_STL_DATA_METHOD is expanded from...
 configure.in:93: the top level
 configure.in:100: warning:
 AC_CACHE_VAL(stepmake_flexlexer_yy_current_buffer, ...): suspicious
 cache-id, must contain _cv_ to be cached
 aclocal.m4:414: STEPMAKE_FLEXLEXER is expanded from...
 configure.in:100: the top level
 Running ./configure --prefix=/sw --disable-dependency-tracking --
 infodir=$(prefix)/share/info --mandir=$(prefix)/share/man --with- 
 ncsb-
 dir=/sw/share/ghostscript/fonts --disable-gui ...
 configure: WARNING: unrecognized options: --disable-dependency- 
 tracking


 snip

 checking FlexLexer.h location... In file included from /usr/include/ 
 c+
 +/4.0.0/backward/iostream.h:31,
 from /sw/include/FlexLexer.h:47,
 from conftest.cc:2:
 /usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:
 #warning This file includes at least one deprecated or antiquated
 header. Please consider using one of the 32 headers found in section
 17.4.1.2 of the C++ standard. Examples include substituting the X
 header for the X.h header for C++ includes, or iostream instead  
 of
 the deprecated header iostream.h. To disable this warning use -Wno-
 deprecated.
 /sw/include/FlexLexer.h

 snip

 rm -f ./out/volta-engraver.dep; DEPENDENCIES_OUTPUT=./out/volta-
 engraver.dep ./out/volta-engraver.o g++ -c -Woverloaded-virtual -I/ 
 sw/
 include -I/sw/include/python2.5 -I/sw/include -DHAVE_CONFIG_H  -
 DNDEBUG -I./include -I./out -I../flower/include -I../flower/./out - 
 I../
 flower/include  -O2 -finline-functions -g -pipe -I/sw/include -
 D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
 freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/ 
 lib/
 fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/ 
 lib/
 freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/ 
 include -
 Wno-pmf-conversions  -W -Wall -Wconversion -o out/volta-engraver.o
 volta-engraver.cc
 rm -f ./out/volta-repeat-iterator.dep; DEPENDENCIES_OUTPUT=./out/
 volta-repeat-iterator.dep ./out/volta-repeat-iterator.o g++ -c -
 Woverloaded-virtual -I/sw/include -I/sw/include/python2.5 -I/sw/
 include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out -I../flower/
 include -I../flower/./out -I../flower/include  -O2 -finline- 
 functions -
 g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/freetype219/include/
 freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/ 
 include/
 pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/ 
 include/
 freetype2 -I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/
 lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall -Wconversion -o
 out/volta-repeat-iterator.o volta-repeat-iterator.cc
 /usr/bin/flex -Cfe -p -p -oout/lexer.cc lexer.ll
 lexer.ll:595: multiple EOF rules for start condition longcomment
 lexer.ll:621: warning, rule cannot be matched
 lexer.ll:624: warning, rule cannot be matched
 lexer.ll:693: warning, -s option given but default rule can be  
 matched
 rm -f ./out/lexer.dep; DEPENDENCIES_OUTPUT=./out/lexer.dep ./out/
 lexer.o g++ -c -Woverloaded-virtual -I/sw/include -I/sw/include/
 python2.5 -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG -I./include -I./ 
 out -
 I../flower/include -I../flower/./out -I../flower/include  -O2 - 
 finline-
 functions -g -pipe -I/sw/include -D_THREAD_SAFE  -I/sw/lib/ 
 freetype219/
 include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/pango- 
 ft219/
 include/pango-1.0 -I/sw/lib/fontconfig2/include -I/sw/lib/ 
 freetype219/
 include/freetype2 -I/sw/lib/freetype219/include -I/sw/include/ 
 glib-2.0
 -I/sw/lib/glib-2.0/include -Wno-pmf-conversions  -W -Wall - 
 Wconversion
 -o out/lexer.o out/lexer.cc
 In file included from /usr/include/c++/4.0.0/backward/iostream.h:31,
 from /sw/include/FlexLexer.h:47,
 from out/lexer.cc:380:
 /usr/include/c++/4.0.0/backward/backward_warning.h:32:2: warning:
 #warning

Re: [Fink-users] rsync failure? su failure?

2008-08-25 Thread Neil Tiffin

On Aug 24, 2008, at 11:15 PM, James McKenzie wrote:

 Neil Tiffin wrote:

 I have the following permissions for /sw/fink:

 drwxr-xr-x   5 hansen admin   476 2008-08-17 22:01 fink




 Thanks, I changed my permissions recursively to root:admin and
 everything started working again (Mac OS X 10.5.4)

 Neil



 This is BAD security practice for Fink.  The Fink directory should be
 OWNED by YOU, not ROOT.  This maybe why you originally had this
 problem.  This would require sudo just to run Fink to do anything.   
 Let
 Fink decide what needs to be installed/updated with root privileges.
 Please change your permissions away from root.

Thanks for the heads up.  Just to be clear I have never monkeyed with  
permission for fink for any reason.  Now when I went to change it and  
follow your suggestion, I made a typo and applied username:admin to / 
sw instead of /sw/fink.  I stopped it partway through, but fear  
problems ahead.  What should be the permissions for the other  
directories in /sw?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] rsync failure? su failure?

2008-08-24 Thread Neil Tiffin
My fink installation has been messed up for some time.  Something like  
the following happens no matter what mirrors I select.  I could not  
find anything on this in the first few pages of google or any  
explanation of the correct permissions in the docs.  Any help would be  
appreciated.

Thank you.
Neil
Chicago


===
rsync -az -v  rsync://ams.nl.eu.finkmirrors.net/finkinfo//TIMESTAMP / 
sw/fink/TIMESTAMP.tmp
receiving file list ... done
TIMESTAMP

sent 117 bytes  received 130 bytes  98.80 bytes/sec
total size is 11  speedup is 0.04
I will now run the rsync command to retrieve the latest package  
descriptions.
/usr/bin/su neiltiffin -c rsync -rtz --delete-after --delete -v   -- 
include='10.4/' --include='10.4/stable/' --include='10.4/stable/main/'  
--include='10.4/stable/main/finkinfo/' --include='10.4/stable/main/ 
finkinfo/*/' --include='10.4/stable/main/finkinfo/*' --include='10.4/ 
stable/main/finkinfo/**/*' --include='10.4/' --include='10.4/stable/'  
--include='10.4/stable/crypto/' --include='10.4/stable/crypto/ 
finkinfo/' --include='10.4/stable/crypto/finkinfo/*/' --include='10.4/ 
stable/crypto/finkinfo/*' --include='10.4/stable/crypto/finkinfo/**/*'  
--include='10.4/' --include='10.4/unstable/' --include='10.4/unstable/ 
main/' --include='10.4/unstable/main/finkinfo/' --include='10.4/ 
unstable/main/finkinfo/*/' --include='10.4/unstable/main/finkinfo/*' -- 
include='10.4/unstable/main/finkinfo/**/*' --include='10.4/' -- 
include='10.4/unstable/' --include='10.4/unstable/crypto/' -- 
include='10.4/unstable/crypto/finkinfo/' --include='10.4/unstable/ 
crypto/finkinfo/*/' --include='10.4/unstable/crypto/finkinfo/*' -- 
include='10.4/unstable/crypto/finkinfo/**/*' --include='VERSION' -- 
include='DISTRIBUTION' --include='README' --exclude='**' 'rsync:// 
ams.nl.eu.finkmirrors.net/finkinfo' '/sw/fink/'
receiving file list ... done
rsync: failed to set times on /sw/fink/.: Operation not permitted (1)
./
10.4/stable/main/finkinfo/games/
10.4/stable/main/finkinfo/games/xgalaga.info
10.4/unstable/main/finkinfo/games/
10.4/unstable/main/finkinfo/games/xgalaga.info
rsync: failed to set times on /sw/fink/.: Operation not permitted (1)

sent 1014 bytes  received 187679 bytes  53912.29 bytes/sec
total size is 31713689  speedup is 168.07
rsync error: some files could not be transferred (code 23) at / 
SourceCache/rsync/rsync-35.2/rsync/main.c(1400) [generator=2.6.9]
### execution of /usr/bin/su failed, exit code 23
Updating using rsync failed. Check the error messages above.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror from your country
(4) Retry another mirror

Default answer will be chosen in 120 seconds...


If you have concerns or questions you can direct them to
[EMAIL PROTECTED] Please do not use that address
for any communication beyond the operation of this archive.

receiving file list ... done
rsync: failed to set times on /sw/fink/.: Operation not permitted (1)
./
rsync: failed to set times on /sw/fink/.: Operation not permitted (1)

sent 922 bytes  received 176372 bytes  118196.00 bytes/sec
total size is 31713689  speedup is 178.88
rsync error: some files could not be transferred (code 23) at / 
SourceCache/rsync/rsync-35.2/rsync/main.c(1400) [generator=2.6.9]
### execution of /usr/bin/su failed, exit code 23
Updating using rsync failed. Check the error messages above.



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] rsync failure? su failure?

2008-08-24 Thread Neil Tiffin

On Aug 24, 2008, at 2:29 PM, Alexander Hansen wrote:


 On Aug 24, 2008, at 12:55 PM, Neil Tiffin wrote:

 My fink installation has been messed up for some time.  Something  
 like
 the following happens no matter what mirrors I select.  I could not
 find anything on this in the first few pages of google or any
 explanation of the correct permissions in the docs.  Any help would  
 be
 appreciated.

 Thank you.
 Neil
 Chicago


 ===
 rsync -az -v  rsync://ams.nl.eu.finkmirrors.net/finkinfo//TIMESTAMP /
 sw/fink/TIMESTAMP.tmp
 receiving file list ... done
 TIMESTAMP

 sent 117 bytes  received 130 bytes  98.80 bytes/sec
 total size is 11  speedup is 0.04
 I will now run the rsync command to retrieve the latest package
 descriptions.
 /usr/bin/su neiltiffin -c rsync -rtz --delete-after --delete -v   --
 include='10.4/' --include='10.4/stable/' --include='10.4/stable/ 
 main/'
 --include='10.4/stable/main/finkinfo/' --include='10.4/stable/main/
 finkinfo/*/' --include='10.4/stable/main/finkinfo/*' --include='10.4/
 stable/main/finkinfo/**/*' --include='10.4/' --include='10.4/stable/'
 --include='10.4/stable/crypto/' --include='10.4/stable/crypto/
 finkinfo/' --include='10.4/stable/crypto/finkinfo/*/' -- 
 include='10.4/
 stable/crypto/finkinfo/*' --include='10.4/stable/crypto/finkinfo/**/ 
 *'
 --include='10.4/' --include='10.4/unstable/' --include='10.4/ 
 unstable/
 main/' --include='10.4/unstable/main/finkinfo/' --include='10.4/
 unstable/main/finkinfo/*/' --include='10.4/unstable/main/finkinfo/ 
 *' --
 include='10.4/unstable/main/finkinfo/**/*' --include='10.4/' --
 include='10.4/unstable/' --include='10.4/unstable/crypto/' --
 include='10.4/unstable/crypto/finkinfo/' --include='10.4/unstable/
 crypto/finkinfo/*/' --include='10.4/unstable/crypto/finkinfo/*' --
 include='10.4/unstable/crypto/finkinfo/**/*' --include='VERSION' --
 include='DISTRIBUTION' --include='README' --exclude='**' 'rsync://
 ams.nl.eu.finkmirrors.net/finkinfo' '/sw/fink/'
 receiving file list ... done
 rsync: failed to set times on /sw/fink/.: Operation not permitted  
 (1)
 ./
 10.4/stable/main/finkinfo/games/
 10.4/stable/main/finkinfo/games/xgalaga.info
 10.4/unstable/main/finkinfo/games/
 10.4/unstable/main/finkinfo/games/xgalaga.info
 rsync: failed to set times on /sw/fink/.: Operation not permitted  
 (1)

 sent 1014 bytes  received 187679 bytes  53912.29 bytes/sec
 total size is 31713689  speedup is 168.07
 rsync error: some files could not be transferred (code 23) at /
 SourceCache/rsync/rsync-35.2/rsync/main.c(1400) [generator=2.6.9]
 ### execution of /usr/bin/su failed, exit code 23
 Updating using rsync failed. Check the error messages above.

 (1)  Give up
 (2)  Retry the same mirror
 (3)  Retry another mirror from your country
 (4)  Retry another mirror




 I have the following permissions for /sw/fink:

 drwxr-xr-x   5 hansen admin   476 2008-08-17 22:01 fink



Thanks, I changed my permissions recursively to root:admin and  
everything started working again (Mac OS X 10.5.4)

Neil


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Error with net-snmp-unified 5.4.1-1 unstable

2007-12-10 Thread Neil Tiffin

On Dec 8, 2007, at 6:31 AM, Martin Costabel wrote:

 I think as a first attempt for a successful build, one would need  
 to remove all old versions of snmp packages and all snmp dylibs  
 that are elsewhere on the system.

Elsewhere in /sw or literally anywhere on the system?

Neil


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Error with net-snmp-unified 5.4.1-1 unstable

2007-12-07 Thread Neil Tiffin
Mac OS X 10.4.11

Package manager version: 0.27.9
Distribution version: 0.8.1.rsync i386

did
fink selfupdate
then several times
fink install net-snmp-unified

Last part of the log:

Running Mkbootstrap for NetSNMP::TrapReceiver ()
chmod 644 TrapReceiver.bs
rm -f ../blib/arch/auto/NetSNMP/TrapReceiver/TrapReceiver.bundle
LD_RUN_PATH=/sw/lib:/System/Library/Perl/5.8.6/darwin-thread- 
multi-2level/CORE env MACOSX_DEPLOYMENT_TARGET=10.3 cc  -bundle - 
undefined dynamic_lookup -L/usr/local/lib -L/sw/lib/system-openssl/ 
lib -L/sw/lib/system-openssl/lib -L/sw/lib TrapReceiver.o  -o ../blib/ 
arch/auto/NetSNMP/TrapReceiver/TrapReceiver.bundle   -L/sw/src/ 
fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../apps/.libs -L/sw/src/fink.build/net-snmp- 
unified-5.4.1-1/net-snmp-5.4.1/perl/TrapReceiver/../../apps -L/sw/src/ 
fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../agent/.libs -L/sw/src/fink.build/net-snmp- 
unified-5.4.1-1/net-snmp-5.4.1/perl/TrapReceiver/../../agent -L/sw/ 
src/fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../agent/helpers/.libs -L/sw/src/fink.build/net-snmp- 
unified-5.4.1-1/net-snmp-5.4.1/perl/TrapReceiver/../../agent/helpers - 
L/sw/src/fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../snmplib/.libs -L/sw/src/fink.build/net-snmp- 
unified-5.4.1-1/net-snmp-5.4.1/perl/TrapReceiver/../../snmplib - 
lnetsnmptrapd -lnetsnmpagent -lnetsnmp
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning can't open  
dynamic library: /sw/lib/libnetsnmpmibs.15.dylib referenced from: /sw/ 
src/fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../apps/.libs/libnetsnmptrapd.dylib (checking for  
undefined symbols may be affected) (No such file or directory, errno  
= 2)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning can't open  
dynamic library: /sw/lib/libnetsnmphelpers.15.dylib referenced from: / 
sw/src/fink.build/net-snmp-unified-5.4.1-1/net-snmp-5.4.1/perl/ 
TrapReceiver/../../apps/.libs/libnetsnmptrapd.dylib (checking for  
undefined symbols may be affected) (No such file or directory, errno  
= 2)
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
_log_notification referenced from libnetsnmptrapd.15 expected to be  
defined in /sw/lib/libnetsnmpmibs.15.dylib
collect2: ld returned 1 exit status
make[2]: *** [../blib/arch/auto/NetSNMP/TrapReceiver/ 
TrapReceiver.bundle] Error 1
make[1]: *** [subdirs] Error 2
make: *** [perlmodules] Error 1
### execution of /var/tmp/tmp.1.jwdzSX failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-net-snmp-unified-5.4.1-1
(Reading database ... 49660 files and directories currently installed.)
Removing fink-buildlock-net-snmp-unified-5.4.1-1 ...
Failed: phase compiling: net-snmp-unified-5.4.1-1 failed


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Broken Fink unstable cvs2cl

2007-09-16 Thread Neil Tiffin
Have tried this several times over the last few weeks and no luck.
All of the mirrors fail using the defaults

Neil

(i)  cvs2cl   2.62-1   CVS- 
log-message-to-ChangeLog conversion
computer:~$ fink update-all
Information about 6541 packages read in 0 seconds.
The package 'cvs2cl' will be built and installed.
Reading dependency for cvs2cl-2.62-1...
Reading build dependency for cvs2cl-2.62-1...
Reading build conflict for cvs2cl-2.62-1...
The following package will be installed or updated:
cvs2cl
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://www.red-bean.com/cvs2cl/cvs2cl.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
100 92626  100 926260 0   213k  0 --:--:-- --:--:--  
--:--:--  486k
The checksum of the file is incorrect. The most likely cause for this  
is a corrupted or incomplete download
Expected: 0a78d96ad76b957090687d0f1538aff5
Actual: MD5(cf85f85fdbb8d8d115895e955c46732c)
 SHA1(37c77b591ff6f654a069c53692c2224cce18f1c7)
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry using next mirror set master

How do you want to proceed? [3]
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://distfiles.master.finkmirrors.net/cvs2cl-2.62.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
   0 00 00 0  0  0 --:--:-- --:--:--  
--:--:-- 0
curl: (22) The requested URL returned error: 404
### execution of curl failed, exit code 22
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror from your country
(4) Retry another mirror

How do you want to proceed? [3]
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://distfiles.msn.wi.us.finkmirrors.net/cvs2cl-2.62.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
   0 00 00 0  0  0 --:--:-- --:--:--  
--:--:-- 0
curl: (22) The requested URL returned error: 404
### execution of curl failed, exit code 22
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror

How do you want to proceed? [3]
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://distfiles.bne.qld.au.finkmirrors.net/cvs2cl-2.62.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
   0 00 00 0  0  0 --:--:--  0:00:01  
--:--:-- 0
curl: (22) The requested URL returned error: 404
### execution of curl failed, exit code 22
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror

How do you want to proceed? [3]
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://distfiles.bru.be.eu.finkmirrors.net/cvs2cl-2.62.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
   0 00 00 0  0  0 --:--:-- --:--:--  
--:--:-- 0
curl: (22) The requested URL returned error: 404
### execution of curl failed, exit code 22
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror

How do you want to proceed? [3]
curl --connect-timeout 30 -f -L -A 'fink/0.27.6' -o cvs2cl-2.62.pl  
http://distfiles.hnd.jp.asi.finkmirrors.net/cvs2cl-2.62.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
   0 00 00 0  0  0 --:--:-- --:--:--  
--:--:-- 0
curl: (22) The requested URL returned error: 404
### execution of curl failed, exit code 22
Downloading the file cvs2cl-2.62.pl failed.

(1) Give up
(2) Retry the same mirror
(3) Retry another mirror

How do you want to proceed? [1]
Failed: file download failed for cvs2cl-2.62.pl of package cvs2cl-2.62-1


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cvs2cl unstable does not seem to work.

2007-04-07 Thread Neil Tiffin
Package manager version: 0.27.1
Distribution version: 0.8.1.rsync i386

Tried all mirrors, none worked. When I try to install cvs2cl using  
unstable I get the following:

curl --connect-timeout 30 -f -L -A 'fink/0.27.1' -o cvs2cl-2.59.pl  
http://www.red-bean.com/cvs2cl/cvs2cl.pl
   % Total% Received % Xferd  Average Speed   TimeTime  
Time  Current
  Dload  Upload   Total   Spent 
Left  Speed
100 91778  100 917780 0   119k  0 --:--:-- --:--:--  
--:--:--  147k
The checksum of the file is incorrect. The most likely cause for this  
is a corrupted or incomplete download
Expected: 2267d1023719f72358d2739e41ca984c
Actual: MD5(30b45da870831c764473e63e5dfd8fe5)
 SHA1(6ec919caf7009c83f9c4c6b17b9a29f148142f10)
Downloading the file cvs2cl-2.59.pl failed.

Neil


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cvs2cl unstable does not seem to work.

2007-04-07 Thread Neil Tiffin
The master mirrors did not work either.  I tried all combinations of  
mirrors several times.  They only that that would download at all is  
the one shown.

On Apr 7, 2007, at 7:05 AM, Alexander Hansen wrote:

 On 4/7/07, Neil Tiffin [EMAIL PROTECTED] wrote:
 Package manager version: 0.27.1
 Distribution version: 0.8.1.rsync i386

 Tried all mirrors, none worked. When I try to install cvs2cl using
 unstable I get the following:

 curl --connect-timeout 30 -f -L -A 'fink/0.27.1' -o cvs2cl-2.59.pl
 http://www.red-bean.com/cvs2cl/cvs2cl.pl
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 91778  100 917780 0   119k  0 --:--:-- --:--:--
 --:--:--  147k
 The checksum of the file is incorrect. The most likely cause for this
 is a corrupted or incomplete download
 Expected: 2267d1023719f72358d2739e41ca984c
 Actual: MD5(30b45da870831c764473e63e5dfd8fe5)
  SHA1(6ec919caf7009c83f9c4c6b17b9a29f148142f10)
 Downloading the file cvs2cl-2.59.pl failed.

 Neil



 Did you try one of the Master mirrors, too?  Not infrequently an
 upstream site will change something minor within a release and thereby
 change the md5sum.  But since the version hasn't changed, Fink's rsync
 mirrors don't grab the newer tarball and therefore the md5 of the one
 they have still matches.

 -- 
 Alexander K. Hansen
 (akh)
 Fink User Liaison and Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Duplicate sources.list entry file?

2007-02-13 Thread Neil Tiffin

On Feb 12, 2007, at 6:13 PM, Alexander Hansen wrote:

 On 2/12/07, Neil Tiffin [EMAIL PROTECTED] wrote:

 On Feb 12, 2007, at 3:43 PM, Alexander Hansen wrote:

 On 2/12/07, Neil Tiffin [EMAIL PROTECTED] wrote:
 I just created a new Fink install on a new MBP and keep getting the
 following:

 W: Duplicate sources.list entry file: unstable/main Packages (/sw/
 var/
 lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin-
 i386_Packages)
 W: Duplicate sources.list entry file: unstable/main Packages (/sw/
 var/
 lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin-
 i386_Packages)
 W: You may want to run apt-get update to correct these problems

 I have run sudo apt-get update many times and it does not go  
 away.
 Any ideas?  Its not a problem as far as I know its just annoying.


 Some of those apt-get messages come right from Debian and aren't
 really Fink-relevant.  Check your /sw/etc/apt/sources.list and  
 see if
 indeed you have a duplication there.

 This does not seem right.

 deb file:/sw/fink local main
 deb file:/sw/fink stable main crypto
 deb file:/sw/fink unstable main main main

 Probably caused by a typo in fink.conf
 Trees: local/main stable/main stable/crypto unstable/main unstable
 crypto

 Should be:
 Trees: local/main stable/main stable/crypto unstable/main unstable/
 crypto

 I have corrected the fink.conf file is there anything else I  
 should do?

 Neil




 sources.list _should_ get updated automatically from fink.conf.

Yes, it did and all is working correctly now.  Thank you.

Neil


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Duplicate sources.list entry file?

2007-02-12 Thread Neil Tiffin
I just created a new Fink install on a new MBP and keep getting the  
following:

W: Duplicate sources.list entry file: unstable/main Packages (/sw/var/ 
lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin-i386_Packages)
W: Duplicate sources.list entry file: unstable/main Packages (/sw/var/ 
lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin-i386_Packages)
W: You may want to run apt-get update to correct these problems

I have run sudo apt-get update many times and it does not go away.   
Any ideas?  Its not a problem as far as I know its just annoying.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Duplicate sources.list entry file?

2007-02-12 Thread Neil Tiffin

On Feb 12, 2007, at 3:43 PM, Alexander Hansen wrote:

 On 2/12/07, Neil Tiffin [EMAIL PROTECTED] wrote:
 I just created a new Fink install on a new MBP and keep getting the
 following:

 W: Duplicate sources.list entry file: unstable/main Packages (/sw/ 
 var/
 lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin- 
 i386_Packages)
 W: Duplicate sources.list entry file: unstable/main Packages (/sw/ 
 var/
 lib/apt/lists/_sw_fink_dists_unstable_main_binary-darwin- 
 i386_Packages)
 W: You may want to run apt-get update to correct these problems

 I have run sudo apt-get update many times and it does not go away.
 Any ideas?  Its not a problem as far as I know its just annoying.


 Some of those apt-get messages come right from Debian and aren't
 really Fink-relevant.  Check your /sw/etc/apt/sources.list and see if
 indeed you have a duplication there.

This does not seem right.

deb file:/sw/fink local main
deb file:/sw/fink stable main crypto
deb file:/sw/fink unstable main main main

Probably caused by a typo in fink.conf
Trees: local/main stable/main stable/crypto unstable/main unstable  
crypto

Should be:
Trees: local/main stable/main stable/crypto unstable/main unstable/ 
crypto

I have corrected the fink.conf file is there anything else I should do?

Neil




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Universal binaries from fink?

2007-02-12 Thread Neil Tiffin
If one has a GUI application that links against Fink libraries (But I  
guess one doesn't based on this email.)

The nice solution would be a Fink switch that would allow the user to  
select certain installs to be built as universal.

On Feb 11, 2007, at 5:10 PM, Jean-François Mertens wrote:


 On 11 Feb 2007, at 23:37, james tittle wrote:

 ...this may be a naive question, but since there are both ppc and x86
 versions of fink, is it possible to create a universal binary of a
 library, given that there are similar versions for both
 architectures?  If so, anyone have pointers on making it super-easy?

 man lipo _ but what's the point ? who wants to waste disk space ?

 JF Mertens

 -- 
 ---
 Using Tomcat but need to do more? Need to support web services,  
 security?
 Get stuff done quickly with pre-integrated technology to make your  
 job easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache  
 Geronimo
 http://sel.as-us.falkag.net/sel? 
 cmd=lnkkid=120709bid=263057dat=121642
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] autoconf

2006-08-01 Thread Neil Tiffin
I had the same problem when trying to use the upgrade script to get  
from 10.4 transitional to 10.4.

I dumped /sw and rebuild all using a clean install and it worked fine.

Neil

On Aug 1, 2006, at 3:53 AM, Martin Costabel wrote:

 X-SpamDetect-Info: - Start ASpam results ---
 X-SpamDetect-Info: This message may be spam. This message BODY has  
 been altered to show you the spam information
 X-SpamDetect: : 16.10 SPF  
 Fail=8.0,SpamUrl=2.0,X-Verify-MX present=1.6,Aspam=4.5
 X-SpamDetect-Info: - End ASpam results -

 Andrew Hartung wrote:
 While trying to update autoconf 2.5 it always hangs here:
 .
 Making install in doc
 make[2]: Nothing to be done for `install-exec-am'.
 test -z /sw/share/info || mkdir -p -- /sw/src/fink.build/root-
 autoconf-2.60-4/sw/share/info
 /sw/bin/ginstall -c -m 644 './autoconf.info' '/sw/src/fink.build/ 
 root-
 autoconf-2.60-4/sw/share/info/autoconf.info'
 /sw/bin/ginstall -c -m 644 './standards.info' '/sw/src/fink.build/
 root-autoconf-2.60-4/sw/share/info/standards.info'
 Making install in tests
 make[2]: Nothing to be done for `install-exec-am'.
 make[2]: Nothing to be done for `install-data-am'.
 pushd doc  make html  popd
 /sw/src/fink.build/autoconf-2.60-4/autoconf-2.60/doc /sw/src/
 fink.build/autoconf-2.60-4/autoconf-2.60
 texi2html -split_chapter ./autoconf.texi

 What's your texi2html?

   which texi2html
   texi2html --version
   fink list texi2html

 -- 
 Martin



 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys -- and earn  
 cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] autoconf

2006-08-01 Thread Neil Tiffin
I had the same problem when trying to use the upgrade script to get  
from 10.4 transitional to 10.4.

I dumped /sw and rebuild all using a clean install and it worked fine.

Neil

On Aug 1, 2006, at 3:53 AM, Martin Costabel wrote:

 X-SpamDetect-Info: - Start ASpam results ---
 X-SpamDetect-Info: This message may be spam. This message BODY has  
 been altered to show you the spam information
 X-SpamDetect: : 16.10 SPF  
 Fail=8.0,SpamUrl=2.0,X-Verify-MX present=1.6,Aspam=4.5
 X-SpamDetect-Info: - End ASpam results -

 Andrew Hartung wrote:
 While trying to update autoconf 2.5 it always hangs here:
 .
 Making install in doc
 make[2]: Nothing to be done for `install-exec-am'.
 test -z /sw/share/info || mkdir -p -- /sw/src/fink.build/root-
 autoconf-2.60-4/sw/share/info
 /sw/bin/ginstall -c -m 644 './autoconf.info' '/sw/src/fink.build/ 
 root-
 autoconf-2.60-4/sw/share/info/autoconf.info'
 /sw/bin/ginstall -c -m 644 './standards.info' '/sw/src/fink.build/
 root-autoconf-2.60-4/sw/share/info/standards.info'
 Making install in tests
 make[2]: Nothing to be done for `install-exec-am'.
 make[2]: Nothing to be done for `install-data-am'.
 pushd doc  make html  popd
 /sw/src/fink.build/autoconf-2.60-4/autoconf-2.60/doc /sw/src/
 fink.build/autoconf-2.60-4/autoconf-2.60
 texi2html -split_chapter ./autoconf.texi

 What's your texi2html?

   which texi2html
   texi2html --version
   fink list texi2html

 -- 
 Martin



 -- 
 ---
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to  
 share your
 opinions on IT  business topics through brief surveys -- and earn  
 cash
 http://www.techsay.com/default.php? 
 page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: build glib2 failed: ./run-markup-tests.sh: line 27: 4683 Bus error

2005-07-18 Thread Neil Tiffin

At 10:12 AM -0400 7/18/05, Daniel Macks wrote:

On Mon, Jul 18, 2005 at 03:26:00PM +0200, Christoph Ewering wrote:

 Am 12.07.2005 um 10:38 schrieb Christian Ebert:
 * Christoph Ewering on Tue, Jul 12, 2005:
 
 When I try to update glib2 I get this error:
 
 This happens in 10.3 too. But only on German machines.


  Now it works, but what the hell is different on a german enviroment?


Not really only German, I have the following problem on my 10.3.9 
machine for several weeks.  It is not a German machine or have German 
language use.  Also the instructions did not work.


sed -e s|[EMAIL PROTECTED]@|/sw/lib/bonobo/monikers| 
GNOME_Moniker_std.server.in.in  GNOME_Moniker_std.server.in
LC_ALL=C ../intltool-merge -o -u -c ../po/.intltool-merge-cache ../po 
GNOME_Moniker_std.server.in GNOME_Moniker_std.server

Generating and caching the translation database
Merging translations into GNOME_Moniker_std.server.
Making all in schemas
LC_ALL=C ../intltool-merge -s -u -c ../po/.intltool-merge-cache ../po 
desktop_gnome_accessibility_keyboard.schemas.in 
desktop_gnome_accessibility_keyboard.schemas

Found cached translation database
make[2]: *** [desktop_gnome_accessibility_keyboard.schemas] Bus error
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-libgnome2-2.10.0-2
(Reading database ... 125978 files and directories currently installed.)
Removing fink-buildlock-libgnome2-2.10.0-2 ...
Failed: phase compiling: libgnome2-2.10.0-2 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists.  As a last resort, you can try e-mailing
the maintainer directly:

The Gnome Core Team [EMAIL PROTECTED]


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: kdesdk3 Failure (3.4)

2005-03-28 Thread Neil Tiffin
My XDarwin crashes whenever I try to run it.  Has anyone actually got 
it running?

Neil
[EMAIL PROTECTED]
Mine too!
Martin Costabel wrote:
Success! bundle-kde-ssl-3.4.0-11 is completely installed.

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Failed: phase compiling: kdesdk3-3.4.0-11 failed

2005-03-26 Thread Neil Tiffin
I get a slightly different failure
ld: warning prebinding not disabled because (__DATA segment (address 
= 0x1b000 size = 0x2000) of /usr/X11R6/lib/libexpat.0.dylib overlaps 
with __TEXT segment (address = 0x0 size = 0x56000) of 
/usr/X11R6/lib/libfreetype.6.dylib
ld: warning prebinding not disabled because (__LINKEDIT segment 
(address = 0x1d000 size = 0x5000) of /usr/X11R6/lib/libexpat.0.dylib 
overlaps with __TEXT segment (address = 0x0 size = 0x56000) of 
/usr/X11R6/lib/libfreetype.6.dylib
creating kompare
Making all in kioslave
Making all in svn
Makefile:222: *** missing separator.  Stop.
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
NAME-3.4.0-11 make-build failed!
### execution of /var/tmp/tmp.1.LkprDM failed, exit code 1
Removing build lock...
dpkg -r fink-buildlock-kdesdk3-3.4.0-11
(Reading database ... 142778 files and directories currently installed.)
Removing fink-buildlock-kdesdk3-3.4.0-11 ...
Failed: phase compiling: kdesdk3-3.4.0-11 failed

Package manager version: 0.24.2
Distribution version: 0.7.1.rsync
Neil
At 2:17 PM +0100 3/26/05, Claus Atzenbeck wrote:
Hi,
I get the following error message:
***
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/sw/include/subversion-1 
-I/sw/include/neon @SVN_DB_INCLUDES@ -I/sw/include/apr-0 
-I/sw/include/apr-0 -I/sw/include -I/sw/include/subversion-1/ 
-I/sw/include/apr-0 -I/sw/include/apr-0 -I/sw/include -I/sw/include 
-I/sw/include/qt -I/usr/X11R6/include -I/sw/include 
-DQT_THREAD_SUPPORT -I/sw/lib/freetype219/include/freetype2 
-I/sw/lib/freetype219/include -I/sw/lib/flex/include -fno-common 
-no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include 
-I/usr/X11R6/include -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall 
-W -Wpointer-arith -Wwrite-strings -Os -Os -fPIC -fno-exceptions 
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c svn.cpp 
-fno-common -DPIC -o .libs/svn.o
g++: cannot specify -o with -c or -S and multiple compilations
make[4]: *** [svn.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
NAME-3.4.0-11 make-build failed!
### execution of /var/tmp/tmp.1.Y5mwny failed, exit code 1
Removing build lock...
dpkg -r fink-buildlock-kdesdk3-3.4.0-11
(Reading database ... 121166 files and directories currently installed.)
Removing fink-buildlock-kdesdk3-3.4.0-11 ...
Failed: phase compiling: kdesdk3-3.4.0-11 failed


Anyone else has this problem?
Package manager version: 0.24.2
Distribution version: 0.7.1.rsync
Greetings,
Claus

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] net-snmp won't build

2005-03-24 Thread Neil Tiffin
I get the same problem trying to update-all with KDE updates.
Package manager version: 0.24.1
Distribution version: 0.7.1.rsync
Neil Tiffin
At 2:58 PM -0800 3/24/05, Mike O'Brien wrote:
I'm doing a selfupdate followed by update-all.  Fink shows:
Package manager version: 0.24.1
Distribution version: 0.7.1.rsync
It's got about 229 packages to update.  Net-snmp, however, won't compile:
/bin/sh ../libtool  --mode=link gcc -g -O2 -Ddarwin7  -o snmpd 
snmpd.lo  -L/sw/lib  libnetsnmpagent.la libnetsnmpmibs.la 
helpers/libnetsnmphelpers.la  ../snmplib/libnetsnmp.la -ldl -lkvm -lm
gcc -g -O2 -Ddarwin7 -o .libs/snmpd snmpd.o  -L/sw/lib -L./.libs 
-lnetsnmpagent -lnetsnmpmibs -Lhelpers/.libs -lnetsnmphelpers 
-L../snmplib/.libs -lnetsnmp -ldl -lkvm -lm
ld: warning prebinding disabled because dependent library: 
/sw/lib/libnetsnmpagent.5.dylib is not prebound
ld: Undefined symbols:
_EVP_DigestFinal
_EVP_DigestInit
_EVP_DigestUpdate
_EVP_md5
_EVP_sha1
_AES_cfb128_encrypt
_AES_set_encrypt_key
_DES_cbc_encrypt
_DES_key_sched
_DES_ncbc_encrypt
_HMAC
_RAND_bytes
make[1]: *** [snmpd] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-net-snmp-5.0.7-15
(Reading database ... 111321 files and directories currently installed.)
Removing fink-buildlock-net-snmp-5.0.7-15 ...
Failed: phase compiling: net-snmp-5.0.7-15 failed


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] net-snmp won't build

2005-03-24 Thread Neil Tiffin
I get the same problem trying to update-all with KDE updates.
Package manager version: 0.24.1
Distribution version: 0.7.1.rsync
Neil Tiffin
At 2:58 PM -0800 3/24/05, Mike O'Brien wrote:
I'm doing a selfupdate followed by update-all.  Fink shows:
Package manager version: 0.24.1
Distribution version: 0.7.1.rsync
It's got about 229 packages to update.  Net-snmp, however, won't compile:
/bin/sh ../libtool  --mode=link gcc -g -O2 -Ddarwin7  -o snmpd 
snmpd.lo  -L/sw/lib  libnetsnmpagent.la libnetsnmpmibs.la 
helpers/libnetsnmphelpers.la  ../snmplib/libnetsnmp.la -ldl -lkvm -lm
gcc -g -O2 -Ddarwin7 -o .libs/snmpd snmpd.o  -L/sw/lib -L./.libs 
-lnetsnmpagent -lnetsnmpmibs -Lhelpers/.libs -lnetsnmphelpers 
-L../snmplib/.libs -lnetsnmp -ldl -lkvm -lm
ld: warning prebinding disabled because dependent library: 
/sw/lib/libnetsnmpagent.5.dylib is not prebound
ld: Undefined symbols:
_EVP_DigestFinal
_EVP_DigestInit
_EVP_DigestUpdate
_EVP_md5
_EVP_sha1
_AES_cfb128_encrypt
_AES_set_encrypt_key
_DES_cbc_encrypt
_DES_key_sched
_DES_ncbc_encrypt
_HMAC
_RAND_bytes
make[1]: *** [snmpd] Error 1
make: *** [subdirs] Error 1
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-net-snmp-5.0.7-15
(Reading database ... 111321 files and directories currently installed.)
Removing fink-buildlock-net-snmp-5.0.7-15 ...
Failed: phase compiling: net-snmp-5.0.7-15 failed


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Python PostgreSQL?

2002-06-16 Thread Neil Tiffin

I tried to build postgresql with by adding the configure option

--with-python

and it fails with the following error.

checking whether to build Perl modules... no
checking whether to build Python modules... yes
checking for python... python
checking for Python extension makefile... no
configure: error: The Python extension makefile was expected at 
`/sw/lib/python2.2/config/Makefile.pre.in\'
but does not exist. This means the Python module cannot be built automatically.
### ./configure failed, exit code 1
Failed: compiling postgresql-7.1.3-4 failed

Is there another way to connect python and postgreSQL using Fink?  I 
could not find PyGreSQL, Psycopg or PoPy in Fink.

Thanks

Neil

PS.  Python 2.2 is installed and working, but I can not find any 
Makefile.pre.in in the dir tree for /sw/lib/python2.2


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] libxml2 compile problems

2002-05-13 Thread Neil Tiffin

At 9:09 PM -0400 5/13/02, Chris Devers wrote:
   I get an error compiling libxml2-2.4.21-1.

Check the list archives -- people were talking about this over the
weekend.

Read the whole thread (three posts as of now):
http://makeashorterlink.com/?Y2DD32CD

The most helpful post looks to me like this one:
http://www.geocrawler.com/lists/3/SourceForge/8629/25/8642990

The solution looked a little ...involved :)


I did this as suggested and it worked fine. not complicated at all
'sudo dpkg --force-depends -r libxml2'

Neil





___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



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

2002-02-24 Thread Neil Tiffin

At 4:58 PM -0800 2/23/02, Sasha Zucker wrote:
On Saturday, February 23, 2002, at 04:13  PM, Neil Tiffin wrote:

I am also eager to try it but get the same error.

It seems that www.linuxdoc.org no longer exists. I'm going to try to 
locate an alternative source. If anyone knows where I can d/l 
ldp.dsl let me know.
  In the mean time, the file that the ldp package fetches is attached.

I am just barely a fink user, let alone know enough to figure out 
where this file should be put.  Can you suggest a location?

Thanks

Neil

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