[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#349418: marked as done (libapr0-dev: /usr/include/apr-0/apr.h #errors)



Your message dated Thu, 20 Sep 2007 19:47:03 +0000
with message-id <E1IYRzL-00061T-LS@ries.debian.org>
and subject line Bug#349418: fixed in apr 1.2.11-1
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: libapr0-dev
Version: 2.0.55-4.hurdfr.1
Severity: normal
Tags: patch

Hi,

/usr/include/apr-0/apr.h #errors when the system has no path length
limitation:
#error no decision has been made on APR_PATH_MAX for your platform
No limitation doesn't mean that the package can't be built, so the
following patch turns this to a warning only, and defines an arbitrary
value for APR_PATH_MAX, hence permitting compiling with libapr.

Regards
Samuel

--- build-tree/httpd-2.0.55-orig/srclib/apr/include/apr.h.in	2005-06-14 16:24:58.000000000 +0200
+++ build-tree/httpd-2.0.55/srclib/apr/include/apr.h.in	2006-01-21 18:01:10.000000000 +0100
@@ -397,7 +397,8 @@ typedef  @socklen_t_value@       apr_soc
 #elif defined(_POSIX_PATH_MAX)
 #define APR_PATH_MAX       _POSIX_PATH_MAX
 #else
-#error no decision has been made on APR_PATH_MAX for your platform
+#warning no decision has been made on APR_PATH_MAX for your platform
+#define APR_PATH_MAX 4096
 #endif
 
 /** @} */


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU 0.3
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)

Versions of packages libapr0-dev depends on:
ii  libapr0                2.0.55-4.hurdfr.1 the Apache Portable Runtime
ii  libdb4.3-dev           4.3.28-3          Berkeley v4.3 Database Libraries [
ii  libexpat1-dev          1.95.8-3          XML parsing C library - developmen
ii  libldap2-dev           2.1.30-12         OpenLDAP development libraries
ii  libpcre3-dev           6.4-1.1           Perl 5 Compatible Regular Expressi
ii  libtool                1.5.22-2          Generic library support script

libapr0-dev recommends no packages.

-- no debconf information

-- 
Samuel Thibault <samuel.thibault@ens-lyon.org>


--- End Message ---
--- Begin Message ---
Source: apr
Source-Version: 1.2.11-1

We believe that the bug you reported is fixed in the latest version of
apr, which is due to be installed in the Debian FTP archive:

apr_1.2.11-1.diff.gz
  to pool/main/a/apr/apr_1.2.11-1.diff.gz
apr_1.2.11-1.dsc
  to pool/main/a/apr/apr_1.2.11-1.dsc
apr_1.2.11.orig.tar.gz
  to pool/main/a/apr/apr_1.2.11.orig.tar.gz
libapr1-dbg_1.2.11-1_i386.deb
  to pool/main/a/apr/libapr1-dbg_1.2.11-1_i386.deb
libapr1-dev_1.2.11-1_i386.deb
  to pool/main/a/apr/libapr1-dev_1.2.11-1_i386.deb
libapr1_1.2.11-1_i386.deb
  to pool/main/a/apr/libapr1_1.2.11-1_i386.deb



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 349418@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch <sf@debian.org> (supplier of updated apr 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 20 Sep 2007 20:56:37 +0200
Source: apr
Binary: libapr1 libapr1-dbg libapr1-dev
Architecture: source i386
Version: 1.2.11-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Stefan Fritsch <sf@debian.org>
Description: 
 libapr1    - The Apache Portable Runtime Library
 libapr1-dbg - The Apache Portable Runtime Library - Development Headers
 libapr1-dev - The Apache Portable Runtime Library - Development Headers
Closes: 301417 349418 405564 413684 441635 441969 442794
Changes: 
 apr (1.2.11-1) unstable; urgency=low
 .
   * New upstream version (Closes: #441969)
   * Enable epoll (Closes: #441635). This means we don't support Linux 2.4
     kernels anymore. Therefore we can also enable tcp_nodelay_with_cork.
   * Fix generation of docs (Closes: #413684, #442794)
   * Don't ship LaTeX source files in .deb
   * Build with -D_REENTRANT on kfreebsd (Closes: #301417)
   * Fix FTBFS on hurd because of missing PATH_MAX (Closes: #349418)
   * Do not build everything twice by using the correct path to config.status
     in debian/rules
   * Add myself to Uploaders
   * Add svn repository information to debian/control
 .
 apr (1.2.9-1) unstable; urgency=low
 .
   * Acknowledge NMUs - thanks, Andi.
 .
   [ Peter Samuelson ]
   * New upstream version.  Minor bugfixes, no new features.
     - Update 015_sendfile_lfs.dpatch
     - Remove obsolete 099_config_guess_sub_update.dpatch
   * 020_lfs_ino_t.dpatch: update to support kfreebsd-amd64.
     Thanks to Petr Salinger.  (Closes: #405564)
   * Standards-Version: 3.7.2 (from 3.6.2.2) - no changes.
   * Rename Source-Version substvar to binary:Version, for great justice.
   * libapr1-dev Suggests: python, in case someone wants to use the
     application build infrastructure in /usr/share/apr-1.0/build.
   * debian/rules: small cleanups.
   * Add watch file.
   * Add myself to Uploaders.
Files: 
 693004c7d27a3a904ef3f995fa7915bc 1015 libs optional apr_1.2.11-1.dsc
 afcf9541dc31551abeb6c53bb42c2596 1114033 libs optional apr_1.2.11.orig.tar.gz
 633ad2a7f823d15011ec4245c04f074d 14673 libs optional apr_1.2.11-1.diff.gz
 e02000c269417c7cd4210e7de4267d30 114316 libs optional libapr1_1.2.11-1_i386.deb
 3cce2cd6c2de0e5c328f5aa2158b8db0 817118 libdevel optional libapr1-dev_1.2.11-1_i386.deb
 98a17e0ff90508449cce140647e0b2fe 188556 libdevel extra libapr1-dbg_1.2.11-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG8scDbxelr8HyTqQRAs4aAKDOsOMOuOYhMTOkOmXWPLn9b0ijEgCgh9KV
NyaVBkpdIEjCTR6qZO+tyL8=
=ZaeT
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: