Re: [Fink-users] Selfupdate Problem

2010-02-05 Thread James Howse
Suddenly this morning without any action on my part, fink selfupdate
works again.  Are you aware of any changes made at the fink end?
James

 Alexander,
 When I run the command
 rsync -az -v 
 rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
 /opt/fink/fink/TIMESTAMP.tmp
 from the command line it fails with the same error message.
 rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
 refused (61)
 rsync error: error in socket IO (code 10) at
 /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]

 I also considered the possibility that the latest Apple update to SSL
 had modified the system rsync and caused some problem, so I compiled
 rsync from source and tried that version.  It fails with the same error
 message.
 James

   
 What happens if you run the rsync command that Fink is using manually?
 Does that work?

 On 2/3/10 11:48 AM, James Howse wrote:
 
 Alexander,
 I considered that possibility because I am behind various proxies and
 firewalls,  so I ran the following rsync command which tries to
 retrieve a copy of the rsync source code from samba.org.
   
 rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync
 /dest/dir/
   
 This works fine and successfully retrieves the rsync source code.  So
 apparently rsync in general is not blocked.  So what is special about
 fink's rsync site?
 James
   
 On 2/3/10 11:19 AM, James Howse wrote:
 
 Just this week I have started getting the following error when running
 fink selfupdate.  Any suggestions on what the problem might be?
 Thanks,
 James
 fink -v selfupdate
 rsync -az -v
 rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
 /opt/fink/fink/TIMESTAMP.tmp
 rsync: failed to connect to distfiles.master.finkmirrors.net:
   
 Connection
 
 refused (61)
 rsync error: error in socket IO (code 10) at
 /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105)
   
 [receiver=2.6.9]
 
 ### execution of rsync failed, exit code 10
 Failed to fetch the timestamp file from the rsync server:
 rsync://distfiles.master.finkmirrors.net/finkinfo/.
 Check the error messages above.
   

 Works here.  Maybe your network configuration changed and they've
 
 locked
 
 rsync out; that looks like the error one gets under such circumstances.

 

 


 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users
   


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
Just this week I have started getting the following error when running
fink selfupdate.  Any suggestions on what the problem might be?
Thanks,
James

fink -v selfupdate
rsync -az -v 
rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
/opt/fink/fink/TIMESTAMP.tmp
rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
refused (61)
rsync error: error in socket IO (code 10) at
/SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]
### execution of rsync failed, exit code 10
Failed to fetch the timestamp file from the rsync server:
rsync://distfiles.master.finkmirrors.net/finkinfo/.
Check the error messages above.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2/3/10 11:19 AM, James Howse wrote:
 Just this week I have started getting the following error when running
 fink selfupdate.  Any suggestions on what the problem might be?
 Thanks,
 James
 
 fink -v selfupdate
 rsync -az -v 
 rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
 /opt/fink/fink/TIMESTAMP.tmp
 rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
 refused (61)
 rsync error: error in socket IO (code 10) at
 /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]
 ### execution of rsync failed, exit code 10
 Failed to fetch the timestamp file from the rsync server:
 rsync://distfiles.master.finkmirrors.net/finkinfo/.
 Check the error messages above.
 
 


Works here.  Maybe your network configuration changed and they've locked
rsync out; that looks like the error one gets under such circumstances.

- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktpo68ACgkQB8UpO3rKjQ9OLgCeMjxt7x2TH62scTIyF0ZUth/K
X8cAoIZo2NVQTF+Tma8M1BQOpqefO/m9
=5Uj4
-END PGP SIGNATURE-

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
Alexander,
I considered that possibility because I am behind various proxies and
firewalls,  so I ran the following rsync command which tries to 
retrieve a copy of the rsync source code from samba.org.

rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync
/dest/dir/

This works fine and successfully retrieves the rsync source code.  So
apparently rsync in general is not blocked.  So what is special about
fink's rsync site?
James

 On 2/3/10 11:19 AM, James Howse wrote:
  Just this week I have started getting the following error when running
  fink selfupdate.  Any suggestions on what the problem might be?
  Thanks,
  James

  fink -v selfupdate
  rsync -az -v
  rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
  /opt/fink/fink/TIMESTAMP.tmp
  rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
  refused (61)
  rsync error: error in socket IO (code 10) at
  /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]
  ### execution of rsync failed, exit code 10
  Failed to fetch the timestamp file from the rsync server:
  rsync://distfiles.master.finkmirrors.net/finkinfo/.
  Check the error messages above.




 Works here.  Maybe your network configuration changed and they've locked
 rsync out; that looks like the error one gets under such circumstances.



--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What happens if you run the rsync command that Fink is using manually?
Does that work?

On 2/3/10 11:48 AM, James Howse wrote:
 Alexander,
 I considered that possibility because I am behind various proxies and
 firewalls,  so I ran the following rsync command which tries to 
 retrieve a copy of the rsync source code from samba.org.
 
 rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync
 /dest/dir/
 
 This works fine and successfully retrieves the rsync source code.  So
 apparently rsync in general is not blocked.  So what is special about
 fink's rsync site?
 James
 
 On 2/3/10 11:19 AM, James Howse wrote:
 Just this week I have started getting the following error when running
 fink selfupdate.  Any suggestions on what the problem might be?
 Thanks,
 James

 fink -v selfupdate
 rsync -az -v
 rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
 /opt/fink/fink/TIMESTAMP.tmp
 rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
 refused (61)
 rsync error: error in socket IO (code 10) at
 /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]
 ### execution of rsync failed, exit code 10
 Failed to fetch the timestamp file from the rsync server:
 rsync://distfiles.master.finkmirrors.net/finkinfo/.
 Check the error messages above.




 Works here.  Maybe your network configuration changed and they've locked
 rsync out; that looks like the error one gets under such circumstances.

 
 


- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktpq0gACgkQB8UpO3rKjQ+YEACgocluzvSseFQetPP98IbjRCAC
95wAnRS8o9cKRAZ5tyaC158kOwJgQ3Xm
=rYLi
-END PGP SIGNATURE-

--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread James Howse
Alexander,
When I run the command
rsync -az -v 
rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
/opt/fink/fink/TIMESTAMP.tmp
from the command line it fails with the same error message.
rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
refused (61)
rsync error: error in socket IO (code 10) at
/SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]

I also considered the possibility that the latest Apple update to SSL
had modified the system rsync and caused some problem, so I compiled
rsync from source and tried that version.  It fails with the same error
message.
James

 What happens if you run the rsync command that Fink is using manually?
 Does that work?

 On 2/3/10 11:48 AM, James Howse wrote:
  Alexander,
  I considered that possibility because I am behind various proxies and
  firewalls,  so I ran the following rsync command which tries to
  retrieve a copy of the rsync source code from samba.org.

  rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync
  /dest/dir/

  This works fine and successfully retrieves the rsync source code.  So
  apparently rsync in general is not blocked.  So what is special about
  fink's rsync site?
  James

  On 2/3/10 11:19 AM, James Howse wrote:
  Just this week I have started getting the following error when running
  fink selfupdate.  Any suggestions on what the problem might be?
  Thanks,
  James
  fink -v selfupdate
  rsync -az -v
  rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
  /opt/fink/fink/TIMESTAMP.tmp
  rsync: failed to connect to distfiles.master.finkmirrors.net:
 Connection
  refused (61)
  rsync error: error in socket IO (code 10) at
  /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105)
 [receiver=2.6.9]
  ### execution of rsync failed, exit code 10
  Failed to fetch the timestamp file from the rsync server:
  rsync://distfiles.master.finkmirrors.net/finkinfo/.
  Check the error messages above.
 
 
 
  Works here.  Maybe your network configuration changed and they've
 locked
  rsync out; that looks like the error one gets under such circumstances.
 





--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem

2010-02-03 Thread Tres Finocchiaro
A shot in the dark, but in the past, I've run into proxy issues caused by my
Netbeans.  Not sure if Netbeans is your IDE or if this problem is even
remotely related (this one bug stemmed from framework that's not part of
j2me), but food for thought.  Sometimes the IDE has proxy settings that
override the application and really mess up normal logic.

http://www.netbeans.org/issues/show_bug.cgi?id=134745

-Tres

On Wed, Feb 3, 2010 at 12:13 PM, James Howse jho...@lanl.gov wrote:

 Alexander,
 When I run the command
 rsync -az -v
 rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
 /opt/fink/fink/TIMESTAMP.tmphttp://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP%0A/opt/fink/fink/TIMESTAMP.tmp
 from the command line it fails with the same error message.
 rsync: failed to connect to distfiles.master.finkmirrors.net: Connection
 refused (61)
 rsync error: error in socket IO (code 10) at
 /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105) [receiver=2.6.9]

 I also considered the possibility that the latest Apple update to SSL
 had modified the system rsync and caused some problem, so I compiled
 rsync from source and tried that version.  It fails with the same error
 message.
 James

  What happens if you run the rsync command that Fink is using manually?
  Does that work?
 
  On 2/3/10 11:48 AM, James Howse wrote:
   Alexander,
   I considered that possibility because I am behind various proxies and
   firewalls,  so I ran the following rsync command which tries to
   retrieve a copy of the rsync source code from samba.org.
 
   rsync -av --exclude=.git/ rsync://rsync.samba.org/ftp/unpacked/rsync
   /dest/dir/
 
   This works fine and successfully retrieves the rsync source code.  So
   apparently rsync in general is not blocked.  So what is special about
   fink's rsync site?
   James
 
   On 2/3/10 11:19 AM, James Howse wrote:
   Just this week I have started getting the following error when
 running
   fink selfupdate.  Any suggestions on what the problem might be?
   Thanks,
   James
   fink -v selfupdate
   rsync -az -v
   rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP
   /opt/fink/fink/TIMESTAMP.tmp
   rsync: failed to connect to distfiles.master.finkmirrors.net:
  Connection
   refused (61)
   rsync error: error in socket IO (code 10) at
   /SourceCache/rsync/rsync-35.2/rsync/clientserver.c(105)
  [receiver=2.6.9]
   ### execution of rsync failed, exit code 10
   Failed to fetch the timestamp file from the rsync server:
   rsync://distfiles.master.finkmirrors.net/finkinfo/.
   Check the error messages above.
  
  
  
   Works here.  Maybe your network configuration changed and they've
  locked
   rsync out; that looks like the error one gets under such
 circumstances.
  
 
 
 



 --
 The Planet: dedicated and managed hosting, cloud storage, colocation
 Stay online with enterprise data centers and the best network in the
 business
 Choose flexible plans and management services without long-term contracts
 Personal 24x7 support from experience hosting pros just a phone call away.
 http://p.sf.net/sfu/theplanet-com
 ___
 Fink-users mailing list
 Fink-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-users




-- 
- tres.finocchi...@gmail.com
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Selfupdate problem

2006-04-14 Thread Bill Spotz
When I do a 'fink selfupdate', I get some unexpected warnings.  Some  
of the packages update, but some do not.  I have confirmed with a  
package maintainer that I am not seeing the latest version of a  
package I am interested in upgrading.  Here is what I am seeing:


$ fink selfupdate
Password:

I will now run the cvs command to retrieve the latest package  
descriptions. The 'su' command will be used to run the
cvs command as the user 'wfspotz'. After that, the core packages will  
be updated right away; you should then update the

other packages using commands like 'fink update-all'.

/usr/bin/su wfspotz -c 'cvs  -z3 update -d -P -l'
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: Updating .
/usr/bin/su wfspotz -c 'cvs  -z3 update -d -P 10.4-transitional'
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: Updating 10.4-transitional
cvs update: Updating 10.4-transitional/stable
cvs update: Updating 10.4-transitional/stable/crypto
cvs update: Updating 10.4-transitional/stable/crypto/finkinfo
cvs update: Updating 10.4-transitional/stable/main
cvs update: Updating 10.4-transitional/stable/main/finkinfo
cvs update: Updating 10.4-transitional/stable/main/finkinfo/base
cvs update: Updating 10.4-transitional/stable/main/finkinfo/database
cvs update: Updating 10.4-transitional/stable/main/finkinfo/devel
cvs update: Updating 10.4-transitional/stable/main/finkinfo/editors
cvs update: Updating 10.4-transitional/stable/main/finkinfo/games
cvs update: Updating 10.4-transitional/stable/main/finkinfo/gnome
cvs update: Updating 10.4-transitional/stable/main/finkinfo/graphics
cvs update: Updating 10.4-transitional/stable/main/finkinfo/kde
cvs update: Updating 10.4-transitional/stable/main/finkinfo/languages
cvs update: Updating 10.4-transitional/stable/main/finkinfo/libs
cvs update: Updating 10.4-transitional/stable/main/finkinfo/libs/ 
perlmods
cvs update: Updating 10.4-transitional/stable/main/finkinfo/libs/ 
rubymods

cvs update: Updating 10.4-transitional/stable/main/finkinfo/net
cvs update: Updating 10.4-transitional/stable/main/finkinfo/sci
cvs update: Updating 10.4-transitional/stable/main/finkinfo/shells
cvs update: Updating 10.4-transitional/stable/main/finkinfo/sound
cvs update: Updating 10.4-transitional/stable/main/finkinfo/text
cvs update: Updating 10.4-transitional/stable/main/finkinfo/utils
cvs update: Updating 10.4-transitional/stable/main/finkinfo/web
cvs update: Updating 10.4-transitional/stable/main/finkinfo/x11
cvs 

Re: [Fink-users] Selfupdate problem

2006-04-14 Thread Daniel Macks
On Fri, Apr 14, 2006 at 01:32:13PM -0600, Bill Spotz wrote:
 When I do a 'fink selfupdate', I get some unexpected warnings.  Some  
 of the packages update, but some do not.  I have confirmed with a  
 package maintainer that I am not seeing the latest version of a  
 package I am interested in upgrading.  Here is what I am seeing:
 
 $ fink selfupdate
 Password:
 
 I will now run the cvs command to retrieve the latest package  
 descriptions. The 'su' command will be used to run the
 cvs command as the user 'wfspotz'. After that, the core packages will  
 be updated right away; you should then update the
 other packages using commands like 'fink update-all'.
 
 /usr/bin/su wfspotz -c 'cvs  -z3 update -d -P -l'

The sourceforge anonymous CVS server has not gotten any new package
descriptions since ~March 30, so if you selfupdate using that method,
you, too, are frozen in time. Only rsync and authenticated (fink
developer) CVS are up-to-date.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



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


Re: [Fink-users] Selfupdate problem

2006-04-14 Thread Martin Costabel

Bill Spotz wrote:
When I do a 'fink selfupdate', I get some unexpected warnings.  Some of 
the packages update, but some do not.  I have confirmed with a package 
maintainer that I am not seeing the latest version of a package I am 
interested in upgrading.  Here is what I am seeing:


$ fink selfupdate
Password:

I will now run the cvs command to retrieve the latest package 
descriptions. The 'su' command will be used to run the
cvs command as the user 'wfspotz'. After that, the core packages will be 
updated right away; you should then update the

other packages using commands like 'fink update-all'.

/usr/bin/su wfspotz -c 'cvs  -z3 update -d -P -l'
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored


There are two things at work here, both courtesy SourceForge:
These warnings are the symptom of some recently introduced braindamage, 
but AFAIK they are harmless.


The fact that packages are not updated to their latest versions is the 
symptom that SourceForge's anonymous cvs service is currently broken.


You might want to complain to SF about this.
And use selfupdate-rsync.

--
Martin



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


Re: [Fink-users] Selfupdate problem

2006-04-14 Thread Bill Spotz

Daniel, Martin,

Thanks for the responses.

Fortunately, I have been able to figure out how to get rsync to work  
from behind my proxy server, so this works for me.


On Apr 14, 2006, at 2:04 PM, Martin Costabel wrote:


Bill Spotz wrote:
When I do a 'fink selfupdate', I get some unexpected warnings.   
Some of the packages update, but some do not.  I have confirmed  
with a package maintainer that I am not seeing the latest version  
of a package I am interested in upgrading.  Here is what I am seeing:

$ fink selfupdate
Password:
I will now run the cvs command to retrieve the latest package  
descriptions. The 'su' command will be used to run the
cvs command as the user 'wfspotz'. After that, the core packages  
will be updated right away; you should then update the

other packages using commands like 'fink update-all'.
/usr/bin/su wfspotz -c 'cvs  -z3 update -d -P -l'
cvs update: -m wrapper option is not supported remotely; ignored
cvs update: -m wrapper option is not supported remotely; ignored


There are two things at work here, both courtesy SourceForge:
These warnings are the symptom of some recently introduced  
braindamage, but AFAIK they are harmless.


The fact that packages are not updated to their latest versions is  
the symptom that SourceForge's anonymous cvs service is currently  
broken.


You might want to complain to SF about this.
And use selfupdate-rsync.

--
Martin


** Bill Spotz  **
** Sandia National Laboratories  Voice: (505)845-0170  **
** P.O. Box 5800 Fax:   (505)284-5451  **
** Albuquerque, NM 87185-0316Email: [EMAIL PROTECTED] **





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


[Fink-users] selfupdate problem

2006-02-21 Thread Bob Portmann
I just tried installing fink on a new Mac G5 Quad, OSX 10.4.5, XCode
2.1, and cannot get past the fink selfupdate command (after running
fink scanpackages and fink index as requested).  The selfupdate fails
with the following error:

/sw/src/fink.build/cctools-extra-590.18-2/cctools-590.18
/bin/rm -rf /sw/src/fink.build/root-cctools-extra-590.18-2
/bin/mkdir -p /sw/src/fink.build/root-cctools-extra-590.18-2/sw
/bin/mkdir -p /sw/src/fink.build/root-cctools-extra-590.18-2/DEBIAN
/usr/sbin/chown -R root:admin
/sw/src/fink.build/root-cctools-extra-590.18-2
/var/tmp/tmp.2.gIfyXo
Can't exec /var/tmp/tmp.2.gIfyXo: Text file busy at
/sw/lib/perl5/Fink/Services.pm line 500.
### execution of /var/tmp/tmp.2.gIfyXo failed, exit code -1
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-cctools-extra-590.18-2
(Reading database ... 4116 files and directories currently installed.)
Removing fink-buildlock-cctools-extra-590.18-2 ...
Failed: phase installing: cctools-extra-590.18-2 failed

Does anyone have any ideas about this?

Bob

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
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://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Selfupdate Problem With gettext-dev-0.10.40-24; Workaround

2005-08-20 Thread Jonathan Levi MD

Attempting a selfupdate, I got (approximately)


 parse error, in file `/sw/var/lib/dpkg/status' near line 4695
  package `libgettext3-dev':
   missing version

 failed: Can't install gettext-dev-0.10.40-24


Investigating file /sw/var/lib/dpkg/status, I found that line 4695 
was blank, and was preceded by only four lines of information about 
libgettext3-dev:  Package:, Status:, Section:, and Architecture:. 
There was no Version: line, or anything more about this package.


After a number of unsuccessful workarounds, I succeeded  in 
installing gettext-dev-0.10.40-24: I made myself owner of 
/sw/var/lib/dpkg/status and /sw/var/lib/dpkg/; I added a line


Version: 0.10.40-24

then I copied the remaining info lines for this package from 
/sw/var/lib/dpkg/status-old; finally, I ran


fink install gettext-dev-0.10.40-24

I got a warning:


 dpkg: serious warning: files list file for package
 `libgettext3-dev' missing, assuming package has no
 files currently installed.


but the install command succeeded nevertheless, after which the 
selfupdate and a subsequent update-all were uneventful.


OS: 10.3.9
Tree:   10.3/unstable

Thanks as always,

Jonathan

PS: There are only the same four lines for the following package, 
fink-buildlock-rtf-parser-pm-1.09-1, but in my case at least, 
apparently this didn't matter. I don't know if it's an error that 
might matter for someone else, though.



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem With gettext-dev-0.10.40-24; Workaround

2005-08-20 Thread Alexander Hansen


On Aug 20, 2005, at 8:49 PM, Jonathan Levi MD wrote:


Attempting a selfupdate, I got (approximately)



 parse error, in file `/sw/var/lib/dpkg/status' near line 4695
  package `libgettext3-dev':
   missing version

 failed: Can't install gettext-dev-0.10.40-24



Investigating file /sw/var/lib/dpkg/status, I found that line 4695  
was blank, and was preceded by only four lines of information about  
libgettext3-dev:  Package:, Status:, Section:, and Architecture:.  
There was no Version: line, or anything more about this package.


After a number of unsuccessful workarounds, I succeeded  in  
installing gettext-dev-0.10.40-24: I made myself owner of /sw/var/ 
lib/dpkg/status and /sw/var/lib/dpkg/; I added a line


Version: 0.10.40-24

then I copied the remaining info lines for this package from /sw/ 
var/lib/dpkg/status-old; finally, I ran


fink install gettext-dev-0.10.40-24

I got a warning:



 dpkg: serious warning: files list file for package
 `libgettext3-dev' missing, assuming package has no
 files currently installed.



but the install command succeeded nevertheless, after which the  
selfupdate and a subsequent update-all were uneventful.


OS:10.3.9
Tree:10.3/unstable

Thanks as always,

Jonathan

PS: There are only the same four lines for the following package,  
fink-buildlock-rtf-parser-pm-1.09-1, but in my case at least,  
apparently this didn't matter. I don't know if it's an error that  
might matter for someone else, though.





The problem isn't localized to any particular package--var/dpkg/ 
status is prone to corruption, e.g if you interrupt dpkg:


http://fink.sourceforge.net/faq/comp-general.php?phpLang=en#dpkg- 
parse-error



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




---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] selfupdate problem with mirrors

2004-03-10 Thread Koen van der Drift
Hi,

Is there a problem with selfupdate using rsync? I haven't seen new info 
files in about 2 days, for instance the new xfree86 and kde. I tried 
changing mirrors with fink configure, but that didn't help, one mirror 
(atl) give this error: The timestamp of the server is older than what 
you already have.

thanks,

- Koen.



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problem with mirrors

2004-03-10 Thread Peter O'Gorman
Alexander Hansen wrote:
I've had the same problem--using CVS update brings in the files, and 
switching back to rsync takes them away again.

On Mar 10, 2004, at 9:50 PM, Koen van der Drift wrote:
Is there a problem with selfupdate using rsync? I haven't seen new 
info files in about 2 days, for instance the new xfree86 and kde. I 
tried changing mirrors with fink configure, but that didn't help, one 
mirror (atl) give this error: The timestamp of the server is older 
than what you already have.
This should be fixed now, the master mirror was not getting updated properly 
due to an issue with sourceforge. Please wait 30 minutes or so and do a 
selfupdate again and you'll get a bunch of new files.

Thanks go to Rob Braun for responding to this so quickly.

Peter
--
Peter O'Gorman - http://www.pogma.com
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problem in Panther

2003-11-22 Thread Martin Costabel
Jack Repenning wrote:

My attempt to selfupdate fink ended in Failed: no matching version  
found for bzip2.  What's broke?  How do I fix it?
You might want to just try another selfupdate. It should bring you the 
package descriptions from the 0.6.2 distribution and then automatically 
recompile a couple of basic packages, among them bzip2.

--
Martin


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


[Fink-users] selfupdate problem in Panther

2003-11-20 Thread Jack Repenning
My attempt to selfupdate fink ended in Failed: no matching version  
found for bzip2.  What's broke?  How do I fix it?

System is Panther (10.3.1).  I don't think I've ever selfupdated fink;  
my existing fink installation (installed under 10.2.something) was Fink  
0.13.2.

Note that I do have a fink-installed bzip2 (installed under 10.2):

 whence bzip2
bzip2 is /sw/bin/bzip2
/sw/bin/bzip2: Mach-O executable ppc
/sw/bin/bzip2:
  /sw/bin/bzip2
Here's a bit more context:

 fink selfupdate
sudo /sw/bin/fink  selfupdate
(1)  Delete it and download again
(2)  Assume it is a partial download and try to continue
(3)  Don't download, use existing file
The file CURRENT-FINK already exists, how do you want to proceed? [1]
rm -f CURRENT-FINK
curl -f -L -s -S -O http://fink.sourceforge.net/CURRENT-FINK
I will now download the package descriptions for Fink 0.5.4 and update  
the
core packages. After that, you should update the other packages using
commands like 'fink update-all'.

curl -f -L -s -S -O  
http://west.dl.sourceforge.net/sourceforge/fink/dists-0.5.4.tar.gz
tar -xzf dists-0.5.4.tar.gz
./inject.pl /sw -quiet
v-strings are deprecated at ./inject.pl line 25.
v-string in use/require non-portable at ./inject.pl line 25.
Copying...
cp -f README /sw/fink/
cp -f VERSION /sw/fink/
rm -f /sw/fink/stamp-*
cp stamp-* /sw/fink/
cp -f bundle-kde-ssl-3.1.2-3.info /sw/fink/10.2/stable/crypto/finkinfo/
...
cp -f xfce-taskbar-3.8.18-1.info  
/sw/fink/10.2/unstable/main/finkinfo/x11-wm/
rm -rf dists-0.5.4
Reading package info...
Updating package index... done.
Information about 1317 packages read in 7 seconds.

The following package will be installed or updated:
 fink
curl -f -L -s -S -O http://distfiles.opendarwin.org/fink-0.16.0.tar.gz
mkdir -p /sw/src/fink-0.16.0-1
/sw/bin/tar -xzf /sw/src/fink-0.16.0.tar.gz
./setup.sh /sw
Creating fink...
Creating fink-virtual-pkgs...
Creating pathsetup.command...
Creating FinkVersion.pm...
Creating man page...
Creating shlibs default file...
Creating postinstall script...
rm -rf /sw/src/root-fink-0.16.0-1
mkdir -p /sw/src/root-fink-0.16.0-1/sw
mkdir -p /sw/src/root-fink-0.16.0-1/DEBIAN
./install.sh /sw/src/root-fink-0.16.0-1/sw
Creating directories...
Copying files...
Done.
rm -f /sw/src/root-fink-0.16.0-1/sw/info/dir  
/sw/src/root-fink-0.16.0-1/sw/info/dir.old  
/sw/src/root-fink-0.16.0-1/sw/share/info/dir  
/sw/src/root-fink-0.16.0-1/sw/share/info/dir.old
rm -rf fink-0.16.0-1
Writing control file...
Writing package script postinst...
dpkg-deb -b root-fink-0.16.0-1  
/sw/fink/dists/stable/main/binary-darwin-powerpc/base
dpkg -i  
/sw/fink/dists/stable/main/binary-darwin-powerpc/base/fink_0.16.0 
-1_darwin-powerpc.deb
(Reading database ... 16809 files and directories currently installed.)
Preparing to replace fink 0.13.2-1 (using  
.../fink_0.16.0-1_darwin-powerpc.deb) ...
Unpacking replacement fink ...
Setting up fink (0.16.0-1) ...
Checking system... powerpc-apple-darwin7.0.0
This system was not released at the time this Fink release was made.
Prerelease versions of Mac OS X might work with Fink, but there are no
guarantees.
mkdir -p /sw/fink/10.3/local/main/finkinfo
chown -R root /sw/fink/10.3
ln -s 10.3 /sw/fink/dists
Reading package info...
Updating package index... done.

Re-executing fink to use the new version...
Reading package info...
Updating package index... done.
Information about 126 packages read in 4 seconds.
Failed: no matching version found for bzip2
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090


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


[Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 install failed

2003-01-17 Thread Andreas Gschwendtner
Hi everybody,

I ran into the following error when when tried my regular  
fink-selfupdate-cvs and fink update-all commands:

Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
autoconf2.5_2.54-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package autoconf2.5-2.54-1

Any ideas what's wrong?

Thanks for any help...

Andreas



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 installfailed

2003-01-17 Thread Michael E. Zwick
I had the same problem - I do not think you have all the error listed. In my
case there appeared to be a dependency problem with automake.

I manually reinstalled/upgraged automake first then did a selfupdate.

That solved the problem.

Mike


 Hi everybody,
 
 I ran into the following error when when tried my regular  
 fink-selfupdate-cvs and fink update-all commands:
 
 Errors were encountered while processing:

 /sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
 autoconf2.5_2.54-1_darwin-powerpc.deb
 ### execution of dpkg failed, exit code 1
 Failed: can't install package autoconf2.5-2.54-1
 
 Any ideas what's wrong?
 
 Thanks for any help...
 
 Andreas
 
 
 
 ---
 This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts 
 will
 allow you to extend the highest allowed 128 bit encryption to all your 
 clients even if they use browsers that are limited to 40 bit encryption. 
 Get a guide 
 here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Selfupdate Problem -- dpkg failed to compile

2003-01-17 Thread Alexander Hansen
This one is in the FAQ:

http://fink.sourceforge.net/faq/comp-general.php#head

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

On Fri, 17 Jan 2003, case wrote:

 Hi all...

 I also an getting an error when running a selfupdate from cvs, I was getting
 this before the recent cvs downtime.

 This stuff isn't my forte, so any help is appreciated.

 I've included a good size chunk of the failure below.

 Thanks!
 Case

snip
 Unknown option: 1
 Usage: head [-options] url...


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Selfupdate Problem -- dpkg failed to compile

2003-01-17 Thread case
DOH!

I didn't even catch that one in the FAQ. Thanks... It's working now.

So is there any way for 'head' and 'HEAD' to coexist peacefully on OS X?  (I
just copied 'head' from another install and renamed 'HEAD' to 'HEAD2' for
now, not in that order ;)  anything else you suggest?)

Thanks again.
Case


 This one is in the FAQ:
 
 http://fink.sourceforge.net/faq/comp-general.php#head
 
 --
 Alexander K. Hansen
 Associate Research Scientist, Columbia University
 visiting MIT Plasma Science and Fusion Center
 Levitated Dipole Experiment
 175 Albany Street, NW17-219
 Cambridge, MA  02139-4213
 
 On Fri, 17 Jan 2003, case wrote:
 
 Hi all...
 
 I also an getting an error when running a selfupdate from cvs, I was getting
 this before the recent cvs downtime.
 
 This stuff isn't my forte, so any help is appreciated.
 
 I've included a good size chunk of the failure below.
 
 Thanks!
 Case
 
 snip
 Unknown option: 1
 Usage: head [-options] url...
 
 
 ---
 This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
 allow you to extend the highest allowed 128 bit encryption to all your
 clients even if they use browsers that are limited to 40 bit encryption.
 Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users
 



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 install failed

2003-01-17 Thread Chris Zubrzycki

On Friday, January 17, 2003, at 12:52  PM, Andreas Gschwendtner wrote:

Hi everybody,

I ran into the following error when when tried my regular  
fink-selfupdate-cvs and fink update-all commands:

Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
autoconf2.5_2.54-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package autoconf2.5-2.54-1

fink install automake  fink update-all should work

-chris zubrzycki
- --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
_
This message is encoded using the Rot-26 encoding method.  Unauthorized  
decoding of this message may result in extreme penalties under the  
DMCA.  These penalties include, but are not limited to: US$100,000  
fine, life imprisonment, castration, death, limp hair, terminal  
halitosis, and amputation of the extremities.




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problem

2002-11-16 Thread Dylan Foley

On Saturday, November 16, 2002, at 01:46 PM, Alexander Meier wrote:


hi,

please have a look at the following problem... I've had this problem 
before - but forgot how I solved it then!


maybe this will help you remember

http://www.mail-archive.com/fink-
[EMAIL PROTECTED]/msg00288.html

--
dylan



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users