> > The following change should work fine, no? > > No... Hmm ? > > > --- pbuilder-buildpackage 21 Apr 2005 23:10:23 -0000 1.111 > > +++ pbuilder-buildpackage 20 Jun 2005 10:38:50 -0000 > > @@ -87,7 +87,6 @@ > > fi > > > > echo " -> Building the package" > > -export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" > > This is around where you have to set the PATH (right after $CHROOTEXEC). > If you set the PATH before $CHROOTEXEC (e.g. when the pbuilderrc is > sourced like below), it'll just get clobbered by $CHROOTEXEC...
Now I don't grok you. $CHROOTEXEC is just 'chroot' which shouldn't have any effect on the environmental variable which the shell is holding. Removing this PATH over to the pbuilderrc config file which is sourced at the top of pbuilder-buildpackage should fix what you're experiencing. ... but that's not happening. Hmm... > > executehooks "A" > > > > Index: pbuilderrc > > =================================================================== > > RCS file: /home/dancer/CVSREPOSITORY/pbuilder/pbuilderrc,v > > retrieving revision 1.33 > > diff -u -r1.33 pbuilderrc > > --- pbuilderrc 13 Feb 2005 07:20:44 -0000 1.33 > > +++ pbuilderrc 20 Jun 2005 10:38:50 -0000 > > @@ -53,3 +53,6 @@ > > # Set the debootstrap variant to 'buildd' type. > > DEBOOTSTRAPOPTS[0]='--variant=buildd' > > # unset DEBOOTSTRAPOPTS > > + > > +# Set the PATH I am going to use inside pbuilder: default is > > "/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" > > +export PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]