py-compile error on building

Asked by Edmundo Álvarez

Hello,

I've uploaded a source package to my PPA and it fails on building. The error message is:

/bin/bash: line 18: ../../../py-compile: Permission denied

I've built the binary package in my system successfully, so I don't know what is the problem. Can you help me trying to guess what happened, please?

You can find the complete build log here: http://launchpadlibrarian.net/60475966/buildlog_ubuntu-karmic-i386.detras_0.4.2-1ppa1_FAILEDTOBUILD.txt.gz

Thank you in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Julian Edwards
Solved:
Last query:
Last reply:
Revision history for this message
Best Julian Edwards (julian-edwards) said :
#1

It's a bug in your package, you're probably not compiling it in an environment as clean as the PPA one is.

When you are building it locally are you using pbuilder?

Revision history for this message
Edmundo Álvarez (edmundoa) said :
#2

No, I'm not using pbuilder to build packages. I'll give it a try to check what's going on.

Thank you.

Revision history for this message
Edmundo Álvarez (edmundoa) said :
#3

Thanks Julian Edwards, that solved my question.