Created
May 9, 2015 16:32
-
-
Save 666threesixes666/0d5f6d9434212b4fc1c6 to your computer and use it in GitHub Desktop.
system-config-firewall python 3 src compile freak out
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Making install in src | |
make[1]: Entering directory `/home/mkultra/Downloads/system-config-firewall-1.2.29/src' | |
make[2]: Entering directory `/home/mkultra/Downloads/system-config-firewall-1.2.29/src' | |
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin" | |
/usr/bin/install -c system-config-firewall-tui system-config-firewall '/usr/bin' | |
test -z "/usr/sbin" || /bin/mkdir -p "/usr/sbin" | |
/usr/bin/install -c lokkit '/usr/sbin' | |
install -d //usr/share/icons/hicolor | |
cp -fpR icons/* //usr/share/icons/hicolor | |
test -z "/usr/share/system-config-firewall" || /bin/mkdir -p "/usr/share/system-config-firewall" | |
/usr/bin/install -c -m 644 system-config-firewall.glade '/usr/share/system-config-firewall' | |
File "<string>", line 6 | |
print 'Byte-compiling python modules...' | |
^ | |
SyntaxError: invalid syntax | |
make[2]: *** [install-gladePYTHON] Error 1 | |
make[2]: Leaving directory `/home/mkultra/Downloads/system-config-firewall-1.2.29/src' | |
make[1]: *** [install-am] Error 2 | |
make[1]: Leaving directory `/home/mkultra/Downloads/system-config-firewall-1.2.29/src' | |
make: *** [install-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment