Jerry James
Jerry James
I'm trying to build version 0.7.0 for Fedora. I'm seeing multiple test failures building on an x86_64 Fedora Rawhide machine, with OCaml 4.11.1 and gcc 10.2.1. In `tests/stdint_test.ml`, `pos_int` can...
The fix for CVE-2020-11105 in version 1.3.1 requires that `std::shared_ptr` be used, but at least one cereal consumer, e-antic, uses `boost::intrusive_ptr` instead. It might be possible to subclass OutputArchive to...
### Current Behavior I help maintain a NetworkX package for the Fedora Linux distribution. We like to run the tests when we build, to catch problems that might affect users....
I did a test build of Macaulay 1.20 for Fedora. The build failed here: ``` -- making example result files in ../../../usr-dist/common/share/doc/Macaulay2/CotangentSchubert/example-output/ -- making example results for "basisCoeffs" ulimit -c...
The agattr_label function is declared to return int, but it should return Agsym_t * instead. Also, the second parameter of agidnode and the fourth parameter of agidedge should have type...
I just got an email informing me that: A new version of "pynac" has been detected: "0.9.7" newer than "0.4.2", packaged as "pynac" This is wrong twice. First, it is...
**1.** License Name: BSD Checkmk **2.** Short identifier: BSD-Checkmk **3.** License Author or steward: Unknown **4.** Comments: This license does not match any currently on the list. The license text...
Fedora Rawhide currently has a prerelease of OCaml 4.11. Building ppxlib now fails like so: ``` File "src/gen/import.ml", line 14, characters 21-36: 14 | let lident x = mk (Longident.parse...
I am not certain that this is a hyperref bug. If you can determine that it is not, please let me know and I will file this bug elsewhere. I...
We've been seeing segfaults in Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1947285. An analysis of the bug is available at that URL. Briefly, `sel_buf` contains garbage bytes when the while loop is entered, and those...