Re: [Fink-devel] Update TeX Live

2011-01-24 Thread Robert T Wyatt
Tomoaki Okayama wrote:
 At Mon, 24 Jan 2011 12:10:43 -0500,
 Alexander Hansen wrote:

 If you have just A Replaces B, that means that files from A can
 automatically overwrite files from B, without necessarily removing B.
 This gets used a lot when files get moved around between splitoffs.

 If you have just A Conflicts B, that means that A can't be installed if
 B is present.  This is not automatic, and requires the user to remove B.

 If both 'A Conflicts B' and 'A Replaces B' are specified, that's the
 only way that B will be automatically removed.

 Thank you for the explanation. This case is surely A Replaces B
 as dmacks said. I didn't know it is possible to overwrite files
 that were priviously-installed.
 I've just committed the corrected finkinfo.


 To tell the truth, for an ease to maintain, I'd like to move
 kpathsea binaries (kpseaccess, kpsepath, ...) from texlive-base
 to the package kpathsea, as splitoff in libkpathsea6.info.
 But if I do so, new kpathsea and previous texlive-base have
 the same binaries, and I thought it is impossible to install
 them simultaneously. Now I know it is possible with Replaces...

 Tomoaki Okayama

How should libkpathsea4 and jadetex be handled?


--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] openssl dependencies?

2009-07-19 Thread Robert T Wyatt
In trying to install pine-ssl in unstable:

The following 2 additional packages will be installed:
 openldap23-dev openldap23-shlibs

make args are CC=cc  'SSLCERTS=/sw/etc/ssl' 
'SSLINCLUDE=/sw/include/openssl' 'SSLLIB=/sw/lib' 
'EXTRACFLAGS=-I/sw/include' 'EXTRALDFLAGS=-L/sw/lib' 'DEBUG=-g -O2 
-DDEBUG' 'LDAPLIBS=../ldap/libraries/libldap.a 
../ldap/libraries/liblber.a -L/sw/lib -lsasl2' osx

The LDAP library ldap/libraries/libldap.a
is missing.
### execution of /var/tmp/tmp.2.n36w8v failed, exit code 30
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pine-ssl-4.64-1003

even though I have:

 i   openldap23-dev   2.3.43-3
 i   openldap23-shlibs2.3.43-3

I'm not sure what's going on, but I think it might have to do with what 
seems to me like a catch-22:

openssl097: Depends: openssl (= 0.9.7m-5)

openssl conflicts with openssl097, but openssl097 is installed

(i)  openssl  0.9.8k-4
 openssl-dev  0.9.6m-11
 i   openssl-shlibs   0.9.6m-11
 openssl097   0.9.7m-5 
 openssl097-dev   0.9.7m-5 
 i   openssl097-shlibs0.9.7m-5
 i   openssl098-dev   0.9.8k-4
 i   openssl098-shlibs0.9.8k-4
 pyopenssl-py24   0.8-1
 pyopenssl-py25   0.8-1
 pyopenssl-py26   0.8-1
 i   system-openssl-dev   0.9.7-6
 i   system-pkgconfig-openssl 0.9.7l-1

--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] denyhosts-py25

2009-07-12 Thread Robert T Wyatt
Howdy fink developers,

Murali is busy with other projects and so I'm interested in taking over 
maintainership of denyhosts-py25. Should I simply submit a package on 
the tracker with the new maintainer info?

Oh, I also need to subscribe to this list from a different address as 
this one will be retired one day. Here would be my preferred: 
chupacerv...@gmail.com

It's been a while since I've been active so any pointers are welcome,
Robert


[Here's Murali's response to the inquiry:]
I am working at a start-up company and have other things in hand as 
well. I would be more than happy for my packages to be taken over by 
other maintainers, as I cannot put any time in towards Fink.

With many thanks.

Best regards,
M.


--
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] fink's textutils

2008-01-06 Thread Robert T Wyatt
Kevin Horton wrote:
 The light bulb just went on here, helped by a study of a coreutils  
 build log.  Coreutils does provide gsha1sum.  I was looking for  
 sha1sum, but that symlink is only in coreutils-default.  I'll create  
 my own symlink in ~/bin, which should satisfy the program looking for  
 sha1sum, without requiring coreutils-default.
 
 Thanks for your patience.
 --
 Kevin Horton
 Ottawa, Canada

Is there any particular reason why the symlinks couldn't/shouldn't be 
installed by textutils?


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] pysqlite2-py.info

2007-12-22 Thread Robert T Wyatt
I found the following to be useful with the new pysqlite2-py.info (on 
Leopard/Intel):

Source: 
http://initd.org/pub/software/pysqlite/releases/2.3/%v/pysqlite-%v.tar.gz
should be:
Source: 
http://initd.org/pub/software/pysqlite/releases/2.4/%v/pysqlite-%v.tar.gz

... perhaps the 2.3-2.4 can be replaced by a variable, but maybe not...?


also:
Source-MD5: f7c9d735bf7887fd97bfb7d2d326ebe7
should be:
Source-MD5: 46b4590c51b9fb62cd0be1439646549e

Everything went very smoothly after that! :-)

Thanks and hope you're having a great holiday,
Robert

cc: fink-devel in case Kurt isn't around.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] xmms-coreaudio 1.0-3 Plugin Not Showing up in xmms 1.2.10-4

2007-12-07 Thread Robert T Wyatt
Peter O'Gorman wrote:
 Sean wrote:
 Sadly, the saga isn't over. I now have 1.0-4 and it installs and
 appears in the preferences as expected. When I try to play a music
 file, however, it crashes while in the coreaudio library.

 Crash log is attached.

 Sean

 On Dec 7, 2007 12:28 AM, Martin Costabel [EMAIL PROTECTED] wrote:
 Peter O'Gorman wrote:
 []
 At least you know the workaround now.
 I checked in xmms-coreaudio-1.0-4 that uses this workaround.
 Should now work on Leopard.

 --
 artin


 
 Perhaps this would help?
 
 http://ftp.netbsd.org/pub/NetBSD/NetBSD-current/pkgsrc/audio/xmms-osx/patches/patch-aa
 
 Peter

Hi Peter,
I've copied all the xmms files into my local tree; how would I apply 
that patch? I tried just adding it to the existing xmms.patch file and 
of course upon rebuilding I get a dialog asking which file to patch.

fwiw, I didn't try using xmms before Martin applied the patch you 
suggested, but it does crash for me also (when I tried to play my iTunes 
folder).

Happy to test the patch, unfortunately I need spoon-feeding to do so 
(but hopefully I won't next time). :-(


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] new pdb (hopefully) ready for testing

2007-12-06 Thread Robert T Wyatt
Dave Vasilevsky wrote:
 Looks very cool! A few minor quibbles:
 
 * The 'Sort order' field seems meaningless. The only option is
 'Descending', but the results are always sorted ascending by name
 anyhow. I'd suggest just scrapping the field, what's the point of
 sorting descending-by-name?

humorIt's the only way some of us ever get to be first!/humor

 
 * Could you add a way to search only the current distributions? Might
 even want to turn that on by default--if Joe User sees a package in
 the result list he'd probably assume the package is actually
 available, can't trust him to click through to the package page.


This is s true. How many times does a user say they see a package in 
the PDB but they can't install it (because it's in a different tree)?

daydreamingIf the user could choose the target tree, then choosing 
unstable should be one of the more obvious 'toggles' as it 
were./daydreaming


 Thanks for all your pdb work!
 Dave

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Keeping the tracker moving

2007-12-06 Thread Robert T Wyatt
John Ridgway wrote:
 On Dec 6, 2007, at 12:01 PM, Alexander K. Hansen wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 I'm probably a month+ away from having Leopard going (I've asked for
 it for Christmas and it's going to be a very busy December and January
 for me), and I don't foresee an Intel box, and therefore the ability
 for me to look at Intel-only issues, in the near future.

 There's at least one package on the tracker right now that is listed
 as an Intel-only upgrade, so if somebody could take a look at it (and
 others, if present), it would be nice; if anything is 10.5-only (I
 haven't noted anything as of yet) that could also benefit from some
 attention.  Commit access isn't mandatory.

 I'm kind of thinking that I should write up a developer-type document
 (on the wiki) dealing with the procedures that I use for evaluating
 packages on the tracker, and to get additional contributions in case
 I've left something out.  If we have a systematic methodology to
 follow, it might be easier for somebody who actually has an Intel box
 to step in and follow identical procedures to what I'm doing and
 thereby maintain consistency.
 
 
 Writing that up would be a great idea -- for two reasons:
 1) Those of us with some time could assist with checking submitted  
 packages.
 2) Those of us who submit packages could use the document to do our  
 own checking -- thus leading, with a little luck, to better initial  
 submissions.
 
 Peace
 - John

+1 Do to my infrequent participation I hesitate to help evaluate tracker 
packages, but if I had something to follow I'd be happy to test stuff 
and provide input.

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Keeping the tracker moving

2007-12-06 Thread Robert T Wyatt
Robert T Wyatt wrote:
 +1 Do to my infrequent participation I hesitate to help evaluate tracker 
 packages, but if I had something to follow I'd be happy to test stuff 
 and provide input.

Due-do. It's been a long couple of days: 
http://ccwf.cc.utexas.edu/~robert/images/utc.gif
(2nd from left looking toward the camera)


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Xerces-C compilation frustration

2007-12-04 Thread Robert T Wyatt
no help here, but fwiw, on leopard/intel all of the xerces packages 
build and install:

bash-3.2$ fink list -t xerces
Information about 6196 packages read in 2 seconds.
  i xerces-c2.7.0-1002  XML parser in C++
  i xerces-c-dev2.7.0-1002  XML parser in C++
  i xerces-c-shlibs 2.7.0-1002  XML parser in C++
  i xerces-j2.8.0-1 XML parser in Java
  i xerces-j-docs   2.8.0-1 Documentation for xerces-j
bash-3.2$


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] lasi-1.0.6 build failure on 10.4/Intel

2007-11-19 Thread Robert T Wyatt
Sebastien Maret wrote:
 lasi-1.0.6 fails to buid on 10.4/Intel with the following error:
 
 if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DPACKAGE_NAME=\LASi\ 
 -DPACKAGE_TARNAME=\lasi\ -DPACKAGE_VERSION=\1.0.6\ 
 -DPACKAGE_STRING=\LASi\ 1.0.6\ -DPACKAGE_BUGREPORT=\[EMAIL PROTECTED] 
 -DPACKAGE=\lasi\ -DVERSION=\1.0.6\ -DPANGO_ENABLE_BACKEND=1 
 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBGLIB_2_0=1 
 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1  -I. -I.  -I/sw/include/glib-2.0 
 -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/include 
 -I/usr/X11R6/include/freetype2   -I../include -I/sw/include  -g -O2 -MT 
 drawGlyph.lo -MD -MP -MF .deps/drawGlyph.Tpo -c -o drawGlyph.lo 
 drawGlyph.cpp; \
 then mv -f .deps/drawGlyph.Tpo .deps/drawGlyph.Plo; else rm -f 
 .deps/drawGlyph.Tpo; exit 1; fi
 mkdir .libs
  g++ -DPACKAGE_NAME=\LASi\ -DPACKAGE_TARNAME=\lasi\ 
 -DPACKAGE_VERSION=\1.0.6\ -DPACKAGE_STRING=\LASi 1.0.6\ 
 -DPACKAGE_BUGREPORT=\[EMAIL PROTECTED] -DPACKAGE=\lasi\ 
 -DVERSION=\1.0.6\ -DPANGO_ENABLE_BACKEND=1 -DSTDC_HEADERS=1 
 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBGLIB_2_0=1 -DHAVE__BOOL=1 
 -DHAVE_STDBOOL_H=1 -I. -I. -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
 -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 
 -I../include -I/sw/include -g -O2 -MT drawGlyph.lo -MD -MP -MF 
 .deps/drawGlyph.Tpo -c drawGlyph.cpp  -fno-common -DPIC -o .libs/drawGlyph.o
 drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, 
 void*)' to 'int (*)(FT_Vector*, void*)'
 drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, 
 void*)' to 'int (*)(FT_Vector*, void*)'
 drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, 
 const FT_Vector*, void*)' to 'int (*)(FT_Vector*, FT_Vector*, void*)'
 drawGlyph.cpp:111: error: invalid conversion from 'int (*)(const FT_Vector*, 
 const FT_Vector*, const FT_Vector*, void*)' to 'int (*)(FT_Vector*, 
 FT_Vector*, FT_Vector*, void*)'
 make[1]: *** [drawGlyph.lo] Error 1
 make: *** [all-recursive] Error 1
 ### execution of make failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-lasi-1.0.6-1001
 (Reading database ... 68054 files and directories currently installed.)
 Removing fink-buildlock-lasi-1.0.6-1001 ...
 Failed: phase compiling: lasi-1.0.6-1001 failed
 
 Sébastien

bummer, it's the first one that's worked on leopard/intel!

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] coreutils-6.9-3 fails tests

2007-11-17 Thread Robert T Wyatt
Hi Aida,

I'm on an intel machine, not ppc, but I tried this anyway. This is what 
I got:

PASS: stat-printf
./tac-continue: FULL_PARTITION_TMPDIR not defined; skipping this test
SKIP: tac-continue
PASS: test-diag
tty-eof: tail didn't exit after ^D from standard input
FAIL: tty-eof
==
1 of 42 tests failed
(4 tests were not run)
Please report to [EMAIL PROTECTED]
==
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
### execution of /var/tmp/tmp.1.sQxi6V failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-coreutils-6.9-3a
(Reading database ... 234610 files and directories currently installed.)
Removing fink-buildlock-coreutils-6.9-3a ...
Failed: phase compiling: coreutils-6.9-3a failed

AIDA Shinra wrote:
 At Thu, 15 Nov 2007 10:45:05 -0600,
 Robert T Wyatt wrote:
 I'm pretty sure that I posted at least as much as is pertinent, but the 
 rest of it is here if you need it: 
 http://ccwf.cc.utexas.edu/~robert/intel/coreutils-6.9-3.txt
 
 Can you test the following patch? I guess something is wrong in ACL
 implementation.
 
 Index: coreutils.info
 ===
 RCS file: 
 /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
 retrieving revision 1.15
 diff -u -r1.15 coreutils.info
 --- coreutils.info15 Nov 2007 12:59:17 -  1.15
 +++ coreutils.info17 Nov 2007 03:09:52 -
 @@ -14,7 +14,7 @@
#!/bin/sh -ex
case `uname -r` in
  [0-8].*) ./configure %c;;
 -*) ./configure jm_cv_func_svid_putenv=yes %c;;
 +*) ./configure jm_cv_func_svid_putenv=yes 
 gl_cv_func_working_acl_get_file=no %c;;
esac
make
make check
 
 P.S. If 10.5 on powerpc

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] fixes for grace+pdflib6 under intel/leopard

2007-11-17 Thread Robert T Wyatt
Martin Costabel wrote:
 Alexander K. Hansen wrote:
 []
 10.4 and 10.5 share a distribution; the package web listing is having
 issues; and Jack's update is still on the package submission tracker
 and has not been added to Fink yet.
 
 If you mean pdflib6, this has been added to Fink last week. Since all 
 dependencies of grace are now available, there is no more reason to 
 block it for 10.5. In fact, I have just built grace-5.1.21-2 
 successfully on 10.5/intel, and I have unblocked it on CVS, so that it 
 is now available for Leopard.

works for me! :-)
(intel/leopard)

 
 Don't pay attention to the package database on the web, in particular 
 when it talks about availability for 10.5; it is having issues, as 
 Alex is putting it politely :-(
 

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] coreutils-6.9-3 fails tests

2007-11-17 Thread Robert T Wyatt
It has built and installed now on intel/leopard. Thanks for whatever 
changed...!

AIDA Shinra wrote:
 At Thu, 15 Nov 2007 10:45:05 -0600,
 Robert T Wyatt wrote:
 I'm pretty sure that I posted at least as much as is pertinent, but the 
 rest of it is here if you need it: 
 http://ccwf.cc.utexas.edu/~robert/intel/coreutils-6.9-3.txt
 
 Can you test the following patch? I guess something is wrong in ACL
 implementation.
 
 Index: coreutils.info
 ===
 RCS file: 
 /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/coreutils.info,v
 retrieving revision 1.15
 diff -u -r1.15 coreutils.info
 --- coreutils.info15 Nov 2007 12:59:17 -  1.15
 +++ coreutils.info17 Nov 2007 03:09:52 -
 @@ -14,7 +14,7 @@
#!/bin/sh -ex
case `uname -r` in
  [0-8].*) ./configure %c;;
 -*) ./configure jm_cv_func_svid_putenv=yes %c;;
 +*) ./configure jm_cv_func_svid_putenv=yes 
 gl_cv_func_working_acl_get_file=no %c;;
esac
make
make check
 
 P.S. If 10.5 on powerpc

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] coreutils-6.9-3 fails tests

2007-11-15 Thread Robert T Wyatt
I'm pretty sure that I posted at least as much as is pertinent, but the 
rest of it is here if you need it: 
http://ccwf.cc.utexas.edu/~robert/intel/coreutils-6.9-3.txt

Happy to help test solutions on intel/leopard!

Making check in tests
***
NOTICE: Some tests may be run only as root.
   Do `make check-root' as `root' to run these tests.
***
Making check in chgrp
make  check-TESTS
PASS: default-no-deref
PASS: basic
PASS: deref
./no-x: /sw/src/fink.build/coreutils-6.9-3/coreutils-6.9/tests/chgrp: 
not writable by user `nobody'
./no-x: skipping this test
SKIP: no-x
PASS: posix-H
PASS: recurse
==
All 5 tests passed
(1 tests were not run)
==
Making check in chmod
make  check-TESTS
PASS: inaccessible
PASS: c-option
PASS: equal-x
PASS: equals
./no-x: /sw/src/fink.build/coreutils-6.9-3/coreutils-6.9/tests/chmod: 
not writable by user `nobody'
./no-x: skipping this test
SKIP: no-x
PASS: octal
PASS: setgid
PASS: umask-x
PASS: usage
==
All 8 tests passed
(1 tests were not run)
==
Making check in chown
make  check-TESTS
./preserve-root: 
/sw/src/fink.build/coreutils-6.9-3/coreutils-6.9/tests/chown: not 
writable by user `nobody'
./preserve-root: skipping this test
SKIP: preserve-root
PASS: basic
PASS: deref
PASS: separator
==
All 3 tests passed
(1 tests were not run)
==
Making check in cp
make  check-TESTS
cp: `fifo': No such file or directory
FAIL: file-perm-race
cp: `mode/fifo': No such file or directory
cp: `d/mode': Invalid argument
FAIL: parent-perm-race
cp: `y/x': Invalid argument
cp: `y/x': Invalid argument
FAIL: backup-dir
cmp: EOF on exp
1d0
 cp: `./.': Invalid argument
FAIL: src-base-dot
./sparse: skipping this test, since this file system doesn't support 
sparse files
SKIP: sparse
PASS: link-no-deref
PASS: cp-deref
**
./acl: This test requires getfacl and setfacl.
**
SKIP: acl
cp: `f': No such file or directory
FAIL: preserve-2
PASS: r-vs-symlink
PASS: link-preserve
PASS: backup-1
PASS: no-deref-link1
PASS: no-deref-link2
PASS: no-deref-link3
PASS: backup-is-src
PASS: same-file
PASS: cp-mv-backup
PASS: symlink-slash
PASS: slink-2-slink
./fail-perm: /sw/src/fink.build/coreutils-6.9-3/coreutils-6.9/tests/cp: 
not writable by user `nobody'
./fail-perm: skipping this test
SKIP: fail-perm
PASS: dir-slash
./perm: This test is very expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_VERY_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

   env RUN_VERY_EXPENSIVE_TESTS=yes make check

SKIP: perm
PASS: cp-HL
PASS: cp-i
cp: `a': No such file or directory
cp: `b': No such file or directory
cp: `c': No such file or directory
FAIL: special-bits
PASS: link
PASS: dir-rm-dest
cp: `e/d/a/b/c': Invalid argument
cp: `e/d/a/b': Invalid argument
FAIL: cp-parents
PASS: deref-slink
PASS: dir-vs-file
PASS: into-self
==
7 of 28 tests failed
(4 tests were not run)
Please report to [EMAIL PROTECTED]
==
make[3]: *** [check-TESTS] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [check-recursive] Error 1
### execution of /var/tmp/tmp.1.Dg5GUW failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-coreutils-6.9-3
(Reading database ... 230475 files and directories currently installed.)
Removing fink-buildlock-coreutils-6.9-3 ...
Failed: phase compiling: coreutils-6.9-3 failed


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] No /etc/fonts directory in Leopard (OS X.5)

2007-11-01 Thread Robert T Wyatt
Ebrahim Mayat wrote:
 On Oct 31, 2007, at 5:23 PM, Alexander Strange wrote:
 
 Do you have fontconfig-path installed? If so, try removing it.
 
 Doing that would entail also removing fc-ghostscript-fonts and all the 
 packages that depend on it.  
 
 The second option would be to edit the fonts.conf configuration file in 
 /usr/X11/lib/X11/fonts. When trying this, however, I came across the 
 following notice:
 
DO NOT EDIT THIS FILE.
 IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
 LOCAL CHANGES BELONG IN 'local.conf'.
 
 
 Waiting for the new fink fontconfig package still remains the best option.
 
 EM 

FWIW, in my case this allowed me to run xdrawchem:

bash-3.2$ sudo apt-get remove x-ghostscript-fonts
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
   x-ghostscript-fonts xfig

YMMV, --rtw


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] gnu extension obstack.h

2007-06-20 Thread Robert T Wyatt
Does anyone here know if one of the fink packages includes a GNU 
extension known as obstack.h?

I'm trying to build a package related to openstreetmap.org and the new 
revision of that file asks for this. In the meantime, the package author 
is reverting to normal C code.

 gosmore.cc:18:63: error: obstack.h: No such file or directory

Thanks,
Robert

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gnu extension obstack.h

2007-06-20 Thread Robert T Wyatt
Peter O'Gorman wrote:
 On Wed, 2007-06-20 at 16:49 -0400, Daniel Macks wrote:
 On Wed, Jun 20, 2007 at 03:39:48PM -0500, Robert T Wyatt wrote:
 Does anyone here know if one of the fink packages includes a GNU 
 extension known as obstack.h?

 I'm trying to build a package related to openstreetmap.org and the new 
 revision of that file asks for this. In the meantime, the package author 
 is reverting to normal C code.

 gosmore.cc:18:63: error: obstack.h: No such file or directory
 I don't think it's available in a fink package. The anacron package
 had a similar problem, and so it just imports the whole obstack.[hc]
 source in a patch.
 
 It is in gnulib, you can add any gnulib bits necessary in a patch.
 
 http://www.gnu.org/software/gnulib/
 
 http://cvs.savannah.gnu.org/viewvc/*checkout*/gnulib/gnulib/lib/obstack.h?revision=1.33content-type=text%2Fplain
 
 http://cvs.savannah.gnu.org/viewvc/*checkout*/gnulib/gnulib/lib/obstack.c?revision=1.33content-type=text%2Fplain
 
 Peter

Thanks Dan and Peter, I'll take a look at how analog does it and go from 
there. I guess analog puts it in a local make area and so it's not 
available fink-wide.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] mirror

2007-06-13 Thread Robert T Wyatt
I just discovered that my employer is hosting a fink mirror:
ftp://ftp.utexas.edu/mirrors/fink/

Thought I'd throw it out there in case anyone has something to say
about it


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] curl timeout?

2007-06-12 Thread Robert T Wyatt
For a couple of weeks now I have noticed that curl doesn't seem to
timeout on the master mirror. That is, the connection stays active
until I issue control-C. In the case below, it sat there for 1 min.
and 6 seconds before I exited (at which point it offers me the
standard five choices for a not-found url--and works fine).

Is this expected? I know the command line says to allow 30 seconds for
a connection, but how long can the connection stay active without any
transfer (hint, I've come back to a 15-minute-and-running connection
that I had to manually exit). Perhaps it is the server that should be
disconnecting and not the client--I don't know.

Obviously this isn't a huge problem for me since there's a simple
workaround, but I'm curious about whether it is intended.

curl --connect-timeout 30 -f -L -A 'fink/0.27.2' -O
http://distfiles.master.finkmirrors.net/fontforge_full-20070607.tar.bz2
  % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
 Dload  Upload   Total   SpentLeft
 Speed
  0 00 00 0  0  0 --:--:--  0:01:06
--:--:-- 0^C### execution of curl failed, exit code 2


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Ruby people: I would like to update to 1.8.6

2007-06-08 Thread Robert T Wyatt
Looks good on the dual-G5 Alex!
http://reg066.reg.utexas.edu/~bentones/fink/ruby18-1.8.6-1.txt


Alexander Hansen wrote:
 If you're using Fink's ruby packages, please weigh in on / test out
 
 http://sourceforge.net/tracker/index.php?func=detailaid=1706631group_id=17203atid=414256
 
 (ruby 1.8.6).  I'd like to close that tracker item out soon.
 
 Thanks!


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] NotifyPlugins

2007-05-18 Thread Robert T Wyatt
On this page:
http://wiki.finkproject.org/index.php/Fink:Notification_Plugins

... it is said that since version 0.26 fink supports more than one
plugin at a time but it is not described how achieve to this
functionality.

Having multiple instances of the NotifyPlugin line with fink 0.27.1
from the 10.4-unstable tree yields the error:  Repeated occurrence of
field notifyplugin at line 28 of /sw/etc/fink.conf.

So perhaps the plugins should be listed sequentially on the same line?

Also, the link from the Doc page
(http://www.finkproject.org/doc/users-guide/conf.php?phpLang=en#advanced)
has a typo and goes to the non-existent page:
http://wiki.finkproject.org/index.php/Fink:Notificati_on_Plugins

instead of:
http://wiki.finkproject.org/index.php/Fink:Notification_Plugins

Thanks!
Robert

... who has been rebuilding his dual G5 for over a week now.



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] wiki for unofficial binaries?

2007-05-11 Thread Robert T Wyatt
Alexander Hansen wrote:
 Robert T Wyatt wrote:
 Would it be appropriate to make a wiki page for unofficial bindists?
 No means don't read any further.

 If so I think some details about the build platform should be
 required. I know this could lead to debugging problems and that's why
 they are unofficial in the first place, but maybe big red letters
 saying unsupported would help?



   
 It would probably suffice to post the supported platforms, OS versions, 
 and the URIs for them, e.g.
 
 deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.4 unstable main crypto
 
 
  From a technical support standpoint, the answer to any problem when 
 somebody uses an unsupported bindist would be to  rebuild whatever is 
 broken from source, and complain to the provider of that entity rather 
 than us.
 

Good notes, I'll put them on the page. Right now I'm trying to recover
from a major crash on my dual G5, which is my bindist server, so I'll
be letting these ideas soak in a little before putting the page up.



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] my problem computer

2007-03-26 Thread Robert T Wyatt
Hi Jack,

I think you mentioned this to me once before. I don't have AppleCare,
but I'll bet my LAN administrator has TechTool. I'll ask him about that.

To the list in general: In soliciting volunteers, when I said I needed
to be able to verify your identity I just meant that I would
correspond to you by e-mail and check that you've been around for a
while, not that I would need to check your id card or anything like that.

Thanks!
Robert

Jack Howarth wrote:
 Robert,
Have you considered the possiblity of bad blocks on
 your hard drive? I saw something like that on my AppleRAID
 (with two SATA drives) of my dual G5. The fink builds
 were failing randomly until I reformatted the problem
 drive with zeroing to allow it to spare out bad blocks.
 If you happen to have AppleCare, you can download a free
 copy of TechTool Deluxe which can detect bad blocks.
 I have often found that the weirder crashes can often
 be from those rather than bad memory (especially since
 the dual G5 does a decent memory check on startup).
   Jack


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] my problem computer

2007-03-22 Thread Robert T Wyatt
Hi fink dev,

Some of you know that I've had intermittent problems on my dualG5 for
quite some time now. It has crossed software updates from 10.3 and
10.4, so I'm thinking it is a hardware problem. It has been suggested
that it might be corrupt memory chips.

I've filed a bug with Apple and am now requesting help from anyone
interested in debugging this. If you are interested, and I can verify
your identity, I can create a test account on the machine for you to
help respond to Apple's current inquiry (which follows).

Thank you for helping!
Robert

ps. I can tell you now that it does not consistently fail in the exact
same spot, but it does inconsistently fail in the exact same spot...
usually with malloc errors but sometimes with completely random errors.

= Current note from Apple =

Bug ID# 5033238

Engineering has requested the following information in order to
further investigate this issue:

Does your build fail in the exact same spot every time you build that
project?  If so, please use the preprocessed source code (-save-temps
or -E) and see if you can get it to fail with that. If it does fail,
then please provide the command line and that file.

If it randomly differs, you could grab a preprocessed source code for
something that fails and then build it 100 times and see if it shows
any non-determinism,


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] master.us.finkmirrors.net down?

2007-02-20 Thread Robert T Wyatt
More mirror issues just now:

rsync -az -v  rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) 
[receiver=2.6.9]
### execution of rsync failed, exit code 12
Failed to fetch the timestamp file from the rsync server: 
rsync://master.us.finkmirrors.net/finkinfo/.  Check the error messages 
above.

(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]
rsync -az -v  rsync://bdl.ct.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
rsync: failed to connect to bdl.ct.us.finkmirrors.net: Operation timed 
out (60)
rsync error: error in socket IO (code 10) at clientserver.c(104) 
[receiver=2.6.9]
### execution of rsync failed, exit code 10
Failed to fetch the timestamp file from the rsync server: 
rsync://bdl.ct.us.finkmirrors.net/finkinfo/.  Check the error messages 
above.

(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]
rsync -az -v  rsync://dkx.tn.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp

Hello, archive user!  This is the RSYNC server for [EMAIL PROTECTED]

ftp.sunsite.utk.edu (currently 160.36.178.159)

   - This server is a Sun Ultra Enterprise 450
 with four CPU's and 4Gb of RAM
   - Located in Knoxville, TN, USA

   See also http://sunsite.utk.edu/

Please email problems, suggestions, and questions to [EMAIL PROTECTED]

@ERROR: chroot failed
rsync error: error starting client-server protocol (code 5) at 
main.c(1383) [receiver=2.6.9]
### execution of rsync failed, exit code 5
Failed to fetch the timestamp file from the rsync server: 
rsync://dkx.tn.us.finkmirrors.net/finkinfo/.  Check the error messages 
above.

(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? [4] 3
rsync -az -v  rsync://sbn.in.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
@ERROR: chroot failed
rsync error: error starting client-server protocol (code 5) at 
main.c(1383) [receiver=2.6.9]
### execution of rsync failed, exit code 5
Failed to fetch the timestamp file from the rsync server: 
rsync://sbn.in.us.finkmirrors.net/finkinfo/.  Check the error messages 
above.

(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? [4] 3
rsync -az -v  rsync://sfo.ca.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
rsync: failed to connect to sfo.ca.us.finkmirrors.net: Operation timed 
out (60)
rsync error: error in socket IO (code 10) at clientserver.c(104) 
[receiver=2.6.9]
### execution of rsync failed, exit code 10

Downloading the indexes of available packages in the binary distribution.
/sw/bin/apt-get-lockwait update
Err http://bindist.finkmirrors.net 10.4/release/main Packages
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/release/main Release
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/release/crypto Packages
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/release/crypto Release
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/current/main Packages
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/current/main Release
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/current/crypto Packages
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Err http://bindist.finkmirrors.net 10.4/current/crypto Release
   Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Failed to fetch 
http://bindist.finkmirrors.net/bindist/dists/10.4/release/main/binary-darwin-powerpc/Packages
 
  Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Failed to fetch 
http://bindist.finkmirrors.net/bindist/dists/10.4/release/main/binary-darwin-powerpc/Release
 
  Could not connect to bindist.finkmirrors.net:80 (213.84.134.230). - 
connect (61 Connection refused)
Failed to fetch 
http://bindist.finkmirrors.net/bindist/dists/10.4/release/crypto/binary-darwin-powerpc/Packages
 
  Could not connect to bindist.finkmirrors.net:80 

[Fink-devel] cwp-su, coreutils, and modglue

2007-02-19 Thread Robert T Wyatt
FYI to the various maintainers:

While installing cwp-su (from the 10.4-unstable tree) dpkg complains
about:
trying to overwrite '/sw/bin/grm', which is also in package coreutils
and
trying to overwrite '/sw/bin/isatty', which is also in package modglue

You may already be aware of this, but there it is. Using
sudo dpkg -i --force-overwrite /pathto/cwp-su_38-1_darwin-powerpc.deb
works in the meantime.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] postgis82-1.2.1-1024

2007-02-18 Thread Robert T Wyatt
Daniel Johnson wrote:
 You can also manually edit /sw/sbin/update-alternatives and change
 
 $altdir= '/etc/alternatives';
 
 to
 
 $altdir= '/sw/etc/alternatives';
 
 until this is fixed.

Confirmed to work for me! (It's on line 100 by the way.) Thanks, Robert

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] postgis82-1.2.1-1024

2007-02-16 Thread Robert T Wyatt
Howdy,

Postgis82 (10.4-unstable tree) built for me, but it won't install (on 
two different machines I have the same error):

Setting up postgis82 (1.2.1-1024) ...
mv: cannot stat `/etc/alternatives/createdb.postgis.dpkg-tmp': No such 
file or directory
update-alternatives: unable to install 
/etc/alternatives/createdb.postgis.dpkg-tmp as 
/etc/alternatives/createdb.postgis: No such file or directory
/sw/bin/dpkg: error processing postgis82 (--install):
  subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
  postgis82
### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Failed: can't install package postgis82-1.2.1-1024

Let me know if I can help!

Robert


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] postgis82-1.2.1-1024

2007-02-16 Thread Robert T Wyatt
Robert T Wyatt wrote:
 Howdy,
 
 Postgis82 (10.4-unstable tree) built for me, but it won't install (on 
 two different machines I have the same error):
 
 Setting up postgis82 (1.2.1-1024) ...
 mv: cannot stat `/etc/alternatives/createdb.postgis.dpkg-tmp': No such 
 file or directory
 update-alternatives: unable to install 
 /etc/alternatives/createdb.postgis.dpkg-tmp as 
 /etc/alternatives/createdb.postgis: No such file or directory
 /sw/bin/dpkg: error processing postgis82 (--install):
   subprocess post-installation script returned error exit status 2
 Errors were encountered while processing:
   postgis82
 ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
 Failed: can't install package postgis82-1.2.1-1024

Downgrading dpkg from RR's experimental tree to the one in unstable 
resolved this.

RR: Note that I was using dpkg_1.13.25-1021 which may not have been your 
most recent.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] possible dpkg fix

2007-02-11 Thread Robert T Wyatt
[I still don't know how to get
rid of the half-installed mysql-ssl though.]

... fixed by force-overwriting mysql and then removing all the packages.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] possible dpkg fix

2007-02-10 Thread Robert T Wyatt
Benjamin Reed wrote:
 Since this discussion resurfaced, I've updated the dpkg in our vendor
 branch to the latest version, and it appears to work OK.  If people want
 to try it out, I would appreciate it.
 
 http://svn.finkproject.org/svn/users/ranger/trunk/experimental/3rdparty/10.4/main/finkinfo/base/

I'm using this dpkg on two machines. It did build and install successfully.

Unfortunately I've come across a problem and I'm not sure where the 
cause lies (quite likely it is user error). Let me try to describe the 
situation. I noticed that mysql.info was updated recently so I went to 
upgrade my package. That's when I realized that I somehow got non-ssl 
packages mixed in with -ssl packages. So I tried to install mysql-ssl 
along with mysql-ssl-client mysql-ssl15-dev mysql-ssl15-shlibs. At which 
point I had to remove a few dependent packages as well as 
coreutils-default because dpkg complained that mysql-ssl was trying to 
overwrite package /sw/bin/test which is also in coreutils-default. I 
also ran into other difficulties with mysql-ssl so I tried to remove all 
of these packages and reinstall coreutils-default.

Anyhow, I'm now at a point (on both computers) where mysql-ssl is not 
installed but I cannot install coreutils-default because it is trying to 
overwrite /sw/bin/test which is also in mysql-ssl (which is not installed).

I'll happily try any recommendations. --Robert

Here are a few of things I've tried:

bash-3.2$ fink list mysql-ssl; fink install coreutils-default
Information about 6829 packages read in 5 seconds.
  mysql-ssl 5.0.34-1002 Open Source SQL database
  mysql-ssl-client 5.0.34-1002 Open Source SQL database - Client
  mysql-ssl15-dev 5.0.34-1002 Open Source SQL database - Development 
headers and libraries
  mysql-ssl15-shlibs 5.0.34-1002 Open Source SQL database - Shared 
libraries
Password:
Information about 6829 packages read in 4 seconds.
The package 'coreutils-default' will be installed.
Reading dependency for coreutils-default-5.96-5...
The following package will be installed or updated:
  coreutils-default
Reading buildlock packages...
 All buildlocks accounted for.
/sw/bin/dpkg-lockwait -i 
/sw/var/cache/apt/archives/coreutils-default_1%3a5.96-5_darwin-powerpc.deb
(Reading database ... 273297 files and directories currently installed.)
Unpacking coreutils-default (from 
.../coreutils-default_1%3a5.96-5_darwin-powerpc.deb) ...
/sw/bin/dpkg: error processing 
/sw/var/cache/apt/archives/coreutils-default_1%3a5.96-5_darwin-powerpc.deb 
(--install):
  trying to overwrite `/sw/bin/test', which is also in package mysql-ssl
Errors were encountered while processing:
  /sw/var/cache/apt/archives/coreutils-default_1%3a5.96-5_darwin-powerpc.deb
### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Failed: can't install package coreutils-default-5.96-5
bash-3.2$ sudo dpkg -i --force-overwrite mysql-ssl
/sw/bin/dpkg: error processing mysql-ssl (--install):
  cannot access archive: No such file or directory
Errors were encountered while processing:
  mysql-ssl
bash-3.2$ sudo dpkg --purge mysql-ssl
(Reading database ... 479263 files and directories currently installed.)
Removing mysql-ssl ...
No matching service found for mysql, skipping.
/sw/bin/dpkg: error processing mysql-ssl (--purge):
  subprocess pre-removal script returned error exit status 1
/sw/bin/mysql_install_db: line 1: /sw/bin/hostname: No such file or 
directory
WARNING: The host '' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work
normally with the exception that host name resolving will not work.
This means that you should use IP addresses instead of hostnames
when specifying MySQL privileges !
Installing all prepared tables
070210 21:19:50 [Warning] Setting lower_case_table_names=2 because file 
system for /sw/var/mysql/ is case insensitive
Fill help tables
070210 21:19:50 [Warning] Setting lower_case_table_names=2 because file 
system for /sw/var/mysql/ is case insensitive

To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/sw/bin/mysqladmin -u root password 'new-password'
/sw/bin/mysqladmin -u root -h  password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL = 3.22.10 you should run
the /sw/bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!

You can start the MySQL daemon with:
cd /sw ; /sw/bin/mysqld_safe 

You can test the MySQL daemon with the benchmarks in the 'sql-bench' 
directory:
cd sql-bench ; perl run-all-tests

Please report any problems with the /sw/bin/mysqlbug script!

The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying 

Re: [Fink-devel] possible dpkg fix

2007-02-10 Thread Robert T Wyatt
Nevermind. The solutions for the two computers were:

sudo dpkg -i --force-overwrite 
/sw/var/cache/apt/archives/coreutils-default_1%3a5.96-5_darwin-powerpc.deb

and

sudo dpkg -i --force-overwrite 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/utils/coreutils-default_5.96-5_darwin-powerpc.deb

That fixed the coreutils-default problem. I still don't know how to get 
rid of the half-installed mysql-ssl though.

Thanks,
Robert

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] gcc42 deps

2007-02-02 Thread Robert T Wyatt
Apparently fink (dpkg ?) doesn't notice this error:

Sorry, but the following packages have unmet dependencies:
   gcc42: Depends: gcc42-shlibs (= 0:4.1.-20070124) but 
4.1.-20070124 is to be installed

But apt-get does.

Fink shows:

  i   gcc42 4.1.-20070124
  i   gcc42-shlibs  4.1.-20070124

While apt-get gives the above error.

dumpinfo on gcc42 shows:

depends: gmp-shlibs (= 4.2.1-1), libmpfr1-shlibs (= 2.2.0-2), 
odcctools (= 622.3-20060913), gcc42-shlibs (= 0:4.1.-20070124), 
libiconv, libgettext3-shlibs
builddepends: gmp (= 4.2.1-1), libmpfr1 (= 2.2.0-2), libiconv-dev, 
gettext-tools, libgettext3-dev


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Robert T Wyatt
I see now that this is coming from the %e expansion in gcc42.info, but
I don't know how to fix it without breaking something else.

Robert T Wyatt wrote:
 Apparently fink (dpkg ?) doesn't notice this error:
 
 Sorry, but the following packages have unmet dependencies:
gcc42: Depends: gcc42-shlibs (= 0:4.1.-20070124) but 
 4.1.-20070124 is to be installed
 
 But apt-get does.
 
 Fink shows:
 
   i   gcc42   4.1.-20070124
   i   gcc42-shlibs4.1.-20070124
 
 While apt-get gives the above error.
 
 dumpinfo on gcc42 shows:
 
 depends: gmp-shlibs (= 4.2.1-1), libmpfr1-shlibs (= 2.2.0-2), 
 odcctools (= 622.3-20060913), gcc42-shlibs (= 0:4.1.-20070124), 
 libiconv, libgettext3-shlibs
 builddepends: gmp (= 4.2.1-1), libmpfr1 (= 2.2.0-2), libiconv-dev, 
 gettext-tools, libgettext3-dev


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Robert T Wyatt
 Since this version of gcc42 doesn't have a declared Epoch, the %e
 should be removed from the dependency on gcc42-shlibs (carryover from
 the prior version, perhaps).

Okay, so if I remove %e: from gcc42.info, how do I get apt to see the
change? I've tried fink scanpackages, fink index, and sudo apt-get
update, but still get the error.

It's odd because fink says gcc42 is installed but apt-get dist-upgrade
says,The following packages have been kept back newline gcc42
newline 0 packages updgraded, 0 newly installed, 0 to remove and 1
not upgraded.

Which to me implies that apt-get thinks it needs to be upgraded but is
keeping it back...? I obviously need a clue.

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Robert T Wyatt
Alexander Hansen wrote:
 You'd have to rebuild the package--the Depends information is coded
 into the .deb file.  (or you could manually unpack the .deb file, edit
 the control file, and repack it).
 
 The issue is that fink treats 0:x.y.z = x.y.z, but apt thinks 0:x.y.z  x.y.z

Thanks! I understand now and was afraid that would be the answer. With
almost any other package I would rebuild it at the drop of a hat, but
of course it takes a bit longer with this particular one. (Manually
editing the .deb would certainly be faster.) I hope that if it's fixed
that the revision isn't bumped I'll probably go ahead and rebuild
it anyway to keep apt-get happy and humming along.

I suppose it's worth a feature request that the validator check for
extraneous %e: on unepoched packages

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] checksum on libnet patch

2007-01-23 Thread Robert T Wyatt
fyi,

The new libnet1.0 patch's checksum needs updating:

Removing fink-buildlock-libnet1.0-1.0.2a-111 ...
Failed: PatchFile 
/sw/fink/dists/unstable/main/finkinfo/net/libnet1.0.patch checksum 
does not match!
Actual: 281fd76538e02537e3b2311c42ca50fd
Expected: ba84afda4ea0f24ca8f1e59fa6756f7b

... and thanks for fixing it so that I can build snort again


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] proj and polymake

2007-01-08 Thread Robert T Wyatt
Proj and polymake-common don't play nicely together (maintainers cc'd):

Unpacking proj (from .../proj_4.4.9-4_darwin-powerpc.deb) ...
/sw/bin/dpkg: error processing 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/sci/proj_4.4.9-4_darwin-powerpc.deb
 
(--install):
  trying to overwrite `/sw/bin/proj', which is also in package 
polymake-common

I would think that the package 'proj' would get dibs on '/sw/bin/proj' 
but I don't know.

ps. to Kurt: info proj has a typo: Catographic


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new package help: kodos

2007-01-05 Thread Robert T Wyatt
Hi Kurt,

It's helping me. :-) Do you mind if I take it and run with it? It now 
builds and installs but doesn't validate because it's installing stuff 
in /usr/share/ but your work has helped me understand how to deal with 
the INFO2 and the -py split-off.

I've gotten to here so far:
http://reg066.reg.utexas.edu/fink/kodos-py.info

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new package help: kodos

2007-01-05 Thread Robert T Wyatt
Robert T Wyatt wrote:
 Hi Kurt,
 
 It's helping me. :-) Do you mind if I take it and run with it? It now 
 builds and installs but doesn't validate because it's installing stuff 
 in /usr/share/ but your work has helped me understand how to deal with 
 the INFO2 and the -py split-off.
 
 I've gotten to here so far:
 http://reg066.reg.utexas.edu/fink/kodos-py.info

Oops, just remembered that Martin already showed me how to fix that!

Here's the remaining error:

Error: File in a language-versioned package is neither versioned nor in 
a versioned directory.
 Offending file: /sw/bin/kodos.py [lots of these]


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new package help: kodos

2007-01-05 Thread Robert T Wyatt
Daniel E. Macks wrote:
 Robert T Wyatt wrote:
 I've gotten to here so far:
 http://reg066.reg.utexas.edu/fink/kodos-py.info

 Here's the remaining error:

 Error: File in a language-versioned package is neither versioned nor in 
 a versioned directory.
  Offending file: /sw/bin/kodos.py [lots of these]
 
 Is this thing a python library that other python programs would use,
 or is it just a program that happens to be written in python? The
 -pyXX variant system is specifically designed for libraries, so that
 other python programs can find the correct python-version of them. If
 you just have a program, no need to play that game...you can just hard
 code it to use one specific python version instead of needing to
 provide a variant for every python version. Python2.4 is the most
 widely supported version right now, but you can use really any that
 you like.
 
 dan
 

My understanding of this is that it is a program that was written to 
help its author tweak the regex that denyhosts uses (which was written 
by the same guy). Its main attraction is that it speaks the identical 
language as denyhosts making it the tool of choice for tweaking those 
particular regexes. Another way of saying this is that pcretest helps 
with this process, but I think that kodos will help better. (The author 
says it does anyway and his reputation is sound.)

So you're indicating that possibly this could be a kodos.info package 
instead of a kodos-py.info package if I understand you correctly.

As it happens, using Kurt's kodos-py.info does tend to help with its 
dependencies on pyqt-py, sip-py, and python-py, but certainly those 
could be hard-coded as well.

For my part, I would just like to package it in an acceptable fashion 
and I really appreciate the guidance I'm getting.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new package help: kodos

2007-01-04 Thread Robert T Wyatt
Martin Costabel wrote:
 Robert T Wyatt wrote:
 []
 Can't exec ./configure: No such file or directory at 
 /sw/lib/perl5/Fink/Services.pm line 584, DATA line 1. [see below]
 
 This thing is a python module. No configure or make involved.
 You want to have a look at other *-py packages to see how they are 
 compiled. Hint: If there is nothing to compile, you just run basically 
 an InstallScript consisting of
 
   python setup.py install --root=%d
 
 Here python will have to be replaced by 
 %p/bin/python%type_raw[python] as of the variants system.
 
 In addition, you may have to patch the setup.py script first, in the 
 case of kodos, you will at least have to fix the line
 
   libpath = /usr/share/kodos
 
 by running a little PatchScript
 
   perl -pi -e 's|/usr/share|%p/share|g' setup.py

Thanks Martin and Alexander. I haven't had a bunch of time, but I'm still
working on this. These particular suggestions haven't magically fixed
things, but they are helping. I'm going to also refer to the denyhosts.info
since that package is also originally authored by Phil Schwartz and I'm
guessing that the porting may therefore have similarities.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] new package help: kodos

2006-12-30 Thread Robert T Wyatt
I'm trying to build a fink package from the kodos project at 
SourceForge. I'm sure I've already made some mistakes in the info file, 
but it validates. However I get ye Olde make error:

make: *** No targets specified and no makefile found.  Stop.
### execution of make failed, exit code 2

This is not the freetype error in the FAQ; I'm still reading other 
docs Here's the entire kodos.info file to this point.

Package: kodos
Version: 2.4.9
Revision: 1
Source: mirror:sourceforge:%n/%n-%v.tar.gz
License: GPL
Maintainer: Robert Wyatt [EMAIL PROTECTED]
HomePage: http://sourceforge.net/projects/kodos/
Description: Visual regular expression editor and debugger
Source-MD5: d608c8b3484667d3a82ba6dfe29bb18d
CompileScript: make
InstallScript: 
#! /bin/sh -ev
make install prefix=%i

Depends: sip, pyqt-bin, python
BuildDepends: python, pyqt-bin
DescPackaging: Author: Phil Shwartz [EMAIL PROTECTED]


Is it better to put this kind of thing on the tracker for help?

Thanks,
Robert


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new package help: kodos

2006-12-30 Thread Robert T Wyatt
Alexander Hansen wrote:
 I'd recommend holding off on putting it on the tracker until it
 actually at least builds on -your- system. :-)  My preference for the
 tracker is for packages to build successfully under fink -m
 --build-as-nobody (re)build, because that reduces the iterations on
 them.

Good, that was my thinking.

 I'd guess (without having tried it myself) that your problem is that
 it needs to run a configure script to generate Makefiles and the like,
 and in specifying a CompileScript you've overloaded the default
 behavior, which is
 
 ./configure %c
 make
 (cf.
http://fink.sourceforge.net/doc/packaging/reference.php?phpLang=en#fields
 , under the CompileScript heading). Try taking out your 
 CompileScript.

I only put it in because I was at step 2.2 of the quick start tutorial, 
trying to just build it, and I got this error:

Can't exec ./configure: No such file or directory at 
/sw/lib/perl5/Fink/Services.pm line 584, DATA line 1. [see below]

Admittedly, it's not identical to the error in the tutorial, but I tried 
the remedy anyway. Perhaps it's the wrong solution here.

 Also, once it builds, if the package encodes python version
 information in itself in any way, you're going to have to make this a
 versioned package (-py23 and -py24 variants) and depend on the
 appropriate flavor of py-qt.

Okay, I reckon I'll work on that if I can get it to build. :-)

==
line 584 from Services.pm is this one: system(@wrap, $cmd); from here:

# Execute each line as a separate command.
foreach my $cmd (split(/\n/,$script)) {
 print $wrap_token$cmd\n unless $options{'quiet'};
 system(@wrap, $cmd);
 $? = 8 if defined $? and $? = 256;
 if ($?) {
 my $rc = $?;
 if (not $options{'quiet'}) {
 my ($commandname) = split(/\s+/, $cmd);
 print ### execution of $commandname failed, 
exit code $rc\n;
 }
 if (defined $options{'delete_tempfile'} and 
$options{'delete_tempfile'} == 1) {
 # probably keep tempfile around (to aide debugging)
 unlink($script) if $is_tempfile;
 }
 return $rc;  # something went boom; give up now
 }
}

Thanks!
Robert

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Robert T Wyatt
Benjamin Reed wrote:
 Dominique Dhumieres wrote:
 
 So apparently something in KDE is requiring postgresql81-shlibs=8.1.5-11,
 but I cannot find what.
 
 Hm, well, it should be taking libpqxx2-shlibs which used to be
 provided: by postgresql81-shlibs but is now a separate package.  I'm
 confused as to why the dep tree doesn't see it that way though.  What
 happens if you do a fink install libpqxx2 and then try again?
 
 I'm releasing an updated koffice package now which depends on the new
 libpqxx2 specifically, so that may fix your issue regardless, but I'd be
 interested to see if explicitly installing the new libpqxx2 fixes it
 without you needing to build koffice 1.6.1.  :)
 

fwiw, I'm getting:

Unpacking libpqxx2-shlibs (from
.../libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb) ...
/sw/bin/dpkg: error processing
/sw/fink/dists/unstable/main/binary-darwin-powerpc/database/libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb
(--install):
 trying to overwrite `/sw/lib/libpqxx.2.dylib', which is also in package
postgresql81-shlibs

I haven't been able to manipulate apt-get or fink to get around it yet


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: Fink::SysState: Could not resolve inconsistent dependencies

2006-12-15 Thread Robert T Wyatt
Robert T Wyatt wrote:
 Benjamin Reed wrote:
 Dominique Dhumieres wrote:

 So apparently something in KDE is requiring postgresql81-shlibs=8.1.5-11,
 but I cannot find what.
 Hm, well, it should be taking libpqxx2-shlibs which used to be
 provided: by postgresql81-shlibs but is now a separate package.  I'm
 confused as to why the dep tree doesn't see it that way though.  What
 happens if you do a fink install libpqxx2 and then try again?

 I'm releasing an updated koffice package now which depends on the new
 libpqxx2 specifically, so that may fix your issue regardless, but I'd be
 interested to see if explicitly installing the new libpqxx2 fixes it
 without you needing to build koffice 1.6.1.  :)

 
 fwiw, I'm getting:
 
 Unpacking libpqxx2-shlibs (from
 .../libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb) ...
 /sw/bin/dpkg: error processing
 /sw/fink/dists/unstable/main/binary-darwin-powerpc/database/libpqxx2-shlibs_2.6.8-1021_darwin-powerpc.deb
 (--install):
  trying to overwrite `/sw/lib/libpqxx.2.dylib', which is also in package
 postgresql81-shlibs
 
 I haven't been able to manipulate apt-get or fink to get around it yet


It seems like this is working for me now (on 10.4):

sudo apt-get remove bundle-kde-ssl bundle-kde-unified kexi koffice
koffice-dev libpqxx2 postgresql-perl-586 postgresql-ssl-perl-586
postgresql81-shlibs

sudo apt-get -f install

fink update-all (or whatever you may have been trying)


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] What feature would you like to see in fink/Fink?

2006-12-04 Thread Robert T Wyatt
Build/installation statistics.

Every time I open pine for the first time on a computer, it asks me if I
would like to provide (anonymous) feedback to the maintainers. I think it
would be great if fink.conf allowed for auto-feedback that could be stored
somewhere on fink.sourceforge.net (or on the wiki) that would show
successful/unsuccessful builds (and/or usage). I reckon it might need to
account for revisions

The best I can currently manage is to post my currently installed for
anyone interested. By the way, these are at:

[dual G5 at work]
http://reg066.reg.utexas.edu/~rgrtw-05/fink/installed.txt

[recently reformatted 700MHz eMac at home]
http://robertwyatt.info/fink/installed.txt
(aka http://60.90.146.246/~robertwyatt/fink/installed.txt)
(I just discovered this server isn't working and will fix it when I get home.)


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] What feature would you like to see in fink/Fink?

2006-12-04 Thread Robert T Wyatt
Benjamin Reed wrote:
 Robert T Wyatt wrote:
 Build/installation statistics.
 
 Variations of this have been on my todo list for a while.
 
 I want to provide build pass/fail statistics auto-uploaded when 
 building, but also providing hooks to report usage would be nice too, 
 although more annoyingly invasive (and difficult to implement without 
 wrapping all binaries...)

Cool! I think the simplest implementation would be to send a successful
build or install message to the maintainer so at least *they* would know
that the package is working (and for how many people); unfortunately this
may be too burdensome for our volunteer maintainers. Perhaps a dedicated
recipient address could be used to store/sort/extract the data I think
transmitting the user's architecture/environment would be an important
part. (I guess spam and false reports would have to be filtered) Even
something as crude as sending the info to
[EMAIL PROTECTED] could be useful if the package,
version, and tree were in the subject.

It is intended to help in the area of moving things from unstable to stable
which is clearly a goal of the project.

/preaching to the choir

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] upgrade path for xml-sax-pm586_0.14-3

2006-11-18 Thread Robert T Wyatt

 This should be fixed by the latest revision (0.14-4). Could you 'fink  
 selfupdate' and 'fink update-all' and verify that?
 
 Thanks,
 Christian.

Hi Christian,

I get a slightly different error this time:

Preparing to replace xml-sax-pm586 0.14-3 (using
.../xml-sax-pm586_0.14-4_darwin-powerpc.deb) ...
Purging old config files in /sw/etc/perl/XML/SAX...
Removing obsolete directory /sw/etc/xml...
rm: cannot lstat `/sw/etc/xml/SAX': No such file or directory
/sw/bin/dpkg: error processing
/sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/perlmods/
xml-sax-pm586_0.14-4_darwin-powerpc.deb
(--install):
 subprocess pre-installation script returned error exit status 1

Let me know if you would like more output (or testing). --robert

I'm having trouble with my mail reader at home right now (not fink-related) so
I'm using the web interface at gmane. It does not allow lines longer than 80
characters, so the line break above after perlmods/ is introduced here, not by
the package.


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] upgrade path for xml-sax-pm586_0.14-3

2006-11-18 Thread Robert T Wyatt
At 2:33 PM -0600 11/18/06, Christian Schaffner wrote:
On 18.11.2006, at 06:46, Robert T Wyatt wrote:


This should be fixed by the latest revision (0.14-4). Could you 'fink
selfupdate' and 'fink update-all' and verify that?

Thanks,
Christian.

Hi Christian,

I get a slightly different error this time:

Preparing to replace xml-sax-pm586 0.14-3 (using
.../xml-sax-pm586_0.14-4_darwin-powerpc.deb) ...
Purging old config files in /sw/etc/perl/XML/SAX...
Removing obsolete directory /sw/etc/xml...
rm: cannot lstat `/sw/etc/xml/SAX': No such file or directory
/sw/bin/dpkg: error processing
/sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/perlmods/
xml-sax-pm586_0.14-4_darwin-powerpc.deb
(--install):
  subprocess pre-installation script returned error exit status 1

Let me know if you would like more output (or testing). --robert

I messed it up again. 0.14-5 should be working now. Could you try again?

Sorry for the inconvenience. Christian.


worked like a charm that time!

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] upgrade path for xml-sax-pm586_0.14-3

2006-11-16 Thread Robert T Wyatt
Using fink's 10.4-unstable tree on a dual G5 when upgrading 
xml-sax-pm586 I get the following error:

Preparing to replace xml-sax-pm586 0.14-2 (using 
.../xml-sax-pm586_0.14-3_darwin-powerpc.deb) ...mv: cannot move 
`/sw/etc/perl/XML/SAX' to a subdirectory of itself, 
`/sw/etc/perl5/5.8.6/XML/SAX'/sw/bin/dpkg: error processing 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/perlmods/xml-sax-pm586_0.14-3_darwin-powerpc.deb
 
(--install): subprocess pre-installation script returned error exit status 1

... which was resolved by issuing:

sudo apt-get remove xml-sax-pm586
sudo apt-get install icon-naming-utils xml-sax-expat-pm586 
xml-simple-pm586 xml-sax-pm586

(fink-devel is listed as the maintainer)

Best,
Robert


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] freehelix

2006-10-27 Thread Robert T Wyatt
I think the URL for freehelix may need to be updated to:

ftp://ndbserver.rutgers.edu/NDB/programs/freehelix98/freehel98.for

(from 
http://ndbserver.rutgers.edu/NDB/ftp/NDB/programs/freehelix98/freehel98.for)

--Robert


-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] freehelix

2006-10-27 Thread Robert T Wyatt
William Scott wrote:
 Hi Robert et al:
 
 I just fixed the urls.  I took the initiative since I occasionally try
 to use this program.  I left the revision number as it is -- should it
 be bumped?
 
 It needs a maintainer.  I could do it, but if Robert is willing 
 
 Bill

Hmmm, well I consider myself largely unqualified to maintain a package
(not to mention unauthorized for cvs), but if it's as easy as updating
URLs in the info package, I'd be willing to give it a go. :-)

I've been looking for a package that it would be possible for me to
maintain I accept the nomination but would happily defer to any
other candidate.

--Robert

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] freehelix

2006-10-27 Thread Robert T Wyatt
If it remains a question to me, I'll do it. My contact address should be
listed as: [EMAIL PROTECTED]

William Scott wrote:
 Hi Robert:
 
 I can't speak for those who actually make the decisions, but in this case 
 I don't see why it would be problematic.  If you need to update the 
 package, you can submit it to the package tracker (or email it to me, or 
 both).  The main thing is to make sure it is current and works. We might 
 also add a link to the paper that documents it
 http://nar.oxfordjournals.org/cgi/content/full/26/8/1906
 since it is now available freely.
 
 Bill
 
 
 
 
 On Fri, 27 Oct 2006, Robert T Wyatt wrote:
 
 William Scott wrote:
 Hi Robert et al:

 I just fixed the urls.  I took the initiative since I occasionally try
 to use this program.  I left the revision number as it is -- should it
 be bumped?

 It needs a maintainer.  I could do it, but if Robert is willing 

 Bill
 Hmmm, well I consider myself largely unqualified to maintain a package
 (not to mention unauthorized for cvs), but if it's as easy as updating
 URLs in the info package, I'd be willing to give it a go. :-)

 I've been looking for a package that it would be possible for me to
 maintain I accept the nomination but would happily defer to any
 other candidate.

 --Robert

 
 -
 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

-
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] update script ready for testing

2006-06-27 Thread Robert T Wyatt
I made the transition using the script yesterday (on a ppc). It went 
very well I'd say. I have placed the output online for anyone who might 
be interested. The only hangup was having to apt-get -f install to 
install apt-dev, I then completed with an apt-get dist-upgrade. It's 
worth noting that I downloaded 820 packages from the Todai team in the 
process (thanks guys!).

http://robertwyatt.info/fink/installed0.8.1.txt

David R. Morrison wrote:
 There is now a script available which will attempt to update a 10.4- 
 transitional (or 10.3) fink installation to the 10.4 tree.  The  
 script comes in a tarball which also contains basic deb files for a  
 10.4 installation (and hence is nearly 12 MB).
 
 I'll announce this script generally in a day or so, but in the  
 meantime, if anybody would like to test it under real-world  
 circumstances, I would like to hear how it went.  The tarball  
 containing the script is available at
 
 http://prdownloads.sourceforge.net/fink/scripts-10.4- 
 update-0.1.tar.gz?download
 
Thanks,
Dave


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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: An Experiment. Locating Fink Users with Google Earth and Earthwind. Participate? Please do!

2006-04-29 Thread Robert T Wyatt
I think this is a cool idea. Wouldn't it be easier to just set up a 
Frappr page for fink users (http://www.frappr.com/)?


David H. wrote:

Dear Community.

I have been thinking about geo-locating Fink Users for quite some time now.
This mainly serves two purposes. First of all I am very curious where all the
people that use Fink actually live and second of all, this should be a service
for our community. Do you want to know who is close to use and uses Fink? Is a
Fink user group feasible? How many Fink users are within 10 miles of me?




---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dpkg parse error

2006-04-14 Thread Robert T Wyatt

Alexander K. Hansen wrote:

On 4/14/06, Robert T Wyatt [EMAIL PROTECTED] wrote:


dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 12823:
  invalid package name (character `' not allowed - only letters, digits
and -+._ allowed)



Run a diff and see how far out of date /sw/var/lib/dpkg/status-old is.
 You might be able just to use that.

Or since it's just a buildlock package, you might try removing all of
the lines that refer to the broken package manually.

--
Alexander K. Hansen
Fink Documenter
[Day Job] Levitated Dipole Experiment
http://psfcwww2.psfc.mit.edu/ldx/


Thanks Alexander! This worked:

bash-3.00$ sudo mv /sw/var/lib/dpkg/status /sw/var/lib/dpkg/status.away

bash-3.00$ sudo mv /sw/var/lib/dpkg/status-old /sw/var/lib/dpkg/status

bash-3.00$ fink selfupdate



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] HEAD

2006-03-29 Thread Robert T Wyatt
For about a day or two I've been getting the following on both 10.4 and 
10.3:


cvs update: Updating update
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 88.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 89.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 90.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 91.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 92.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 93.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 139.
Global symbol $basepath requires explicit package name at 
/sw/lib/perl5/Fink/FinkVersion.pm line 139.
Compilation failed in require at 
/Users/robertwyatt/finkcvs/fink/perlmod/Fink/Config.pm line 28.
BEGIN failed--compilation aborted at 
/Users/robertwyatt/finkcvs/fink/perlmod/Fink/Config.pm line 28.
Compilation failed in require at 
/Users/robertwyatt/finkcvs/fink/perlmod/Fink/Bootstrap.pm line 28.
BEGIN failed--compilation aborted at 
/Users/robertwyatt/finkcvs/fink/perlmod/Fink/Bootstrap.pm line 28.

Compilation failed in require at ./inject.pl line 31.
Wed Mar 29 06:40:33 CST 2006



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: HEAD

2006-03-29 Thread Robert T Wyatt

David R. Morrison wrote:

Thanks for the report.  Should be fixed now.

  -- Dave


Yep, fixed on both systems. Thanks, Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] control-center-1.4.0.5-17

2006-03-25 Thread Robert T Wyatt
In trying to update gtkhtml1.1-dev (and -shlibs) on Panther (on a dual 
G5) with fink HEAD, I have been unable to build control-center. I don't 
know what I need to do to satisfy ld but am happy to test any solutions. 
--robert (more enviro info available upon request)


gcc -I/sw/include/gdk-pixbuf-1.0 -I/sw/include/gtk-1.2 
-I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/X11R6/include-g -O2 
-Wall -Wunused -o .libs/file-types-capplet file-types-capplet.o 
file-types-capplet-dialogs.o file-types-icon-entry.o  -L/sw/lib 
-L../../control-center/.libs -lcapplet -lm -lgnomevfs -lxml -lz -lm 
-L/usr/X11R6/lib -lgconf-gtk-1 -lgconf-1 -loaf -lgnorba -lORBitCosNaming 
-lORBit -lIIOP -lORBitutil -lXext -lX11 -lm -lgthread -lpthread 
-lgdk_pixbuf -lXext -lX11 -lm -lgnomeui -lart_lgpl -lgdk_imlib -lSM 
-lICE -lgtk -lgdk -lgmodule -lintl -lXext -lX11 -lgnome -lgnomesupport 
-lesd -laudiofile -lm -lglib libuuid/libuuid.a
ld: warning prebinding disabled because dependent library: 
/sw/lib/libcapplet.0.dylib is not prebound
ld: warning suggest use of -bind_at_load, as lazy binding may result in 
errors or different symbols being used

ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
_SSL_CTX_free
_SSL_CTX_new
_SSL_connect
_SSL_free
_SSL_library_init
_SSL_new
_SSL_read
_SSL_set_fd
_SSL_shutdown
_SSL_write
_SSLv23_client_method
symbol _fnmatch used from dynamic library 
/sw/lib/libgtk.dylib(fnmatch.lo) not from earlier dynamic library 
/usr/lib/libSystem.B.dylib(fnmatch.So)

make[4]: *** [file-types-capplet] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-control-center-1.4.0.5-17
(Reading database ... 302202 files and directories currently installed.)
Removing fink-buildlock-control-center-1.4.0.5-17 ...
Failed: phase compiling: control-center-1.4.0.5-17 failed

None fink-devel@lists.sourceforge.net



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: fink HEAD on 10.3

2006-03-24 Thread Robert T Wyatt

Good morning! Here's today's message:

Failed: Can't locate object method can_remove_buildlock via package 
Fink::PkgVersion at /sw/lib/perl5/Fink/Engine.pm line 1340, STDIN 
line 1.



# Find the files that are really locks
my @bls;
my ($LOCKS_NONE, $LOCKS_PRESENT, $LOCKS_IN_USE) = 0..2;
my $locks_left = $LOCKS_NONE;
for my $file (@files) {
# lock packages are named fink-buildlock-%n-%v-%r. They 
install

# %n-%v-%r.pid and have a lockfile %n-%v-%r_$timestamp.lock
my ($fullv) = ($file =~ /(.+)_.+\.lock$/) or next;
my $lockfile = $lockdir/$file;
my $pidfile = $lockdir/$fullv.pid;
my $lockpkg = fink-buildlock-$fullv;
next unless -f $pidfile;

# We have a lock, and the package seems to be installed
$locks_left = $LOCKS_PRESENT;

# Check that it's not currently building, hoepfully we 
won't have

# to invoke dpkg.

[this is line 1340:]

if (my $fh = 
Fink::PkgVersion-can_remove_buildlock($lockfile)) {

push @bls, $lockpkg;
close $fh;  # Another process could try to 
remove the BL between
# now and when we 
actually perform the removal. That's
# fine, dpkg-lockwait 
shall protect us.

} else {
$locks_left = $LOCKS_IN_USE; # Something is 
building

}
}



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] fink HEAD on 10.3

2006-03-23 Thread Robert T Wyatt
On Panther, I'm getting errors with the current fink in cvs HEAD as 
follows (any guidance appreciated):


./CLI/capture..ok 28/0Perl lib version (5.8.1) 
doesn't match executable version (5.8.6) at 
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm line 33.
Compilation failed in require at 
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/Errno.pm line 8.
BEGIN failed--compilation aborted at 
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/Errno.pm line 8.
Compilation failed in require at /System/Library/Perl/5.8.1/File/Temp.pm 
line 128.
BEGIN failed--compilation aborted at 
/System/Library/Perl/5.8.1/File/Temp.pm line 128.
Compilation failed in require at 
/sw/src/fink.build/fink-0.24.99.cvs-20060323.1643/perlmod/Fink/CLI.pm 
line 27.
BEGIN failed--compilation aborted at 
/sw/src/fink.build/fink-0.24.99.cvs-20060323.1643/perlmod/Fink/CLI.pm 
line 27.

Compilation failed in require at .capture.rokf line 1.
BEGIN failed--compilation aborted at .capture.rokf line 1.
# Failed test (./CLI/capture.t at line 153)
./CLI/capture..NOK 29#  got: '' 


# expected: 'sesame'
# Looks like you failed 1 tests of 29.
./CLI/capture..dubious



bash-3.00$ which perl
/sw/bin/perl
bash-3.00$ perl -v

This is perl, v5.8.6 built for darwin-thread-multi-2level



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: fink HEAD on 10.3

2006-03-23 Thread Robert T Wyatt

Daniel Macks wrote:

On Thu, Mar 23, 2006 at 11:09:10AM -0600, Robert T Wyatt wrote:
On Panther, I'm getting errors with the current fink in cvs HEAD as 
follows (any guidance appreciated):


./CLI/capture..ok 28/0Perl lib version (5.8.1) 
doesn't match executable version (5.8.6) at 
/System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm line 33.


Looks like the test is getting confused by a perl in your PATH that
is ahead of /usr/bin/perl. I just committed a fixed capture.t...please
test (with and without that perl (/sw/bin/perl from perl586 I assume)
present.

vasi: details in commit msg.

dan




Hi Dan,

It built fine with your changes. Yes, it was fink's Perl 5.8.6 that is 
present and that confused it (I had included which perl at the bottom 
of the original message).


I haven't had a chance to test it without that Perl installed because 
the computer is running some other updates right now and I didn't think 
that it was wise to rebuild fink during a fink build. I will test this 
as soon as the current builds are done.


Thanks!
Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: fink HEAD on 10.3

2006-03-23 Thread Robert T Wyatt

... confirmed that it also works without fink's perl in the way.

Thanks again,
Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Come meet me in Sydney!

2006-03-23 Thread Robert T Wyatt

David H. wrote:

Just send me a mail off-list and we shall arrange for something. Oh yeah,
bring your single female friends too :)

- -d


note to self: become fink developer and you'll never be lonely again!



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: packages installed from unstable trees

2006-03-08 Thread Robert T Wyatt

Fink packagers,

Some of you have periodically checked whether I have installed your 
packages on my two computers. Since my LAN administrator changed my IP 
at work, I wanted to let you know the current locations of my lists of 
installed packages.


At home with OSX 10.4.5 and XCode 2.2.1 on a 700MHz eMac:
http://66.90.146.246/~robertwyatt/fink/installed.txt

At work with OSX 10.3.9 on a 1.8GHz dual G5:
http://reg066.reg.utexas.edu/~rgrtw/fink/installed.txt

I'm sure there are over 1000 installed packages on each of these 
computers. Keep up the great work and let me know if there's something 
in particular that you need tested on one of these machines!


--Robert



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] remote download from experimental tree

2006-01-14 Thread Robert T Wyatt
Is it possible to download info files with wget or something into a 
remote machine's /sw/fink/dists/local/main/finkinfo directory?


Would my sourceforge direct download access make any difference?

Thanks,
Robert



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: remote download from experimental tree

2006-01-14 Thread Robert T Wyatt

Alexander K. Hansen wrote:

Sure.  You can get the download URLs via the ViewCVS interface and
your normal browser:

http://cvs.sourceforge.net/viewcvs.py/fink/experimental/

then feed those into wget.


Yeah, this worked easily:
sudo wget --progress=bar 
http://cvs.sourceforge.net/viewcvs.py/*checkout*/fink/experimental/michga/mozilla.info 





You can also play games with the cvs command to have it check out
where you want.


?



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: remote download from experimental tree

2006-01-14 Thread Robert T Wyatt

Daniel Macks wrote:

The various SourceForge's download mechanisms are only for accessing
things published with the File Release System, not for CVS stuff.
There is a web interface for browsing the CVS archive, so you could
figure out the URLs there. Or I think you can download (via an http://
URL) a single tarball that contains the whole CVS archive if you
really want it.

What's the real goal here?


Michele had a few packages in his experimental tree that he needed to 
test on a dual G5. I have one at work and wanted to test the packages 
without travelling to the office.



 I think there's a way to proxy cvs via http

if there is a firewall issue. Or you could use CVS on one machine to
access the exp/ and then ftp or scp it to your fink machine. Or is the
issue just how do I map my local/main to exp/??

dan



Over an ssh connection, I was able cd to my local/main/finkinfo 
directory and use wget in this format:
sudo wget 
http://cvs.sourceforge.net/viewcvs.py/fink/experimental/michga/mozilla.info


I didn't browse far enough in the wget docs, but I intend to go back and 
see if there's an option to specify the destination directory so I can 
do it without changing directories (I'll bet there is).


If there's a way to activate the experimental tree using fink.conf 
(possibly what you meant by mapping local/main to exp/ --?) or some 
such, that might be neat.


Thanks,
Robert



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] testing packages

2006-01-13 Thread Robert T Wyatt
For those interested, as I test the installation of packages I update 
the list of those that I have successfully installed. It's worth 
mentioning that many times I don't test the functionality of the 
packages only the fink build and installation. If you want to know what 
I have installed you can check these lists:


for 10.3.9 I have a dual G5 at work (not much here right now):
http://reg148.reg.utexas.edu/~rgrtw/fink/installed.txt

for 10.4.4 Xcode 2.2 I have an eMac at home (easily 1,000 packages):
http://66-90-146-246.dyn.grandenetworks.net/~robertwyatt/fink/installed.txt

These links are available 24/7 except for system restarts.

Keep up the good work and let me know if you have a package you would 
like tested on one of these platforms! --robert




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


procheck [was Re: [Fink-devel] /usr/bin/login]

2005-12-13 Thread Robert T Wyatt

Freek Dijkstra wrote:


Robert T Wyatt wondered why the terminal login produced this line:


-bash: alias: aqua: not found



Benjamin Reed observed:

It looks like you've got something setting a bad alias in ~/.profile 
or ~/.bashrc (or there's a fink package doing so, in /sw/etc/profile.d)




I concur. It seems like a bad alias. The alternative that the alias 
command is not available seems less likely, since the error would 
probably have been bash: alias: command not found: in that case.


So, it is probably a bad alias line, like this:
 alias test= aqua

This is bad, because unlike the tcsh shell, the bash shell does not 
allow a space before or behind the =. Indeed, the above line 
produces this error in my bash shell:

bash: alias: aqua: not found

snip
Robert, can you run this command and see what comes back?

$ grep aqua /etc/profile /sw/bin/init.sh /sw/etc/profile.d/*

If one of these files contains a line like
alias test= aqua
Then change it to
alias test=aqua

If the file is somewhere in the /sw directory, please report back to 
the list, so that it can be fixed in fink.


Regards,
Freek 



Thanks Freek!

bash-3.00$ grep aqua /etc/profile /sw/bin/init.sh /sw/etc/profile.d/*
/sw/etc/profile.d/procheck.csh:#   @@_aqua_program_directory_@@ 
below to point to the
/sw/etc/profile.d/procheck.csh:#   directories containing the 
procheck and aqua executables

/sw/etc/profile.d/procheck.csh:alias aquapro   $prodir'/aquapro.scr'
/sw/etc/profile.d/procheck.csh:# Aliases are initialised by typing 'aqua'
/sw/etc/profile.d/procheck.csh:if ( ! $?aquaroot ) setenv 
aquaroot   @@_aqua_program_directory_@@
/sw/etc/profile.d/procheck.csh:if ( `alias aqua` ==  ) alias  
aqua   'source $aquaroot/aqsetupi'
/sw/etc/profile.d/procheck.sh:#   @@_aqua_program_directory_@@ below 
to point to the
/sw/etc/profile.d/procheck.sh:#   directories containing the 
procheck and aqua executables

/sw/etc/profile.d/procheck.sh:alias aquapro=$prodir'/aquapro.scr'
/sw/etc/profile.d/procheck.sh:# Aliases are initialised by typing 'aqua'
/sw/etc/profile.d/procheck.sh:if [ -z $aquaroot ]; then
/sw/etc/profile.d/procheck.sh:   aquaroot=@@_aqua_program_directory_@@
/sw/etc/profile.d/procheck.sh:   export aquaroot
/sw/etc/profile.d/procheck.sh:if [ `alias aqua` =  ]; then
/sw/etc/profile.d/procheck.sh:   alias aqua='source $aquaroot/aqsetupi'  
# This needs a SH equivalent !!!

bash-3.00$



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] /usr/bin/login

2005-12-12 Thread Robert T Wyatt

When I opened my Terminal.app (MacOX 10.4.3) I got this:

Last login: Mon Dec 12 21:12:02 on ttyp1
Welcome to Darwin!
-bash: alias: aqua: not found

So I went to look at /usr/bin/login and found this (sorry it's long):

grandenetworks:~ robertwyatt$ cat /usr/bin/login


??8__PAGEZERO?__TEXT@@__text__TEXT?[EMAIL PROTECTED]@[EMAIL PROTECTED]@[EMAIL PROTECTED]@ 
__cstring__TEXTB??2?__symbol_stub1__TEXTJH?:H?



[EMAIL PROTECTED]@__nl_symbol_ptr__DATAP8 
@[EMAIL PROTECTED]


 /usr/lib/dyld


0BC/usr/lib/libbsm.dylib


0B /usr/lib/libpam.1.dylib
 4B=?
 X/usr/lib/libSystem.B.dylibP?]T
 P+Hj?ZXXj?(?|:

x8!??T!48??!???z8?;cW{:|??=`ak?}i?N?!?!??B???|||?#x|?+xH!_??1(_??1,_??10_?B1`??/?A?


}??N?!_?B1h??/?A?


  }??N?!H%_??18?
/?A?

}??N?!H?H?8c#?8?8H?a8/?AH8_?B1d??]/[EMAIL PROTECTED]|Kx}Kx/?/@}h[x?9|[EMAIL 
PROTECTED]/?A?_?14H

   _?B14?/[EMAIL PROTECTED]

  ??xH??x?/[EMAIL PROTECTED]
|uA???8J}KSx9K??p?B?}??=??9? ?}??N? ?B?}??=??9?h}??N? ?B?}??=??9? ?}??N? 
?B?}??=??9??}??N? ?B?}??=??9??}??N? ?B?}??=??9?X}??N? ?B?}??=??9? X}??N? 
?B?}??=??9??}??N? ??!??B???8c!h8?8H???8}??N?!8!`?N? 
?B?}??=??9??}??N? ?|uM? |b/?/A?

  8BH

8b|b?|[EMAIL PROTECTED] ?|[EMAIL PROTECTED]@8`N? 9#?|[EMAIL PROTECTED]|[EMAIL PROTECTED] ?|[EMAIL PROTECTED] 
8`N? ??a??!??B???8c ?8?8H?8c ?8?H?8c [EMAIL PROTECTED]8c ?8?DH?8c 
?8?HH???8/?A?؀/?A?̀@/?A???D/?A???H/?A??}??N?!|}A??;??x??}??N?!K???8?!



K???/[EMAIL PROTECTED]/?A?D8?!8???D}??N?!/?A?(??H}??N?!,A?|l|i?N?!H;[EMAIL PROTECTED]|8!???a??N? 
?B?}??=??9??0}??N? ?B?}??=??9???}??N? ?B?}??=??9?p}??N? =`?kQ?,?L? 
8?N?`?C?8`8D`8`;8D=??


   Q?|   ?=?a?N? =`?kQ?}i?N? ??!??|


x?~x??|8`8?(H?|[EMAIL PROTECTED]@[EMAIL PROTECTED]|[EMAIL PROTECTED]([EMAIL PROTECTED]@He?!?N? 
?B?}??=??9?D}??N? ?B?}??=??9?D}??N? ?B?}??=??9?D}??N? ??!??|


x?~x??|[EMAIL PROTECTED]@?D?^D?/[EMAIL PROTECTED]@?L?^D?B??|[EMAIL PROTECTED]D?^H?? 
 ?^H?/?(A?H%?^D?B8?DK??|[EMAIL PROTECTED]/?A?4?^H?

  /?A??^H?
  ?~H|
  x}??N?!?~HH?!?N? ?B?}??=??9?}??N? 
?B?}??=??9?}??N? ?B?}??=??9?}??N? ?B?}??=??9?}??N? ??!??|



xB???H?_?B)[EMAIL PROTECTED]@/[EMAIL PROTECTED][EMAIL PROTECTED]_?b)Hu_?b)


   HI?!?N? ?B?}??=??9?(}??N? ?B?}??=??9?(}??N? 
?B?}??=??9?(}??N? 
|@???|?#xP4|z?A8`?!??:`H'?`?cP;?:?:H'?8?8`;?H'?8?8`H'?8?8?8`H'U`8cC?8?8? 
H'1??x8?H'/[EMAIL PROTECTED]?8`8?C?H?H??x8?.H?|H?:?|rH???|q??S`Hy||:?H?/?fA?,A?/?1:`H/?hA?/?p:?A??H?:?H?/?A? 
8`H?|e8?C?8`H%?/?8?S`A?4@8?.?BPT?bH|}A???xH%?/[EMAIL PROTECTED]@?BPT?@?SXHD/[EMAIL PROTECTED]?|e8?8`H%??`??PP8?8?,8cD8??H%-H??C?x8?DHd?xH%U/[EMAIL PROTECTED]@?BPL?T:|?./?A?
   @??P 
H$?/?|[EMAIL PROTECTED];???H$?/?A???8`H$}|{A??t/[EMAIL PROTECTED](;8?DP8?DX??x8???xH$1c?x8?/H$?/??xS\A?8?S\?xS\[EMAIL PROTECTED]/[EMAIL PROTECTED]?`??PP8?8?8cDd8??H$`8cD?8?H



   ?8`??H??H?@@??T/? @?
   ?T8??P 
`??8cC?8?P$8?Q??SdH#!??/?|[EMAIL PROTECTED]??|e8?D?`?cPP8c?H?`8cD?8?H


  8`H

 ?Q?8???S\? 
H??Q?/[EMAIL PROTECTED](?|x??SX8?Hi?Q?/??}SA?|d|xH,?8? 
|x8?D?H9/?|d?}SA??Q?HA?|e8?D?K??L?P /[EMAIL PROTECTED]
   }?Q?8???P ??H!?zP 
H!?/??SA?/?@:??_S/?A??/?A??/[EMAIL PROTECTED]|8@?S:HD`8?8cD???H ?}P :?H5`8cD?H!1H


   ـ}P H!E/??SA?/?@:???P 
8??yQ?H!)?yQ?8?H ?/?@[EMAIL PROTECTED]/?  ;?A?,@?S/?A??h/?
A??`/A??X/? A??P???@;?S???/?A?8?Q??8?P 8?H i?zP Hi`8cD?H 
e`8cD?K??܀Q?8?H -/?


[EMAIL PROTECTED] H ?}??/?A?

?Q?H||Q?8?P 8?? H?/[EMAIL PROTECTED]@?bP 
/?A? 
?|t/?A?H?@?bS?|Q?8?H}?Q?/??ySA?8|d|xH??|e`?cPP8?D?8c?H?`8cD?K???8?|xH/?|d?ySA?

[EMAIL PROTECTED]   ?|Q?K???.H!
/?AH^S?b

[EMAIL PROTECTED]@?bHm?^S?b?|t/?A?HA/[EMAIL PROTECTED]`8cD???H`8cEH/?A?`?8cE8?E48?H`??S8cEHɐ}?^S?/[EMAIL PROTECTED] 
?8`8?EH?8`8?H?`8cELHM~C?x;??H?~#?xH?`8?8cEhHY8?8?$ [EMAIL PROTECTED] 
8a?8H???SX/?A?8a?8?H݀?S\8??xH???xH?~?xH

`8cEtH?|cA?
?H
  ?^S??

??c?x?_S?HU8??c?xH9?_S?b

H?_S?zP ??

  H/[EMAIL PROTECTED]?8`8?ExHŃ?S?] ?|t/[EMAIL PROTECTED]`8cE?Ha?} ?_S? 
/[EMAIL PROTECTED] ?8`8?EH}8`8?Hy/[EMAIL PROTECTED]@?BPH_S`8?8cE?;?SH?_S`8??? 
8cE?H|t/[EMAIL PROTECTED]


?8?@|d??xH`??x8?8cE?H݀_S`8???8cE?Hŀ_S`8???8cE?H?`?8?8?E?8cE?H??|Q?H}|cA?(?/?A?|}?}HM?/[EMAIL PROTECTED]/[EMAIL PROTECTED]?8`8?E?HA?`8?8?H?|Q?8?H?|Q?8?H?|`?|Q?|x?SH?8?8?c?xHIc?x8??H-8`HE??;?S\???|t/[EMAIL PROTECTED]?8?E?8`??H?A?H/[EMAIL PROTECTED]@??SX??/?A???P 

Re: [Fink-devel] /usr/bin/login

2005-12-12 Thread Robert T Wyatt

At 10:29 PM -0500 12/12/05, Benjamin Reed wrote:
It looks like you've got something setting a bad alias in ~/.profile 
or ~/.bashrc (or there's a fink package doing so, in 
/sw/etc/profile.d)


At 10:30 PM -0500 12/12/05, Alexander K. Hansen wrote:

Umm.../usr/bin/login is supposed to be a binary file.

Check your .bashrc or similar files for an alias reference.


At 2:31 PM +1100 12/13/05, Daniel Czarnecki wrote:

Pasting a binary file into a message doesn#8217;t achieve much.

I suggest the error is caused because the alias command does not exist. It has
either been deleted, or it#8217;s not in the path or the alias has 
been corrupted.


Sorry about the binary! I didn't know that it was *supposed* to be a 
binary! I was expecting something similar to .profile so I was 
(overly) concerned that the file had been corrupted


Anyhow, here are the usual suspects, except that I don't have a .bashrc:

grandenetworks:~ robertwyatt$ cat .bashrc
cat: .bashrc: No such file or directory
grandenetworks:~ robertwyatt$ ls -a
..ICEauthority.bash_history   .kde 
.pine-debug1  .qt.texmf-var   Documents  Opera 7 
Preferences.new  cxboard.txt  tempdir
..   .Trash   .cvspass.local 
.pinerc   .rnd   .thumbnails  LibraryPictures 
mail
.CFUserTextEncoding  .addressbook .esd_auth   .mcop 
.povray   .screenrc  .xinitrc Movies Public 
screenlog.0
.DS_Store.addressbook.lu  .fonts.cache-1  .octave_hist 
.profile  .ssh   Desktop  Music  Sites 
svn-ssl.txt

grandenetworks:~ robertwyatt$ cat .profile
# the path is initially set to /bin:/sbin:/usr/bin:/usr/sbin
# adding /usr/local/bin for lilypond 2.6
export PATH=$PATH:/usr/local/bin

# /usr/local/mysql/bin removed from example and macdevcenter.com

# added (but later deleted) /usr/local/ntop-3.2/bin for ntop 3.2
# export PATH=$PATH:/usr/local/ntop-3.2/bin

# for fink
test -r /sw/bin/init.sh  . /sw/bin/init.sh
grandenetworks:~ robertwyatt$

Thanks for your thoughts,
Robert
--
Robert T Wyatt
Assistant Registrar
Registration and Room Scheduling (M5504)
The University of Texas at Austin
phone (512) 475-7602
fax (512) 475-7515


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: ntop 1.1-23

2005-11-10 Thread Robert T Wyatt

Chris Dolan wrote:

[Writing to fink-devel because ntop is unmaintained]

I'm running ntop 1.1-23 compiled from unstable with a recent Fink  from 
CVS on 10.4.3.  Everything works except the keystrokes.  I can't  type 
q to exit.   All of my keystrokes instead get buffered and are  echoed 
in the Terminal after I Ctrl-C to exit ntop and return to tcsh  or bash 
(I tried it under both).  I'm running ntop with no cmdline  arguments.  
I tried fink rebuild ntop but that didn't change anything.


Any ideas?  ntop uses ncurses, but I have the latest version of that  
from Fink and I haven't heard anyone else complaining about it...


Chris


I downloaded the current mac binary (3.2) from ntop.org and am running 
it with:
sudo ntop -l 86400 -L -a /Users/robertwyatt/ntop.log -q -t 5 -u 
robertwyatt --w3c -P /usr/local/ntop-3.2/var/ntop -d


So far I like it with the major exception that it tends to crash my 
system after running it for an extended period. I'm not sure if it has a 
memory leak or if it is spawning too many processes or what. I figured 
it was an ntop issue and that I could probably tweak my settings somehow 
to fix it and so I didn't ask about it here.


Also, my goal would be to run ntop at startup as a daemon accessible 
through https, but I have a lot of reading to do before I'll be ready to 
modify my apache configuration for this. I haven't found a good resource 
for this, but I'll bet that there's a Mac how-to for this somewhere


My fink-built version exhibited the same behavior as you are 
experiencing so I dumped it when I discovered that it was significantly 
out of date. I'd be happy to test any new fink versions, but I'm not 
qualified to maintain one.


--Robert



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: newbie question - permissions of sw folder

2005-10-30 Thread Robert T Wyatt

Hanspeter Niederstrasser wrote:

Doug Ransom wrote:


I am trying to create a fink package.  Where I am confused is on
permissions of the SW folder as I am new to Darwin   mac. I
installed fink as admin.  This is what the file permissions look
like:



[snip][snip]

You don't need to reinstall fink as 'doug' as long as 'doug' can use the 
sudo command (eg is an Administrator).  Then you can edit the your 
working files as doug and to test an install, just use 'sudo fink blah 
blah'.


.02 cents:

I thought that fink always uses sudo so there's no need to ask for it.

Also, couldn't Doug just use 'sudo pico xxx.info' and then not have to 
change permissions on /sw?




---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] global destruction?

2005-07-08 Thread Robert T Wyatt
During selfupdates and cleanups, I've had a couple of odd messages (the 
weird characters are due to cutting and pasting):


Setting up gettext-dev (0.10.40-24) ...

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


Attempt to free non-existent shared string '8h(8H4§P8h48' during 
global destruction.


 next one 

*** malloc[16846]: Deallocation of a pointer not malloced: 0x2b77100; 
This could be a double free(), or free() called with the middle of an 
allocated block; Try setting environment variable MallocHelp to see 
tools to help debug
Attempt to free non-existent shared string 'perlmods' during global 
destruction.




Any ideas about this? I've done my permissions repair and fsck



---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] 235 packages?

2005-06-24 Thread Robert T Wyatt

Something odd is occuring:

http://fink.sourceforge.net/pdb/list.php

All Packages By Name

This is a complete list of the packages in the Fink package database. 
Note that it lists all packages, including the unstable tree and the 
latest packages from CVS.


Found 235 packages:



---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: help testing new Installers

2005-05-17 Thread Robert T Wyatt
I can confirm that it is fixed after selfupdate. I've included the 
complete log below for reference; what it contains includes first the 
buggy messages and then the good messages.

Daniel Macks wrote:
On Mon, May 16, 2005 at 07:35:50AM -0500, Robert T Wyatt wrote:
ProductVersion: 10.3.9
[...]
Reading package info...
WARNING: Repeated occurrence of field descpackaging at line 81 of 
info2 of /sw/fink/dists/stable/crypto/finkinfo/svn-ssl-swig-py.info.
WARNING: Repeated occurrence of field descpackaging at line 359 of 
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.info.
[...]
Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/
SelfUpdateMethod: rsync

This was fixed a week or so (at the height of the mirror problems). If
a selfupdate doesn't fix it, please let us know whether the chosen
rsync mirror was used or whether it failed completely and you went to
another mirror.
drm: Does this mean the bindist contains a snapshot of this buggy file?
dan
lsn:~ robwyatt$ echo; date; echo * Here's a little information about my 
environment.; echo; echo * My operating system: ; sw_vers;  echo; 
echo -n * My gcc version: ; gcc --version | head -n 1; echo; echo * 
My fink version:; fink -V | head -n 2; echo; echo -n * My machine is 
a: ; uname -m; echo; echo * Now we will run a few fink utilities and 
then print a list of installed packages: ; echo -n * fink scanpackages 
began: ; date; sudo nice -n -20 fink scanpackages; echo -n * fink 
scanpackages finished: ; date; echo -n * fink index began: ; date; 
fink index; echo -n * fink index finished: ; date; echo -n * fink 
selfupdate began: ; date; fink selfupdate; echo -n * fink selfupdate 
finished: ; date; echo * Here are our currently installed packages:; 
echo -n * fink list began: ; date; fink list -i; echo -n * fink list 
finished: ; date; echo; echo * Now we will clean up older packages: ; 
echo -n * fink cleanup began: ; date; fink cleanup; echo -n * fink 
cleanup finished: ; date; echo; echo * Here is a list of outdated but 
installed packages: ; echo -n * fink list outdated began: ; date; 
fink list -o; echo -n * fink list outdated finished: ; date;  echo; 
echo * Now it is your turn:
Mon May 16 07:28:55 CDT 2005
* Here's a little information about my environment.

* My operating system:
ProductName:Mac OS X
ProductVersion: 10.3.9
BuildVersion:   7W98
* My gcc version: gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)
* My fink version:
Package manager version: 0.23.8
Distribution version: 0.7.2
* My machine is a: Power Macintosh
* Now we will run a few fink utilities and then print a list of 
installed packages:
* fink scanpackages began: Mon May 16 07:28:56 CDT 2005
Reading package info...
WARNING: Repeated occurrence of field descpackaging at line 81 of 
info2 of /sw/fink/dists/stable/crypto/finkinfo/svn-ssl-swig-py.info.
WARNING: Repeated occurrence of field descpackaging at line 359 of 
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.info.
Updating package index... done.
Information about 2139 packages read in 29 seconds.
dpkg-scanpackages dists/local/main/binary-darwin-powerpc override | gzip 
dists/local/main/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.
dpkg-scanpackages dists/stable/main/binary-darwin-powerpc override | 
gzip dists/stable/main/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.
dpkg-scanpackages dists/stable/crypto/binary-darwin-powerpc override | 
gzip dists/stable/crypto/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.
* fink scanpackages finished: Mon May 16 07:29:28 CDT 2005
* fink index began: Mon May 16 07:29:28 CDT 2005
Reading package info...
WARNING: Repeated occurrence of field descpackaging at line 81 of 
info2 of /sw/fink/dists/stable/crypto/finkinfo/svn-ssl-swig-py.info.
WARNING: Repeated occurrence of field descpackaging at line 359 of 
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.info.
Updating package index... done.
* fink index finished: Mon May 16 07:30:01 CDT 2005
* fink selfupdate began: Mon May 16 07:30:01 CDT 2005
fink needs you to choose a SelfUpdateMethod.

(1)  rsync
(2)  cvs
(3)  Stick to point releases
Choose an update method [1] 1
rsync -az -q  rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
I will now run the rsync command to retrieve the latest package 
descriptions.
/usr/bin/su robwyatt -c rsync -rtz --delete-after --delete -q 
--include='10.3/' --include='10.3/stable/' --include='10.3/stable/main/' 
--include='10.3/stable/main/finkinfo/' 
--include='10.3/stable/main/finkinfo/*/' 
--include='10.3/stable/main/finkinfo/*' 
--include='10.3/stable/main/finkinfo/**/*' --include='10.3/' 
--include='10.3/stable/' --include='10.3/stable/crypto/' 
--include='10.3/stable/crypto/finkinfo/' 
--include='10.3/stable/crypto/finkinfo/*/' 
--include='10.3/stable/crypto/finkinfo/*' 
--include='10.3/stable/crypto/finkinfo/**/*' --include='VERSION' 
--include='DISTRIBUTION' --include

[Fink-devel] Re: help testing new Installers

2005-05-16 Thread Robert T Wyatt
David R. Morrison wrote:
  http://www.cgtp.duke.edu/~drm/Fink-0.7.2-Installer.dmg (for 10.3)
Seemed to hang very near the end while ' running installer script' with 
less than a minute to go. (I had moved sw/ to sw.away/ before running 
the installer.) So I issued /sw/bin/pathsetup.sh which  said everything 
is set up already, then I force quit the installer which subsequently 
also ran pathsetup and again said everything is set up correctly.

After opening a new terminal window I had:
* My operating system:
ProductName:Mac OS X
ProductVersion: 10.3.9
BuildVersion:   7W98
* My gcc version: gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)
* My fink version:
Package manager version: 0.23.8
Distribution version: 0.7.2
also:
* fink scanpackages began: Mon May 16 07:28:56 CDT 2005
Reading package info...
WARNING: Repeated occurrence of field descpackaging at line 81 of 
info2 of /sw/fink/dists/stable/crypto/finkinfo/svn-ssl-swig-py.info.
WARNING: Repeated occurrence of field descpackaging at line 359 of 
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.info.
Updating package index... done.
Information about 2139 packages read in 29 seconds.
dpkg-scanpackages dists/local/main/binary-darwin-powerpc override | gzip 
dists/local/main/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.
dpkg-scanpackages dists/stable/main/binary-darwin-powerpc override | 
gzip dists/stable/main/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.
dpkg-scanpackages dists/stable/crypto/binary-darwin-powerpc override | 
gzip dists/stable/crypto/binary-darwin-powerpc/Packages.gz
 Wrote 0 entries to output Packages file.

and:
* fink index began: Mon May 16 07:29:28 CDT 2005
Reading package info...
WARNING: Repeated occurrence of field descpackaging at line 81 of 
info2 of /sw/fink/dists/stable/crypto/finkinfo/svn-ssl-swig-py.info.
WARNING: Repeated occurrence of field descpackaging at line 359 of 
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.info.
Updating package index... done.

finally fink.conf:
lsn:~ robwyatt$ cat /sw/etc/fink.conf
# Fink configuration, initially created by bootstrap.pl
Basepath: /sw
RootMethod: sudo
Trees: local/main stable/main stable/crypto
Distribution: 10.3
Mirror-apt: http://bindist.finkmirrors.net/bindist
Mirror-cpan: ftp://ftp.funet.fi/pub/languages/perl/CPAN/
Mirror-ctan: ftp://tug.ctan.org/tex-archive/
Mirror-debian: ftp.debian.org
Mirror-gimp: ftp://ftp.gimp.org/pub/gimp/
Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME/
Mirror-gnu: ftp://ftp.gnu.org/gnu
Mirror-kde: ftp://ftp.kde.org/pub/kde/
Mirror-master: http://distfiles.master.finkmirrors.net/
Mirror-rsync: rsync://master.us.finkmirrors.net/finkinfo/
Mirror-sourceforge: http://west.dl.sourceforge.net/sourceforge/
MirrorContinent: nam
MirrorCountry: nam-us
MirrorOrder: MasterFirst
ProxyPassiveFTP: true
UseBinaryDist: true
Verbose: 1
SelfUpdateMethod: rsync
So it seems to work!

---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: License for .info and .patch files

2005-03-28 Thread Robert T Wyatt
Doesn't the .info contain the copyright statement (in at least some 
cases)? Isn't there some implication here? To my mind, when reading the 
document, the copyright applies to its bearing instrument unless 
expressly stated otherwise. Considering that the copyright (at least in 
spirit) applies to usage as well as distribution, and the .info is 
necessary to use the package, one has another argument that the .info 
file must follow the same license. The .patch, if any, is incorporated 
by reference (from the perspective of one claiming copyright).

By whom is one most worried about getting sued: the author of a 
peer-directed open-source project package? How does this compare, for 
argument's sake, with submitting an article for peer review to a 
journal? (... and is this really not all spelled out by sourceforge or 
osdn or ...?)

ianal, just wondering where the lines are drawn
---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.2-gcc3.3/unstable/main/finkinfo/sci hmmer-2.2g-3.info,1.3,1.4

2005-03-24 Thread Robert T Wyatt
Hmmm, if this doesn't work (and it doesn't):
bash-2.05b$ fink purge hmmer; fink scanpackages; fink selfupdate; 
fink index; fink dumpinfo hmmer

What am I doing wrong? Would my environment or fink.conf be out of 
whack? (Everything else seems to build okay.) Perhaps it has not made 
it to the mirror yet?

Thanks, Robert
At 4:29 PM +0100 3/24/05, Martin Costabel wrote:
On 24 mars 2005, at 15:56, Robert Wyatt wrote:
Fink index did not seem to help. I apologize because clearly 
dumpinfo was too heavy-handed, but I wanted to try to show that I 
do have the correct file (did I accomplish that?).
No. This is the old version:
buildconflicts: fink (= 0.23.5.cvs-20050120.)
The new one (as of yesterday) has
builddepends: fink (= 0.24)
instead. You need another selfupdate.
--
Martin

---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.2-gcc3.3/unstable/main/finkinfo/sci hmmer-2.2g-3.info,1.3,1.4

2005-03-24 Thread Robert T Wyatt
Hi Alexander,
I know it's confusing. This machine is 10.2-gcc3.3 (hence the subject 
line). Naturally, this will change soon, but for now I'm trying to 
build some unstable stuff in this branch on this machine while I 
still can (I'm getting a dual 1.8GHz G5 in about two weeks here at 
work which will use OS10.3.)

The eMac at home is the one I've already changed over to 10.3. Thanks 
much for trying to keep up though! --Robert

At 11:04 AM -0500 3/24/05, Alexander K. Hansen wrote:
On Mar 24, 2005, at 10:58 AM, Robert T Wyatt wrote:
Hmmm, if this doesn't work (and it doesn't):
bash-2.05b$ fink purge hmmer; fink scanpackages; fink selfupdate; 
fink index; fink dumpinfo hmmer

What am I doing wrong? Would my environment or fink.conf be out of 
whack? (Everything else seems to build okay.) Perhaps it has not 
made it to the mirror yet?

Thanks, Robert
It could well be fink.conf, since you've changed OS versions.  Check 
that the Distribution: line says 10.3.

--
Alexander Hansen
Fink Documentarian
[Day Job] Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.net email is sponsored by Microsoft Mobile  Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r)  Windows Mobile(tm) platforms, applications  content.  Register
by 3/29  save $300 http://ads.osdn.com/?ad_id=6883alloc_id=15149op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.2-gcc3.3/unstable/main/finkinfo/sci hmmer-2.2g-3.info,1.3,1.4

2005-03-24 Thread Robert T Wyatt
Yes:
bash-2.05b$ cat /sw/etc/fink.conf
# Fink configuration, initially created by bootstrap.pl
Basepath: /sw
RootMethod: sudo
Trees: local/main stable/main stable/crypto 
local/bootstrap unstable/main unstable/crypto
Distribution: 10.2-gcc3.3
Mirror-cpan: ftp://ftp.duke.edu/pub/perl/
Mirror-ctan: ftp://ctan.math.utah.edu/tex-archive/
Mirror-debian: ftp.debian.org
Mirror-gimp: ftp://ftp.cs.umn.edu/pub/gimp/
Mirror-gnome: ftp://ftp.cse.buffalo.edu/pub/Gnome
Mirror-gnu: ftp://ftp.cis.ohio-state.edu/mirror/gnu/
Mirror-kde: ftp://ftp.rutgers.edu/pub/kde
Mirror-master: http://distfiles.msn.wi.us.finkmirrors.net/
Mirror-rsync: rsync://msn.wi.us.finkmirrors.net/finkinfo/
Mirror-sourceforge: http://umn.dl.sourceforge.net/sourceforge/
MirrorContinent: nam
MirrorCountry: nam-us
MirrorOrder: MasterLast
ProxyPassiveFTP: false
Verbose: 3
SelfUpdateMethod: rsync
Mirror-apt: http://us.dl.sourceforge.net/fink/direct_download
UseBinaryDist: true
MatchPackageRegEx: (.*-ssl.*$)
DownloadMethod: axel
ConfFileCompatVersion: 1
CCacheDir: /sw/var/ccache
FetchAltDir: /Users/rgrtw/src

bash-2.05b$ ls /users/rgrtw/src
io.c  ldp.dsl  ldp.dsl-1.12
also:
bash-2.05b$ printenv
MANPATH=/sw/share/man:/sw/man:/usr/share/man:/usr/X11R6/man:/sw/lib/perl5-core/5.6.0/man:/sw/lib/perl5/5.6.0/man:/sw/lib/perl5-core/5.8.0/man:/sw/lib/perl5/5.8.0/man
TERM_PROGRAM=Apple_Terminal
HOST=reg134.reg.utexas.edu
TERM=vt100
SHELL=/bin/tcsh
PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
TERM_PROGRAM_VERSION=81
QTDIR=/sw
ANT_HOME=/sw/lib/ant
XAPPLRESDIR=/sw/etc/app-defaults/
SGML_CATALOG_FILES=/sw/etc/sgml/catalog
GROUP=staff
USER=rgrtw
CCACHE_DIR=/sw/var/ccache
GDK_USE_XFT=1
HOSTTYPE=macintosh
TERMCAP=››› 
__CF_USER_TEXT_ENCODING=0x1F6:0:0
GNOME_DISABLE_CRASH_DIALOG=1
FLTK_DOCDIR=/sw/share/doc/fltk-x11-43/html
PATH=/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
XML_CATALOG_FILES=/sw/etc/xml/catalog
MAGIC=/sw/share/lesspipe/magic:/private/etc/magic
PWD=/sw/src
JAVA_HOME=/Library/Java/Home
LANG=en_US
QMAKESPEC=/sw/share/qt3/mkspecs/darwin-g++
SHLVL=2
HOME=/Users/rgrtw
OSTYPE=darwin
VENDOR=apple
LESS=--RAW-CONTROL-CHARS
MACHTYPE=powerpc
LOGNAME=rgrtw
CLASSPATH=/sw/share/java/commons-collections/commons-collections-3.1.jar:/sw/share/java/commons-collections/commons-collections-testframework-3.1.jar:/sw/share/java/commons-logging/commons-logging-api.jar:/sw/share/java/commons-logging/commons-logging.jar:/sw/share/java/db42-ssl-java/db.jar:/sw/share/java/junit/junit.jar:/sw/share/java/log4j/log4j-1.2.8.jar:.
LESSOPEN=| /sw/bin/lesspipe.sh %s
INFOPATH=/sw/share/info:/sw/info:/usr/share/info
DISPLAY=:0.0
_=/usr/bin/printenv
OLDPWD=/sw
At 11:33 AM -0500 3/24/05, Alexander K. Hansen wrote:
On _this_ machine, does the Distribution: line 
say 10.2-gcc3.3 (similar upgrade issue)?

---
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_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.2-gcc3.3/unstable/main/finkinfo/sci hmmer-2.2g-3.info,1.3,1.4

2005-03-24 Thread Robert T Wyatt
This fixed the problem (and updated several core files). Thanks Martin!
At 8:24 PM +0100 3/24/05, Martin Costabel wrote:
Robert T Wyatt wrote:
Mirror-rsync: rsync://msn.wi.us.finkmirrors.net/finkinfo/
Looking at this rsync mirror, it seems to me indeed that it is 
taking its spring break since a week or so. Try another one, perhaps 
master.us.finkmirrors.net to be on the safe side.

--
Martin

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] will be built/installed

2005-03-15 Thread Robert T Wyatt
Howdy,
I've upgraded my home computer to 10.3.8 this past weekend and have 
been upgrading my fink (unstable) stuff since then. I'm curious about 
something here that may be the way it is supposed to be, but I don't 
understand it. Why would a package to be built not be listed as a 
package to be built? This seems to be the case with gcc4 below. Now, 
to be clear, I'm not asking why gcc4 needs to be installed, I'm 
asking why it isn't listed as going to be installed. Thanks for the 
insight, Robert

The following 3 packages will be built:
 gfortran php5-apache2-ssl postfix-tls
The following 36 additional packages will be installed:
 apache2-ssl apache2-ssl-common apache2-ssl-dev 
apache2-ssl-mpm-prefork apr-ssl apr-ssl-common apr-ssl-shlibs 
cyrus-sasl2-dev cyrus-sasl2-shlibs gd2 gd2-shlibs libpng3 
libpng3-shlibs mnogosearch-dev mnogosearch1-shlibs net-snmp-ssl 
net-snmp-ssl-dev net-snmp-ssl-shlibs openldap-ssl openldap-ssl-dev 
openldap-ssl-shlibs openssl097 openssl097-dev qt3 qt3-designer 
qt3-doc qt3-linguist qt3-shlibs readline5 sqlite-dev sqlite-shlibs 
t1lib5 t1lib5-shlibs unixodbc2 unixodbc2-shlibs uw-imap-c-client-ssl
Do you want to continue? [Y/n]
dpkg-deb -b /sw/src/root-fink-buildlock-gcc4-20050130-5 /sw/src
dpkg-deb: building package `fink-buildlock-gcc4-20050130-5' in 
`/sw/src/fink-buildlock-gcc4-20050130-5_2005.03.15-18.09.53_darwin-powerpc.deb'.
Setting build lock...
dpkg -i 
/sw/src/fink-buildlock-gcc4-20050130-5_2005.03.15-18.09.53_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-gcc4-20050130-5.
(Reading database ... 53116 files and directories currently installed.)

* To produce the above, I issued the following command (actually I 
reissued it; it had already failed once or twice):
nice fink build postgresql74-ssl python24 postfix-tls 
php5-apache2-ssl gfortran extutils-f77

* Here are my operating system and gcc versions:
ProductName:Mac OS X
ProductVersion: 10.3.8
BuildVersion:   7U16
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1671)
* My fink version:
Package manager version: 0.24.1
Distribution version: 0.7.1.rsync
* My machine is a:
Power Macintosh
---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] mirror problem?

2005-03-07 Thread Robert T Wyatt
Is anyone else seeing this problem?
rsync -az -v  rsync://msn.wi.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
rsync: getaddrinfo: msn.wi.us.finkmirrors.net 873: No address 
associated with nodename
rsync error: error in socket IO (code 10) at 
/SourceCache/rsync/rsync-14/rsync/clientserver.c(93)
### execution of rsync failed, exit code 10
Failed to fetch the timestamp file from the rsync server: 
rsync://msn.wi.us.finkmirrors.net/finkinfo/.  Check the error 
messages above.

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] mirror problem?

2005-03-07 Thread Robert T Wyatt
Sorry and nevermind; it picked it up on the second try.
At 4:55 PM -0600 3/7/05, Robert T Wyatt wrote:
Is anyone else seeing this problem?
rsync -az -v  rsync://msn.wi.us.finkmirrors.net/finkinfo//TIMESTAMP 
/sw/fink/TIMESTAMP.tmp
rsync: getaddrinfo: msn.wi.us.finkmirrors.net 873: No address 
associated with nodename
rsync error: error in socket IO (code 10) at 
/SourceCache/rsync/rsync-14/rsync/clientserver.c(93)
### execution of rsync failed, exit code 10
Failed to fetch the timestamp file from the rsync server: 
rsync://msn.wi.us.finkmirrors.net/finkinfo/.  Check the error 
messages above.

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Questions about maintainer mode and non maintainer mode

2005-03-04 Thread Robert T Wyatt
What if you are using bash instead of zsh?
At 8:11 AM +0100 3/3/05, Michèle Garoche wrote:
Is this right? It does not seem to change 
anything. Tested with dia after removing the 
source in /sw to be sure curl is called. What it 
does is rebuild dia, install it and then try to 
execute each line in fink.conf as shell lines:
[~]% Verbose: 3
zsh: command not found: Verbose:
[127][17] Jeudi 03/03/2005 07:58:13 CET +0100
[~]% SelfUpdateMethod: cvs
zsh: command not found: SelfUpdateMethod:
etc., etc.

---
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_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] encoding errors from list messages

2005-03-03 Thread Robert T Wyatt
I've noticed that messages coming through 
sourceforge lists have intermittent encoding 
errors.

With the message below, I believe it looks like 
these are coming from the URLs being passed by 
the osdn advertising attached to the messages 
(because I know I sent the message as plain text 
and I can see that there is at least one charcter 
in the attaced URL that was not interpreted).

Can we make them stop it?
At 8:23 AM -0600 3/3/05, Robert T Wyatt wrote:
x-flowedWhat if you are using bash instead of zsh?
At 8:11 AM +0100 3/3/05, Michèle Garoche wrote:
Is this right? It does not seem to change
anything. Tested with dia after removing the
source in /sw to be sure curl is called. What it
does is rebuild dia, install it and then try to
execute each line in fink.conf as shell lines:
[~]% Verbose: 3
zsh: command not found: Verbose:
[127][17] Jeudi 03/03/2005 07:58:13 CET +0100
[~]% SelfUpdateMethod: cvs
zsh: command not found: SelfUpdateMethod:
etc., etc.

---
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_ide95alloc_id396opick
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel
/x-flowed

---
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_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] encoding errors from list messages

2005-03-03 Thread Robert T Wyatt
... I wonder if the encoding errors are what inhibits message 
delivery periodically

Oh well
At 9:47 AM -0500 3/3/05, Alexander K. Hansen wrote:
Robert T Wyatt wrote:
I've noticed that messages coming through sourceforge lists have 
intermittent encoding errors.

With the message below, I believe it looks like these are coming 
from the URLs being passed by the osdn advertising attached to the 
messages (because I know I sent the message as plain text and I can 
see that there is at least one charcter in the attaced URL that was 
not interpreted).

Can we make them stop it?
Unfortunately, no--it's out of our control.
--AH

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] docbook-dsssl-ldp download failed

2005-03-03 Thread Robert T Wyatt
I had previously MirrorOrder: ClosestFirst, but I 
tried MasterLast and I have the same result (with 
different mirror order).

axel --verbose -o ldp.dsl-1.12 http://tldp.org/authors/tools/ldp.dsl
Initializing download: -o
### execution of axel failed, exit code 10
Downloading the file ldp.dsl-1.12 failed.
(Pretty sure this one failed because of the suffix on the file name -1.12)
I will try the manual download Michèle suggests and post the results.
--Thanks, Robert
At 1:30 PM -0500 3/2/05, Alexander K. Hansen wrote:
http://fink.sourceforge.net/faq/comp-general.php#master-problems
At 7:35 PM +0100 3/2/05, Michèle Garoche wrote:
Le 2 mars 2005, à 19:00, Robert T Wyatt a écrit :
bash-2.05b$ fink install docbook-dsssl-ldp
...snip...
 docbook-dsssl-ldp
axel --verbose -o ldp.dsl-1.12 
http://distfiles.dkx.tn.us.finkmirrors.net/ldp.dsl-1.12
Initializing download: -o
I'm not sure what to tell you. The file ldp.dsl 
exists on the original web site: 
http://tldp.org/authors/tools/ldp.dsl
Maybe you can try to download it and place it in 
/sw/src provided that /sw is your prefix. Then 
issue fink install docbook-dsssl-ldp. The file 
is renamed on the fly with a version number to 
ldp.dsl-1.12.
Unfortunately I cannot test right now if it 
exists on some fink mirrors (it should since the 
time I put it), because the connexion is very, 
very slow today on all mirrors.

---
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_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] docbook-dsssl-ldp download failed

2005-03-03 Thread Robert T Wyatt
Okay, I added a directory ~/src (actually 
/Users/myshortname/src/) and put the file there.

Then I added that directory with fink configure 
as a place to look for tarballs (even though this 
file is not compressed...).

Then I fink selfupdated and tried to install 
docbook-bundle (which requires 
docbook-dsssl-ldp); this failed with the same 
errors as before.

So I changed the file name to ldp.dsl-1.12 (I simply added -1.12).
Then I fink selfupdated and again tried to 
install docbook-bundle. This succeeded:

Setting up fink-buildlock-docbook-dsssl-ldp-1.12-1 (2005.03.03-21.50.30) ...
cp /Users/myshortname/src//ldp.dsl-1.12 .
mv ldp.dsl-1.12 ldp.dsl
/bin/rm -rf /sw/src/root-docbook-dsssl-ldp-1.12-1
/bin/mkdir -p /sw/src/root-docbook-dsssl-ldp-1.12-1/sw
/bin/mkdir -p /sw/src/root-docbook-dsssl-ldp-1.12-1/DEBIAN
mkdir -p 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-ldp
cp ldp.dsl 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-ldp
mkdir -p 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/html
cp ldp.dsl 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/html
mkdir -p 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print
cp ldp.dsl 
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/sgml/dsssl/docbook-dsssl-nwalsh/print
mkdir -p /sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/doc/docbook-dsssl-ldp
echo This file comes from the Linux 
Documentation Project's website, and is  
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/doc/docbook-dsssl-ldp/README
echo released under the GPL license.  
/sw/src/root-docbook-dsssl-ldp-1.12-1/sw/share/doc/docbook-dsssl-ldp/README
...snip...
Preparing to replace docbook-dsssl-ldp 3.8-4 
(using 
.../docbook-dsssl-ldp_1.12-1_darwin-powerpc.deb) 
...
Unpacking replacement docbook-dsssl-ldp ...
Setting up docbook-dsssl-ldp (1.12-1) ...
dpkg-deb -b /sw/src/root-fink-buildlock-docbook-bundle-4.1.2-4 /sw/src
dpkg-deb: building package 
`fink-buildlock-docbook-bundle-4.1.2-4' in 
`/sw/src/fink-buildlock-docbook-bundle-4.1.2-4_2005.03.03-21.50.46_darwin-powerpc.deb'.
Setting build lock...
dpkg -i 
/sw/src/fink-buildlock-docbook-bundle-4.1.2-4_2005.03.03-21.50.46_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-docbook-bundle-4.1.2-4.
(Reading database ... 104388 files and directories currently installed.)
Unpacking fink-buildlock-docbook-bundle-4.1.2-4 
(from 
.../fink-buildlock-docbook-bundle-4.1.2-4_2005.03.03-21.50.46_darwin-powerpc.deb) 
...
Setting up fink-buildlock-docbook-bundle-4.1.2-4 (2005.03.03-21.50.46) ...
...snip...
Writing control file...
Finding prebound objects...
Writing dependencies...
dpkg-deb -b root-docbook-bundle-4.1.2-4 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text
dpkg-deb: building package `docbook-bundle' in 
`/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/docbook-bundle_4.1.2-4_darwin-powerpc.deb'.
Removing build lock...
dpkg -r fink-buildlock-docbook-bundle-4.1.2-4
(Reading database ... 104388 files and directories currently installed.)
Removing fink-buildlock-docbook-bundle-4.1.2-4 ...
dpkg -i 
/sw/fink/dists/unstable/main/binary-darwin-powerpc/text/docbook-bundle_4.1.2-4_darwin-powerpc.deb
(Reading database ... 104388 files and directories currently installed.)
Preparing to replace docbook-bundle 4.1.2-3 
(using 
.../docbook-bundle_4.1.2-4_darwin-powerpc.deb) ...
Unpacking replacement docbook-bundle ...
Setting up docbook-bundle (4.1.2-4) ...
bash-2.05b$

It was kind of fun because I did all this 
remotely from home to my computer at work via 
sftp and ssh! Shouldn't I get some sort of 
beginner's pin or a chest to pin it on or 
something...? I mean I almost have two identical 
fink installations one serving as a binary 
distributor for the other and soon to be running 
the other way as well (by the way, thanks for the 
docs on this!). I intend to use the pair of them 
to test packages (and just getting them to that 
point is already helping to test packages). When 
my LAN administrator bumps up my OS to 10.3 or 
10.4 at work in another month or so, I'll do the 
same at home and then set them up to test 
packages in that tree (I can test them with my 
remote connections after I go home--naturally I 
wouldn't do this during my regular work hours). 
The reason two computers are better than one is 
that the two are never really identical setups 
due to the user's memory (yes, me), so there is a 
chance that I will find a problem with missing 
dependencies, etc., on one machine that the other 
machine misses. By having them distribute 
binaries back and forth, I'm able to test 
specific packages without having to build all of 
their (known) dependencies over each time. That's 
the plan anyhow... now back to your regularly 
scheduled program.

At 9:34 PM -0600 3/3/05, Robert T Wyatt wrote:
I had previously MirrorOrder: ClosestFirst, but 
I tried MasterLast and I have the same

Re: [Fink-devel] docbook-dsssl-ldp download failed

2005-03-03 Thread Robert T Wyatt
At 5:44 AM +0100 3/4/05, Michèle Garoche wrote:
Normally, you can put the sources directly in 
prefix/src. This is where fink looks for them 
before trying to download them.
I tried that first, per some docs that I found 
somewhere, but I found that to be more difficult, 
permissions-wise, than doing it in my ~/src 
directory. With my solution, I was able to use 
scp with FUGU to drag and drop the files (I used 
ssh via terminal to run fink). I was not able to 
copy into /src, although I'll bet there's a way 
(I cannot login as root on the machine at work, 
the best I can do is sudo and I wasn't in the 
mood for using the shell to copy a file onto a 
remote machine). Is there a something I should be 
careful of in using ~/src (especially considering 
that I am now serving files with apache)? Can 
someone get in through /sw/fink to my ~/src 
directory (and would they have to know my 
shortusername to do it)?

It was kind of fun because I did all this 
remotely from home to my computer at work via 
sftp and ssh! Shouldn't I get some sort of 
beginner's pin or a chest to pin it on or 
something...?
There is a new document on distributing binaries. Did you read it:
http://fink.sourceforge.net/doc/advanced/index.php
Yes I read it! I would not likely have managed without it.
... It's not obvious, but the reason I did not 
simply do this on my home computer is that it was 
already installed. I don't know when it was 
installed (see previous message about user's 
memory) and haven't gone back to try a grep 
search on my logs to figure out why I didn't have 
this problem the first time (assuming I saved 
that particular log and that there is any 
evidence in it). My binaries are only getting 
distributed one way right now and this file was 
on the wrong side of that pipeline, so I had to 
build it.

Thanks for the pointers,
Robert
---
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_ide95alloc_id396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] docbook-dsssl-ldp download failed

2005-03-02 Thread Robert T Wyatt
You folks will know more about fixing this than I will (MacOS 
10.2.8-gcc3.3-unstable trees):

bash-2.05b$ fink install docbook-dsssl-ldp
Information about 3320 packages read in 3 seconds.
The package 'docbook-dsssl-ldp' will be built and installed.
The following package will be installed or updated:
 docbook-dsssl-ldp
axel --verbose -o ldp.dsl-1.12 
http://distfiles.dkx.tn.us.finkmirrors.net/ldp.dsl-1.12
Initializing download: -o

### execution of axel failed, exit code 10
Downloading the file ldp.dsl-1.12 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]
axel --verbose -o ldp.dsl-1.12 
http://distfiles.msn.wi.us.finkmirrors.net/ldp.dsl-1.12
Initializing download: -o

### execution of axel failed, exit code 10
Downloading the file ldp.dsl-1.12 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]
axel --verbose -o ldp.dsl-1.12 
http://distfiles.sbn.in.us.finkmirrors.net/ldp.dsl-1.12
Initializing download: -o

### execution of axel failed, exit code 10
Downloading the file ldp.dsl-1.12 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? [4]
axel --verbose -o ldp.dsl-1.12 
http://distfiles.master.finkmirrors.net/ldp.dsl-1.12
Initializing download: -o

### execution of axel failed, exit code 10
Downloading the file ldp.dsl-1.12 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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] linc1-0.5.5-12 failed

2005-02-27 Thread Robert T Wyatt
At 10:04 AM +0100 2/27/05, Martin Costabel wrote:
The error is here:
[]
cd ./html  gtkdoc-mkhtml linc ../linc-docs.sgml
/sw/bin/openjade:../sgml/linc-types.sgml:63:19:E: ID 
LINCPROTOCOLINFO already defined
/sw/bin/openjade:../sgml/linc-protocol.sgml:123:19: ID 
LINCPROTOCOLINFO first defined here
I upgraded linc1 in CVS to configure with --disable-gtk-doc, like 
the linc1 version for 10.3 does. So the problem should disappear 
after the next fink upgrade.
Thank you Martin!
Selecting previously deselected package linc1.
(Reading database ... 96869 files and directories currently installed.)
Unpacking linc1 (from .../linc1_0.5.5-13_darwin-powerpc.deb) ...
Selecting previously deselected package linc1-shlibs.
Unpacking linc1-shlibs (from .../linc1-shlibs_0.5.5-13_darwin-powerpc.deb) ...
Setting up linc1-shlibs (0.5.5-13) ...
Setting up linc1 (0.5.5-13) ...
bash-2.05b$
---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /sw/lib/perl5/Fink/Package.pm line 360

2005-02-26 Thread Robert T Wyatt
I finally realized I had picked up my typo from Dave V's suggestion 
and simply replied to the wrong message.

When I tried Dave's suggestion (below), it failed with:
bash-2.05b$ fink selfupdate
syntax error at /sw/lib/perl5/Fink/Package.pm line 361, near or
Compilation failed in require at /sw/lib/perl5/Fink/Engine.pm line 34.
BEGIN failed--compilation aborted at /sw/lib/perl5/Fink/Engine.pm line 34.
Compilation failed in require at /sw/bin/fink line 167.
bash-2.05b$
This is with Package.pm lines 360, 361 (on 10.2):
open APTDUMP, -|, $basepath/bin/apt-cache dump;
or die Can't run apt-cache dump: $!;
Perhaps this is where TS' comment comes in:
At 1:51 PM -0700 2/25/05, TheSin wrote:
can't have that first ;
Since the other solution (given by dmacks below) is working, I'm not 
going to go down the road of figuring out why Dave's isn't, but y'all 
probably already know why anyhow.


At 3:12 PM -0500 2/25/05, Dave Vasilevsky wrote:
On Feb 25, 2005, at 10:24 AM, Daniel Macks wrote:
 open APTDUMP, $basepath/bin/apt-cache dump |
Perl usually discourages this form, since if someone could convince 
$basepath to bstart with  it might do bad things.

Why not stick with this?
open APTDUMP, -|, $basepath/bin/apt-cache dump;
Still not super (since ugly basepaths with spaces can still fail), 
but a bit better and it works with both perls.

Dave

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] buildconflicts, buildlock

2005-02-26 Thread Robert T Wyatt
two cents from a beginner:
At 3:55 PM -0500 2/26/05, Dave Vasilevsky wrote:
Buildlocks solves several problems.
Fink's dep engine isn't always smart. [snip] 'fink install 
bundle-gnome' [is] very likely to run into this problem.
Good example! I've been installing a bunch of gnome thingies the last 
several hours and getting plenty of these:

dpkg: error processing fink-buildlock-gnome-apt-0.3.15-5 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 fink-buildlock-gnome-apt-0.3.15-5
### execution of dpkg failed, exit code 1
Can't set build lock for gnome-apt (0.3.15-5)
If any of the above dpkg error messages mention problems with
dependencies, fink has probably gotten confused by trying to build
many packages at once. Try building just this current package. When
that has completed successfully, you could retry whatever you did that
led to the present error.
Regardless of the cause of the lock failure, don't worry: you have not
wasted compiling time! Packages that had been completely built before
this error occurred will not have to be recompiled.
dpkg -r fink-buildlock-gnome-apt-0.3.15-5
(Reading database ... 141051 files and directories currently installed.)
Removing fink-buildlock-gnome-apt-0.3.15-5 ...
Failed: buildlock failure
(for more details see: 
http://uts.cc.utexas.edu/~bentones/development/at-home/20050226a.txt
and search for failed)

Most of these are packages wanting db3, at least one wants ncurses5, 
and then there are a couple of others..., but it's pretty easy to see 
where the problems are coming from now and mostly I just have to fink 
install whatever the problem package is, which will pick up the 
missing dependency, and then go up two levels in my bash command 
history and re-execute.

Now if we could just make the package manager do this for us, or 
never have any more mixed dependencies again, or 

Anyway, I think the buildlock helps me to help myself. --robert
---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] linc1-0.5.5-12 failed

2005-02-26 Thread Robert T Wyatt
Hi folks, I'm getting multiply defined warnings and errors on 10.2 
with linc1. I don't know how to deal with these. Thanks, Robert.

/bin/sh ../libtool --mode=link gcc  -O3 -funroll-loops 
-fstrict-aliasing -L/sw/lib -o liblinc.la -rpath /sw/lib -L/sw/lib 
-lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv 
-version-info 1:0:0 linc.lo linc-connection.lo linc-protocols.lo 
linc-server.lo linc-source.lo
rm -fr .libs/liblinc.la .libs/liblinc.* .libs/liblinc.*
gcc -dynamiclib -flat_namespace -undefined suppress -o 
.libs/liblinc.1.0.0.dylib  linc.lo linc-connection.lo 
linc-protocols.lo linc-server.lo linc-source.lo  -L/sw/lib 
-lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv -lc 
-install_name  /sw/lib/liblinc.1.dylib -compatibility_version 2 
-current_version 2.0
ld: warning -dylib_install_name /sw/lib/liblinc.1.dylib not found in 
segment address table LD_SEG_ADDR_TABLE 
/sw/var/lib/fink/prebound/seg_addr_table
ld: warning -undefined suppress disables -prebind
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
(cd .libs  rm -f liblinc.1.dylib  ln -s liblinc.1.0.0.dylib 
liblinc.1.dylib)
(cd .libs  rm -f liblinc.dylib  ln -s liblinc.1.0.0.dylib liblinc.dylib)
ar cru .libs/liblinc.a  linc.o linc-connection.o linc-protocols.o 
linc-server.o linc-source.o
ranlib .libs/liblinc.a
creating liblinc.la
(cd .libs  rm -f liblinc.la  ln -s ../liblinc.la liblinc.la)
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include 
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include-Wall -Wunused 
-Wmissing-prototypes -Wmissing-declarations -DG_DISABLE_DEPRECATED 
-D_GNU_SOURCE  -no-cpp-precomp -I/sw/include  -O3 -funroll-loops 
-fstrict-aliasing -c cleanup.c
cleanup.c: In function `open_socket':
cleanup.c:104: warning: passing arg 2 of `connect' from incompatible 
pointer type
/bin/sh ../libtool --mode=link gcc  -O3 -funroll-loops 
-fstrict-aliasing -L/sw/lib -o linc-cleanup-sockets -L/sw/lib 
-lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl -liconv   cleanup.o
gcc -O3 -funroll-loops -fstrict-aliasing -o linc-cleanup-sockets 
cleanup.o  -L/sw/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl 
-liconv
ld: warning prebinding disabled because dependent library: 
/sw/lib/libgobject-2.0.0.dylib is not prebound
ld: warning multiple definitions of symbol _locale_charset
/sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
/sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset
ld: warning suggest use of -bind_at_load, as lazy binding may result 
in errors or different symbols being used
symbol _locale_charset used from dynamic library 
/sw/lib/libiconv.dylib(localcharset.o) not from earlier dynamic 
library /sw/lib/libintl.1.dylib(localcharset.lo)
Making all in docs
*** Scanning header files ***
if grep -l '^..*$' ./linc.types  /dev/null ; then \
CC=/bin/sh ../libtool --mode=compile gcc LD=/bin/sh ../libtool 
--mode=link gcc CFLAGS= LDFLAGS= gtkdoc-scanobj --module=linc 
--output-dir=. ; \
else \
cd . ; \
for i in linc.args linc.hierarchy linc.signals ; do \
   test -f $i || touch $i ; \
done \
fi
cd .  \
  gtkdoc-scan --module=linc --source-dir=.. 
--ignore-headers=config.h acconfig.h linc-private.h
touch scan-build.stamp
*** Rebuilding template files ***
cd .  gtkdoc-mktmpl --module=linc
=
WARNING: 24 unused declarations.
  These can be found in linc-unused.txt.
  They should be added to linc-sections.txt in the appropriate place.
=
touch tmpl-build.stamp
*** Building SGML ***
cd .  \
gtkdoc-mkdb --module=linc --source-dir=.. --main-sgml-file=linc-docs.sgml
56% symbol docs coverage (15 symbols documented, 12 not documented)
See linc-undocumented.txt for a list of missing docs.
The doc coverage percentage doesn't include intro sections.
touch sgml-build.stamp
*** Building HTML ***
test -d ./html || mkdir ./html
cd ./html  gtkdoc-mkhtml linc ../linc-docs.sgml
/sw/bin/openjade:../sgml/linc-types.sgml:63:19:E: ID 
LINCPROTOCOLINFO already defined
/sw/bin/openjade:../sgml/linc-protocol.sgml:123:19: ID 
LINCPROTOCOLINFO first defined here
make[2]: *** [html-build.stamp] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Removing build lock...
dpkg -r fink-buildlock-linc1-0.5.5-12
(Reading database ... 96808 files and directories currently installed.)
Removing fink-buildlock-linc1-0.5.5-12 ...
Failed: phase compiling: linc1-0.5.5-12 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, you can try e-mailing
the maintainer:
None fink-devel@lists.sourceforge.net
---
SF email is sponsored by - 

Re: [Fink-devel] Re: fink/perlmod/Fink Package.pm,1.93,1.94 ChangeLog,1.881,1.882

2005-02-25 Thread Robert T Wyatt
I think it needs tweaking:
bash-2.05b$ fink selfupdate
syntax error at /sw/lib/perl5/Fink/Package.pm line 361, near or
Compilation failed in require at /sw/lib/perl5/Fink/Engine.pm line 34.
BEGIN failed--compilation aborted at /sw/lib/perl5/Fink/Engine.pm line 34.
Compilation failed in require at /sw/bin/fink line 167.
bash-2.05b$
This is with Package.pm lines 360, 361:
open APTDUMP, -|, $basepath/bin/apt-cache dump;
or die Can't run apt-cache dump: $!;

At 1:20 PM -0700 2/25/05, TheSin wrote:
I think good.
---
TS
http://southofheaven.org
Chaos is the beginning and end, try dealing with the rest.
On 25-Feb-05, at 1:00 PM, David R. Morrison wrote:
Daniel Macks [EMAIL PROTECTED] wrote:
Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29536
Modified Files:
Package.pm ChangeLog
Log Message:
perl-5.6 compatibiility fix for open() syntax.
I'm thinking of back-porting this to branch_0_24 and then releasing 0.24.1
which would be for 10.2-gcc3.3 folks only.  Good idea?  Bad idea?
  -- Dave

---
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-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


  1   2   >