Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue around python #1

Open
FabioLolix opened this issue Sep 21, 2024 · 0 comments
Open

Build issue around python #1

FabioLolix opened this issue Sep 21, 2024 · 0 comments

Comments

@FabioLolix
Copy link

Hello, I got this build error on Arch Linux, python is at v3.12.6, building from the latest commit of master branch

  GEN      zh_CN.gmo
  GEN      zh_HK.gmo
make[2]: Leaving directory '/build/qk-git/src/qk/po-gsv'
Making all in api
make[2]: Entering directory '/build/qk-git/src/qk/api'
  GEN      moo.xml.stamp
  GEN      gtk.xml.stamp
Traceback (most recent call last):
  File "/build/qk-git/src/qk/api/./parsedocs.py", line 9, in <module>
    from mdp.docparser import Parser
  File "/build/qk-git/src/qk/api/mdp/docparser.py", line 317
Traceback (most recent call last):
    print 'func.name:', func.name
  File "/build/qk-git/src/qk/api/./parsedocs.py", line 9, in <module>
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
    from mdp.docparser import Parser
  File "/build/qk-git/src/qk/api/mdp/docparser.py", line 317
    print 'func.name:', func.name
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
make[2]: *** [Makefile:871: moo.xml.stamp] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:888: gtk.xml.stamp] Error 1
make[2]: Leaving directory '/build/qk-git/src/qk/api'
make[1]: *** [Makefile:520: all-recursive] Error 1
make[1]: Leaving directory '/build/qk-git/src/qk'
make: *** [Makefile:452: all] Error 2
==> ERROR: A failure occurred in build().
checking for windres... no
checking for python2... no
checking for python2.7... no
checking for python2.6... no
checking for python2.5... no
checking for python2.4... no
checking for python2.3... no
checking for python2.2... no
checking for python2.1... no
checking for python2.0... no
checking for python... python
checking for pkg-config... /usr/bin/pkg-config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant