Deleting the temp folder in contrib got me some better messages
me2@mistcutter:~/genode$ ./tool/ports/prepare_port dde_rump
dde_rump download https://github.com/ssumpf/rump.git
dde_rump git Cloning into 'src/lib/dde_rump'...
dde_rump update src/lib/dde_rump
dde_rump download https://github.com/justincormack/netbsd-src
dde_rump git Cloning into '/tmp/tmp.CefAXl2tsF'...
dde_rump git fatal: cannot change to 'https://github.com/justincormack/netbsd-src': No such file or directory
dde_rump git error: failed to initialize sparse-checkout
fatal: not a git repository: '.git'
mv: cannot stat '/tmp/tmp.CefAXl2tsF/src/sys/arch/*': No such file or directory
dde_rump download https://github.com/justincormack/netbsd-src
dde_rump git Cloning into '/tmp/tmp.hAB5S1MuA3'...
dde_rump git fatal: cannot change to 'https://github.com/justincormack/netbsd-src': No such file or directory
dde_rump git error: failed to initialize sparse-checkout
fatal: not a git repository: '.git'
mv: cannot stat '/tmp/tmp.hAB5S1MuA3/src/common/lib/libc/arch/aarch64/atomic/*': No such file or directory
dde_rump download https://github.com/justincormack/netbsd-src
dde_rump git Cloning into '/tmp/tmp.6Jf7XsumXN'...
dde_rump git fatal: cannot change to 'https://github.com/justincormack/netbsd-src': No such file or directory
dde_rump git error: failed to initialize sparse-checkout
fatal: not a git repository: '.git'
mv: cannot stat '/tmp/tmp.6Jf7XsumXN/src/common/lib/libc/arch/riscv/atomic/*': No such file or directory
dde_rump apply patches/rump.patch
dde_rump apply patches/aarch64.patch
The text leading up to this was:
--------------------------
|diff --git a/arm/arm32/kobj_machdep.c b/arm/arm32/kobj_machdep.c
|index 6fc772f..146f580 100644
|--- src/lib/dde_rump_backport/arm/arm32/kobj_machdep.c
|+++ src/lib/dde_rump_backport/arm/arm32/kobj_machdep.c
--------------------------
File to patch:
I’ve tried adding .git to the end in repos/dde_rump/ports/dde_rump.port , but it didn’t seem to help.
Lunch break is over but I’ll let you know if I get anywhere further