[PLD 3.x (Th): Bug 57] New: bakefile runtime errors.

btsadmin at pld-linux.org btsadmin at pld-linux.org
Fri Oct 12 01:37:48 CEST 2007


http://bugs.pld-linux.org/show_bug.cgi?id=57

           Summary: bakefile runtime errors.
           Product: PLD 3.x (Th)
           Version: unspecified
          Platform: x86_64
        OS/Version: PLD Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: bugs at pld-linux.org
        ReportedBy: pluto at agmk.net
   Estimated Hours: 0.0


pld's bakefile is totally broken.

1).
`bakefile -f gnu -o makefile hello.bkl` produces:

"
Usage: bakefile [options] inputfile.bkl
bakefile: error: unknown format 'gnu'
available formats are:
"

strace shows that bakefile is trying to open
/usr/lib64/rules/FORMATS.bkmanifest instead of packaged
/usr/share/bakefile/rules/FORMATS.bkmanifest.

2).
`bakefile -I /usr/share/bakefile/rules -f gnu -o makefile hello.bkl`
can't find includes specified in .bkl file:

"
error: can't find file 'presets/simple.bkl' in
/home/users/pluto/src/bug:
/usr/lib64/rules:
/usr/lib64/output:
/usr/lib64:
/usr/share/bakefile/rules
"

3).
`bakefile -I /usr/share/bakefile/rules -I /usr/share/bakefile/
  -f gnu -o makefile hello.bkl` fails to load python empy module:

(btw. empy-3.3-3.noarch is installed).

"
Traceback (most recent call last):
  File "/usr/bin/bakefile", line 197, in <module>
    run(sys.argv[1:])
  File "/usr/bin/bakefile", line 176, in run
    if not writer.write():
  File "/usr/lib64/bakefile/writer.py", line 268, in write
  File "/usr/lib64/bakefile/writer.py", line 243, in invoke
  File "/usr/lib64/bakefile/writer.py", line 201, in invoke_em
ImportError: No module named empy
"

could any python guru looks at this? thx.


-- 
Configure bugmail: http://bugs.pld-linux.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.


More information about the pld-bugs mailing list