Your message dated
with message-id <20100713181516.18563.69589.mass-bugs-cl...@merkel.debian.org>
and subject line libhid removed from Debian unstable
has caused the Debian Bug report #518049,
regarding libhid FTBFS because of missing ../libtool
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 ow...@bugs.debian.org
immediately.)
--
518049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518049
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libhid
Version: 0.2.15+20060325-2.2
Severity: serious
Tags: patch
Justification: no longer builds from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch
Hi,
libhid FTBFS because of a missing ../libtool:
make[3]: Entering directory `/build/buildd/libhid-0.2.15+20060325/hidparser'
if /bin/bash ../libtool --tag=CC --mode=compile i486-linux-gnu-gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../hidparser -DNDEBUG -fPIC -Wall
-O2 -Wall -W -Werror -MT hidparser.lo -MD -MP -MF ".deps/hidparser.Tpo" -c -o
hidparser.lo hidparser.c; \
then mv -f ".deps/hidparser.Tpo" ".deps/hidparser.Plo"; else rm -f
".deps/hidparser.Tpo"; exit 1; fi
/bin/bash: ../libtool: No such file or directory
make[3]: *** [hidparser.lo] Error 1
There is no libtool script in the root directory, so we need to use the libtool
package
*** /tmp/tmpaH52i5
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/control: add build dependency on libtool
* configure: changed LIBTOOL variable to use the libtool package and fix a
FTBFS (LP: #335300)
We thought you might be interested in doing the same.
-- System Information:
Debian Release: 5.0
APT prefers jaunty-updates
APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -Nru libhid-0.2.15+20060325/configure libhid-0.2.15+20060325/configure
--- libhid-0.2.15+20060325/configure 2006-03-25 19:02:24.000000000 +0000
+++ libhid-0.2.15+20060325/configure 2009-02-27 19:56:27.000000000 +0000
@@ -20536,8 +20536,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-# Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(SHELL) libtool'
# Prevent multiple expansion
--- End Message ---
--- Begin Message ---
Version: 0.2.15+20060325-2.2+rm
libhid has been removed from Debian unstable: http://bugs.debian.org/496665
Closing its bugs with a Version higher than the last unstable upload.
More information about this script at:
http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD
--- End Message ---