Re: [Fink-beginners] fink selfupdate

2017-04-19 Thread Alexander Hansen
> On Apr 19, 2017, at 08:20, Robert T Wyatt wrote: > > Robert Cheng wrote: >> Hi >> >> Recently I upgraded the mac to 10.12.3. I have since tried to do a "fink >> selfupdate" not failed, I am not sure if the two are related >> >> bash-3.2$ fink >> Fink 0.41.1 >> bash-3.2$ fink selfupdate >> B

Re: [Fink-beginners] fink selfupdate

2017-04-19 Thread Robert T Wyatt
Robert Cheng wrote: Hi Recently I upgraded the mac to 10.12.3. I have since tried to do a "fink selfupdate" not failed, I am not sure if the two are related bash-3.2$ fink Fink 0.41.1 bash-3.2$ fink selfupdate Before changing your selfupdate method to 'rsync', you must install the Xcode Co

[Fink-beginners] fink selfupdate

2017-04-19 Thread Robert Cheng
Hi Recently I upgraded the mac to 10.12.3. I have since tried to do a "fink selfupdate" not failed, I am not sure if the two are related bash-3.2$ fink Fink 0.41.1 bash-3.2$ fink selfupdate Before changing your selfupdate method to 'rsync', you must install the Xcode Command Line Tools packag

Re: [Fink-beginners] fink selfupdate - "The timestamp of the server is older than what you already have"

2014-03-21 Thread J. C. Oliveira
Thank you so much for looking into this matter for me. Regards, j.c. On Thu, Mar 20, 2014 at 10:42 PM, Alexander Hansen < alexanderk.han...@gmail.com> wrote: > On 3/20/14, 1:02 PM, J. C. Oliveira wrote: > >> fink selfupdate output is >> >> >> /sw/bin/rsync -az -q >> rsync://distfile

Re: [Fink-beginners] fink selfupdate - "The timestamp of the server is older than what you already have"

2014-03-20 Thread Alexander Hansen
On 3/20/14, 1:02 PM, J. C. Oliveira wrote: > fink selfupdate output is > > > /sw/bin/rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP > > /sw/fink/TIMESTAMP.tmp > The timestamp of the server is older than

[Fink-beginners] fink selfupdate - "The timestamp of the server is older than what you already have"

2014-03-20 Thread J. C. Oliveira
fink selfupdate output is /sw/bin/rsync -az -q rsync:// distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP /sw/fink/TIMESTAMP.tmp The timestamp of the server is older than what you already have. the contents of /sw/etc/fink.conf are: # Fink configuration, initially created by b

Re: [Fink-beginners] fink selfupdate

2013-09-17 Thread Woo-Joong Andy Kim
mail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 17/09/13 01:45, Woo-Joong Andy Kim wrote: > > > however, I have the following dependency problem at the end of 'fink > > update-all' > > > >

Re: [Fink-beginners] fink selfupdate

2013-09-17 Thread Martin Costabel
On 17/09/13 01:45, Woo-Joong Andy Kim wrote: > however, I have the following dependency problem at the end of 'fink > update-all' > > Failed: Fink::SysState: Could not resolve inconsistent dependencies > > Any suggestion? Usually in this situation, fink already gives suggestions of the following

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 5:41 PM, Woo-Joong Andy Kim wrote: > > I tried that, but I am back to the same inconsistent dependencies error. > > How do I know which package to individually update? Right before the > error message I indicated, there was a new package called > "gcc48_4.8.1-1000_darwin-x86_64.deb" > >

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
gt; CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 4:45 PM, Woo-Joong Andy Kim wrote: > > > > I was able to get around the problem by putting local moved aside as > > local.off (sudo mv local local.off) > > > > Th

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 4:45 PM, Woo-Joong Andy Kim wrote: > > I was able to get around the problem by putting local moved aside as > local.off (sudo mv local local.off) > > The update process did not freeze any more; however, I have the > following dependency problem at the end of 'fink update-all' > > Failed:

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
consistent dependencies Any suggestion? > Date: Mon, 16 Sep 2013 12:57:45 -0700 > From: alexanderk.han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net; fang...@users.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 12:

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 12:42 PM, Woo-Joong Andy Kim wrote: > What should I exactly look for under /usr/local? > I don't see anything suspicious there... > > Under /usr, I found however, I found: > llvm-gcc-4.2 > > Is that a possible culprit ? > No, /usr/llvm-gcc-4.2 is fine. I'll cc the maintainer. -- Alexa

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 11:20 AM, Woo-Joong Andy Kim wrote: > > Always at one of these libtools > > > > -- > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../mpz -I..

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 11:20 AM, Woo-Joong Andy Kim wrote: > Always at one of these libtools > > -- > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../mpz -I.. > -D__GMP_WITHIN_GMP -I../.. -fexceptions -I/sw/include -O2 -pedantic > -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c > ../../

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
o: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 11:20 AM, Woo-Joong Andy Kim wrote: > > Always at one of these libtools > > > > -- > > libtool: compile: gcc -DHAVE_CONFIG_H -

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 11:20 AM, Woo-Joong Andy Kim wrote: > Always at one of these libtools > > -- > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../mpz -I.. > -D__GMP_WITHIN_GMP -I../.. -fexceptions -I/sw/include -O2 -pedantic > -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c > ../../

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 10:48 AM, Woo-Joong Andy Kim wrote: > > It didn't clear. I am getting the same error message after 'fink update-all' > > Ok. Killing the terminal session left a lock file. Check in /sw/var/run/fink/buildlock/ and see if you can remove the lock file associated with gmp5. -- Alexande

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
> Date: Sat, 14 Sep 2013 12:07:51 -0700 > From: alexanderk.han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/14/13 11:33 AM, Woo-Joong Andy Kim wrote: > > > > Hi Alexander

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
Mon, 16 Sep 2013 11:13:41 -0700 > From: alexanderk.han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 11:05 AM, Woo-Joong Andy Kim wrote: > > > > That helped to

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 11:05 AM, Woo-Joong Andy Kim wrote: > > That helped to re-build the packages with 'fink update-all'. But the > original problem didn't go away: it hangs, and the update process froze > at a similar point as before. Last time I tried, I waited overnight. > > Can you show where it is lock

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
It didn't clear. I am getting the same error message after 'fink update-all' > Date: Mon, 16 Sep 2013 10:45:23 -0700 > From: alexanderk.han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfu

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 10:24 AM, Woo-Joong Andy Kim wrote: > Hi Alexander: > > Here is complete error information: > > - > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-gmp5-5.1.2-1 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-gmp5-5.1.2-1'

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 10:48 AM, Woo-Joong Andy Kim wrote: > > > > It didn't clear. I am getting the same error message after 'fink

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Woo-Joong Andy Kim
rs@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > > On 9/16/13 10:00 AM, Woo-Joong Andy Kim wrote: > > > > Hi Alexander: > > > > Leaving a space actually helped to execute 'fink configure'-- Thank you. > > > > However

Re: [Fink-beginners] fink selfupdate

2013-09-16 Thread Alexander Hansen
On 9/16/13 10:00 AM, Woo-Joong Andy Kim wrote: > > Hi Alexander: > > Leaving a space actually helped to execute 'fink configure'-- Thank you. > > However, I ran into another problem, During 'fink update-all', I am > getting the following error message: > > Errors were encountered while processing:

Re: [Fink-beginners] fink selfupdate

2013-09-14 Thread Alexander Hansen
On 9/14/13 11:33 AM, Woo-Joong Andy Kim wrote: > > Hi Alexander, > > I hit the enter key throughout 'fink configure'. When I tried 'fink > selfupdate', I still get the same error message that says: > > " 'default.build' is not an absolute directory path. Run 'fink > configure' and fix the item (use

Re: [Fink-beginners] fink selfupdate

2013-09-14 Thread Woo-Joong Andy Kim
ou want to clear it) " What should I do about 'default.build'? > Date: Fri, 13 Sep 2013 15:04:47 -0700 > From: alexanderk.han...@gmail.com > To: andy78...@hotmail.com > CC: fink-beginners@lists.sourceforge.net > Subject: Re: [Fink-beginners] fink selfupdate > >

Re: [Fink-beginners] fink selfupdate

2013-09-13 Thread Alexander Hansen
On 9/13/13 3:02 PM, Woo-Joong Andy Kim wrote: > I am trying to selfupdate fink: > > `fink selfupdate' > > and I got the following error message: > > " 'default.build' is not an absolute directory path. Run 'fink configure' > and fix the item (use a space if you want to clear it) " > > I tried 'fink

[Fink-beginners] fink selfupdate

2013-09-13 Thread Woo-Joong Andy Kim
I am trying to selfupdate fink: `fink selfupdate' and I got the following error message: " 'default.build' is not an absolute directory path. Run 'fink configure'and fix the item (use a space if you want to clear it) " I tried 'fink configure' and gave the following prompt: " 'In what additiona

Re: [Fink-beginners] Fink selfupdate error: can't create package fink-buildlock-fink-0.34.4-71

2012-11-22 Thread Alexander Hansen
On 11/21/12 10:00 PM, Andy Torelli wrote: > Dear Alexander, > > Thank you for the very quick reply, I really appreciate it. I > tried looking in the package database file, but failed to identify an > entry that matched the offending package indicated by the error. I will > look again more c

Re: [Fink-beginners] Fink selfupdate error: can't create package fink-buildlock-fink-0.34.4-71

2012-11-22 Thread Andy Torelli
Dear Alexander, Thank you for the very quick reply, I really appreciate it. I tried looking in the package database file, but failed to identify an entry that matched the offending package indicated by the error. I will look again more carefully for sure. A few questions: - Am I correct

Re: [Fink-beginners] Fink selfupdate error: can't create package fink-buildlock-fink-0.34.4-71

2012-11-21 Thread Alexander Hansen
On 11/21/12 2:58 PM, Ski2race1 wrote: > Hello, > > I'm trying to install fink on 64-bit 10.7 and I run into the following > error when running 'sudo fink selfupdate': Normally, don't use "sudo" before "fink". > > [snip] > sent 287 bytes received 101886 bytes 15718.92 bytes/sec > total siz

[Fink-beginners] Fink selfupdate error: can't create package fink-buildlock-fink-0.34.4-71

2012-11-21 Thread Ski2race1
Hello, I'm trying to install fink on 64-bit 10.7 and I run into the following error when running 'sudo fink selfupdate': [snip] sent 287 bytes received 101886 bytes 15718.92 bytes/sec total size is 11327083 speedup is 110.86 Scanning package description files.. Information about 62

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-08-22 Thread Alexander Hansen
On 8/22/12 11:27 AM, Noah wrote: > >> >> What do you get from "fink -V | head -n 3" ? >> >> The subroutine that I can find nearest to line 1836 is the following >> (starting at 1839 in fink-0.33.3.2): >> >> sub lockwait_executable { >> my $basename = shift; >> >> my $lockname = $basename .

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-08-22 Thread Noah
> > What do you get from "fink -V | head -n 3" ? > > The subroutine that I can find nearest to line 1836 is the following > (starting at 1839 in fink-0.33.3.2): > > sub lockwait_executable { > my $basename = shift; > > my $lockname = $basename . '-lockwait'; > my $fullpath = &get

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-07-11 Thread Alexander Hansen
On 7/11/12 9:47 AM, Noah wrote: > On 7/9/12 3:32 PM, Alexander Hansen wrote: >> On 7/9/12 8:30 AM, Noah wrote: >> >>> >>> how do I remove macports rsync? >>> >>> >> >> Go through Macports' help channels if you don't know how to remove their >> packages. >> > > > Hi Alexander, > > still havi

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-07-11 Thread Noah
On 7/9/12 3:32 PM, Alexander Hansen wrote: > On 7/9/12 8:30 AM, Noah wrote: > >> >> how do I remove macports rsync? >> >> >>> > > Go through Macports' help channels if you don't know how to remove their > packages. > Hi Alexander, still having issues here. uninstalled all rsync versions from ma

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-07-09 Thread Alexander Hansen
On 7/9/12 8:30 AM, Noah wrote: > > how do I remove macports rsync? > > >> Go through Macports' help channels if you don't know how to remove their packages. -- Alexander Hansen, Ph.D. Fink User Liaison My package updates: http://finkakh.wordpress.com/ -

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-07-09 Thread Noah
On 7/9/12 8:23 AM, Hanspeter Niederstrasser wrote: > On 7/9/2012 11:14 AM, Noah wrote: >> >> my fink reinstall on OSX 10.6.8 is failing. any clues how to fix this >> problem? >> >> Cheers >> >> >> glitchinthematrix 08:10:31 ~/bin $ sudo fink selfupdate >> rsync -az -q >> rsync://distfiles.master.f

Re: [Fink-beginners] fink selfupdate on OSX failing

2012-07-09 Thread Hanspeter Niederstrasser
On 7/9/2012 11:14 AM, Noah wrote: > > my fink reinstall on OSX 10.6.8 is failing. any clues how to fix this > problem? > > Cheers > > > glitchinthematrix 08:10:31 ~/bin $ sudo fink selfupdate > rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP > /sw/fink/TIMESTAMP.tmp > d

[Fink-beginners] fink selfupdate on OSX failing

2012-07-09 Thread Noah
my fink reinstall on OSX 10.6.8 is failing. any clues how to fix this problem? Cheers glitchinthematrix 08:10:31 ~/bin $ sudo fink selfupdate rsync -az -q rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP /sw/fink/TIMESTAMP.tmp dyld: Library not loaded: /opt/local/lib/libpopt.0.d

Re: [Fink-beginners] fink selfupdate failure

2011-12-07 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/7/11 7:14 PM, Ken Stanley wrote: > fink selfupdate curl --connect-timeout 30 -f -L -A 'fink/0.31.5' > -O http://www.finkproject.org/CURRENT-FINK-10.6 % Total% > Received % Xferd Average Speed TimeTime Time Current > Dload Upload

[Fink-beginners] fink selfupdate failure

2011-12-07 Thread Ken Stanley
fink selfupdate curl --connect-timeout 30 -f -L -A 'fink/0.31.5' -O http://www.finkproject.org/CURRENT-FINK-10.6 % Total% Received % Xferd Average Speed TimeTime Time Current Dload Upload Total SpentLeft Speed 0 00 00

Re: [Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Dickstein, Daniel
Thanks--that's what I did and it seems that the issue is now resolved! -Dan On Thu, Dec 30, 2010 at 4:40 PM, Alexander Hansen < alexanderk.han...@gmail.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 12/30/10 2:10 PM, Dickstein, Daniel wrote: > > I've just installed fink o

Re: [Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/30/10 2:10 PM, Dickstein, Daniel wrote: > I've just installed fink on a mac (10.6.5) and have the following error > using > > sudo fink selfupdate > > Password: > > rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP

Re: [Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Rodney D. Myers
On 12/30/10 3:07 PM, Dickstein, Daniel wrote: > Still didn't work. > > Any other suggestions? > > -Dan > > > On Thu, Dec 30, 2010 at 2:45 PM, Rodney D. Myers > wrote: > > On 12/30/10 2:10 PM, Dickstein, Daniel wrote: > > I've just installed fink on a mac

Re: [Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Dickstein, Daniel
Still didn't work. Any other suggestions? -Dan On Thu, Dec 30, 2010 at 2:45 PM, Rodney D. Myers wrote: > On 12/30/10 2:10 PM, Dickstein, Daniel wrote: > > I've just installed fink on a mac (10.6.5) and have the following error > > using > > > > sudo fink selfupdate > > > > Password: > > > > rs

Re: [Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Rodney D. Myers
On 12/30/10 2:10 PM, Dickstein, Daniel wrote: > I've just installed fink on a mac (10.6.5) and have the following error > using > > sudo fink selfupdate > > Password: > > rsync -az -q > rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP >

[Fink-beginners] fink selfupdate error-->rsync error on new fink installation

2010-12-30 Thread Dickstein, Daniel
I've just installed fink on a mac (10.6.5) and have the following error using sudo fink selfupdate Password: rsync -az -q rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP/sw/fink/TIMESTAMP.tmp rsync: failed to connect to distfiles.master.finkmirrors.net: Operation timed out (60)

Re: [Fink-beginners] Fink selfupdate problems - MAC OSX 10.6

2010-08-03 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/3/10 1:30 PM, Júlio César wrote: > Hi, > > > > I have searched the list to find out a solution to my problem, but I > could not solve. I cannot use FINK because I cannot make the ?Fink > selfupdate? command works. So, I am not able to install

[Fink-beginners] Fink selfupdate problems - MAC OSX 10.6

2010-08-03 Thread Júlio César
Hi, I have searched the list to find out a solution to my problem, but I could not solve. I cannot use FINK because I cannot make the “Fink selfupdate” command works. So, I am not able to install anything. Could anyone help me? Is there any way to skip this step in order to install a package?

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Alan Liu
During update-all, I got this problem, and tried twice after run fink selfupdate again: sh-3.2# fink update-all Information about 3591 packages read in 1 seconds. The following 52 packages will be installed or updated: atk1 atk1-shlibs avahi avahi-dev cairo cairo-shlibs dbus dbus-dev dbus-shlibs

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Alan Liu
Thanks. I followed the instruction and that solved the problem. I finished fink selfupdate and start update-all now. On Thu, Feb 4, 2010 at 10:55 AM, Alexander Hansen < alexanderk.han...@gmail.com> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/4/10 11:31 AM, Alan Liu wrote:

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/4/10 11:31 AM, Alan Liu wrote: > > > On Thu, Feb 4, 2010 at 10:05 AM, Martin Costabel > wrote: > > Alan Liu wrote: > > It's a 3-year old MacBook,should be 32-bit. > > > I would have liked to see

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Alan Liu
The output is sh-3.2# fink -V | head -n2 Package manager version: 0.29.9 Distribution version: selfupdate-rsync Wed Feb 3 14:04:08 2010, 10.5, i386 On Thu, Feb 4, 2010 at 10:05 AM, Martin Costabel wrote: > Alan Liu wrote: > >> It's a 3-year old MacBook,should be 32-bit. >> > > I would have lik

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Martin Costabel
Alan Liu wrote: > It's a 3-year old MacBook,should be 32-bit. I would have liked to see the output of fink -V | head -n2 If it is 32bit, was it upgraded to 10.6 from an installation on 10.5 or was it installed directly on 10.6? Or was it perhaps installed on 10.5 and not upgraded at all?

Re: [Fink-beginners] fink selfupdate error

2010-02-04 Thread Alan Liu
It's a 3-year old MacBook,should be 32-bit. No idea where the 64-bit code got there. Here is the output of the command sh-3.2# fink dumpinfo -fenv libgettext3-shlibs Information about 4606 packages read in 2 seconds. env: CCACHE_DIR=/sw/var/ccache CPPFLAGS=-I/sw/include DBUS_SESSION_BUS_ADDRE

Re: [Fink-beginners] fink selfupdate error

2010-02-03 Thread Martin Costabel
Alan Liu wrote: > Hi, I try to update fink packages on my MacBook (13", MacOS 10.6.2, 2.16 > GHz, 2G, with most recent XCode), and when I do Is this 32bit Fink or 64bit? What does "fink -V |head -n2" give? > fink selfupdate > > I got the following error. What should I do to fix this? > > gcc

[Fink-beginners] fink selfupdate error

2010-02-03 Thread Alan Liu
Hi, I try to update fink packages on my MacBook (13", MacOS 10.6.2, 2.16 GHz, 2G, with most recent XCode), and when I do fink selfupdate I got the following error. What should I do to fix this? gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libasprintf.0.0.0.dylib .libs/lib-aspri

Re: [Fink-beginners] fink selfupdate - gzip format

2009-07-06 Thread Alexander Hansen
Jullia Lee wrote: > Yes! That worked! X11 doesn't open a new terminal window automatically > when I first open it, but that's ok.. > > I download fink 0.9 version 0.27. > I'm trying to do 'fink selfupdate' but I'm getting this error: > > bash-3.2$ fink selfupdate > > The file "CURRENT-FINK-10.5" al

Re: [Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread Alexander Hansen
Jullia Lee wrote: > monipol gmx.com> writes: > > >> On 26/06/2009, at 12:31, Jullia Lee wrote: >> >>> Ultimate goal: install coot and ccp4 >>> I have a macbook pro leopard os x version 10.5.7 >>> >>> I'm following directions from this site: >>> http://sage.ucsc.edu/~wgscott/xtal/wiki/index

Re: [Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread Jullia Lee
Thanks for your reply. Do you recommend switching back to rsync? If so, how do I do this and when should I do this? -- ___ Fink-beginners mailing list Fink-beginners@lis

Re: [Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread Jullia Lee
monipol gmx.com> writes: > > On 26/06/2009, at 12:31, Jullia Lee wrote: > > Ultimate goal: install coot and ccp4 > > I have a macbook pro leopard os x version 10.5.7 > > > > I'm following directions from this site: > > http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Quick_Start > > > > I succe

Re: [Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread Alexander Hansen
Jullia Lee wrote: > Hello, > My first post! I'm a complete novice! Any help will be much appreciated! > > Ultimate goal: install coot and ccp4 > I have a macbook pro leopard os x version 10.5.7 > > I'm following directions from this site: > http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Quick_St

Re: [Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread monipol
On 26/06/2009, at 12:31, Jullia Lee wrote: > Ultimate goal: install coot and ccp4 > I have a macbook pro leopard os x version 10.5.7 > > I'm following directions from this site: > http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Quick_Start > > I successfully installed xcode and x11 (from xquartz

[Fink-beginners] fink selfupdate error: exit code 2

2009-06-26 Thread Jullia Lee
Hello, My first post! I'm a complete novice! Any help will be much appreciated! Ultimate goal: install coot and ccp4 I have a macbook pro leopard os x version 10.5.7 I'm following directions from this site: http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Quick_Start I successfully installed xc

[Fink-beginners] Fink Selfupdate

2008-01-31 Thread Travis Quarterman
I am attempting to run 'fink selfupdate' and receive the following error, is there a workaround for this: Failed 39/41 test scripts, 4.88% okay. 262/362 subtests failed, 27.62% okay. make: *** [test] Error 1 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing buil

[Fink-beginners] fink selfupdate hangs on 10features/volume

2007-12-29 Thread Brad Seiler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey fink people! I just installed fink on my first gen Macbook Core Duo running Tiger, and when I run the self update, fink hangs while doing some sort of test. The output I get is: ... Creating g++ wrappers... cd t && ./testmore.pl && find . -n

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-11 Thread Gagik Tovmasian
> >could not determine XFree86 version number > I had this problem. I read that Leopard comes with X11 installed and considered it should work. But it was marking this error. However this error disappeared after i re-installed X11 from the accompanyig CD and also installed X11SDK GT -

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Martin Costabel
Martin Costabel wrote: [] > don't have any more time for this now. Unfortunately on the Xquartz wiki > they don't mention the existence of the Fink-specific Xquartz binary, > probably because their chief developers ran out of steam, too. Seems they are going at it again. There is now a 2.1.1 pkg

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Martin Costabel
Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Martin Costabel wrote: [] >> That's not true. On stock Leopard, X11 should be recognized, with >> "Xfree86 version number" equal to 7.2. The message >> >> could not determine XFree86 version number >> >> is a sure sign t

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Costabel wrote: > Alexander K. Hansen wrote: [] >> Unfortunately, the "xfree86" issue isn't something on your end, >> per se. It's due to how Apple versions X11 and how Fink detects >> that. > > That's not true. On stock Leopard, X11 should be

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Martin Costabel
Alexander K. Hansen wrote: [] > Unfortunately, the "xfree86" issue isn't something on your end, per > se. It's due to how Apple versions X11 and how Fink detects that. That's not true. On stock Leopard, X11 should be recognized, with "Xfree86 version number" equal to 7.2. The message could not

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Thomas wrote: > On Dec 10, 2007 8:35 PM, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> >> Alexander Thomas wrote: >>> I upgraded to Leopard, and although I did a clean install, I >>>

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Alexander Thomas
On Dec 10, 2007 8:35 PM, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Alexander Thomas wrote: > > I upgraded to Leopard, and although I did a clean install, I > > figured that it should be possible to just copy my old /sw > > directory (usin

Re: [Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Alexander K. Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Thomas wrote: > I upgraded to Leopard, and although I did a clean install, I > figured that it should be possible to just copy my old /sw > directory (using sudo cp -rp) and then upgrade Fink using the > instructions on the Fink home page. B

[Fink-beginners] fink selfupdate in Leopard

2007-12-10 Thread Alexander Thomas
I upgraded to Leopard, and although I did a clean install, I figured that it should be possible to just copy my old /sw directory (using sudo cp -rp) and then upgrade Fink using the instructions on the Fink home page. But apparently it isn't. When I try "fink selfupdate", it fails as follows: coul

Re: [Fink-beginners] fink selfupdate failed

2007-01-22 Thread Alexander Hansen
On 1/22/07, parag vibhute <[EMAIL PROTECTED]> wrote: > Hi all, > > I m using Macintosh (PowerPC G4). I installed fink on it as part of mono > installation. Then as said at mono webpage I m executing "fink selfupdate" > command at terminal but getting following error: > > Unknown host fink.cvs.sourc

[Fink-beginners] fink selfupdate failed

2007-01-22 Thread palav1981
I m using Macintosh (PowerPC G4). I installed fink on it as part of mono installation. Then as said at mono webpage I m executing "fink selfupdate" command at terminal but getting following error: Unknown host fink.cvs.sourceforge.net. ### execution of /usr/bin/su failed, exit code 1 Failed: Logg

[Fink-beginners] fink selfupdate failed

2007-01-22 Thread parag vibhute
Hi all, I m using Macintosh (PowerPC G4). I installed fink on it as part of mono installation. Then as said at mono webpage I m executing "fink selfupdate" command at terminal but getting following error: Unknown host fink.cvs.sourceforge.net. ### execution of /usr/bin/su failed, exit code 1 Fai

Re: [Fink-beginners] fink selfupdate

2006-08-20 Thread Martin Costabel
[EMAIL PROTECTED] wrote: > Dear Sir: > > http://www.mail-archive.com/fink-beginners@lists.sourceforge.net/ > msg18930.html > The command 'fink selfupdate' did not work (Even if the firewall > service stopped) as follows: Yes, the machine hosting the main mirror is down, see the first news ite

[Fink-beginners] fink selfupdate

2006-08-20 Thread haruosuz
Dear Sir: http://www.mail-archive.com/fink-beginners@lists.sourceforge.net/ msg18930.html The command 'fink selfupdate' did not work (Even if the firewall service stopped) as follows: $fink selfupdate Password: rsync -az -q rsync://master.us.finkmir

Re: [Fink-beginners] fink selfupdate

2006-07-17 Thread [EMAIL PROTECTED]
Thank you very much for your reply. > sudo dpkg -i /sw/fink/debs/fink_0.24.23-31_darwin-i386.deb It does not work as follows: -- $sudo dpkg -i /sw/fink/debs/fink_0.24.23-31_darwin-i386.deb (Reading database ... 4131 files and directories currently installed.) Preparin

Re: [Fink-beginners] fink selfupdate

2006-07-17 Thread Martin Costabel
Haruo, I am forwarding this to the fink-core list, because I think you came across a bug in the released fink-0.24.23-31. I may be wrong, and I don't completely understand how you can get the result you got, but it seems to me that there is (at least) a missing entry in Fink::Services::%gcc_se

[Fink-beginners] fink selfupdate

2006-07-16 Thread [EMAIL PROTECTED]
Dear Sir: I installed Fink 0.8.1 Binary Installer (Intel). The fink selfupdate command (rsync) doesn't work normally. Reinstallation of X11User and X11SDK didn't solve the problem. Also, the command "sudo gcc_select" didn't solve the problem. $sudo gcc_sel

Re: [Fink-beginners] fink selfupdate fails

2006-06-09 Thread Alexander K. Hansen
On 6/9/06, Robert A Black <[EMAIL PROTECTED]> wrote: > Folks, I just updated to Xcode 2.2 on a G5 PPC Mac with OS-X 10.4 .6. > I followed the instructions on the web page http:// > fink.sourceforge.net/news/index.php > > I changed to the root user and ran the ./inject.pl , then tried > selfupdate.

[Fink-beginners] fink selfupdate fails

2006-06-09 Thread Robert A Black
Folks, I just updated to Xcode 2.2 on a G5 PPC Mac with OS-X 10.4 .6. I followed the instructions on the web page http:// fink.sourceforge.net/news/index.php I changed to the root user and ran the ./inject.pl , then tried selfupdate. The fink selfupdate command fails with the following: ###

Re: [Fink-beginners] Fink Selfupdate not completing

2006-04-24 Thread Alexander K. Hansen
On 4/24/06, Christopher Muscatello <[EMAIL PROTECTED]> wrote: > > I'm trying to enable the unstable packages. I've been following the steps at > http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable. > I added unstable/main and unstable/crypto to the Trees: line in > /sw/etc/fink.conf

[Fink-beginners] Fink Selfupdate not completing

2006-04-24 Thread Christopher Muscatello
I'm trying to enable the unstable packages. I've been following the steps at http://fink.sourceforge.net/faq/usage-fink.php?phpLang=en#unstable. I added unstable/main and unstable/crypto to the Trees: line in /sw/etc/fink.conf and then I tried running fink selfupdate and by the end I get the follow

Re: [Fink-beginners] fink selfupdate: solved

2006-03-17 Thread Rebecca Bendick
Yes, removing /usr/local/lib/libstdc++.dylib solved the problem Rebecca Bendick wrote: Hello, there. I'm trying to run fink selfupdate on OS 10.4.5, with all the latest security updates. I get the following error, and therefore a failure to update: ld: warning -dylib_install_name /sw/li

Re: [Fink-beginners] fink selfupdate

2006-03-16 Thread Martin Costabel
Rebecca Bendick wrote: Hello, there. I'm trying to run fink selfupdate on OS 10.4.5, with all the latest security updates. I get the following error, and therefore a failure to update: ld: warning -dylib_install_name /sw/lib/libapt-pkg.3.2.dylib not found This is only a warning; the lib

[Fink-beginners] fink selfupdate

2006-03-16 Thread Rebecca Bendick
Hello, there. I'm trying to run fink selfupdate on OS 10.4.5, with all the latest security updates. I get the following error, and therefore a failure to update: ld: warning -dylib_install_name /sw/lib/libapt-pkg.3.2.dylib not found in segment address table LD_SEG_ADDR_TABLE /sw/var/lib

Re: [Fink-beginners] fink selfupdate does not work

2006-03-05 Thread Alexander K. Hansen
On 3/5/06, Heinz Nabielek <[EMAIL PROTECTED]> wrote: > rsync error: some files could not be transferred (code 23) at / > SourceCache/rsync/rsync-23/rsync/main.c(1161) > ### execution of rsync failed, exit code 23 > Updating using rsync failed. Check the error messages above. > (1) Give up > (2)

Re: [Fink-beginners] fink selfupdate does not work

2006-03-05 Thread Michèle Garoche
Le 5 mars 2006 à 22:08, Heinz Nabielek a écrit : rsync error: some files could not be transferred (code 23) at / SourceCache/rsync/rsync-23/rsync/main.c(1161) ### execution of rsync failed, exit code 23 Updating using rsync failed. Check the error messages above. (1) Give up (2) Retry

[Fink-beginners] fink selfupdate does not work

2006-03-05 Thread Heinz Nabielek
rsync error: some files could not be transferred (code 23) at / SourceCache/rsync/rsync-23/rsync/main.c(1161) ### execution of rsync failed, exit code 23 Updating using rsync failed. Check the error messages above. (1) Give up (2) Retry the same mirror (3) Retry another mirror from yo

Re: [Fink-beginners] fink selfupdate errors.

2006-03-05 Thread Martin Costabel
Brian Durant wrote: [] So how does one distinguish between warnings and errors? This is not always easy. The rule of thumb is that when it says "warning", then it's a warning, no error. Also when it doesn't say "error" anywhere in the whole output, then there is no error. What is more diffic

Re: [Fink-beginners] fink selfupdate errors.

2006-03-05 Thread Brian Durant
Martin Costabel wrote: Brian Durant wrote: [] installed correctly. In many cases, i can't even see what the errors belong to, whether packages, scripts, etc. There are a few selected examples below. As I said, these are not errors. Really nothing wrong there. If you compile software writte

Re: [Fink-beginners] fink selfupdate errors.

2006-03-05 Thread Martin Costabel
Brian Durant wrote: [] installed correctly. In many cases, i can't even see what the errors belong to, whether packages, scripts, etc. There are a few selected examples below. As I said, these are not errors. Really nothing wrong there. If you compile software written by others, you have to g

Re: [Fink-beginners] fink selfupdate errors.

2006-03-05 Thread Brian Durant
Martin Costabel wrote: Do you see any error message there? If you want to know what packages you have installed, you can use FinkCommander or "fink list -i". Sending 500KB messages to mailing lists is not considered polite, BTW. Sorry, but I anticipated questions with regards to the context

  1   2   3   >