IRC channel logs

2021-11-25.log

back to list of logs

<Pellescours>I may have found a reason for some symbols to be missing. In librumpuser, using the configure and the rumpuser_config.h file makes rumpuser not using symbols defined in netBSD only (like arc4random)
<Pellescours>damo22: to not have the build of rumpuser using sysroot you have to define RUMPRUN env var when building rumpuser
<Pellescours>damo22: I think I solved most of problem of undefined symbols during the linkage. I have 4 patches, if you want, I can send them to you.
<damo22>Pellescours: that would be great
<Pellescours>damo22: I sent patches to you, there is another that I didn’t send to you but it’s explained in the mail.
<Pellescours>I’m almost able to build hurd with rump. there is still some rumpns_pci symbols not defined.
<Pellescours>except the symbols comming from pci-userspace that are not found all is fine when building rump :)