Your message dated Sun, 03 Sep 2006 14:19:50 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#385787: fixed in stlport5 5.0.2-7 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libstlport5.0 Version: 5.0.2-6 Severity: wishlist Tags: patch Hi, OOo now does -D_FILE_OFFSET_BITS=64. This doesn't work with the STLport5 currently in the archive (build fails). Please build STLport5 with -DFILE_OFFSET_BITS=64. I am attaching a patch which works for me and OOo on ppc. [ I'll work around it for now and use --disable-largefile.... ] Patch: --- stlport5-5.0.2.orig/build/lib/gcc.mak +++ stlport5-5.0.2/build/lib/gcc.mak @@ -8,7 +8,7 @@ include ${SRCROOT}/Makefiles/top.mak ifeq ($(OSNAME),linux) -DEFS += -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE +DEFS += -D_STLP_REAL_LOCALE_IMPLEMENTED -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 endif # options for build with boost support only in patch2: unchanged: --- stlport5-5.0.2.orig/build/test/unit/gcc.mak +++ stlport5-5.0.2/build/test/unit/gcc.mak @@ -9,6 +9,9 @@ include ${SRCROOT}/Makefiles/top.mak DEFS += -D_STLP_NO_CUSTOM_IO +ifeq ($(OSNAME), linux) +DEFS += -D_FILE_OFFSET_BITS=64 +endif dbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED stldbg-shared: DEFS += -D_STLP_DEBUG_UNINITIALIZED But maybe it should be made conditional for !amd64, though. At my OOo build on amd64 it gets given -D_FILE_OFFSET_BITS=no. Regards, Rene -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-2-powerpc Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages libstlport5.0 depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-13 GCC support library libstlport5.0 recommends no packages. -- no debconf information
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: stlport5 Source-Version: 5.0.2-7 We believe that the bug you reported is fixed in the latest version of stlport5, which is due to be installed in the Debian FTP archive: libstlport5.0-dbg_5.0.2-7_i386.deb to pool/main/s/stlport5/libstlport5.0-dbg_5.0.2-7_i386.deb libstlport5.0-dev_5.0.2-7_i386.deb to pool/main/s/stlport5/libstlport5.0-dev_5.0.2-7_i386.deb libstlport5.0_5.0.2-7_i386.deb to pool/main/s/stlport5/libstlport5.0_5.0.2-7_i386.deb stlport5_5.0.2-7.diff.gz to pool/main/s/stlport5/stlport5_5.0.2-7.diff.gz stlport5_5.0.2-7.dsc to pool/main/s/stlport5/stlport5_5.0.2-7.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Girard <[EMAIL PROTECTED]> (supplier of updated stlport5 package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 3 Sep 2006 19:08:20 +0200 Source: stlport5 Binary: libstlport5.0 libstlport5.0-dev libstlport5.0-dbg Architecture: source i386 Version: 5.0.2-7 Distribution: unstable Urgency: low Maintainer: Torsten Werner <[EMAIL PROTECTED]> Changed-By: Thomas Girard <[EMAIL PROTECTED]> Description: libstlport5.0 - STLport C++ class library libstlport5.0-dbg - STLport C++ class library debug symbols libstlport5.0-dev - STLport C++ class library Closes: 385787 Changes: stlport5 (5.0.2-7) unstable; urgency=low . * move quilt patches under the debian directory. cdbs seems to want it there. * bashism.diff: fix bashisms in the test suite compilation too. * clean the unit test suite in the clean target. * applied patch from Rene Engelhard to enable large file support, closes: #385787. Files: 20efff9d4badbf07a653015c25a8d79a 697 devel optional stlport5_5.0.2-7.dsc 2ce8b86a7fa782f5c2fd11059dac38bf 7852 devel optional stlport5_5.0.2-7.diff.gz 377738ad702b6b5d295e848f7842fda6 440446 libdevel optional libstlport5.0-dev_5.0.2-7_i386.deb b17ff900ed9d8ebb93324d11d4b3a315 209634 libs optional libstlport5.0_5.0.2-7_i386.deb bb5c4047f5cdc62f0ca9a24b326cb968 870506 libs extra libstlport5.0-dbg_5.0.2-7_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFE+z01fY3dicTPjsMRAvOWAKCCgIRyWQ+N6nBBpT4rxC1a/JyJLwCdF2Im ekZf8X2djjQPdL2jvKP04j8= =r9wP -----END PGP SIGNATURE-----
--- End Message ---

