bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trying to solve file lock problem with /etc/sudoers


From: Samuel Thibault
Subject: Re: Trying to solve file lock problem with /etc/sudoers
Date: Fri, 14 Mar 2014 00:04:48 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Hello,

Peter Baumgarten, le Wed 12 Mar 2014 22:16:19 -0500, a écrit :
> I simply created a sudo directory and then ran apt-get --build source
> sudo as a normal user, and the part of the script where this is
> happening is debian/rules build inside of sudo-1.8.9p5 directory. The
> question I am asking is where should I go from here? I do not have much
> experience building debian packages from source.

I would rather use apt-get source, and then dpkg-buildpackage inside the
sudo-1.8.9p5 directory, but that's basically the same.

So if it's a test issue, you can probably at least override the failure
by setting

export DEB_BUILD_OPTIONS=nocheck

That being said, it would be better to just fix the failures.  Try to
run the test programs by hand, check their output, run in a debugger,
check where it starts going wrong, etc.

> I also noticed that the diff file for use-flock-on-hurd is for
> sudo-1.8.3p1 would the version mismatch cause problems at all?

That's not a problem: patches are applied with the -p1 option of the
patch command.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]