[libglib-object-introspection-perl] 01/01: Add some hints to fix the problem.

Intrigeri intrigeri at moszumanska.debian.org
Mon Oct 6 18:01:58 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 5c04ca5aaab2aa368e15cf67fcb199eabb327b4e
Author: intrigeri <intrigeri at boum.org>
Date:   Mon Oct 6 18:01:42 2014 +0000

    Add some hints to fix the problem.
---
 debian/changelog | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 00f3353..da7280b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,17 @@ libglib-object-introspection-perl (0.025-1) UNRELEASED; urgency=medium
   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!
 
+  Two commands can be useful to fix this problem:
+    perl -MConfig -E '$, = "\n"; say $Config::Config{archlib}'
+    perl -MExtUtils::Embed -e ccopts
+
+  The latter outputs many more arguments than the -I one mentioned above.
+  It's unclear whether we need it. Niko says:
+  "some of the ccopts flags, -D_FILE_OFFSET_BITS=64 in particular, may
+  well be needed depending on what you're doing; be sure to test with
+  a 32-bit platform at least, we've seen segfaults and the like with XS
+  modules compiled without -D_FILE_OFFSET_BITS=64"
+
   [ 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