On 5/17/20 5:07 PM, Globe Trotter via devel wrote:
Thanks! Adding "--releasever=32" to the command addresses that problem.

Btw, how do I get around a disk requirement? What causes an error like this?

Error Summary
-------------
Disk Requirements:
    At least 137MB more space needed on the / filesystem.

During build or install? You're using /tmp for the tmpdir which is a very risky thing. By default, /tmp is a tmpfs, so any space used there comes out of RAM. If you put too much in there, it will cause you some difficulty.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to