• Bug#265123: apt-watch links against libgtk-2 and libgtk-1.2

    From Michael Vogt@1:229/2 to All on Wed Aug 11 22:30:13 2004
    From: [email protected]

    This is a multi-part MIME message sent by reportbug.

    Package: apt-watch
    Version: 0.3.2-2
    Severity: normal
    Tags: patch

    apt-watch links against both libgtk1.2 and libgtk-x11-2.0.

    egon@sam:~$ ldd /usr/lib/apt-watch/apt-watch| grep libgtk
    libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x40300000)
    libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x408dd000)

    This is due a build-dependency on libgdk-pixbuf-dev which is actual
    the gtk1.2 version. The attached patch remove the check from
    configure.ac. It's not needed as the gdk-pixbuf stuff is part of
    libgtk2.0-0 now.

    thanks,
    Michael

    -- System Information:
    Debian Release: testing/unstable
    APT prefers unstable
    APT policy: (500, 'unstable'), (500, 'testing')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7
    Locale: LANG=C, LC_CTYPE=de_DE

    Versions of packages apt-watch depends on:
    ii apt [libapt-pkg-libc6.3-5 0.5.27 Advanced front-end for dpkg
    ii gconf2 2.6.2-1 GNOME configuration database syste ii libart-2.0-2 2.3.16-6 Library of functions for 2D graphi ii libatk1.0-0 1.6.1-2 The ATK accessibility toolkit
    ii libbonobo2-0 2.6.2-5 Bonobo CORBA interfaces library
    ii libbonoboui2-0 2.6.1-1 The Bonobo UI library
    ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5 client library to control the FAM ii libgcc1 1:3.4.1-4 GCC support library
    ii libgconf2-4 2.6.2-1 GNOME configuration database syste ii libgdk-pixbuf2 0.22.0-4 The GdkPixBuf image library, gtk+ ii libglade2-0 1:2.4.0-1 Library to load .glade files at ru ii libglib1.2 1.2.10-9 The GLib library of C routines
    ii libglib2.0-0 2.4.4-1 The GLib library of C routines
    ii libgnome2-0 2.6.1-8 The GNOME 2 library - runtime file ii libgnomecanvas2-0 2.6.1.1-2 A powerful object-oriented display ii libgnomeui-0 2.6.1.1-3 The GNOME 2 libraries (User Interf ii libgnomevfs2-0 2.6.1.1-5 The GNOME virtual file-system libr ii libgnomevfs2-common 2.6.1.1-5 The GNOME virtual file-system libr ii libgtk1.2 1.2.10-17 The GIMP Toolkit set of widgets fo ii libgtk2.0-0 2.4.4-2 The GTK+ graphical user interface ii libice6 4.3.0.dfsg.1-6 Inter-Client Exchange library
    ii liborbit2 1:2.10.2-1.1 libraries for ORBit2 - a CORBA ORB ii libpam0g 0.76-22 Pluggable Authentication Modules l ii libpanel-applet2-0 2.6.2-1 Library for GNOME 2 Panel applets ii libpango1.0-0 1.4.0-4 Layout and rendering of internatio ii libpopt0 1.7-4 lib for parsing cmdline parameters ii libsm6 4.3.0.dfsg.1-6 X Window System Session Management ii libstdc++5 1:3.3.4-5 The GNU Standard C++ Library v3
    ii libx11-6 4.3.0.dfsg.1-6 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-6 X Window System miscellaneous exte ii libxi6 4.3.0.dfsg.1-6 X Window System Input extension li ii libxml2 2.6.11-2 GNOME XML library
    ii xlibs 4.3.0.dfsg.1-6 X Window System client libraries m ii zlib1g 1:1.2.1.1-5 compression library - runtime

    -- no debconf information

    --- apt-watch-0.3.2.orig/configure.ac
    +++ apt-watch-0.3.2/configure.ac
    @@ -44,9 +44,6 @@
    build_gpanel=true,
    [AC_MSG_ERROR([libpanel-applet 2 required, not found.])] )

    -AC_LANG_PUSH(C)
    -AM_PATH_GDK_PIXBUF( , , [AC_MSG_ERROR([libgdk-pixbuf required, not found])]) -AC_LANG_POP(C)

    AM_GCONF_SOURCE_2

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)
  • From =?ISO-8859-1?Q?J=E9r=F4me?= Warnier@1:229/2 to All on Wed Aug 18 23:30:14 2004
    From: [email protected]

    When applying the patch don't forget to remove libgdk-pixbuf-dev from
    the build-dependencies line in debian/control.

    Regards
    --
    J�r�me Warnier
    Consultant
    BeezNest
    http://beeznest.net

    --- SoupGate-Win32 v1.05
    * Origin: you cannot sedate... all the things you hate (1:229/2)