Just in case somebody else encounters this error, this is what I did to work around this problem on Fedora 19:
1. Install missing dependencies for rebuilding the
minetest package:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
2. Download the source RPM for the
minetest package:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
3. Rebuild the
minetest package from the source RPM file:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
$ rpmbuild --rebuild minetest-0.4.9-1.fc19.src.rpm
4. Remove the previously installed
minetest and
minetest-server packages:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
$ sudo yum remove minetest minetest-server
5. Install the newly built RPM packages:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
$ sudo yum localinstall ~/rpmbuild/RPMS/x86_64/minetest-*.rpm