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

Bug#384117: marked as done (debian/rules preselects apr_lock_method wrong)



Your message dated Wed, 27 Sep 2006 09:47:17 -0700
with message-id <E1GScZ3-0006LD-S3@spohr.debian.org>
and subject line Bug#384117: fixed in apr 1.2.7-4
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: apr
Version: 1.2.7
Severity: important

in debian/rules I had to comment out that line:

ifeq ($(DEB_BUILD_ARCH),i386)
        # CONFFLAGS=apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
        CONFFLAGS=
else

...after some hours of investigation! I have no idea what this should be
usefull for, but include/apr.h says:

#define APR_USE_FLOCK_SERIALIZE           0 
#define APR_USE_SYSVSEM_SERIALIZE         1
#define APR_USE_POSIXSEM_SERIALIZE        0
#define APR_USE_FCNTL_SERIALIZE           0
#define APR_USE_PROC_PTHREAD_SERIALIZE    0 
#define APR_USE_PTHREAD_SERIALIZE         1 

#define APR_HAS_FLOCK_SERIALIZE           1
#define APR_HAS_SYSVSEM_SERIALIZE         1
#define APR_HAS_POSIXSEM_SERIALIZE        0
#define APR_HAS_FCNTL_SERIALIZE           1
#define APR_HAS_PROC_PTHREAD_SERIALIZE    0

./configure does not detect APR_HAS_PROC_PTHREAD_SERIALIZE, so no need
to force it using that. - I forget where it broke compiling, but at
least one file has some #ifdefs that look on the _HAS_ on one side and
on the _USE_ on the other. They should match, but they didn't with 
CONFFLAGS in force.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.21
Locale: LANG=spanish, LC_CTYPE=spanish (charmap=ISO-8859-1) (ignored: LC_ALL set to es_ES)


--- End Message ---
--- Begin Message ---
Source: apr
Source-Version: 1.2.7-4

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.7-4.diff.gz
  to pool/main/a/apr/apr_1.2.7-4.diff.gz
apr_1.2.7-4.dsc
  to pool/main/a/apr/apr_1.2.7-4.dsc
libapr1-dbg_1.2.7-4_amd64.deb
  to pool/main/a/apr/libapr1-dbg_1.2.7-4_amd64.deb
libapr1-dev_1.2.7-4_amd64.deb
  to pool/main/a/apr/libapr1-dev_1.2.7-4_amd64.deb
libapr1_1.2.7-4_amd64.deb
  to pool/main/a/apr/libapr1_1.2.7-4_amd64.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 384117@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tollef Fog Heen <tfheen@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: Wed, 27 Sep 2006 17:26:56 +0200
Source: apr
Binary: libapr1 libapr1-dbg libapr1-dev
Architecture: source amd64
Version: 1.2.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>
Changed-By: Tollef Fog Heen <tfheen@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: 384117 388146
Changes: 
 apr (1.2.7-4) unstable; urgency=low
 .
   * No longer force apr_lock_method.  Closes: #384117
   * Use srcdir != builddir.
   * Add docs to -dev package.  Closes: #388146
Files: 
 c9f678126c8ad828c9c313b9e9bbb4d1 847 libs optional apr_1.2.7-4.dsc
 93c7f1876b8b860e3b52ea0562b6f522 23517 libs optional apr_1.2.7-4.diff.gz
 062f21fd570145f7c724292027cb3bd0 111832 libs optional libapr1_1.2.7-4_amd64.deb
 e0c4d837a6acc55539e5daf89cf9160f 349560 libdevel optional libapr1-dev_1.2.7-4_amd64.deb
 718f1d634edf1c1eba6c408eab1134d5 187342 libdevel optional libapr1-dbg_1.2.7-4_amd64.deb

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

iD8DBQFFGqbGQSseMYF6mWoRAnyGAKCBw0b0oq11U/FBukhZOVpwLVL0+gCgt1ZB
X0v5L2c++ombJEefXDJP000=
=WSQo
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: