Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-25 Thread Raphael Hertzog
(Just clarifying a detail) On Sat, 24 Sep 2011, Steve Langasek wrote: A patch to make this an optional feature, without some plan for how we can get this turned on by default (either in dpkg-dev, or in debhelper where it would benefit the majority of packages) is not worth the effort. We've

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-25 Thread Steve Langasek
On Sun, Sep 25, 2011 at 07:11:00PM +0200, Raphael Hertzog wrote: (Just clarifying a detail) On Sat, 24 Sep 2011, Steve Langasek wrote: A patch to make this an optional feature, without some plan for how we can get this turned on by default (either in dpkg-dev, or in debhelper where it

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Jonathan Nieder
Jonathan Nieder wrote: For example, dpkg itself doesn't seem to have large-file support. ... in squeeze. Looks like aspects of this were fixed in version 1.16.0. I'm not sure yet why the squeeze dpkg binary here has a reference to the (32-bit) open() function --- another pitfall for the

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Steve Langasek
On Sat, Sep 24, 2011 at 03:49:11PM -0500, Jonathan Nieder wrote: Three cheers for the new dpkg-buildflags interface! I would like to suggest an addition to the default flags: the output of getconf LFS_CFLAGS should be included in the CFLAGS/CXXFLAGS variables. On 32-bit archs, this

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Jonathan Nieder
Steve Langasek wrote: On Sat, Sep 24, 2011 at 03:49:11PM -0500, Jonathan Nieder wrote: It also has a negative side-effect that Debian would no longer be doing its part to get #define _LARGEFILE_SOURCE #define _FILE_OFFSET_BITS 64 put directly in upstream's config.h when appropriate.

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Guillem Jover
Hi! On Sat, 2011-09-24 at 15:55:12 -0500, Jonathan Nieder wrote: Jonathan Nieder wrote: For example, dpkg itself doesn't seem to have large-file support. ... in squeeze. Looks like aspects of this were fixed in version 1.16.0. I'm not sure yet why the squeeze dpkg binary here has a

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Guillem Jover
tag 642573 wontfix thanks Hi! On Sat, 2011-09-24 at 14:25:44 -0700, Steve Langasek wrote: On Sat, Sep 24, 2011 at 03:49:11PM -0500, Jonathan Nieder wrote: I would like to suggest an addition to the default flags: the output of getconf LFS_CFLAGS should be included in the CFLAGS/CXXFLAGS

Processed: Re: Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tag 642573 wontfix Bug #642573 [dpkg] dpkg-buildflags: include $(getconf LFS_CFLAGS)? Added tag(s) wontfix. thanks Stopping processing here. Please contact me if you need assistance. -- 642573:

Bug#642573: dpkg-buildflags: include $(getconf LFS_CFLAGS)?

2011-09-23 Thread Steve Langasek
Package: dpkg Version: 1.16.1 Severity: wishlist Tags: lfs Three cheers for the new dpkg-buildflags interface! I would like to suggest an addition to the default flags: the output of getconf LFS_CFLAGS should be included in the CFLAGS/CXXFLAGS variables. On 32-bit archs, this gives the