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

Bug#599814: marked as done (qt4-x11-4.4.3 fails to create packages on debian/lenny using debian/rules binary)



Your message dated Fri, 21 Jun 2013 18:11:09 +0200
with message-id <14294926.PEXCjYQ1Az@adrien-portable2>
and subject line qt4-x11-4.4.3 fails to create packages on debian/lenny using debian/rules binary
has caused the Debian Bug report #599814,
regarding qt4-x11-4.4.3 fails to create packages on debian/lenny using debian/rules binary
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
599814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599814
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Hi, 

This bug has no answer since 2010, so I am closing it. If you feel it's wrong, please re-open it.

Regards,

Adrien

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: