John Hein
John Hein
Obviously, pkg(8) should never be seg faulting. Analyzing the core dump may suggest where the problem is occurring. I don't know if the original reported problem here (in 2018) is...
See also this: https://bugzilla.mozilla.org/show_bug.cgi?id=1785285#c12 Per that discussion, this just looks like a buggy expectation in protobuf's source code. Not knowing the protobuf source, I do not yet have a suggested...
> I believe this is already fixed at head. Can you confirm? I believe that head has a change to address one of the alignment problems - specifically the one...
I had both -Dspidermonkey=true and -Dsm-scripting=true. But I tried your patch anyway. Same problem.
Here is the compiler invocation for common.c: cc -Isrc/elinks.p -Isrc -I../src -I. -I.. -I/usr/local/include -I/usr/local/include/nspr -I/usr/local/include/lua52 -I/usr/local/include/libxml++-5.0 -I/usr/local/include/libxml++-5.0/include -I/usr/local/include/libxml2 -fno-color-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 '-DGETTEXT_PACKAGE="elinks"' '-DBUILD_ID="-dirty"' -O2 -pipe -fstack-protector-strong -fno-strict-aliasing...
I tried clang10 and clang11 as well. Same results for common.c And for good measure gcc10 and gcc12. Same complaints, but they are warnings (unlike clang's treating them as errors)....
Here's a stack trace: 0: 0x12bc771 - ::fmt::h05146c7bfe21bbae 1: 0x12dc181 - core::fmt::write::h82d13afc417a9bde 2: 0x12b8f13 - std::io::Write::write_fmt::h395243169ed670f6 3: 0x12bd3ed - std::panicking::default_hook::{{closure}}::hee744f9a30e36987 4: 0x12bd03a - std::panicking::default_hook::h2fef865575c0dff6 5: 0x12bdb22 - std::panicking::rust_panic_with_hook::h91420ec0e36870a6 6: 0x12bd686...
@kiedtl - Sorry, I did not mean to close this after submitting the stack trace. Thanks for reopening it.
It would be good if 'openblas' support could be detected by default using the method that uses pkgconf (aka pkg-config). For example: % pkgconf --libs openblas -L/usr/local/lib -lopenblas
> * Fedora: `python-dotenv+cli` with command `dotenv` ([source](https://koji.fedoraproject.org/koji/rpminfo?rpmID=27590807)) Fedora: There is also a godotenv package (no conflict due to the name of the CLI tool being `bin/godotenv`). Fedora does not...