bug-gnulib
[Top][All Lists]
Advanced

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

Re: FreeBSD 11.2: glthread build failure


From: Bruno Haible
Subject: Re: FreeBSD 11.2: glthread build failure
Date: Mon, 20 Jan 2020 19:04:59 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; )

Hi Tim,

> >>>   CCLD     wget2
> > 
> > Please make it a habit to use "make V=1" when submitting a report.
> > I don't want to see "CCLD wget2"; I want to see the actual link
> > command line.
> 
> I don't have direct console/shell access - the issue is/was on a FreeBSD
> instance running somewhere that we use for testing via Gitlab CI.

You could, instead of running
   make
run
   make || { echo 'Retrying with verbosity'; make V=1; exit 1; }
This way, the overall log is compact, but it is verbose at the place
where we need it.

> it wasn't obvious in that moment that 'make V=1' would be helpful.

The best practice for bug reporters has always been - for years:
"Show the command that was executed, and show the results that it produced."

Bruno




reply via email to

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