apteryks

Results 426 comments of apteryks

It'd be nice if the log files were not installed (copied to the VENDOR_GEM directory) by `gem install` in the first place, since they are mostly useful to debug the...

Currently distributions with a focus on reproducibility like Guix System are left to delete these files themselves, which feels like a workaround.

A workaround is to remove the `@SINSP_PKG_CONFIG_INCLUDES@` template variable from the `userspace/libsinsp/libsinsp.pc.in` source file before configuration.

I think that had gotten taken care of by some related work that has now been merged.

I've used this successfully to build `bsnes-jg` (with a PR of its own to support that coming).

See https://gitlab.com/jgemu/bsnes/-/merge_requests/429 for an example of how this can be used.

Here's what the latest revision produces on my side: ``` $ make -j$(nproc) CC=gcc NATIVE_CC=gcc FREEDESKTOP=1 LIBRARY=shared install PREFIX=$PWD/install [...] $ find install/ install/ install/share install/share/sameboy install/share/sameboy/Shaders install/share/sameboy/Shaders/AAOmniScaleLegacy.fsh install/share/sameboy/Shaders/AAScale2x.fsh install/share/sameboy/Shaders/AAScale4x.fsh...

Yay! I'm glad about the outcome :-). Thanks everyone!