"./waf configure" fails with waf 1.5.5

Bug #370490 reported by Anderson Lizardo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyBindGen
Invalid
Undecided
Unassigned

Bug Description

I get the following when using waf 1.5.5 on the trunk code:

$ ./waf configure
ERROR:root: error: No module named cflags

Using the waf script from the 0.10.0 release also didn't help, I then get:

$ ./waf configure
Traceback (most recent call last):
  File "./waf", line 141, in <module>
    Scripting.prepare()
  File "/home/andgomes/workspace/indt/shiboken/pybindgen-lizardo.bzr/.waf-1.4.2-3763fc27d246e2cda712fb7d58da995a/wafadmin/Scripting.py", line 168, in prepare
    Utils.set_main_module(os.path.join(candidate,WSCRIPT_FILE))
  File "/home/andgomes/workspace/indt/shiboken/pybindgen-lizardo.bzr/.waf-1.4.2-3763fc27d246e2cda712fb7d58da995a/wafadmin/Utils.py", line 102, in set_main_module
    g_module=load_module(file_path,'wscript_main')
  File "/home/andgomes/workspace/indt/shiboken/pybindgen-lizardo.bzr/.waf-1.4.2-3763fc27d246e2cda712fb7d58da995a/wafadmin/Utils.py", line 95, in load_module
    exec file in module.__dict__
  File "/home/andgomes/workspace/indt/shiboken/pybindgen-lizardo.bzr/wscript", line 10, in <module>
    import Logs
ImportError: No module named Logs

Revision history for this message
Gustavo Carneiro (gjc) wrote :

pybindgen is using a "enhanced" waf branch, not standard waf, check the HACKING file for more information.

Changed in pybindgen:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.