[CentOS] hex editor for huge files

Tue Jul 14 05:33:14 UTC 2020
Simon Matter <simon.matter at invoca.ch>

> On 2020-07-13 15:01, hexpeek at hexpeek.com wrote:
>> On 2020-07-13 04:04, Simon Matter via CentOS wrote:
>>> BTW: I strongly suggest to change back the assignment of BINDIR in the
>>> Makefiles.
>>> ...
>>>
>>> Regards,
>>> Simon
>>
>> Thank you for bringing this to my attention. I apologize for any
>> inconvenience. I was under the impression make would terminate if a
>> command
>> failed, but it seems that is not true for variables set via a subshell.
>>
>> I will remove the dependency on realpath in the Makefiles and scripts,
>> and
>> implement a more robust cross-platform build solution when I get a
>> chance.
>> Again, thank you for testing this within the RPM framework.
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
>
> Simon, I made some adjustments to the Makefiles that should address
> this issue. I tested on a mostly vanilla CentOS 8.1 system. If you
> have any other issues, let me know.

Thanks, it's fine now. The problem was showing up on EL6 which lacks
realpath.

Simon