Re: Fix for building ntp 4.2.2

2007-04-10 Thread Barry deFreese
Guillem Jover wrote: Hey Barry, On Tue, 2007-04-10 at 17:27:10 -0400, Barry deFreese wrote: build: config build-stamp build-stamp: config.status Given that the difference should be minimal it's better to set a variable instead and use it on the configure argument line instead of dupi

Re: Fix for building ntp 4.2.2

2007-04-10 Thread Guillem Jover
Hey Barry, On Tue, 2007-04-10 at 17:27:10 -0400, Barry deFreese wrote: > Here is what I did to build ntp 4.2.2. Let me know what you think. > @@ -1,5 +1,7 @@ > #!/usr/bin/make -f > > +DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) > + > include /usr/share/quilt/quilt.make >

Re: Fix for building ntp 4.2.2

2007-04-10 Thread Santiago Vila
On Tue, 10 Apr 2007, Barry deFreese wrote: > Hey folks, > > Here is what I did to build ntp 4.2.2. Let me know what you think. I believe the patch could be a little bit smaller. > +ifeq ($(DEB_HOST_ARCH_OS),hurd) > + ./configure CFLAGS='$(CFLAGS)' \ > + --prefix=/usr \ > + --enab

Fix for building ntp 4.2.2

2007-04-10 Thread Barry deFreese
Hey folks, Here is what I did to build ntp 4.2.2. Let me know what you think. diff -urN ntpdate/ntp-4.2.2.p4+dfsg/debian/changelog ntp/ntp-4.2.2.p4+dfsg/debian/changelog --- ntpdate/ntp-4.2.2.p4+dfsg/debian/changelog 2007-04-10 16:29:14.0 + +++ ntp/ntp-4.2.2.p4+dfsg/debian/change

Re: buildd-tools sbuild post-etch

2007-04-10 Thread Michael Banck
On Tue, Apr 10, 2007 at 08:56:51AM +0100, Roger Leigh wrote: > Yes. PAM is used for user authentication and authorisation, and is > integral to the operation of schroot. Given that schroot runs setuid > root to do what it does, I would be reluctant to write an alternative > to replace the PAM fun

Re: buildd-tools sbuild post-etch

2007-04-10 Thread Roger Leigh
Barry deFreese <[EMAIL PROTECTED]> writes: > Roger Leigh wrote: >> Santiago Vila <[EMAIL PROTECTED]> writes: >> >>> I'm curious: What will happen on the hurd-i386 architecture? Last time >>> I checked fakeroot did not work well enough to be used on an autobuilder. >>> Will sbuild need to be patche