On Sun, Mar 22, 2009 at 06:21:53PM +0100, Julian Andres Klode wrote: > On Sun, Mar 22, 2009 at 05:10:58PM +0000, Roger Leigh wrote: > > Just after the first line, add > > > > print STDERR "LOCATION: $info->{'Location'}\n"; > > print STDERR "LOCATION EXISTS\n" if -d $info->{'Location'}; > > > > and rerun sbuild. You should then see what value location was set to, > > and if it thinks the directory exists. > > Location is empty:
Could you also add print STDERR "INFO DEFINED\n" if defined($info); print STDERR "LOCATION DEFINED\n" if defined($info->{'Location'}); just before those two lines, and try again? Thanks, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `- GPG Public Key: 0x25BFB848 Please GPG sign your mail. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org