On 11/26/2014 03:57 PM, Diego Elio Pettenò wrote: >> >> And with the command set to ${ROOT}bin/ping, building for a Gentoo >> system under another root should work, right? > > No, $ROOT should not seep into the compiled code. >
Ah, I think I see my mistake: when running *within* a chroot, you don't want ${ROOT}bin/ping, instead you want just /bin/ping. Likewise for prefix I'd want ${EPREFIX}/bin/ping instead of ${EROOT}bin/ping? As long as the test suite remains disabled, it shouldn't be a problem to set them to the values needed at runtime. Thank you both.