Your message dated Sat, 18 Nov 2006 13:46:56 -0500 (EST)
with message-id <[EMAIL PROTECTED]>
and subject line
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gaim
Version: 1:2.0.0+beta5-1
Severity: serious
Tags: patch
Justification: no longer builds from source
The dbus-1 file gets placed in the wrong dir (i.e. /) which makes the
install fail, which makes the build fail. I've tried playing with export
DBUS_SERVICES_DIR = usr/share/dbus-1 in debian/rules, but that doesn't seem
to help much.
dh_installchangelogs -pgaim ./ChangeLog --no-act
dh_installudev -pgaim
dh_install -pgaim
cp: cannot stat `./debian/tmp/usr/share/dbus-1': No such file or directory
dh_install: command returned error code 256
So, I fixed it with the attached patch.
-- System Information:
Debian Release: 4.0
APT prefers experimental
APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages gaim depends on:
ii gaim-data 1:2.0.0+beta5-1 multi-protocol instant messaging c
ii libaspell15 0.60.4-4 GNU Aspell spell-checker runtime l
ii libatk1.0-0 1.12.3-1 The ATK accessibility toolkit
ii libavahi-compat-howl0 0.6.15-2 Avahi Howl compatibility library
ii libc6 2.5-0exp3 GNU C Library: Shared libraries
ii libcairo2 1.2.4-4 The Cairo 2D vector graphics libra
ii libdbus-1-3 1.0.0-1 simple interprocess messaging syst
ii libdbus-glib-1-2 0.71-3 simple interprocess messaging syst
ii libfontconfig1 2.4.1-2 generic font configuration library
ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii libgcrypt11 1.2.3-2 LGPL Crypto library - runtime libr
ii libglib2.0-0 2.12.4-2 The GLib library of C routines
ii libgnutls13 1.5.3-1 the GNU TLS library - runtime libr
ii libgstreamer0.10-0 0.10.10-2 Core GStreamer libraries and eleme
ii libgtk2.0-0 2.10.6-3 The GTK+ graphical user interface
ii libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii libice6 1:1.0.1-2 X11 Inter-Client Exchange library
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libpango1.0-0 1.14.7-1 Layout and rendering of internatio
ii libperl5.8 5.8.8-6.1 Shared Perl library
ii libpng12-0 1.2.8rel-7 PNG library - runtime
ii libsm6 1:1.0.1-3 X11 Session Management library
ii libstartup-notification0 0.8-2 library for program launch feedbac
ii libx11-6 2:1.0.3-3 X11 client-side library
ii libxcursor1 1.1.7-4 X cursor management library
ii libxext6 1:1.0.1-2 X11 miscellaneous extension librar
ii libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii libxi6 1:1.0.1-3 X11 Input extension library
ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii libxml2 2.6.27.dfsg-1 GNOME XML library
ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library
ii libxrender1 1:0.9.1-3 X Rendering Extension client libra
ii libxss1 1:1.1.0-1 X11 Screen Saver extension library
ii zlib1g 1:1.2.3-13 compression library - runtime
Versions of packages gaim recommends:
pn gstreamer0.10-alsa | gstreame <none> (no description available)
pn gstreamer0.10-plugins-base <none> (no description available)
pn gstreamer0.10-plugins-good <none> (no description available)
-- no debconf information
diff -uNr gaim-2.0.0+beta5/debian/rules gaim-2.0.0+beta5-my/debian/rules
--- gaim-2.0.0+beta5/debian/rules 2006-11-18 19:34:23.000000000 +0200
+++ gaim-2.0.0+beta5-my/debian/rules 2006-11-18 19:19:12.000000000 +0200
@@ -12,7 +12,7 @@
DEB_MAKE_BUILD_TARGET = GADU_LIBS="-lpthread -lgadu"
# for gaim
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-nas --disable-nss -enable-perl
--disable-silc --with-zephyr=/usr --enable-dbus
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-nas --disable-nss -enable-perl
--disable-silc --with-zephyr=/usr --enable-dbus
--with-dbus-services=/usr/share/dbus-1
DEB_DH_MAKESHLIBS_ARGS_gaim := -V -X/usr/lib/gaim
DEB_DH_SHLIBDEPS_ARGS_gaim := -X/usr/lib/gaim/libgg.so
-X/usr/lib/gaim/libzephyr.so -X/usr/lib/gaim/tcl.so
-X/usr/lib/gaim/gevolution.so -X/usr/lib/gaim/libsametime.so -- -dSuggests
debian/g
aim/usr/lib/gaim/libgg.so debian/gaim/usr/lib/gaim/libzephyr.so
debian/gaim/usr/lib/gaim/tcl.so debian/gaim/usr/lib/gaim/libsametime.so
-dDepends
--- End Message ---
--- Begin Message ---
This builds fine everywhere else. Fix your system, and don't build with
experimental packages.
--- End Message ---