[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-07-21 Thread Steve Langasek
** Also affects: libpciaccess (Ubuntu Karmic) Importance: Undecided Status: New ** Changed in: libpciaccess (Ubuntu Karmic) Importance: Undecided => High ** Changed in: libpciaccess (Ubuntu Karmic) Status: New => Triaged ** Changed in: libpciaccess (Ubuntu Karmic) Milesto

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-12-30 Thread Bug Watch Updater
** Changed in: zlib (Debian) Status: Confirmed => Fix Released -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libpciaccess in ubuntu. ___

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-23 Thread Michael Vogt
** Bug watch added: Debian Bug tracker #439980 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439980 ** Also affects: zlib (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439980 Importance: Unknown Status: Unknown -- gzopen64 implicitly converted to pointer https:

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-23 Thread Michael Vogt
** Also affects: zlib (Ubuntu) Importance: Undecided Status: New -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libpciaccess in ubuntu. __

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-23 Thread Michael Vogt
** Attachment added: "patch for zlib that should fix the problem" http://launchpadlibrarian.net/30714313/zlib_1.2.3.3.dfsg-13ubuntu2.debdiff -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug notification because you are a member of Ubuntu

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-24 Thread Bug Watch Updater
** Changed in: zlib (Debian) Status: Unknown => Confirmed -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libpciaccess in ubuntu.

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-24 Thread Colin Watson
I'm not sure I agree with this patch. The point of _FILE_OFFSET_BITS=64 (at least as far as the standard C library goes) is to make the native interfaces be 64-bit clean, rather than to introduce additional *64 versions (which is the point of _LARGEFILE64_SOURCE), so this seems to make zlib.h vary

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-24 Thread Launchpad Bug Tracker
This bug was fixed in the package libpciaccess - 0.10.6-2ubuntu1 --- libpciaccess (0.10.6-2ubuntu1) karmic; urgency=low * work around zlib problem with 64 bit and implicit pointer coversions (LP: #402178) -- Michael VogtMon, 24 Aug 2009 08:29:43 +0200 ** Changed in: libpc

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-08-28 Thread Colin Watson
I withdraw my comments about zlib; see the comment in the Debian bug. AFAICS you can go ahead with this patch, although it would be worth confirming that it's the same as Mark Brown's patch. -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug n

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-09-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/libpciaccess -- gzopen64 implicitly converted to pointer https://bugs.launchpad.net/bugs/402178 You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libpciaccess in ubuntu. _

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-09-04 Thread Launchpad Bug Tracker
This bug was fixed in the package zlib - 1:1.2.3.3.dfsg-13ubuntu2 --- zlib (1:1.2.3.3.dfsg-13ubuntu2) karmic; urgency=low * zlib.h: - add prototypes for the 64 bit functions if _FILE_OFFSET_BITS=64 is defined (LP: #402178) -- Michael VogtMon, 24 Aug 2009 08:34:59 +02

[Ubuntu-x-swat] [Bug 402178] Re: gzopen64 implicitly converted to pointer

2009-09-05 Thread Alexander Sack
afaiui chromium developers more or less say we were wrong with this patch: agl, http://paste.ubuntu.com/265190/ agl, i don't get why -D_FILE_OFFSET_BITS=64 alone doesn't work, the test is "#if defined(_LARGEFILE64_SOURCE) || _FILE_OFFSET_BITS == 64" fta: I think the zlib header is in error ft