Package: tcltrf
Version: 2.1p2-20060125-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

According to crypt(3), _XOPEN_SOURCE must be defined to access this
prototype.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

----- Forwarded message from Build Daemon <[EMAIL PROTECTED]> -----

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.3 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS,
        UPPERCASE_25_50 autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of tcltrf_2.1p2-20060125-1 (dist=unstable)
Date: Mon,  9 Jul 2007 15:09:39 +0000 (GMT)
From: Build Daemon <[EMAIL PROTECTED]>
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 
2007.7.9.75533
Debian-Buildd-Error: Yes

Function `crypt' implicitly converted to pointer at ./generic/crypt.c:89

----- End forwarded message -----


diff -urN tcltrf-2.1p2-20060125.orig/debian/rules 
tcltrf-2.1p2-20060125/debian/rules
--- tcltrf-2.1p2-20060125.orig/debian/rules     2007-07-09 16:19:45.000000000 
-0600
+++ tcltrf-2.1p2-20060125/debian/rules  2007-07-09 16:27:44.000000000 -0600
@@ -55,7 +55,7 @@
 config.status: configure patch-stamp
        dh_testdir
        # Add here commands to configure the package.
-       CFLAGS="$(CFLAGS) -DSSL_STATIC_BUILD=1" \
+       CFLAGS="$(CFLAGS) -DSSL_STATIC_BUILD=1 -D_XOPEN_SOURCE" \
        SHLIB_SUFFIX=.so \
        no_zlibtcl=true \
        ./configure \
-- 
dann frazier



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to