On Thu, Aug 28, 2008 at 10:31:18AM +0200, Sebastian Harl wrote:

> > Last calls in strace:
> > chroot("/tmp")                          = 0
> > write(2, "ERROR: can\'t change root to \'/tm"..., 43ERROR: can't change root
> > to '/tmp' errno=2
> 
> Upstream used to check for errors by testing the errno variable for zero
> without explicitly resetting it to zero before calling chroot(). This
> has been fixed in revision 1471 in upstream SVN by checking for the
> return value of chroot() instead.
> 
> I will double-check that this really fixes the reported issue and
> prepare a new upload tonight (unless someone else of the Debian RRDTool
> team does so before).

I wrote the patch in the upstream bugtracker which does (in the parts
affected) the same thing as the SVN commit, and I can confirm that the
problem is fixed with it.

Bernhard



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to