https://bugzilla.redhat.com/show_bug.cgi?id=1441828 --- Comment #14 from mgansser@xxxxxxxx <mgansser@xxxxxxxxx> --- I tried it again with diorite-0.3.4 and waf-1.9.10 on Fedora 25, but this fails again: installed diorite version: $ rpm -qa |grep diorite diorite-0.3.4-1.fc25.x86_64 diorite-devel-0.3.4-1.fc25.x86_64 I have already install waf-1.9.10 from koji, in the next days waf-1.9.10 will be in the fedora stable repo. $ waf --version waf 1.9.10 (c83e485d1682d6af8a632234d9cbbc18be7b490b) I compile nuvolaplayer with the following rpm spec file: https://martinkg.fedorapeople.org/Packages/nuvolaplayer/nuvolaplayer.spec this is the error message: $ rpmbuild -ba nuvolaplayer.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ke6XDi + umask 022 + cd /home/martin/rpmbuild/BUILD + cd /home/martin/rpmbuild/BUILD + rm -rf nuvolaplayer-3.1.3 + /usr/bin/gzip -dc /home/martin/rpmbuild/SOURCES/nuvolaplayer-3.1.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd nuvolaplayer-3.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm ./waf + rm -rf ./.waf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wGJ1dE + umask 022 + cd /home/martin/rpmbuild/BUILD + cd nuvolaplayer-3.1.3 + waf configure --prefix=/usr --libdir=/usr/lib64 Setting top to : /home/martin/rpmbuild/BUILD/nuvolaplayer-3.1.3 Setting out to : /home/martin/rpmbuild/BUILD/nuvolaplayer-3.1.3/build fatal: Not a git repository (or any of the parent directories): .git Version : 3.1.3 Upstream revision : unknown Install prefix : /usr Branding : default Branding metadata : branding/default.json Traceback (most recent call last): File "/usr/share/waf/waflib/Scripting.py", line 121, in waf_entry_point run_commands() File "/usr/share/waf/waflib/Scripting.py", line 182, in run_commands ctx=run_command(cmd_name) File "/usr/share/waf/waflib/Scripting.py", line 173, in run_command ctx.execute() File "/usr/share/waf/waflib/Configure.py", line 84, in execute super(ConfigurationContext,self).execute() File "/usr/share/waf/waflib/Context.py", line 87, in execute self.recurse([os.path.dirname(g_module.root_path)]) File "/usr/share/waf/waflib/Context.py", line 128, in recurse user_function(self) File "/home/martin/rpmbuild/BUILD/nuvolaplayer-3.1.3/wscript", line 192, in configure branding = loadjson(branding_json, False) File "/home/martin/rpmbuild/BUILD/nuvolaplayer-3.1.3/wscript", line 105, in loadjson except FileNotFoundError: NameError: global name 'FileNotFoundError' is not defined -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx