Send inn-workers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-workers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-workers digest..."
Today's Topics:
1. Clean 'make check' against gcc -fsanitize=address,undefined
(Richard Kettlewell)
2. Re: m4/python.m4: Using distutils.sysconfig module at
configure time (Russ Allbery)
----------------------------------------------------------------------
Message: 1
Date: Sun, 21 Jun 2015 23:39:29 +0100
From: Richard Kettlewell <[email protected]>
To: [email protected]
Subject: Clean 'make check' against gcc -fsanitize=address,undefined
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Patch attached.
ttfn/rjk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ubsan.patch
Type: text/x-patch
Size: 1624 bytes
Desc: not available
URL:
<https://lists.isc.org/pipermail/inn-workers/attachments/20150621/f0442fe5/attachment-0001.bin>
------------------------------
Message: 2
Date: Sun, 21 Jun 2015 16:17:31 -0700
From: Russ Allbery <[email protected]>
To: [email protected]
Subject: Re: m4/python.m4: Using distutils.sysconfig module at
configure time
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Julien ?LIE <[email protected]> writes:
> For INN 2.6.0, I suggest to improve the detection of the compiler and
> linker flags to use to embed Python. As a matter of fact, using the
> distutils.sysconfig module fixes a few issues. It implies that
> configuring INN will then require Python 2.2.0 as that module was
> introduced in Python 2.2.0, released in December 2001! So I bet it will
> not be a problem to use that module, now that we are in 2015...
> For the record, Python 1.5.2 is currently enough to build INN.
> The problem I encounter when building INN on Debian Jessie is that
> the /usr/lib/python2.7/config directory does not exist.
> It is /usr/lib/python2.7/config-x86_64-linux-gnu on my system, so the
> build fails because "config" is hard-coded in the current way the
> detection is coded.
Yes, using distutils.sysconfig seems like a much better idea, and matches
the way this is handled with Perl. Thanks!
--
Russ Allbery ([email protected]) <http://www.eyrie.org/~eagle/>
Please send questions to the list rather than mailing me directly.
<http://www.eyrie.org/~eagle/faqs/questions.html> explains why.
------------------------------
_______________________________________________
inn-workers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-workers
End of inn-workers Digest, Vol 73, Issue 10
*******************************************