Jim Cromie
Jim Cromie
On Fri, Nov 17, 2023 at 8:49 AM Andrea Righi ***@***.***> wrote: > > @jimc all of this should be already fixed in virtme-ng (virtme is not maintained anymore and...
these extra args do it for me. alias vrun_d="vrun_ -a nokaslr -o=-S -o=-s "
hey, it seems from your investigations, youre willing to hack some. vng uses qemu to run the kernel in a vm, the "--kdir ./" arg to it makes module-loading path...
its getting better: Version: v1.33-33-g5893a4b-dirty [jimc@gandalf virtme-ng]$ ./virtme/guest/bin/virtme-ng-init virtme-ng-init: must be run as PID 1 virtme-ng-init: Build Information: virtme-ng-init: Package Name: virtme-ng-init virtme-ng-init: Package Version: 0.1.0 virtme-ng-init: Manifest Directory: /home/jimc/projects/virtme-ng/virtme_ng_init...
patchset sent does this: [jimc@gandalf virtme-ng]$ ./virtme/guest/bin/virtme-ng-init virtme-ng-init: must be run as PID 1 virtme-ng-init: Build Information: virtme-ng-init: Package Name: virtme-ng-init virtme-ng-init: Package Version: 1.33+33.g5893a4b.dirty virtme-ng-init: Manifest Directory: /home/jimc/projects/virtme-ng/virtme_ng_init and...
ok. this is probably no go. setyp.py writes version.rs into the subdir. so its a build artifact. but then its not in the repo for clean builds everwhere.
So it appears that setup.py is not run 1st as part of CI it writes the target/version.rs file, which must be there for the compile to succeed. Can someone conjure...
can we depend upon package variables ? ``` use std::env; use std::fs; use std::path::Path; fn main() { // This is a simplified example - you'd need a robust way //...
On Mon, Apr 7, 2025 at 10:42 AM Matthieu Baerts ***@***.***> wrote: > ***@***.**** requested changes on this pull request. > ------------------------------ > > In setup.py > : > >...
I need to clarify. I have 2 boxes, laptop needs the non-static patch desktop does not. It does however exhibit other problems. I'll message them separately, from that box. on...