Can't build package. curl error.

Asked by Ivan Romanov

Hello I trying build my package https://launchpad.net/~drizt/+archive/test/+packages but get error.

    make[2]: Entering directory `/build/buildd/hdlab-xbmc-10.00~svn36-2/lib/addons/script.module.pil'
    curl -Ls --output Imaging-1.1.7.tar.gz http://www.effbot.org/downloads/Imaging-1.1.7.tar.gz
    make[2]: *** [Imaging-1.1.7.tar.gz] Error 6
    make[2]: Leaving directory `/build/buildd/hdlab-xbmc-10.00~svn36-2/lib/addons/script.module.pil'

When I build on the my machine with pbuilder it work properly.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Ivan Romanov
Solved:
Last query:
Last reply:
Revision history for this message
Max Bowsher (maxb) said :
#1

The package builder machines do not have internet access. This is a deliberate measure to ensure that all source needed to reproduce a build is contained within the source packages in the archive.

PIL (Python Imaging Library) is already packaged within Ubuntu as the 'python-imaging' package - you should adjust your package to depend upon the already packaged version, rather than embedding a copy itself.

Revision history for this message
Ivan Romanov (drizt) said :
#2

Thank you for your answer. I will fix my package.