[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: coreutils-8.27 released [stable]
From: |
Pádraig Brady |
Subject: |
Re: coreutils-8.27 released [stable] |
Date: |
Sun, 18 Jun 2017 13:55:30 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 18/06/17 13:20, Michael Felt wrote:
> On 27/05/2017 12:39, Pádraig Brady wrote:
>> On 25/05/17 02:58, Michael Felt wrote:
>>> file config.h contains an incorrect file suffix
>> The reason for that error is because your compiler is not
>> recognizing the -include option and thus interpreting the
>> file as a file to compile.
>>
>> Now I added the -include option when compiling b2sum
>> in v8.26 as I thought it was standard
>> (and I checked solaris cc, gcc, clang, icc).
>> I see that xlc may support this option if invoked as gxlc ?
>> Also you could change the -include in src/local.mk to -qinclude
> With -qinclude=config.h it seems to be getting further. Now it stops with
>
> + make > .buildaix/make.out
> "../src/coreutils-8.27/lib/euidaccess.c", line 84.19: 1506-280 (W)
> Function argument assignment between types "char*" and "const char*" is
> not allowed.
> ld: 0711-317 ERROR: Undefined symbol: .renameat
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> make: 1254-004 The error code from the last command is 8.
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> make: 1254-004 The error code from the last command is 2.
>
> Stop.
> make returned an error
>
> Will look another time into missing "renameat"
See http://bugs.gnu.org/26044
cheers,
Pádraig
- Re: coreutils-8.27 released [stable],
Pádraig Brady <=