Package: grip
Version: 3.3.1-4
Severity: important
Justification: fails to build from source


The cdda tests in grip's configure script fail because cdda_paranoia.h
won't compile unless cdda_interface.h has already been #included.  The
fix isn't desperately difficult - replace the original check line:

  AC_CHECK_HEADERS(cdda_interface.h cdda_paranoia.h)

.. with something like this:

  AC_CHECK_HEADERS(cdda_interface.h)
  AC_CHECK_HEADERS([cdda_paranoia.h], [], [], [#if HAVE_CDDA_INTERFACE_H
#include <cdda_interface.h>
#endif ])

.. I expect that it's probably necessary to do the same thing for the
cdda/cdda_* test as well, but my cdda headers are in /usr/include so
that's not tickled on my box.

Conrad

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages grip depends on:
ii  libart-2.0-2              2.3.17-1       Library of functions for 2D graphi
ii  libatk1.0-0               1.10.1-2       The ATK accessibility toolkit
ii  libaudiofile0             0.2.6-6        Open-source version of SGI's audio
ii  libbonobo2-0              2.10.0-1       Bonobo CORBA interfaces library
ii  libbonoboui2-0            2.10.0-1       The Bonobo UI library
ii  libc6                     2.3.5-4        GNU C Library: Shared libraries an
ii  libcdparanoia0            3a9.8-11       Shared libraries for cdparanoia (r
ii  libcurl3                  7.14.0-5       Multi-protocol file transfer libra
ii  libesd-alsa0 [libesd0]    0.2.36-1       Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1            2.3.2-1        generic font configuration library
ii  libfreetype6              2.1.10-1       FreeType 2 font engine, shared lib
ii  libgcc1                   1:4.0.1-6      GCC support library
ii  libgconf2-4               2.10.1-1       GNOME configuration database syste
ii  libgcrypt11               1.2.1-4        LGPL Crypto library - runtime libr
ii  libglib2.0-0              2.8.0-1        The GLib library of C routines
ii  libgnome-keyring0         0.4.3-1        GNOME keyring services library
ii  libgnome2-0               2.10.1-1       The GNOME 2 library - runtime file
ii  libgnomecanvas2-0         2.10.2-2       A powerful object-oriented display
ii  libgnomeui-0              2.10.1-1       The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.10.1-5       The GNOME virtual file-system libr
ii  libgnutls11               1.0.16-13.1    GNU TLS library - runtime library
ii  libgpg-error0             1.1-4          library for common error values an
ii  libgtk2.0-0               2.6.9-1        The GTK+ graphical user interface 
ii  libice6                   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libid3-3.8.3c2            3.8.3-4.2      Library for manipulating ID3v1 and
ii  libidn11                  0.5.18-1       GNU libidn library, implementation
ii  libjpeg62                 6b-10          The Independent JPEG Group's JPEG 
ii  libncurses5               5.4-9          Shared libraries for terminal hand
ii  liborbit2                 1:2.12.2-3     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.8.2-1        Layout and rendering of internatio
ii  libpopt0                  1.7-5          lib for parsing cmdline parameters
ii  libsm6                    6.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++6                4.0.1-6        The GNU Standard C++ Library v3
ii  libtasn1-2                0.2.13-1       Manage ASN.1 structures (runtime)
ii  libvte4                   1:0.11.13-4    Terminal emulator widget for GTK+ 
ii  libx11-6                  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxft2                   2.1.7-1        FreeType-based font drawing librar
ii  libxml2                   2.6.20-1       GNOME XML library
ii  libxrender1               1:0.9.0-2      X Rendering Extension client libra
ii  xlibs                     6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g                    1:1.2.3-3      compression library - runtime

Versions of packages grip recommends:
ii  vorbis-tools                  1.0.1-1.4  Several Ogg Vorbis Tools

-- no debconf information


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

Reply via email to