Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread Martin Costabel

William Scott wrote:


Mine's got loads of stuff in it.  I wonder if this was due to the fact 
that I went directly from injecting to building ca. 200 packages, 
possibly forgetting to source /sw/bin/init.sh before I started 
installing stuff?




On Sun, 19 Feb 2006, [ISO-8859-1] Jean-François Mertens wrote:



On 19 Feb 2006, at 18:01, Jean-François Mertens wrote:


# dpkg -S /var/lib
aptitude: /var/lib


The dir is empty, so easy to fix at the end of the InstallScript


I don't have /var/lib/dpkg, but I have some stuff in /var/lib/aptitude.

My feeling is that both of these directories owe their existence to bugs.

--
Martin



---
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=lnk&kid3432&bid#0486&dat1642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread Daniel Johnson


On Feb 19, 2006, at 12:48 PM, William Scott wrote:



Mine's got loads of stuff in it.  I wonder if this was due to the  
fact that I went directly from injecting to building ca. 200  
packages, possibly forgetting to source /sw/bin/init.sh before I  
started installing stuff?




On Sun, 19 Feb 2006, [ISO-8859-1] Jean-François Mertens wrote:



On 19 Feb 2006, at 18:01, Jean-François Mertens wrote:


# dpkg -S /var/lib
aptitude: /var/lib


The dir is empty, so easy to fix at the end of the InstallScript

JF Mertens


Adding "--enable-package-state-loc=%p/var/lib/aptitude" to aptitude's  
ConfigureParams should fix this. Of course, any stuff in /var/lib/ 
aptitude would have to be manually moved to /sw/var/lib/aptitude  
after this or else you'll have to start over since that's where  
aptitude keeps package state information.


--
Daniel Johnson
[EMAIL PROTECTED]
PGP public key: http://homepage.mac.com/danielj7/publickey.txt



PGP.sig
Description: This is a digitally signed message part


Re: [Fink-devel] 10.4 bindist URL?

2006-02-19 Thread Daniel Johnson


On Feb 19, 2006, at 5:25 PM, Koen van der Drift wrote:



On Feb 19, 2006, at 5:20 PM, David R. Morrison wrote:

 In fact, this is why the installation instructions in  
RangerRick's blog (pointed to from the wiki page I gave yesterday)  
suggest that you should answer "no" to the question "try to use  
binary?" during bootstrap or configuration.


Ah, I missed that part :-|

Fixed now in my fink.conf file, sorry for the noise.

- Koen.


I also found it useful to comment out the lines

deb http://bindist.finkmirrors.net/bindist 10.4/release main crypto

and

deb http://bindist.finkmirrors.net/bindist 10.4/current main crypto

in /sw/etc/apt/sources.list to avoid errors from apt-get update.  
Especially if you use fink HEAD and the cool new AutoScanpackages  
feature.


--
Daniel Johnson
[EMAIL PROTECTED]
PGP public key: http://homepage.mac.com/danielj7/publickey.txt



PGP.sig
Description: This is a digitally signed message part


Re: [Fink-devel] 10.4 bindist URL?

2006-02-19 Thread Koen van der Drift


On Feb 19, 2006, at 5:20 PM, David R. Morrison wrote:

 In fact, this is why the installation instructions in RangerRick's  
blog (pointed to from the wiki page I gave yesterday) suggest that  
you should answer "no" to the question "try to use binary?" during  
bootstrap or configuration.


Ah, I missed that part :-|

Fixed now in my fink.conf file, sorry for the noise.

- Koen.


---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] 10.4 bindist URL?

2006-02-19 Thread David R. Morrison


On Feb 19, 2006, at 12:18 PM, Koen van der Drift wrote:


Hi,

After moving to 10.4, fink is unable to find the bindist for 10.4  
when I execute the fink selfupdate command:


Err http://bindist.finkmirrors.net 10.4/release/main Packages
  404 Not Found

If I go to http://bindist.finkmirrors.net/bindist, I indeed see  
that there is no 10.4 tree. So I guess that it hasn't been created  
yet, or is the url different?




As Chris pointed out, there is not yet a bindist.  In fact, this is  
why the installation instructions in RangerRick's blog (pointed to  
from the wiki page I gave yesterday) suggest that you should answer  
"no" to the question "try to use binary?" during bootstrap or  
configuration.


  -- Dave



---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] g77-3.4.x, linking with -lstdc++, and 10.4 (non-transitional)

2006-02-19 Thread William Scott

Howdie:

I have some fortran compilations that link with  -lstdc++

Does g77-3.4.x require  /usr/lib/gcc/darwin/3.3/libstdc++.a.  I tried  
to direct it to /usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libstdc+ 
+.dylib but it didn't work.  I'm assuming it is incompatible for the  
same reason g++ 3.3 and 4.0.x are.


In my /usr/lib I have

ls /usr/lib/**/libstdc++*
/usr/lib/gcc/darwin/3.3/libstdc++.a
/usr/lib/gcc/darwin/3.3/libstdc++_ZeroLink.a
/usr/lib/gcc/i686-apple-darwin8/4.0.1/libstdc++.dylib@
/usr/lib/gcc/powerpc-apple-darwin8/4.0.1/libstdc++.dylib@
/usr/lib/libstdc++.6.0.3.dylib*
/usr/lib/libstdc++.6.dylib@

I assume in order to get this to work on intel, I would need /usr/lib/ 
gcc/i686-apple-darwin8/4.0.1/libstdc++.dylib


I'm afraid this is beyond my (quite limited) abilities.

Any advice (like migrate to gfortran)?

Thanks.

Bill





---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] CVS "chill" over

2006-02-19 Thread Koen van der Drift


On Feb 18, 2006, at 8:12 PM, David R. Morrison wrote:

This is untested, and indeed one of the reasons we're not ready to  
"release" this tree is that we don't have a definitive answer about  
the correct upgrade strategy.


So far no problems. I copied all directories inside binary-darwin- 
powerpc from 10.4-transitional to 10.4, and started installing my own  
packages, which is still ongoing.


- Koen.


---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] 10.4 bindist URL?

2006-02-19 Thread Koen van der Drift


On Feb 19, 2006, at 3:30 PM, Chris Zubrzycki wrote:

The 10.4 tree isn't even officially released and supported, there  
is no way a 10.4 bindist is finished.


That's what I figured, just making sure where my error messages came  
from.


cheers,

- Koen.


---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] 10.4 bindist URL?

2006-02-19 Thread Chris Zubrzycki

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Feb 19, 2006, at 3:18 PM, Koen van der Drift wrote:


Hi,

After moving to 10.4, fink is unable to find the bindist for 10.4  
when I execute the fink selfupdate command:


Err http://bindist.finkmirrors.net 10.4/release/main Packages
  404 Not Found

If I go to http://bindist.finkmirrors.net/bindist, I indeed see  
that there is no 10.4 tree. So I guess that it hasn't been created  
yet, or is the url different?


The 10.4 tree isn't even officially released and supported, there is  
no way a 10.4 bindist is finished.


- -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

"Of course, you realize this means war."
- -B. Bunny


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (Darwin)
Comment: Please sign reply-http://www.gnupg.org

iEYEARECAAYFAkP41XsACgkQ+/mCMqKrwHAWAQCggCT109h59l7Mcil0JBPVDQuR
UdwAn18WAb0MlwTGRdCeXyY/QGGdNxL0
=YB7l
-END PGP SIGNATURE-


---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] 10.4 bindist URL?

2006-02-19 Thread Koen van der Drift

Hi,

After moving to 10.4, fink is unable to find the bindist for 10.4  
when I execute the fink selfupdate command:


Err http://bindist.finkmirrors.net 10.4/release/main Packages
  404 Not Found

If I go to http://bindist.finkmirrors.net/bindist, I indeed see that  
there is no 10.4 tree. So I guess that it hasn't been created yet, or  
is the url different?


thanks,

- Koen.


---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] CVS "chill" over

2006-02-19 Thread Chris Dolan

On Feb 18, 2006, at 1:25 PM, David R. Morrison wrote:


The packages which have not (yet) been brought forward to 10.4 are:

(unstable tree)
xerces-c23


This package is mine but I would like to abandon it.  It's outdated  
and never worked very well in the first place.  I think it would be  
best to just remove it until such a time as someone wants to  
resurrect it brand-new.


Chris

--
Chris Dolan, Software Developer, http://www.chrisdolan.net/
Public key: http://www.chrisdolan.net/public.key
vCard: http://www.chrisdolan.net/ChrisDolan.vcf





---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread William Scott


Mine's got loads of stuff in it.  I wonder if this was due to the fact 
that I went directly from injecting to building ca. 200 packages, possibly 
forgetting to source /sw/bin/init.sh before I started installing stuff?




On Sun, 19 Feb 2006, [ISO-8859-1] Jean-François Mertens wrote:



On 19 Feb 2006, at 18:01, Jean-François Mertens wrote:


# dpkg -S /var/lib
aptitude: /var/lib


The dir is empty, so easy to fix at the end of the InstallScript

JF Mertens

Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread Jean-François Mertens


On 19 Feb 2006, at 18:01, Jean-François Mertens wrote:


# dpkg -S /var/lib
aptitude: /var/lib


The dir is empty, so easy to fix at the end of the InstallScript

JF Mertens

---
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=lnk&kid3432&bid#0486&dat1642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /var/lib/dpkg

2006-02-19 Thread Jean-François Mertens


On 19 Feb 2006, at 17:52, William Scott wrote:


Hi:

I just installed fink for 10.4 and so far everything installed  
smoothly (powerpc, stable, and then unstable).  But I just noticed  
it creates the directory


/var/lib/dpkg

in addition to

/sw/var/lib/dpkg

is this intentional?


I don't have that one, but :

# dpkg -S /var/lib
aptitude: /var/lib

...

JF Mertens



---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] /var/lib/dpkg

2006-02-19 Thread William Scott

Hi:

I just installed fink for 10.4 and so far everything installed  
smoothly (powerpc, stable, and then unstable).  But I just noticed it  
creates the directory


/var/lib/dpkg

in addition to

/sw/var/lib/dpkg

is this intentional?

Sorry if I am just out of the loop.

Bill




---
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=lnk&kid=103432&bid=230486&dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel