Your message dated Wed, 02 Dec 2009 14:41:40 +0800
with message-id <[email protected]>
and subject line nbtk_1.2.0-1(ia64/unstable): FTBFS: segv
has caused the Debian Bug report #554585,
regarding nbtk_1.2.0-1(ia64/unstable): FTBFS: segv
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 [email protected]
immediately.)
--
554585: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554585
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nbtk
Version: 1.2.0-1
Severity: serious
There was an error while trying to autobuild your package:
> Automatic build of nbtk_1.2.0-1 on caballero by sbuild/ia64 98
> Build started at 20091105-1423
[...]
> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 7), autotools-dev, cdbs, gtk-doc-tools,
> libclutter-1.0-dev, libclutter-imcontext-0.1-dev, libccss-dev (>= 0.5.0),
> autoconf, automake, libtool, intltool, docbook-to-man
[...]
> gtk-doc: Running scanner nbtk-scan
> sh: line 1: 13445 Segmentation fault ( ./nbtk-scan )
> Scan failed:
> make[5]: *** [scan-build.stamp] Error 139
> make[5]: Leaving directory `/build/buildd/nbtk-1.2.0/docs/reference/libnbtk'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/build/buildd/nbtk-1.2.0/docs/reference'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/nbtk-1.2.0/docs'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/nbtk-1.2.0'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/nbtk-1.2.0'
> make: *** [debian/stamp-makefile-build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64&pkg=nbtk&ver=1.2.0-1
--- End Message ---
--- Begin Message ---
Source: nbtk
Source-Version: 1.2.3-1
This bug seems to be closed by a patch included in 1.2.3-1
I attach the patch here.
It should be refined and discuss with the upstream.
Regards,
Paul
--
PaulLiu(劉穎駿)
E-mail address: [email protected]
diff -Nur -x '*.orig' -x '*~' nbtk-1.2.3/docs/reference/libnbtk/Makefile.am nbtk-1.2.3.new/docs/reference/libnbtk/Makefile.am
--- nbtk-1.2.3/docs/reference/libnbtk/Makefile.am 2009-11-27 18:44:40.000000000 +0800
+++ nbtk-1.2.3.new/docs/reference/libnbtk/Makefile.am 2009-12-01 18:34:23.318997630 +0800
@@ -83,7 +83,7 @@
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=-I$(NBTK_CFLAGS) -I$(top_srcdir) -I$(top_builddir) -DNBTK_COMPILATION
+GTKDOC_CFLAGS=$(NBTK_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_builddir) -DNBTK_COMPILATION
GTKDOC_LIBS=$(NBTK_LIBS) $(top_builddir)/nbtk/libnbtk-$(NBTK_API_VERSION).la $(top_builddir)/nbtk/libnbtk-gtk-$(NBTK_API_VERSION).la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
diff -Nur -x '*.orig' -x '*~' nbtk-1.2.3/docs/reference/libnbtk/nbtk.types nbtk-1.2.3.new/docs/reference/libnbtk/nbtk.types
--- nbtk-1.2.3/docs/reference/libnbtk/nbtk.types 2009-11-27 18:44:40.000000000 +0800
+++ nbtk-1.2.3.new/docs/reference/libnbtk/nbtk.types 2009-12-01 18:29:18.306997885 +0800
@@ -1,4 +1,6 @@
#include <nbtk/nbtk.h>
+#include <nbtk/nbtk-subtexture.h>
+#include <nbtk/nbtk-gtk.h>
nbtk_adjustment_get_type
nbtk_bin_get_type
signature.asc
Description: OpenPGP digital signature
--- End Message ---