[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#599814: qt4-x11-4.4.3 fails to create packages on debian/lenny using debian/rules binary



Package: qt4-x11
Version: 4.4.3
Severity: important
Justification: fails to build from source

On a fresh install of debian/lenny,
TEMP="/opt/local/src/LIBQT"
if [ -d "${TEMP}" ]; then
    (cd ${TEMP}; if [ -d  qt4-x11-4.4.3 ];then rm -fr qt4-x11-4.4.3; fi)
    (cd ${TEMP}; apt-get update )
    (cd ${TEMP}; apt-get install -y build-essential )
    (cd ${TEMP}; apt-get build-dep -y libqt4-gui )
    (cd ${TEMP}; apt-get source -y    libqt4-gui )
    (cd ${TEMP}/qt4-x11-4.4.3; debian/rules binary)
    ########################################
    # Not running debian/rules config status
    # Results in:
    #   make[1]: Entering directory `/opt/local/src/LIBQT/qt4-x11-4.4.3'
    #   make[1]: *** No rule to make target `sub-src'.  Stop.
    #   make[1]: Leaving directory `/opt/local/src/LIBQT/qt4-x11-4.4.3'
    #   make: *** [debian/stamp-makefile-build] Error 2
    #   ls: cannot access /opt/local/src/LIBQT/*.deb: No such file or directory
    ########################################

    # googling seemed to indicate configure needed to be run, looking
    # in debian/rules showed that debian/rules config.status should run it
    (cd ${TEMP}/qt4-x11-4.4.3; debian/rules config.status)
    ########################################
    # Results in:
    # make[1]: Leaving directory `/opt/local/src/LIBQT/qt4-x11-4.4.3/qmake'
    # InterBase support cannot be enabled due to functionality tests!
    # Turn on verbose messaging (-v) to ./configure to see the final report.
    # If you believe this message is in error you may use the continue
    # switch (-continue) to ./configure to continue.
    # make: *** [config.status] Error 101
    ########################################

    # Cannot proceeed past this point...
    exit 0;
fi

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-bpo.4-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



Reply to: