[pkg-bioc] pbuilder does not find newly built packages

David Vernazobres dv at uni-muenster.de
Sun Apr 29 16:45:20 UTC 2007


On Sun, Apr 29, 2007 at 12:53:36AM +0200, Steffen Moeller wrote :
> Hi, it is time for me to say good night. I found the last issue with my 
> pbuilder-hook that works on bioc while I am compiling cran :-/  We do not 
> lose too much if we make the hook run on all our build directories regardless
> what repository we are working with, do we? Well, maybe we do for 1700 
> packages ...
Well, we need them during the pbuilder build. We need to regenerate all 
the Packages.gz at each step, if not we missed the previously build deb
and we can't go further for the build package process with pbuilder.

> 
> Here my changed hook (also added the ()s)
> 
> #!/bin/sh
> for m in cran bioc-1.9 omegahat; do
>   (cd /nfshome/moeller/debian_moeller/debian/alioth/bioc/${m}/ &&
>   /usr/bin/dpkg-scanpackages builds /dev/null | gzip > builds/Packages.gz )
> done
> /usr/bin/apt-get update

Hum, sorry, but what is the difference with the
${PBuilder_BuildPlaceHook}/D70apt script ? And I may be tired, but
what's the point for the ()s ?

> 
> It went on for 24 packages (record!) and then failed for sensominer since the 
> hopach package indeed was not yet built. It was assigned to the bioc 
> repository but presented both in cran and in bioc, the latter repository's 
> version was newer, but sensominer in cran depends on it. For now it is 
> reassigned to cran.
Hum, I think that I have a bit more packages built.... But I may cleanup
everything and start a fresh build from scratch !

> 
> No more tries for tonight
well, for me "No more tries for today" !

david




More information about the pkg-bioc-devel mailing list