pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/51715: net/nmap build fails
The following reply was made to PR pkg/51715; it has been noted by GNATS.
From: David Holland <dholland-pbugs%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/51715: net/nmap build fails
Date: Wed, 14 Dec 2016 08:12:23 +0000
On Wed, Dec 14, 2016 at 12:10:00AM +0000, jdbaker%mylinuxisp.com@localhost wrote:
> In file included from lua.h:16:0,
> from lapi.c:16:
> luaconf.h:566:2: error: #error "Compiler does not support 'long long'. Use option '-DLUA_32BITS' or '-DLUA_C89_NUMBERS' (see file 'luaconf.h' for details)"
> #error "Compiler does not support 'long long'. Use option '-DLUA_32BITS' \
This seems to be caused by LLONG_MAX not being defined, but I don't
see why that should be the case -- it is present in amd64's
machine/limits.h on -7 and there's no obvious reason that the compile
should be hiding it.
Can you check .work.log for the transformed compiler invocation?
Also, there are three copies of lua floating about - the one in base,
the one that gets buildlinked, and the one that nmap includes in its
distfile. If it's using some of the files from one copy and some from
another that could cause all manner of strangeness...
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index