Hi

I install the latest qpid frpm git and qmf-gen is doing the following:

Traceback (most recent call last):
  File "/usr/bin/qmf-gen", line 59, in <module>
    gen         = Generator(outdir, templatedir)
  File "/usr/lib64/python2.7/site-packages/qmfgen/generate.py", line 288, in 
__init__
    self.input       = self.normalize (templateDir)
  File "/usr/lib64/python2.7/site-packages/qmfgen/generate.py", line 283, in 
normalize
    self.createPath (newpath)
  File "/usr/lib64/python2.7/site-packages/qmfgen/generate.py", line 279, in 
createPath
    os.mkdir (path)
OSError: [Errno 13] Permission denied: 
'/usr/lib64/python2.7/site-packages/qmfgen/templates'

It seems to be from:

   NO-JIRA - Makefile cleanup for wrapped bindings
   git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1127542 
13f79535-47bb-0310-9956-ffa450edef68

Make is installing the templates into qmfgen/ instead of qmfgen/templates/

I'll follow up with a patch to fix it.

-Angus


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to