https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222641
Mikhail T. changed:
What|Removed |Added
CC||m...@aldan.algebra.com
--- Comment #2
For example,
/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/tmp/usr/include/stdio.h:449:47:
error: function definition is not allowed here
static __inline int __sputc(int _c, FILE *_p) {
for:
/*
* The __sfoo macros are here so that we can
* define function versions in the C library.
*/
[Quick top post:]
Reverting to -r326192 and rebuilding avoided the issue.
Prior notes:
On 2017-Nov-25, at 12:02 PM, Mark Millard wrote:
> For example,
>
> /usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/tmp/usr/include/stdio.h:449:47:
> error: function definition is not allowed here
>
Thank you for the report ...
On 11/25/17 15:15, Mark Millard wrote:
[Quick top post:]
Reverting to -r326192 and rebuilding avoided the issue.
Prior notes:
On 2017-Nov-25, at 12:02 PM, Mark Millard wrote:
For example,
/usr/obj/amd64_clang/amd64.amd64/usr/src/amd64.amd64/tmp/usr/include
On 11/25/17 15:28, Pedro Giffuni wrote:
...
I have seen problems on arm with zstd though.
For the record:
arm.armv6 buildworld failed, check _.arm.armv6.buildworld for details
===> lib/libzstd (all)
Assertion failed: (LiveCPSR && "CPSR liveness tracking is wrong!"),
function UpdateCPS
On 25 Nov 2017, at 22:10, Pedro Giffuni wrote:
>
> On 11/25/17 15:28, Pedro Giffuni wrote:
>>
>> ...
>>
>> I have seen problems on arm with zstd though.
>>
> For the record:
> arm.armv6 buildworld failed, check _.arm.armv6.buildworld for details
>
> ===> lib/libzstd (all)
> Assertion fail
===
Mark Millard
markmi at dsl-only.net
On 2017-Nov-25, at 1:10 PM, Pedro Giffuni wrote:
> On 11/25/17 15:28, Pedro Giffuni wrote:
>>
>> ...
>>
>> I have seen problems on arm with zstd though.
>>
> For the record:
> arm.armv6 buildworld failed, check _.arm.armv6.buildworld for details
>
[I just retried this old issue under -r326192 and
the problem still exists for an amd64 -> powerpc64
build via clang, WITH_LIB32= in use. This is a
devel/powerpc64-binutils context because
the system ld (and lld) are not sufficient.]
On 2017-Jul-26, at 3:06 AM, Mark Millard wrote:
> [ -r321493 i