[Fink-devel] Re: fink HEAD on 10.3

2006-03-24 Thread Robert T Wyatt

Good morning! Here's today's message:

Failed: Can't locate object method can_remove_buildlock via package 
Fink::PkgVersion at /sw/lib/perl5/Fink/Engine.pm line 1340, STDIN 
line 1.



# Find the files that are really locks
my @bls;
my ($LOCKS_NONE, $LOCKS_PRESENT, $LOCKS_IN_USE) = 0..2;
my $locks_left = $LOCKS_NONE;
for my $file (@files) {
# lock packages are named fink-buildlock-%n-%v-%r. They 
install

# %n-%v-%r.pid and have a lockfile %n-%v-%r_$timestamp.lock
my ($fullv) = ($file =~ /(.+)_.+\.lock$/) or next;
my $lockfile = $lockdir/$file;
my $pidfile = $lockdir/$fullv.pid;
my $lockpkg = fink-buildlock-$fullv;
next unless -f $pidfile;

# We have a lock, and the package seems to be installed
$locks_left = $LOCKS_PRESENT;

# Check that it's not currently building, hoepfully we 
won't have

# to invoke dpkg.

[this is line 1340:]

if (my $fh = 
Fink::PkgVersion-can_remove_buildlock($lockfile)) {

push @bls, $lockpkg;
close $fh;  # Another process could try to 
remove the BL between
# now and when we 
actually perform the removal. That's
# fine, dpkg-lockwait 
shall protect us.

} else {
$locks_left = $LOCKS_IN_USE; # Something is 
building

}
}



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


Re: [Fink-devel] Re: fink HEAD on 10.3

2006-03-24 Thread Daniel Macks
On Fri, Mar 24, 2006 at 08:39:20AM -0600, Robert T Wyatt wrote:
 Good morning! Here's today's message:
 
 Failed: Can't locate object method can_remove_buildlock via package 
 Fink::PkgVersion at /sw/lib/perl5/Fink/Engine.pm line 1340, STDIN 
 line 1.

Fixed. cvs.sf was down for 8 hrs last nite, so we had an unintended
code freeze in the middle of some pretty major changes to core:(

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


Re: [Fink-devel] code freeze

2006-03-24 Thread David R. Morrison


On Mar 22, 2006, at 8:04 PM, David R. Morrison wrote:


Dear fink developers,

Please observe a code freeze in the 10.4/stable tree for the next  
few days, while the 0.8.1 bindist is being built.


The freeze is over now; thanks for your help.

  -- Dave




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


[Fink-devel] xalan-j-docs compilation

2006-03-24 Thread Michèle Garoche
I've put a new info and patch file for xalan-j-docs which compiles in  
experimental/michga.


Could you have a look at it please, since I'm in no way a java expert?


Cheers,
Michèle
http://micmacfr.homeunix.org



36C471DED4B09EEB30A0281F2608DB2FE6F9E147.gpgkey
Description: Binary data





[Fink-devel] SHA1 checksum problem in HEAD

2006-03-24 Thread Martin Costabel
On 10.4/unstable with fink HEAD, trying to install some package that 
requires Fink bison, the latter fails after downloading with the 
following message:


 The checksum of the file is incorrect. The most likely
 cause for this  is a corrupted or incomplete download
 Expected: b236923e7d4909c6fd8873ac87431833fa45069b
 Actual: MD5(b1468d49c1357aebcd1de6ef12cbf3e8)
SHA1(b236923e7d4909c6fd8873ac87431833fa45069b)
 Downloading the file bison-2.1.tar.gz failed.

Note that the actual and expected checksums are identical.

If I hit Give up and then run fink build bison, it happily uses the 
just downloaded tarball. Also if I run fink fetch bison, it says:


 The file bison-2.1.tar.gz already exists and its checksum matches.

So it seems that the checksum check is interpreted differently in 
different situations.


With fink-0.24.14, the problem does not appear.

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