apteryks
apteryks
> Can you rebase and trigger a rebuild? I expect we'd get more information after my changes to the makefiles. Done!
I'm rusty on the RetroArch build system, but perhaps it doesn't work for the Wii build because it's calling its Makefile directly instead of going through ./configure, which I think...
> I'm rusty on the RetroArch build system, but perhaps it doesn't work for the Wii build because it's calling its Makefile directly instead of going through ./configure, which I...
I've now successfully built sysdig against a shared library falcosecurity-libs distinct package with this series, on GNU Guix.
> It's an interesting PR and there's excellent work on the corrections for the generated pkgconfig files. I do believe that something else is desirable for the management of the...
> The "build-shared-libs-macos-amd64" job is failing because CFlags in libscap.pc no longer includes `-I/opt/homebrew/include`: > > ``` > In file included from /tmp/libs-test/include/falcosecurity/libsinsp/sinsp.h:45: > In file included from /tmp/libs-test/include/falcosecurity/libscap/scap.h:66: >...
> `test-scap-{amd64,arm64}` tests are failing with: > > > make[3]: *** No rule to make target 'protobuf-prefix/src/protobuf/target/lib/libprotobuf.a', needed by 'test/libscap/libscap_test'. Stop. > > Care to give it a look @Apteryks...
Lot's have changed (for the better it seems); there's less in this PR following a rebase. I've been conservative in my edits in the hope that even the most exotic...
> Lot's have changed (for the better it seems); there's less in this PR following a rebase. I've been conservative in my edits in the hope that even the most...
> Actually, the pkg-config files `Libs:` entries are back to contain a bit too much, which is correct for the static build case but leads to overlinking on GNU/Linux, which...