Bug#540133: Ignores user-supplied CXX=g++-4.4.

Trent W. Buck trentbuck at gmail.com
Thu Aug 6 02:58:03 UTC 2009


Package: libwebkit-1.0-2
Version: 1.1.12-1
Severity: minor

In debian/rules, the build-stamp target has a line

        cd build && \
        CFLAGS="$(CFLAGS)" \
        CXXFLAGS="$(CFLAGS)" \
        CC="gcc -Wl,--as-needed" \
        CXX="g++ -Wl,--as-needed" \
        [...]

This line ignores user-supplied CC and CXX variables, and forces the
build to be done with g++.  This means for example one cannot say

    CC=gcc-4.4 CXX=g++-4.4 debuild -e CC -e CXX

To force building with g++-4.4 on a system where g++ is g++-4.3.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwebkit-1.0-2 depends on:
ii  libatk1.0-0                 1.26.0-1     The ATK accessibility toolkit
ii  libc6                       2.9-12       GNU C Library: Shared libraries
ii  libcairo2                   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libenchant1c2a              1.4.2-3.3    a wrapper library for various spel
ii  libgail18                   2.16.1-2     GNOME Accessibility Implementation
ii  libgcc1                     1:4.4.0-5    GCC support library
ii  libglib2.0-0                2.20.1-2     The GLib library of C routines
ii  libgtk-directfb-2.0-0       2.16.1-2     The GTK+ graphical user interface 
ii  libgtk2.0-0                 2.16.1-2     The GTK+ graphical user interface 
ii  libicu40                    4.0.1-3      International Components for Unico
ii  libjpeg62                   6b-14        The Independent JPEG Group's JPEG 
ii  libpango1.0-0               1.24.0-3+b1  Layout and rendering of internatio
ii  libpng12-0                  1.2.38-1     PNG library - runtime
ii  libsoup2.4-1                2.26.2-1     an HTTP library implementation in 
ii  libsqlite3-0                3.6.16-1     SQLite 3 shared library
ii  libstdc++6                  4.4.0-5      The GNU Standard C++ Library v3
ii  libwebkit-1.0-common        1.1.12-1.1   Web content engine library for Gtk
ii  libxml2                     2.7.3.dfsg-2 GNOME XML library

libwebkit-1.0-2 recommends no packages.

libwebkit-1.0-2 suggests no packages.

-- no debconf information





More information about the Pkg-webkit-maintainers mailing list