Robert Clausecker

Results 128 comments of Robert Clausecker

I'll do some analysis and let you know what I find.

The tests seem to fail only if I build them using the FreeBSD ports infrastructure. If I build the project naturally, it builds fine. Here is a sample compiler invocation;...

It could be, but I'm not sure what it is. I'll investigate further and will let you know if I find anything.

More failures: [LastTest.log](https://github.com/user-attachments/files/18238411/LastTest.log). I found that the errors reproduce when I build manually, but only if I compile with `-fstack-protector-strong -fno-strict-aliasing` as is the case in the ports tree. Seems...

The `reinterpret_cast` is technically a strict-aliasing violation, it would be correct to instead cast the dereferenced values. Note that we test with clang on FreeBSD. Does your CI run clang,...

Thank you for attempting to reproduce this. FreeBSD runs fine on Raspbbery Pi 4, if you have one. You can set up an armv7 jail on an aarch64 host to...

Removing the casts has no effect on the test failures.

@pauldreik I've installed llvm-devel-20.0.d20241015 of 2024-10-15. If this is not recent enough, I have started to compile one of 2024-12-15.

Currently fixing some bugs with the patch set. The Tv field in Utmpx should be a Timeval (which is a structure), but it's an uint64 in all the files for...

Also note that the utmp structure no longer exists, it appears to be a legacy of FreeBSD 9.