Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 18:02:29 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Eitan Adler <lists@eitanadler.com>
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:  <D990733E-3072-413C-8874-E125EEC4384A@FreeBSD.org>
In-Reply-To: <CAF6rxgnsKyUBR_xhvad7fivi98wUrnzmS5qwU3m5c4mPOV%2BopA@mail.gmail.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help

--Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

On 6 Jan 2018, at 17:51, Eitan Adler <lists@eitanadler.com> wrote:
>=20
> 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.
>>=20
>> Maybe you have warnings turned off in your local build environment?
>=20
> 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=3D/dev/null
export SRCCONF=3D/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 :).

-Dimitry


--Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.2

iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCWlEBJQAKCRCwXqMKLiCW
o4YBAKCia+Im3GvHW7tRF45OV4+DK9gBcACfTc6jv0bPwbI29uSdGCpISQZ1yuQ=
=LHO3
-----END PGP SIGNATURE-----

--Apple-Mail=_929853BD-BD9B-4EB3-A608-4B6496E6B2A1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D990733E-3072-413C-8874-E125EEC4384A>