On Friday 30 April 2010 11:36:24 Ciaran McCreesh wrote:
> >    * When installing 'app-admin/webmin-1.500:0::gentoo':
> >    * When fetching mtime of
> > 
> > '/var/tmp/paludis/app-admin-webmin-1.500/temp/build_start_time':
> >    * Filesystem entry
> > 
> > '/var/tmp/paludis/app-admin-webmin-1.500/temp/build_start_time' does
> > not exist (paludis::FSError)
> > 
> > This one has me completely stumped! Whats gone wrong,
> > I've tried installing something else and there was no problem.
> 
> I'm guessing something the ebuild does clobbers everything in ${T},
> including the file we put there to track when the build started. I'm not
> entirely sure whether that's legal for an ebuild to do or not...

The ebuild runs export tempdir="${T}" and then calls a setup.sh in 
src_install. setup.sh calls a maketemp.pl perl script which uses 
tempdir=/tmp/.webmin if no tempdir is specified. If the specified tempdir 
exists 
and doesn't meet a set of requirements it nukes it and recreates it. So 
changing the ebuild to export tempdir="${T}/.webmin" would probably fix it.

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user

Reply via email to