Date: Sat, 6 Jan 2018 10:15:19 -0800 From: Eitan Adler <lists@eitanadler.com> To: Dimitry Andric <dim@freebsd.org> Cc: Li-Wen Hsu <lwhsu@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r327616 - head/usr.bin/morse Message-ID: <CAF6rxgkoKpfmcjZWnCYJmpWLwpQh8eDM9=8hFTGG%2BbJBPYjkzg@mail.gmail.com> In-Reply-To: <D990733E-3072-413C-8874-E125EEC4384A@FreeBSD.org> References: <201801060948.w069m4Rb058364@repo.freebsd.org> <CAF6rxgkEUWztBOc92rxpH8M_AbkbtMw0w=Ah3VS=dbS6_U8taQ@mail.gmail.com> <8CD482D7-1C01-480E-A2DE-5B9E1ACF05D4@FreeBSD.org> <CAF6rxgnsKyUBR_xhvad7fivi98wUrnzmS5qwU3m5c4mPOV%2BopA@mail.gmail.com> <D990733E-3072-413C-8874-E125EEC4384A@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6 January 2018 at 09:02, Dimitry Andric <dim@freebsd.org> wrote: > On 6 Jan 2018, at 17:51, Eitan Adler <lists@eitanadler.com> wrote: >> >> On 6 January 2018 at 08:36, Dimitry Andric <dim@freebsd.org> wrote: >>> On 6 Jan 2018, at 14:19, Eitan Adler <lists@eitanadler.com> wrote: > ... >>>> Why is testing with "make obj; make" in the morse directory insufficient? > ... >>> usr.bin/morse/morse.c:602:15: error: unused parameter 'stream' [-Werror,-Wunused-parameter] >>> fdecode(FILE *stream) >>> ^ >>> 1 error generated. >>> >>> Maybe you have warnings turned off in your local build environment? >> >> Is there anything that I could set in my environment that would >> override the command line flags? > > It depends. Many people have /etc/make.conf or /etc/src.conf files with > extensive settings and compiler flag modifications, so usually the first > advice is to do: > > export __MAKE_CONF=/dev/null > export SRCCONF=/dev/null > > then attempt to build again. If that works, then slowly go through the > make.conf or src.conf settings, enabling them one by one until you > reproduce the failure (or unexpected success :). Makes sense. I was asking since I copy/pasted the log above which results in success and includes the compiler warnings. My best guess right now is that my timestamps are off resulting a rebuild not actually happening. Either way, thank you to Li-Wen Hsu for fixing and everyone else for dealing with me ;) -- Eitan Adler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAF6rxgkoKpfmcjZWnCYJmpWLwpQh8eDM9=8hFTGG%2BbJBPYjkzg>