The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   UNIX - General (http://hintsforums.macworld.com/forumdisplay.php?f=16)
-   -   New fink command: 'fink selfupdate-rsync' (http://hintsforums.macworld.com/showthread.php?t=15752)

sao 10-06-2003 06:21 AM

New fink command: 'fink selfupdate-rsync'
 
The Fink developers are adding a new command to fink:

"fink selfupdate-rsync"

which will provide a rsync option for users and will become the recommended update method for 'all users', very shortly.

All those users (like myself) that experienced problems over the past few months with CVS at sourceforge, will surely welcome and understand this change.

According to David R. Morrison, the new fink command will be in an "unstable" release of the 'fink package manager' within the next day or two.

sao 10-07-2003 03:30 PM

The newest fink package manager v0.14.0 with the 'new update method using rsync' is now in unstable:

David R. Morrison wrote at the fink-users list:
Quote:

"The newest fink package manager release, version 0.14.0 now in the unstable
tree, offers a new update method for fink users using rsync rather than cvs.
The rsync server is being hosted at opendarwin.org, and we hope that the
performance of this update method will be substantially better than the
old method.

For those using the unstable tree, you'll have to somehow run "fink
selfupdate-cvs" one last time to get fink-0.14.0-1, but after it is
installed, running "fink selfupdate-rsync" will change you to the new
setup. Once you've made the change, you can simply invoke "fink selfupdate"
to do further updates.

It is not advised to switch frequently between update methods; you should
pick one method and stick to it. Eventually, we will have some alternative
backup servers for the rsync updates in addition to the server at
opendarwin.org.

If you are using the stable tree only, and don't wish to wait for this
update, you can run "fink selfupdate-cvs" and then copy the file
fink-0.14.0-1.info from /sw/fink/dists/unstable/main/finkinfo/base to
/sw/fink/dists/local/main/finkinfo and run "fink update fink".

Also, anyone who updates to this new version of fink can safely install
the recent updates to the Developer Tools. Fink will ask you to run
"sudo gcc_select 3" when it is necessary to switch back to gcc 3".
So if you are running unstable, first run once more:

'fink selfupdate-cvs'

to get:
Code:

[pm @ Sao: ~] % fink -V
Package manager version: 0.14.0
Distribution version: 0.5.3.cvs

Then, if you want to switch to update with rsync, run:
Code:

[pm @ Sao: ~] % fink selfupdate-rsync
sudo /sw/bin/fink  selfupdate-rsync
Password:

 Please note: the command 'fink selfupdate' should be used for routine
updating; you only need to use 'fink selfupdate-cvs' or 'fink
selfupdate-rsync' if you are changing your update method.

fink is setting your default update method to rsync
I will now run the rsync command to retrieve the latest package descriptions.

Updating unstable/main
su pm -c 'rsync -az --delete-after -v rsync://fink.opendarwin.org/finkinfo//10.2/unstable/main/finkinfo
10.2/unstable/main/'
receiving file list ... done
finkinfo/
finkinfo/base/
finkinfo/database/
............
etc etc etc etc
...........
total size is 11  speedup is 0.70
touch stamp-rsync-live && rm -f stamp-cvs-live
Reading package info...
Updating package index... done.
Information about 2990 packages read in 17 seconds.

No packages to install.

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

[pm @ Sao: ~] %

Next time I will update, I only need to use the command:

'fink selfupdate'

Craig R. Arko 10-07-2003 03:42 PM

Using this right now; and it's working fine. :)

Edit - it looks like FinkCommander will need a minor rev. to fully comprehend this.

Craig R. Arko 10-07-2003 03:47 PM

I'm going to 'sticky' this thread for a few days or so.

sao 10-07-2003 04:00 PM

Quote:

Craig wrote:
it looks like FinkCommander will need a minor rev. to fully comprehend this.
Yes, you are right. The Fink developers already contacted the FinkCommander team to see if they could implement a new command to handle this change and release a new FinkCommander version. It will probably be done very soon.

Craig R. Arko 10-07-2003 04:20 PM

Sao: I have the source for fink 0.14.0 on one machine; is there a way to use this to update another (from 0.13.8) without going through the troublesome cvs route?

Edit - after installing the fink cvs package to override the borked Apple 10.2.8 version, I was able to selfupdate the other machine OK.

sao 10-08-2003 12:20 AM

Quote:

Craig wrote:
I have the source for fink 0.14.0 on one machine; is there a way to use this to update another (from 0.13.8) without going through the troublesome cvs route?
Yes, you can either copy the .info, .patch, and source files over from one machine to the other, and put them in the appropriate places (your local tree for the .info and .patch files, and /sw/src for the source file); or you can copy the .deb file over and install it with

sudo dpkg –install <filename>

e.g.

“sudo dpkg –install ~/fink-0.14.0-1.deb”

if you put the .deb file in your home directory.

Quote:

Craig wrote:
Edit: after installing the fink cvs package to override the borked Apple 10.2.8 version, I was able to selfupdate the other machine OK.
Great...! the fink 'cvs' package worked better for me too, there must be a problem with the 'cvs' supplied by Apple. Anyhow, you can use the info I wrote above another time.

gedalin 10-08-2003 12:30 AM

I installed fink 0.14.0. Fink selfupdate-cvs works as usual but for rsync I get

[space:~] gedalin% fink selfupdate-rsync
sudo /sw/bin/fink selfupdate-rsync
Password:

Please note: the command 'fink selfupdate' should be used for routine
updating; you only need to use 'fink selfupdate-cvs' or 'fink
selfupdate-rsync' if you are changing your update method.

I will now run the rsync command to retrieve the latest package descriptions.

Updating stable/main
su gedalin -c 'rsync -az --delete-after -v rsync://fink.opendarwin.org/finkinfo//10.2/stable/main/finkinfo 10.2/stable/main/'
rsync: failed to connect to fink.opendarwin.org: Connection refused
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-8/rsync/clientserver.c(85)
### execution of su failed, exit code 10
Failed: Updating stable/main using rsync failed. Check the error messages above.

What's wrong ?
Michael

sao 10-08-2003 01:17 AM

gedalin,

Please, the result from:

fink -V

Which procedure you followed to upgrade to Fink 0.14.0 or did you have unstable enabled before the upgrade?

gedalin 10-08-2003 01:27 AM

[space:~] gedalin% fink -V
Package manager version: 0.14.0
Distribution version: 0.5.3.cvs

Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2003 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

I enabled "unstable" in Fink Commander before installing new fink. It is enabled in fink.conf.

sao 10-08-2003 01:56 AM

gedalin,

If before you were using only stable, you should have followed the indications above:

Quote:

"If you are using the stable tree only, and don't wish to wait for this update, you can run "fink selfupdate-cvs"
and then copy the file fink-0.14.0-1.info from /sw/fink/dists/unstable/main/finkinfo/base to /sw/fink/dists/local/main/finkinfo and run "fink update fink"
.

It seems the command in your case, even you enabled unstable, starts with "Updating stable/main".

You could run 'fink index' and then try the new command again.

gedalin 10-08-2003 02:20 AM

Sao, the instructions say that I should do that if I AM using stable only, but I DID enable unstable. Anyway, the instructions failed:

[space:/sw/etc] gedalin% fink update fink
sudo /sw/bin/fink update fink
Reading package info...
Can't locate auto/Storable/autosplit.ix in @INC (@INC contains: /sw/lib/perl5 /System/Library/Perl/darwin-thread-multi /System/Library/Perl /Library/Perl/darwin-thread-multi /Library/Perl /Network/Library/Perl/darwin-thread-multi /Network/Library/Perl .) at /System/Library/Perl/AutoLoader.pm line 158.
at /System/Library/Perl/darwin-thread-multi/Storable.pm line 21
Information about 2989 packages read in 23 seconds.

No packages to install.

[space:/sw/etc] gedalin% fink selfupdate-rsync
sudo /sw/bin/fink selfupdate-rsync

Please note: the command 'fink selfupdate' should be used for routine
updating; you only need to use 'fink selfupdate-cvs' or 'fink
selfupdate-rsync' if you are changing your update method.

I will now run the rsync command to retrieve the latest package descriptions.

Updating stable/main
su gedalin -c 'rsync -az --delete-after -v rsync://fink.opendarwin.org/finkinfo//10.2/stable/main/finkinfo 10.2/stable/main/'
rsync: failed to connect to fink.opendarwin.org: Connection refused
rsync error: error in socket IO (code 10) at /SourceCache/rsync/rsync-8/rsync/clientserver.c(85)
### execution of su failed, exit code 10
Failed: Updating stable/main using rsync failed. Check the error messages above.

Isn't the order of checking the same as the order in fink.conf ? I have stable/main before unstable/main. In any case, it seems to me that I have no access to
rsync://fink.opendarwin.org. I am behind a corporate firewall and in the past I had to ask our sysadmin to open a port to be able to use cvs. Is it possible that rsync requires opening additional port ?
Anyway, thanks for the help.

sao 10-08-2003 03:04 AM

gedalin,

I suggest you post your problem at the fink-users list together with your system info and let us know what they say.

sao 10-13-2003 02:20 AM

Several problems with the rsync update method were fixed in the new fink release 0.14.2

sao 10-13-2003 10:04 AM

Code:

[pm @ Sao: ~] % man fink.conf
...........
...........
SelfUpdateMethod: point, rsync or cvs
          fink(8) can use some different methods to update the package info
          files.  rsync is the recommended setting, it uses rsync(1) to down-
          load only modified files in the trees that you have enabled. Note
          that if you have changed or added to files in the stable or unsta-
          ble trees, using rsync will delete them. Make a backup first.  cvs
          will download using anonymous or :ext: cvs(1) access from the fink
          repository. This has the disadvantage that cvs can not switch mir-
          rors, if the server is unavailable you will not be able to update.
          point will download only the latest released version of the pack-
          ages. It is not recommended as your packages may be quite out of
          date.
...........
...........


bluehz 10-23-2003 11:26 PM

I am not having any luck with this either:

Followed direction at fink;

Installed to August 2003 Developer Update
Installed fink-0.15-beta (downloaded, untarred, ./inject)

then ran fink selfupdate-rsync

and it just sits there...

Made sure the proper port (873) was open. tried several more times. Still no luck. Although after ctrl-c it a couple of times, it started updating something. compiled for about an hour or so and then it was done. Tried rsync again.. still no luck.

fink -V
Package manager version: 0.15.1
Distribution version: 0.5.3.cvs

why does it still say "cvs"

---

EDIT

After reading this thread - I am now running selfupdate-cvs and something is happening. But this does not solve the rsync problem...

gedalin 10-24-2003 12:54 AM

Sao, I promised to report on my further success/failure with fink selfupdate-rsync. After my sysadmin opened port 873 everything works ok.
Regards.

yellow 10-25-2003 08:15 AM

"Failed: Problem resolving dependencies. Check for circular dependencies." [sigh]

sao 10-25-2003 09:39 AM

yellow,

Please, more of the routine info:

were you running 'update-all' when you got that message?

fink -V
sw_vers
gcc --version

yellow 10-25-2003 09:45 AM

I was toward the end of the 'fink selfupdate-rsync', but I believe that yes it was trying to do an update all.

yellow% fink -V
Package manager version: 0.16.0
Distribution version: 0.6.0.cvs

yellow% sw_vers
ProductName: Mac OS X
ProductVersion: 10.3
BuildVersion: 7B85

yellow% gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)

I was trying to update fink according to your The State of Fink post. I didn't get too far. I couldn't find anything thing resembling this in the fink forums/faqs/docs.

Did I screw up the installation of 0.15.1 beta?

sao 10-25-2003 10:37 AM

yellow,

You were running the command 'fink selfupdate-rysnc' or 'fink selfupdate' ?

yellow 10-25-2003 11:54 AM

I've tried both. I tried 'fink update-all'. I reinstalled the fink beta, and retried the rsync. All with the same results. Maybe it's a fluke of my home machine. As soon as I can decide which disk to install it on here at work, I'll test it here too.

sao 10-25-2003 12:35 PM

yellow,

I have the same as you:
Code:

[pm @ Sao: ~] % sw_vers
ProductName:    Mac OS X
ProductVersion: 10.3
BuildVersion:  7B85

[pm @ Sao: ~] % gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Copyright (C) 2002 Free Software Foundation, Inc.

[pm @ Sao: ~] % fink -V
Package manager version: 0.16.0
Distribution version: 0.6.0.cvs

After I installed 10.3, Xcode Tools, Apple'X11 1.0, X11SDK, I run then:

fink selfupdate

and this updated using the rsync method to fink-0.16.0

But to tell the truth, I am not 100% sure that this was the correct procedure. Need some time to experiment further.

yellow 10-25-2003 01:56 PM

I upgraded my machine at work and did exactly the same as I did at home and ended up with the same result: "Failed: Problem resolving dependencies. Check for circular dependencies." [pout] I guess maybe it's back to square one. Remove and reinstall.

yellow 10-25-2003 02:09 PM

I suspect that the problem is with: "fink-prebinding" Trying to install anything that requires that to bew built causes the failure.

When I installed XTools, I installed the basics + X11 SDK, as well as 10.2 & 10.3 SDKs.

sao 10-25-2003 02:17 PM

yellow,

Yes, maybe that could be it. I read at the fink-beginners list someone who said he installed fink-prebinding separately and that helped solve the problem.

fragerybou 10-25-2003 02:37 PM

I'm getting the same issue as yellow. It's failing while attempting to install the fink-prebinding package as part of the selfupdate process. It's been happening to me under both cvs and rsync. I'm not sure which version of fink I was upgrading from, whatever was on versiontracker as of 3 days ago. In any case, I'm going to attempt to remove tetex, if it's installed, then run the selfupdate again to see if it helps.

On an unrelated note, I'm having serious issues getting ethereal to work correctly in Panther. I've got apple's X11 installed, fink installed ethereal for me, but whenever i launch it, I get a gtk+ warning that it cannot open the display. I'll try to fiddle around with any fink specific/ethereal specific X11 config files, to see if it's looking for the wrong display, or something. Does anyone know if this is an issue on my end, or just a fink package that hasn't quite been updated for panther yet?

Quote:

Originally posted by yellow
I was toward the end of the 'fink selfupdate-rsync', but I believe that yes it was trying to do an update all.

yellow% fink -V
Package manager version: 0.16.0
Distribution version: 0.6.0.cvs

yellow% sw_vers
ProductName: Mac OS X
ProductVersion: 10.3
BuildVersion: 7B85

yellow% gcc --version
gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)

I was trying to update fink according to your The State of Fink post. I didn't get too far. I couldn't find anything thing resembling this in the fink forums/faqs/docs.

Did I screw up the installation of 0.15.1 beta?

yellow 10-25-2003 02:39 PM

Quote:

Originally posted by sao
Yes, maybe that could be it. I read at the fink-beginners list someone who said he installed fink-prebinding separately and that helped solve the problem.
Yes, I just read the same. However, like another poster, I cannot install them separately, I still receive the same error. Still searching..

fragerybou 10-25-2003 02:52 PM

Quote:

Originally posted by fragerybou
I'm getting the same issue as yellow. It's failing while attempting to install the fink-prebinding package as part of the selfupdate process. It's been happening to me under both cvs and rsync. I'm not sure which version of fink I was upgrading from, whatever was on versiontracker as of 3 days ago. In any case, I'm going to attempt to remove tetex, if it's installed, then run the selfupdate again to see if it helps.
Well, I removed tetex, which wasn't even installed, then I did fink install fink-prebinding (instead of fink selfupdate), and it installed perfectly fine. Then, I reran selfupdate-rsync, and quite a lot is going on now for some reason. Ah well, time to let it go :). I hope this helps, yellow

yellow 10-25-2003 03:00 PM

Thanks, but I don't have that installed. I've tried removing packages and I've remove everything that I was allowed to remove and still no dice. I'm giving up until there's a fink deployment that's more stable for Panther. Serves me right for trying to get ahead of the game.

mervTormel 10-25-2003 03:48 PM

Quote:

Originally posted by yellow
...Serves me right for trying to get ahead of the game.
sounds like you ran out of bounds and tripped over the porta-potty

you were at 0.16.0

then you tried to downgrade to 0.15.1 beta ?!

currently running fink selfupdate-rsync here under 0.16.0

cctools - okay
ncurses - okay
unzip...

Code:

Preparing to replace unzip 5.50-4 (using .../unzip_5.50-14_darwin-powerpc.deb) ...
Unpacking replacement unzip ...
Setting up unzip (5.50-14) ...
Failed: Problem resolving dependencies. Check for circular dependencies.


yellow 10-25-2003 03:58 PM

Quote:

Originally posted by mervTormel
sounds like you ran out of bounds and tripped over the porta-potty
you were at 0.16.0
then you tried to downgrade to 0.15.1 beta ?![/code]
Actually, no.. I was at Package manager version: 0.13.2, Distribution version: 0.5.3. Installing the beta makes it version 0.16.0. And yes, it appears that the problem is (also?) with unzip (rather then fink-prebinding?). Ah, to heck with it, now I get the error Setting up ncurses-shlibs (5.3-20031018-2). Having done a CVS update. Bleeh.
me -> giving up & going drinking <clink>

sao 10-25-2003 05:09 PM

'The lair of the fink prebinding'
 
From a joint iChat session with mervTormel:

Well, we run first 'fink selfupdate' which failed on both machines.

Then run' fink install fink-prebinding'

And then run 'fink selfupdate' again

and this time it worked on both machines.

yellow 10-25-2003 05:27 PM

Even starting from scratch... I cannot get to the fink-prebinding package without doing an update first. Once I've done the update, (rsync, cvs, or otherwise), it fails when I try to install fink-prebinding. It has to be breaking with something I've installed from the XTools.

bluehz 10-25-2003 06:58 PM

successfully ran the prebinding after installing XCode. Still am unable to selfupdate-rsync. CVS seems to be working fine..

do I need to reinstall the fink pkg mgr beta (latest) that I installed pre-Panther?

yellow 10-26-2003 12:44 AM

Finally got everything to work. I'm unsure if it's because I removed the 10.3 SDK or because I downloaded the fink-0.6.0-full distribution and built it from scratch. I'll find out Monday* when I try the same from work.

* Sunday? What was I thinking?! It's football day!

jkp23 10-26-2003 12:03 PM

Same probs as yellow : fresh install fixed
 
I had exactly the same result as Yellow when doing a fink - autoupdate.

Reinstalled everything from scratch using the 0.6.0 sources and it went fine.

Just my two peneth.

jkp23 10-26-2003 01:05 PM

pkginfo inject.pl broken?
 
I downloaded and installed from the 0.6.0 source code this morning....

all went fine, but it said at the end :

Code:

Copying the package description tree failed. This is no big harm;
your Fink installation should work nonetheless.
You can add the package descriptions at a later time if you want to
compile packages yourself.

Had a poke around in the inject.pl file that is run to put the package info in the right place, and found that it was obvioulsy going to fail, because first it was looking for non-existant directories in the source dist (10.2 dirs, when those have been change to 10.2-gcc3.3), and simliar things in the install directory - ie it was tellling i didnt have a valid fink install because it couldnt find these 10.2 related dirs in my fink install.

Anyway, I tried editing the file but it didnt come up with any better results.

In the end i strong-armed it and just copied the package info firs myself to the 10.3 directory, and added the other 10.2-gcc3.3 directory side by side with it.

the prob is, that although it now lists all the packages availible, it only shows source distributions as availible. I know that binaries for the 0.6 dist (10.3) arent availible (or i am guessing at least), but shouldnt it be reading from the older 10.2-gcc3.3 directory too? IE, shouldnt i be able to see newer sources availible as well as older binaries?

My prob is that i have amaturely tried to fix this bug and am not sure that i have fully done so...are there any other steps i need to take to get it to regonise the availbile packages fromt the older 10.2-gcc3.3 distro?

any help well appreciated.

yellow 10-26-2003 01:16 PM

Quote:

Originally posted by yellow
I'll find out Monday* when I try the same from work. * Sunday? What was I thinking?! It's football day!
OK, so I tried at work w/o removing the SDKs and using the 0.6.0 dist, updated using rsync. It worked like a charm.

sao 10-26-2003 01:28 PM

Great! :)

jkp23 10-26-2003 04:41 PM

Just done a clean install from the CVS repository:

PROBLEM???

Where the hell is the pkginfo directory? It didnt download one, and I have browsed the CVS and it isnt there! I downloaded the packages module from CVS, but that is ancient - version 0.41a or something....what the hell am i doing wrong?

jkp23 10-26-2003 05:26 PM

OK - \o/ feeling like a bit of a novice now!

so i have found out about fink -selfupdate (via rsync).
the only trouble is that having previously accidently installed the old pkginfo from the cvs module i downloaded, I cannot get fink to actually let me see the new updated list.

It updates fine, and i can tell by going and having a look at one of the description files for a package (I have been using KDEBase3 as a test) - the files I have in the /sw/fink/10.3 directory are correct, but fink is still listing the old versions from my CVS install.

Anyway....it seems easier just to let it sit reinstalling now rather that poke around for hours trying to sort it out. I should have a nice clean v0.6 install in an hour or so (fingers crossed).

cansas 10-27-2003 03:16 PM

selfupdate-rsync was failing for me after Panther update. As a last-ditch before blasting Fink and reinstalling, I ran selfupdate-cvs, installed fink-prebinding, then did selfupdate-rsync again - all worked right.

bluehz 10-27-2003 07:03 PM

Tried that too - selfupdate-cvs and then selfupdate-rsync - still not working for me...

I get nothing after I run the command, until I start ctrl-c the processes then its starts showing failure notices.

mervTormel 10-27-2003 07:15 PM

just chatted thru some of this with craig arko.

have you tried

% fink index

?

bluehz 10-27-2003 08:39 PM

Still nothing after indexing.

The only thing I can run is fink selfupdate-cvs, and even then it seems like its doing the same thing over and over. Looks like creating a bunch of symlinks to items within the older 10.1 dir.

Would it be easier to move my /sw aside, install clean Fink and then migrate pkgs over from old /sw? Would be worth it if that helped.

This is where I am currently:

Package manager version: 0.16.0
Distribution version: 0.6.0.cvs

sao 10-28-2003 01:33 PM

bluehz,

Please, post the contents of your /sw/etc/fink.conf file.

bluehz 10-28-2003 07:35 PM

Code:

# Fink configuration, initially created by bootstrap.pl
Mirror-gimp: ftp://ftp.gimp.org/pub
KeepBuildDir: true
DownloadMethod: curl
Trees: unstable/main unstable/crypto local/main stable/main stable/crypto local/bootstrap
Mirror-gnome: ftp://ftp.gnome.org/pub/GNOME/
Mirror-cpan: ftp://cpan.cse.msu.edu/
Distribution: 10.3
Mirror-gnu: ftp://ftp.gnu.org/gnu
RootMethod: su
Basepath: /sw
MirrorCountry: nam-us
KeepRootDir: true
FetchAltDir: /Volumes/Data/FinkBase/src/
ProxyPassiveFTP: true
Mirror-ctan: ftp://tug.ctan.org/tex-archive/
MirrorContinent: nam
Verbose: 0
SelfUpdateMethod: rsync


sao 10-29-2003 06:58 AM

bluehz,

I don't know if this will help, but can you change in the Trees: line 'local/main' to be first, before 'unstable/main' and also set it up to Verbose: 2

So it can tell a bit more if it fails (don't write 3). And then run 'fink selfupdate'.

I suppose also you have rsync installed in /sw/bin/rsync ?

Let me know.

Maybe after you could also try rsync by hand to see if it works.

For example to fetch a listing of the available files and modification dates in the directory /sw/fink/10.2-gcc3.3/stable/main/finkinfo/x11 you can run:
Code:

rsync opendarwin.org::finkinfo/10.2-gcc3.3/stable/main/finkinfo/x11/
For the server syntax, you can also use "rsync://fink.opendarwin.org" or "rsync://master.us.finkmirrors.net"

bluehz 10-29-2003 09:06 AM

DOH!!!! At one time I did have fink installed rsync, but apparently I removed it for a manually installed /usr/local/bin/ install of rsync. Just updated rsync to fink version:

fink install rsync

and fink selfupdate is now working!

Thx guys...

sao 10-29-2003 10:04 AM

Great! :)

bluehz 10-29-2003 01:41 PM

Ok - so I succesfully completed a fink selfupdate (via rsync) and at the end it tells you shoudl probably do a update-all. Normally I just ignore, but I thought I would see what it would do, so I ran fink update-all and it listed 131 packages that needed to be updated. Sounds a bit steep to me!!! I mean I keep it pretty uptodate.

sao 10-29-2003 02:01 PM

bluehz,

That's ok, it probably wants to recompile them with gcc3.3

Go ahead and see what happens (I bet it will fail somewhere, but then again...maybe not)

If it fails, update them one by one... :)

bluehz 10-30-2003 08:53 AM

Is there anyway to check and make sure Fink is indeed using gcc3.3? I assume that it was set that waiy when updating to Fink 0.6x, but I would like to make sure.

sao 10-30-2003 12:37 PM

bluehz,

run:
Code:

[pm @ Sao: ~] % gcc_select 3.3
You are already using gcc version 3.3 as the default compiler.
[pm @ Sao: ~] %



All times are GMT -5. The time now is 06:13 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.