On Wed, Oct 12, Stefan Botter wrote:

> The "bad tempdir" error is emitted by the runservices script from
> build:
> Lines 33 ff.
> ====
>   my $tempdir;
>   if ($buildroot ne '') {
>     $tempdir = File::Temp::tempdir('CLEANUP' => 1, 'DIR' => "$buildroot/tmp");
>     die("bad tempdir\n") unless $tempdir =~ s/^\Q$buildroot\E//;
>   } else {
>     $tempdir = File::Temp::tempdir('CLEANUP' => 1);
>   }
> ====
> 
> 
> This is run only if there are source services present in the package,
> but I do not understand why this fails on certain buildhosts.

Can you modify the code to print also $buildroot and $tempdir to see
whats going one? When did this start to happen?

Olaf

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Packman mailing list
Packman@links2linux.de
http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman

Antwort per Email an