foundationdb
foundationdb copied to clipboard
CentOS 8 install of EL7 packages produces `tr` errors
Following advice from @alexmiller-apple, I'm installing the EL7 rpm on CentOS 8 using --nodeps to work around the inadvertent python dependency. This results in the following errors:
[root@host] # rpm -i --nodeps ./foundationdb*
tr: write error: Broken pipe
tr: write error
tr: write error: Broken pipe
tr: write error
[root@host] # echo $?
0
I don't get these on CentOS 7. I don't know if they're an issue or not.
It is possible this will be fixed by changes going into 6.2.20
6.2.20 did not fix this, no.