A life-changing book about truth

2014-09-09 Thread Paul Smith
Have you read the short book "The Present" yet? It's available free here.
Just go to the website: www.truthcontest.com

Click on the entry called The Present. What it says will turn this world
right-side up if it reaches enough people. You will see what I mean when
you read the first page.

Paul Smith


Re: make 4.0: archive rebuild resulted in 73 packages broken (help wanted)

2014-04-30 Thread Paul Smith
FWIW, I can't determine what the issue is from this email thread.
Please file a bug on Savannah or start a thread with a repro case on the
bug-m...@gnu.org mailing list.

Thanks!




-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1398865839.27316.0.camel@pdsdesk



Re: make 4.0: archive rebuild resulted in 73 packages broken (help wanted)

2014-04-30 Thread Paul Smith
On Wed, 2014-04-30 at 18:19 +0200, Guillem Jover wrote:
> build-stamp:
> echo $@
> 
> build-arch: build-stamp

> $ make --version | head -n1
> GNU Make 4.0
> $ make -f detect.mk -qn build-arch; echo $?
> 2

This is definitely a bug in GNU make 4.0 in handling -q (note the -n is
not relevant: you can leave it out and get the same behavior).  The docs
are clear on what the exit codes should be, and with -q make should exit
with 1 if something needs to be updated and no error was detected.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1398875988.14617.3.camel@pdsdesk



Re: make 4.0: archive rebuild resulted in 73 packages broken (help wanted)

2014-04-30 Thread Paul Smith
On Wed, 2014-04-30 at 10:55 -0700, Manoj Srivastava wrote:
> On Wed, Apr 30 2014, Paul Smith wrote:
> 
> > On Wed, 2014-04-30 at 18:19 +0200, Guillem Jover wrote:
> >> build-stamp:
> >> echo $@
> >> 
> >> build-arch: build-stamp
> >
> >> $ make --version | head -n1
> >> GNU Make 4.0
> >> $ make -f detect.mk -qn build-arch; echo $?
> >> 2
> >
> > This is definitely a bug in GNU make 4.0 in handling -q (note the -n is
> > not relevant: you can leave it out and get the same behavior).  The docs
> > are clear on what the exit codes should be, and with -q make should exit
> > with 1 if something needs to be updated and no error was detected.
> 
> Opened bug in Savannah BTS:
>  https://savannah.gnu.org/bugs/?42249

Yes, thanks to Guillem for the repro case.  I see the problem; there's a
failure to propagate the correct exit code up through prerequisites.  I
tried a quick fix but it was not sufficient; I'll need to look into it
further this evening.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1398883455.14617.7.camel@pdsdesk



Re: make 4.0: archive rebuild resulted in 73 packages broken (help wanted)

2014-05-01 Thread Paul Smith
On Wed, 2014-04-30 at 10:55 -0700, Manoj Srivastava wrote:
> On Wed, Apr 30 2014, Paul Smith wrote:
> 
> > On Wed, 2014-04-30 at 18:19 +0200, Guillem Jover wrote:
> >> build-stamp:
> >> echo $@
> >> 
> >> build-arch: build-stamp
> >
> >> $ make --version | head -n1
> >> GNU Make 4.0
> >> $ make -f detect.mk -qn build-arch; echo $?
> >> 2
> >
> > This is definitely a bug in GNU make 4.0 in handling -q (note the -n is
> > not relevant: you can leave it out and get the same behavior).  The docs
> > are clear on what the exit codes should be, and with -q make should exit
> > with 1 if something needs to be updated and no error was detected.
> 
> Opened bug in Savannah BTS:
>  https://savannah.gnu.org/bugs/?42249

I pushed a fix for this.  See if it helps.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1398952707.2353.88.camel@homebase