Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Apr 2017 04:26:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 214864] [exp-run] test build with lld as /usr/bin/ld
Message-ID:  <bug-214864-13-Oe2ojABZeG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214864-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214864-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214864

Mark Millard <markmi@dsl-only.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markmi@dsl-only.net

--- Comment #15 from Mark Millard <markmi@dsl-only.net> ---
(In reply to Ed Maste from comment #10)

In doing an experiment I ran into gcc6-aux's
problem: It is not set up for head's -r312934
having:

Replace uses of the GCC __nonnull__ attribute with the clang nullability
qualifiers [and its use via __nonnull(?)] . . .

at least as far as the:

bootstrap/lib/gcc/*freebsd12.0/6.3.1/include=3Dfixed/stdlibb.h

goes. Detail as of /usr/ports -r438141:
(I was using an arm64 context.)

configure:5452: checking size of long long
. . .
In file included from conftest.c:71:0:
/usr/obj/portswork/usr/ports/lang/gcc6-aux/work/bootstrap/lib/gcc/aarch64-a=
ux-freebsd12.0/6.3.1/include-fixed/stdlib.h:
In function 'posix_memalign':
/usr/obj/portswork/usr/ports/lang/gcc6-aux/work/bootstrap/lib/gcc/aarch64-a=
ux-freebsd12.0/6.3.1/include-fixed/stdlib.h:192:46:
error: expected declaration specifiers before '__nonnull'
int  posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
                                             ^~~~~~~~~

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214864-13-Oe2ojABZeG>