Re: [Fink-devel] fort77 can't be compiled.

2003-10-01 Thread Jeff Whitaker
On Tue, 30 Sep 2003, Pascal J.Bourguignon wrote: > > > > > 3.3 is not officially supported in fink yet, there will be a 10.2-gcc3.3 > > distribution shortly however. Some packages need 2.95, but that is > > handled automatically by the package. There are no packages in fink now > > that need 3.3.

[Fink-devel] /sw/var/lib/dpkg/status damaged?

2003-10-01 Thread Pascal Bourguignon
Now it seems the /sw/var/lib/dpkg/status is damaged. How do I recover it? dpkg -i /sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl097- dev_0.9.7b-1_darwin-powerpc.deb dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 1807 package `openssl097-dev': missing version ###

Re: [Fink-devel] /sw/var/lib/dpkg/status damaged?

2003-10-01 Thread Alexander K. Hansen
This happens occasionally--I've never heard a good explanation for it, though. You may be able to fix this if /sw/var/lib/dpkg/status-old is available, and not also damaged: sudo cp /sw/var/lib/dpkg/status-old /sw/var/lib/dpkg/status On Wed, 2003-10-01 at 11:42, Pascal Bourguignon wrote: > Now

Re: [Fink-devel] /sw/var/lib/dpkg/status damaged?

2003-10-01 Thread Jean-Francois MERTENS
On Wednesday, Oct 1, 2003, at 17:42 Europe/Brussels, Pascal Bourguignon wrote: Now it seems the /sw/var/lib/dpkg/status is damaged. How do I recover it? dpkg -i /sw/fink/dists/stable/crypto/binary-darwin-powerpc/openssl097- dev_0.9.7b-1_darwin-powerpc.deb dpkg: parse error, in file `/sw/va

[Fink-devel] gcc3.3 tree open for business

2003-10-01 Thread David R. Morrison
Dear fink-devel, The code freeze for the 10.2/stable tree is hereby lifted. However, I would like to ask all fink developers to try and keep 10.2-gcc3.3/stable in sync with (or ahead of) 10.2/stable. I hope that the conversion to the new trees will be complete within a few weeks. All fink devel

[Fink-devel] rsync vs. cvs

2003-10-01 Thread David R. Morrison
Hello again folks. Rob Braun has written a patch which lets us do selfupdates via rsync rather than cvs, and the opendarwin server is currently hosting a mirror of our cvs content which can be rsync'd. The simplest thing to do is to simply add this as an alternative method. But we were just discu

Re: [Fink-devel] rsync vs. cvs

2003-10-01 Thread Jerry Talkington
On Wed, Oct 01, 2003 at 01:57:14PM -0400, David R. Morrison wrote: > Hello again folks. > > Rob Braun has written a patch which lets us do selfupdates via rsync rather > than cvs, and the opendarwin server is currently hosting a mirror of our > cvs content which can be rsync'd. Whoohoo! > The s

[Fink-devel] what's missing in 10.2-gcc3.3/stable

2003-10-01 Thread David R. Morrison
Here's a list of what's currently missing from 10.2-gcc3.3/stable, and a discussion of some of the reasons. First, KDE has not yet been moved to 10.2-gcc3.3, but no problems are anticipated. Second, fort77 does not compile under gcc 3.3, probably due to problems with f2c (which probably needs so

[Fink-devel] fink binary g77 and ddd collide over /sw/lib/libiberty.a

2003-10-01 Thread Blair Zajac
Hello, I'm getting a collision on trying to install the binary g77 and binary ddd on a single system: # apt-get install ddd Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed: ddd 0 packages upgraded, 1 newly installed, 0 to remove and 0

Re: [Fink-devel] gcc3.3 tree open for business

2003-10-01 Thread Koen van der Drift
On Wed, 1 Oct 2003 13:19:41 -0400, David R. Morrison wrote: > For any such package, you should be sure that the new version of the > package is labeled "GCC: 3.3" (and that the previous version is labeled > "GCC: 3.1"). You should also check all of the dependencies, making > versioned dependenci

Re: [Fink-devel] fink binary g77 and ddd collide over /sw/lib/libiberty.a

2003-10-01 Thread Jeff Whitaker
Blair: This is fixed in the newer versions of g77 (but you have to install from source). -Jeff On Wed, 1 Oct 2003, Blair Zajac wrote: > Hello, > > I'm getting a collision on trying to install the binary g77 and > binary ddd on a single system: > > # apt-get install ddd > Reading Package Lists..

Re: [Fink-devel] fink binary g77 and ddd collide over /sw/lib/libiberty.a

2003-10-01 Thread Blair Zajac
Jeff Whitaker wrote: > > Blair: This is fixed in the newer versions of g77 (but you have to > install from source). > > -Jeff Hi Jeff, Thanks. I guess there are no issues with a g77 3.3 or 3.4 and Apple's gcc 3.1 on the same system, as noted on fink's home page? Best, Blair -- Blair Zajac

[Fink-devel] Re: rsync vs. cvs

2003-10-01 Thread Blair Zajac
From: "David R. Morrison" <[EMAIL PROTECTED]> > > Hello again folks. > > Rob Braun has written a patch which lets us do selfupdates via rsync rather > than cvs, and the opendarwin server is currently hosting a mirror of our > cvs content which can be rsync'd. > > The simplest thing to do is to s

Re: [Fink-devel] Re: rsync vs. cvs

2003-10-01 Thread Charles Lepple
On Thursday, October 2, 2003, at 12:15 AM, Blair Zajac wrote: I would think that a Subversion server would be less resource intensive on the server than an rsync server, especially if people use rsync -c. It takes a certain amount of paranoia to use "rsync -c" on a regular basis :-) In the mos