IRC channel logs
2019-11-21.log
back to list of logs
<stikonas>can I force guix to rebuild non public package? in particular jamvm-1-bootstrap I want to check build log to see if one precompiled zip ends up installed or is regenerated <stikonas>oh, I think I'm correct, there is a blob in guix java bootstrap path <oriansj>stikonas: well that would be a serious problem; <oriansj>stikonas: please provide specific details and rekado_ please validate if the jamvm-1-bootstrap does in fact use a generated binary <stikonas>oriansj: well, sha256sum matches my theory that precompiled binary is used. The good news is that simply removing it before building forces build system to recompile it (the resulting file is then ~500 bytes larger) <stikonas>at the moment sha256sum in /gnu/store matches sha256sum of zip of .class files in jamvm-1.5.1 tarball <stikonas>I actually have some patch that I'm trying to test... But it's a bit slow since I'm still quite new to guix <stikonas>I was trying to do "git pull --url --branch" while pointing to my own repo but that takes ages <stikonas>(I'll submit it properly to guix-patches once I'm able to test it)