• Bug#266284: camstream: FTBFS: No rule to make target `all'

    From Roland Stigge@1:229/2 to All on Tue Aug 17 14:00:17 2004
    From: [email protected]

    Package: camstream
    Version: 0.26.3-6
    Severity: serious

    Hi,

    trying to build the package in a clean environment (pbuilder chroot), I got:

    ============================================================================= [...]
    make[1]: Entering directory `/tmp/buildd/camstream-0.26.3'
    make[2]: Entering directory `/tmp/buildd/camstream-0.26.3/lib/ccvt'
    gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_
    STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -Wall -g -O3 -c -o ccvt_
    c2.o ccvt_c2.c
    gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_
    STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -Wall -g -O3 -c -o ccvt_
    misc.o ccvt_misc.c
    ar rcv libccvt.a ccvt_c2.o ccvt_misc.o
    a - ccvt_c2.o
    a - ccvt_misc.o
    ranlib libccvt.a
    make[2]: Leaving directory `/tmp/buildd/camstream-0.26.3/lib/ccvt'
    make[2]: Entering directory `/tmp/buildd/camstream-0.26.3/camstream'
    make[2]: *** No rule to make target `all'. Stop.
    make[2]: Leaving directory `/tmp/buildd/camstream-0.26.3/camstream'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/tmp/buildd/camstream-0.26.3'
    make: *** [build-stamp] Error 2 =============================================================================

    Thanks for considering.

    bye,
    Roland


    -- System Information:
    Debian Release: 3.1
    APT prefers unstable
    APT policy: (500, 'unstable')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7
    Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to en_GB.UTF-8)


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Aurelien Jarno@1:229/2 to Roland Stigge on Tue Aug 17 15:00:14 2004
    From: [email protected]

    On Tue, Aug 17, 2004 at 01:35:40PM +0200, Roland Stigge wrote:
    Package: camstream
    Version: 0.26.3-6
    Severity: serious

    Hi,

    trying to build the package in a clean environment (pbuilder chroot), I got:

    ============================================================================= [...]
    make[1]: Entering directory `/tmp/buildd/camstream-0.26.3'
    make[2]: Entering directory `/tmp/buildd/camstream-0.26.3/lib/ccvt'
    gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_
    STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -Wall -g -O3 -c -o ccvt_
    c2.o ccvt_c2.c
    gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_
    STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -Wall -g -O3 -c -o ccvt_
    misc.o ccvt_misc.c
    ar rcv libccvt.a ccvt_c2.o ccvt_misc.o
    a - ccvt_c2.o
    a - ccvt_misc.o
    ranlib libccvt.a
    make[2]: Leaving directory `/tmp/buildd/camstream-0.26.3/lib/ccvt'
    make[2]: Entering directory `/tmp/buildd/camstream-0.26.3/camstream'
    make[2]: *** No rule to make target `all'. Stop.
    make[2]: Leaving directory `/tmp/buildd/camstream-0.26.3/camstream'
    make[1]: *** [all] Error 2
    make[1]: Leaving directory `/tmp/buildd/camstream-0.26.3'
    make: *** [build-stamp] Error 2 =============================================================================

    Strange as it has already been built and installed by all buildd. Will
    see what I can do soon.

    --
    .''`. Aurelien Jarno GPG: 1024D/F1BCDB73
    : :' : Debian GNU/Linux developer | Electrical Engineer
    `. `' [email protected] | [email protected]
    `- people.debian.org/~aurel32 | www.aurel32.net


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Aurelien Jarno@1:229/2 to Roland Stigge on Tue Aug 17 15:30:14 2004
    From: [email protected]

    reassign libqt3c102-mt-dev
    thanks

    Hi

    On Tue, Aug 17, 2004 at 01:35:40PM +0200, Roland Stigge wrote:
    Package: camstream
    Version: 0.26.3-6
    Severity: serious

    Actually the problem is in libqt3c102-mt, there is broken symlinks in /usr/share/qt3/lib/ :
    libqt-mt.so -> ../../../lib/libqt-mt.so.3.3.2
    libqt-mt.so.3 -> ../../../lib/libqt-mt.so.3.3.2
    libqt-mt.so.3.3 -> ../../../lib/libqt-mt.so.3.3.2

    All of this symlinks should point to libqt-mt.so.3.3.3

    This bug is serious as it breaks some packages using Qt to be built
    correctly, when they need the QTDIR variable to be set.

    Bye,
    Aurelien

    --
    .''`. Aurelien Jarno GPG: 1024D/F1BCDB73
    : :' : Debian GNU/Linux developer | Electrical Engineer
    `. `' [email protected] | [email protected]
    `- people.debian.org/~aurel32 | www.aurel32.net


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Aurelien Jarno@1:229/2 to All on Tue Aug 17 15:40:14 2004
    From: [email protected]

    tag 266284 + patch
    thanks

    Patch to fix this bug is attached. Please fix it as soon as possible
    with urgency=high because it breaks some package to be built correclty.

    --
    .''`. Aurelien Jarno GPG: 1024D/F1BCDB73
    : :' : Debian GNU/Linux developer | Electrical Engineer
    `. `' [email protected] | [email protected]
    `- people.debian.org/~aurel32 | www.aurel32.net


    --
    To UNSUBSCRIBE, email to [email protected]
    with a subject of "unsubscribe". Trouble? Contact [email protected]

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From Aurelien Jarno@1:229/2 to All on Tue Aug 17 15:50:06 2004
    From: [email protected]

    And the patch forgotten in my previous email.


    --
    .''`. Aurelien Jarno GPG: 1024D/F1BCDB73
    : :' : Debian GNU/Linux developer | Electrical Engineer
    `. `' [email protected] | [email protected]
    `- people.debian.org/~aurel32 | www.aurel32.net

    diff -urN qt-x11-free-3.3.3.orig/debian/libqt3c102.links qt-x11-free-3.3.3/debian/libqt3c102.links
    --- qt-x11-free-3.3.3.orig/debian/libqt3c102.links 2004-08-17 15:05:51.000000000 +0200
    +++ qt-x11-free-3.3.3/debian/libqt3c102.links 2004-08-17 15:09:11.000000000 +0200
    @@ -1,2 +1,2 @@
    -/usr/lib/libqt.so.3.3.2 /usr/share/qt3/lib/libqt.so.3
    -/usr/lib/libqt.so.3.3.2 /usr/share/qt3/lib/libqt.so.3.3 +/usr/lib/libqt.so.3.3.3 /usr/share/qt3/lib/libqt.so.3
    +/usr/lib/libqt.so.3.3.3 /usr/share/qt3/lib/libqt.so.3.3
    diff -urN qt-x11-free-3.3.3.orig/debian/libqt3c102-mt.links qt-x11-free-3.3.3/debian/libqt3c102-mt.links
    --- qt-x11-free-3.3.3.orig/debian/libqt3c102-mt.links 2004-08-17 15:05:51.000000000 +0200
    +++ qt-x11-free-3.3.3/debian/libqt3c102-mt.links 2004-08-17 15:09:17.000000000 +0200
    @@ -1,5 +1,5 @@
    /usr/lib/libqui.so.1.0.0 /usr/lib/libqui.so.1
    /usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1
    /usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1.0 -/usr/lib/libqt-mt.so.3.3.2 /usr/share/qt3/lib/libqt-mt.so.3 -/usr/lib/libqt-mt.so.3.3.2 /usr/share/qt3/lib/libqt-mt.so.3.3
    +/usr/lib/libqt-