Summary: | security/testssl.sh build failure on i386 FreeBSD 11.1Beta3 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | dewayne |
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | Flags: | tobik:
maintainer-feedback+
|
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://reviews.freebsd.org/D11436 |
Description
dewayne
2017-07-01 00:02:54 UTC
Thanks, there is a patch here https://reviews.freebsd.org/D11436.diff which builds fine on 10.3/i386 and 11.0/i386. Can you test on 11.1-BETA3? (In reply to Tobias Kortkamp from comment #1) Thanks Tobias, the patch enables the build on i386 FreeBSD 11.1Beta3. (& amd64 with libressl) A commit references this bug: Author: tobik Date: Wed Jul 5 07:53:45 UTC 2017 New revision: 445053 URL: https://svnweb.freebsd.org/changeset/ports/445053 Log: Only use enable-ec_nistp_64_gcc_128 on amd64 since it requires a 64-bit little-endian architecture and fix the build on !amd64 ecp_nistp224.c:43:9: error: unknown type name '__uint128_t' typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit ^ PR: 220403 Reported by: dewayne@heuristicsystems.com.au Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11436 MFH: 2017Q3 Changes: head/security/testssl.sh/Makefile A commit references this bug: Author: tobik Date: Thu Jul 6 05:34:14 UTC 2017 New revision: 445128 URL: https://svnweb.freebsd.org/changeset/ports/445128 Log: MFH: r445053 Only use enable-ec_nistp_64_gcc_128 on amd64 since it requires a 64-bit little-endian architecture and fix the build on !amd64 ecp_nistp224.c:43:9: error: unknown type name '__uint128_t' typedef __uint128_t uint128_t; /* nonstandard; implemented by gcc on 64-bit ^ PR: 220403 Reported by: dewayne@heuristicsystems.com.au Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D11436 Approved by: ports-secteam (blanket) Changes: _U branches/2017Q3/ branches/2017Q3/security/testssl.sh/Makefile |