Your message dated Tue, 21 Mar 2006 23:55:12 -0500
with message-id <[EMAIL PROTECTED]>
has caused the Debian Bug report #355840,
regarding FTBFS in unstable: LIBGTOP_LIBS not expanded
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]
(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 ---
Hi Bernhard, I'm forwarding you this bug which is related to libgtop
not being used anymore, according to changelog, but it's still called
from automake files. It makes the compiling fail since the definition is
not expanded.
The obvious and trivial solution is to remove the definition from
panel-plugin/Makefile.am and rebootstrap automake to update the .in
file.
Although we'll do this for making this package sucessfully compile on
mips and transit to testing I'd appreciate if you can fix this for
next release, a patch is attached.
Feel free to add any comment to this bug and remember to keep the CCed
addresses when replying.
thank you,
Rudy
----- Forwarded message from Martin Michlmayr <[EMAIL PROTECTED]> -----
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: Wed, 8 Mar 2006 08:35:53 +0000
Subject: [Pkg-xfce-devel] Bug#355840: FTBFS in unstable: LIBGTOP_LIBS not
expanded
Message-ID: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11+cvs20060126
Reply-To: Martin Michlmayr <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Package: xfce4-netload-plugin
Version: 0.3.2-2
Severity: serious
Your package doesn't build in unstable because LIBGTOP_LIBS not
expanded:
> Automatic build of xfce4-netload-plugin_0.3.2-2 on bigsur by sbuild/mips 1.78
...
> /bin/sh ../libtool --mode=link cc -g -Wall -O2 -o libnetload.la -rpath
> /usr/lib/xfce4/panel-plugins -avoid-version -export-dynamic -module
> libnetload_la-netload.lo libnetload_la-utils.lo libnetload_la-net.lo
> @LIBGTOP_LIBS@ -L/usr/X11R6/lib -lxfcegui4 -lxml2 -lz -lgtk-x11-2.0
> -lxfce4util -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0
> -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXcursor -lpango-1.0
> -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
> cc -shared .libs/libnetload_la-netload.o .libs/libnetload_la-utils.o
> .libs/libnetload_la-net.o -L/usr/X11R6/lib /usr/lib/libxfcegui4.so
> /usr/lib/libxml2.so -lz /usr/lib/libgtk-x11-2.0.so /usr/lib/libxfce4util.so
> /usr/lib/libgdk-x11-2.0.so -lXrandr -lXi -lXinerama -lXext
> /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm
> /usr/lib/libpangocairo-1.0.so -lfontconfig /usr/lib/libXcursor.so
> /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libXrender.so -lX11
> /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl
> /usr/lib/libglib-2.0.so @LIBGTOP_LIBS@ -Wl,-soname -Wl,libnetload.so -o
> .libs/libnetload.so
> cc: @LIBGTOP_LIBS@: No such file or directory
> make[3]: *** [libnetload.la] Error 1
--
Martin Michlmayr
http://www.cyrius.com/
_______________________________________________
Pkg-xfce-devel mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel
----- End forwarded message -----
--
Rudy Godoy | 0x3433BD21 | http://stone-head.org ,''`.
http://www.apesol.org - http://www.debian.org : :' :
GPG FP: 0D12 8537 607E 2DF5 4EFB 35A7 550F 1A00 3433 BD21 `. `'
`-
--- xfce4-netload-plugin-0.3.3.orig/panel-plugin/Makefile.am 2005-07-31
17:32:51.000000000 -0500
+++ xfce4-netload-plugin-0.3.3/panel-plugin/Makefile.am 2006-03-21
22:43:43.000000000 -0500
@@ -28,6 +28,5 @@
@XFCE4_PANEL_CFLAGS@
libnetload_la_LIBADD =
\
- @LIBGTOP_LIBS@ \
@SOLLIBS@ \
@XFCE4_PANEL_LIBS@
signature.asc
Description: Digital signature
--- End Message ---