lint errors in stable/11

Dimitry Andric dim at FreeBSD.org
Thu May 10 12:23:57 UTC 2018


On 10 May 2018, at 12:47, Rick Miller <vrwmiller at gmail.com> wrote:
> 
> On Thu, May 10, 2018 at 6:35 AM Rick Miller <vrwmiller at gmail.com> wrote:
...
>> Performing a release build via release/release.sh in r331337 of stable/11
>> errors citing the lack of lint. It’s understood lint was removed from
>> stable/11 so src.conf includes WITHOUT_LINT, but errors persist. As the
>> code review alludes to[1], lint is irrelevant here. It seems WITHOUT_LINT
>> may not be the only thing I’m looking for. What is the best approach for
>> mitigating these errors?
>> 
>> 
> Here’s the error w/o email munging:
> 
> ===> usr.bin/xlint/xlint (all)
> /data/dists/11.1.9.0-amd64-md/usr/src/contrib/apr/atomic/uni
> x/builtins.c:71:53:
> warning: passing 'const void *' to parameter of type 'volatile void *'
> discards
> qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
> 
>    return (void*) __sync_val_compare_and_swap(mem, cmp, with);
> 
>                                                    ^~~
> 
> 1 warning generated.
> 
> ===> usr.bin/xlint/llib (all)
> 
> sh: lint: not found

Are you building on a -CURRENT host?  If so, see the previous mail
thread about this:

https://lists.freebsd.org/pipermail/freebsd-stable/2017-November/088092.html

and https://bugs.freebsd.org/223892.

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 223 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20180510/78b2f632/attachment.sig>


More information about the freebsd-stable mailing list