[libglib-object-introspection-perl] 04/04: Document where I am blocked as a TODO item.

Intrigeri intrigeri at moszumanska.debian.org
Mon Oct 6 12:06:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libglib-object-introspection-perl.

commit dc317c2e7275c1a3c396a43bb9be8172f969c324
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Oct 6 12:05:55 2014 +0000

    Document where I am blocked as a TODO item.
---
 debian/changelog | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 83c7990..00f3353 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,22 @@
 libglib-object-introspection-perl (0.025-1) UNRELEASED; urgency=medium
 
+  TODO:
+  the test suite isn't run anymore, due to test libraries compilation
+  failing: in Makefile.PL, in compile_test_libraries(), with some print-based
+  debugging output added, I see:
+      gcc -shared -fPIC -g \
+            -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12  -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  \
+            /usr/share/gobject-introspection-1.0/tests/regress.c \
+            -lcairo  -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0  -lgio-2.0 -lgobject-2.0 -lglib-2.0  \
+            -o libregress.so
+/usr/share/gobject-introspection-1.0/tests/regress.c:2:20: fatal error: config.h: No such file or directory
+      #include "config.h"
+                    ^
+  Manually adding "-I/usr/lib/x86_64-linux-gnu/perl/5.20.1/CORE/" to the list
+  of arguments fixes this specific compilation command. I'm not sure how to
+  do that properly, so I'll leave it at that for now => help is welcome!
+
+  [ intrigeri ]
   * New upstream release.
   * Declare compliance with Standards-Version 3.9.6 (no change needed).
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-object-introspection-perl.git



More information about the Pkg-perl-cvs-commits mailing list