[Starlingx-discuss] Python 3 Error in python 2.7 env when building iso
Hi Folks: According to the Build Guide for stx.2019.05, there is an error found in the building container, /usr/lib/python2.7/site-packages/mockbuild/package_manager.py Line 162 will interrupt buiding Process By throwing out an FileNotFoundError. While, FileNotFoundError is an Python3 built-in error, not in python2.7. Just reporting to the community.
Hi, If memory serves me correctly, that's a version of mock that does not properly report python3 as a requirement. A month ago I fixed this on my build host by downgrading mock to a version that was not broken. Google search is agreeing with my memory: https://bugzilla.redhat.com/show_bug.cgi?id=1696234 https://bugzilla.redhat.com/show_bug.cgi?id=1686107 M On Sun, 2019-04-28 at 02:11 +0000, Song Gao song (高松) wrote:
Hi Folks: According to the Build Guide for stx.2019.05, there is an error found in the building container, /usr/lib/python2.7/site-packages/mockbuild/package_manager.py Line 162 will interrupt buiding Process By throwing out an FileNotFoundError. While, FileNotFoundError is an Python3 built-in error, not in python2.7. Just reporting to the community. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
participants (2)
-
Michel Thebeau
-
Song Gao song (高松)