Opened 15 years ago

Closed 15 years ago

#1879 closed patch (fixed)

debian build-depends missing pyqt4-dev-tools

Reported by: hamish Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.2.0
Component: Build/Install Version: Trunk
Keywords: debian Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Lenny amd64 Awaiting user input: no

Description

Hi,

A fresh checkout of svn trunk fails to build on Debian due to a missing build-depends on the pyqt4-dev-tools package.

$ debuild binary
...
-- Looking for openpty - found
-- Found PythonLibs: /usr/lib/python2.5/config/libpython2.5.so
-- Found PythonInterp: /usr/bin/python2.5
ERRORpyuic4 is required
-- Python libraries found
-- Python bindings enabled
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
...
[ 96%] Generating ui_qgsplugininstallerbase.py
/bin/sh: PYUIC4_PROGRAM-NOTFOUND: command not found
make[3]: *** [python/plugins/plugin_installer/ui_qgsplugininstallerbase.py] Error 127
...

the attached patch vs. svn trunk adds that & then it builds ok.

thanks, Hamish

Attachments (1)

deb_control_pyqt4-dev-tools.diff (1.4 KB ) - added by hamish 15 years ago.
patch to add pyqt4-dev-tools to debian build-depends

Download all attachments as: .zip

Change History (2)

by hamish, 15 years ago

patch to add pyqt4-dev-tools to debian build-depends

comment:1 by jef, 15 years ago

Resolution: fixed
Status: newclosed

applied in r11422

Note: See TracTickets for help on using tickets.