Robert Clausecker
Robert Clausecker
Well, okay, that's interesting. Let me debug further.
The same issue appears with ceres 2.2-rc1. Is a fix planned?
This problem affects FreeBSD where the interface to access the ELF aux vectors is slightly different (use function `elf_aux_info`, vectors are of type `unsigned long`).
Please submit a bug report on [bugzilla](https://bugs.freebsd.org/) for this one. Many FreeBSD developers don't use github and pull requests are not the official process for contributing (though they are some...
@PhilZ-cwm6 The restrictions on file names on POSIX systems is that they must be nonempty and may not contain NUL bytes or the slash character. Any other file name is...
Sorry, I'm dealing with about 100 of these bug reports right now and do not have the capacity to open any PRs.
For the port to build on riscv64 FreeBSD, a bump to `v0.5.0` is now necessary.
Fixed in https://github.com/freebsd/freebsd-ports/commit/75d814716539317715472ded1bb11b3c6ccb72bc.
Hi, I'm asking you to bump the version of a dependency, not of the Go toolchain itself. The most recent version of `golang.org/x/sys` requires Go 1.17 to build. That supports...
Please note that this update is also needed for other projects of yours, such as csvtk. I additionally found a portability issue in your fork of the pospop routines, which...