Bug#651598: FTBFS: autoconf-wrapper: invalid number of arguments

2011-12-31 Thread Detlev Brodowski
Hallo all,

I could reproduce this issue und I have solved this.

I had the same problem as Felix. So I have checked the installed 
packages on my sid. 
I have seen that I have two autoconf packages installed - autoconf and 
autoconf2.13. After removing of the package autoconf2.13 the build from 
source worked as expected.

To solve this bugreport I would suggest add a conflict to autoconf2.13 
to the build-depends part of the control file.

Kind regards,
Detlev



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#651598: FTBFS: autoconf-wrapper: invalid number of arguments

2011-12-10 Thread Felix Koop
Source: openldap
Version: 2.4.25-4
Severity: serious
Justification: Policy 4.2

# apt-get build-dep openldap
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
# apt-get source openldap
Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'openldap' packaging is maintained in the 'Svn' version control system 
at:
svn://svn.debian.org/pkg-openldap/openldap/trunk
Need to get 4701 kB of source archives.
Get:1 http://ftp.debian.org/debian/ sid/main openldap 2.4.25-4 (dsc) [2705 B]
Get:2 http://ftp.debian.org/debian/ sid/main openldap 2.4.25-4 (tar) [4541 kB]
Get:3 http://ftp.debian.org/debian/ sid/main openldap 2.4.25-4 (diff) [157 kB]
dpkg-source: info: extracting openldap in openldap-2.4.25
dpkg-source: info: unpacking openldap_2.4.25.orig.tar.gz
dpkg-source: info: applying openldap_2.4.25-4.diff.gz
Fetched 4701 kB in 19s (241 kB/s)
# cd openldap-2.4.25
# dpkg-buildpackage
dpkg-buildpackage: source package openldap
dpkg-buildpackage: source version 2.4.25-4
dpkg-buildpackage: source changed by Steve Langasek vor...@debian.org
 dpkg-source --before-build openldap-2.4.25
dpkg-buildpackage: host architecture amd64
 debian/rules clean
dh clean --with quilt,autoreconf 
--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
   dh_testdir -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
   debian/rules override_dh_auto_clean
make[1]: Entering directory `/usr/src/src/openldap-2.4.25'
dh_auto_clean
# Update translation templates for debconf
debconf-updatepo
# Remove our stripped schema from the upstream source area.
if [ -z  ]; then \
set -e; for s in debian/schema/*.schema debian/schema/*.ldif; do \
rm -f servers/slapd/schema/`basename $s`; \
done; \
fi
# Clean the contrib directory
rm -rf contrib/slapd-modules/smbk5pwd/.libs \
contrib/slapd-modules/smbk5pwd/smbk5pwd.lo \
contrib/slapd-modules/smbk5pwd/smbk5pwd.la \
contrib/slapd-modules/smbk5pwd/smbk5pwd.o
rm -rf contrib/slapd-modules/autogroup/.libs \
contrib/slapd-modules/autogroup/autogroup.lo \
contrib/slapd-modules/autogroup/autogroup.la \
contrib/slapd-modules/autogroup/autogroup.o
make[1]: Leaving directory `/usr/src/src/openldap-2.4.25'
   dh_quilt_unpatch -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
No patch removed
   dh_autoreconf_clean 
-O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
   dh_clean -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
 dpkg-source -b openldap-2.4.25
dpkg-source: info: using source format `1.0'
dpkg-source: info: building openldap using existing openldap_2.4.25.orig.tar.gz
dpkg-source: info: building openldap in openldap_2.4.25-4.diff.gz
dpkg-source: info: building openldap in openldap_2.4.25-4.dsc
 debian/rules build
make: `build' is up to date.
 debian/rules binary
dh binary --with quilt,autoreconf 
--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
   dh_testdir -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
   dh_quilt_patch -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
Applying patch man-slapd
patching file doc/man/man8/slapd.8

Applying patch evolution-ntlm
patching file include/ldap.h
patching file libraries/libldap/ntlm.c
patching file libraries/libldap/Makefile.in
patching file libraries/libldap_r/Makefile.in

Applying patch slapi-errorlog-file
patching file servers/slapd/slapi/slapi_overlay.c

Applying patch ldapi-socket-place
patching file include/ldap_defaults.h

Applying patch wrong-database-location
patching file doc/man/man5/slapd-bdb.5
patching file doc/man/man5/slapd.conf.5
patching file include/ldap_defaults.h
patching file servers/slapd/Makefile.in
patching file doc/man/man5/slapd-config.5

Applying patch index-files-created-as-root
patching file doc/man/man8/slapindex.8
patching file servers/slapd/slapindex.c

Applying patch sasl-default-path
patching file include/ldap_defaults.h
patching file servers/slapd/sasl.c

Applying patch libldap-symbol-versions
patching file libraries/libldap_r/Makefile.in
patching file build/top.mk
patching file build/openldap.m4
patching file configure.in
patching file libraries/libldap/libldap.map
patching file libraries/libldap/Makefile.in
patching file libraries/liblber/Makefile.in
patching file libraries/liblber/liblber.map

Applying patch getaddrinfo-is-threadsafe
patching file libraries/libldap/os-ip.c
patching file libraries/libldap/util-int.c

Applying patch do-not-second-guess-sonames
patching file libraries/libldap/cyrus.c
patching file servers/slapd/sasl.c

Applying patch smbk5pwd-makefile
patching file contrib/slapd-modules/smbk5pwd/Makefile

Applying patch autogroup-makefile
patching file contrib/slapd-modules/autogroup/Makefile

Applying patch ldap-conf-tls-cacertdir
patching file 

Bug#651598: [Pkg-openldap-devel] Bug#651598: FTBFS: autoconf-wrapper: invalid number of arguments

2011-12-10 Thread Steve Langasek
tags 651598 moreinfo unreproducible
severity 651598 important
thanks

On Sat, Dec 10, 2011 at 12:18:01PM +0100, Felix Koop wrote:
 Now at patch switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.diff
dh_autoreconf -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
 autoconf-wrapper: invalid number of arguments
 dh_autoreconf: autoreconf -f -i . contrib/ldapc++ returned exit code 255

What in the world is autoconf-wrapper?  That doesn't look like a standard
Debian build environment.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#651598: [Pkg-openldap-devel] Bug#651598: FTBFS: autoconf-wrapper: invalid number of arguments

2011-12-10 Thread Felix Koop
This is what I found out on this standard debian sid machine:
dh_autoreconf calls autoreconf (found as a link in /usr/bin/, pointing
to autoconf; out of package autoconf)
/usr/bin/autoconf has in line 223 this code: 
   die autoconf-wrapper: invalid number of arguments\n

Unfortunately my perl knowledge is rather limited, so I don't know what
exactly it is doing and why it got this error message. If you tell me
where to look for what, I will further dig into it.

-- 
Mit freundlichen Grüßen

Felix Koop



Am Samstag, den 10.12.2011, 13:25 -0800 schrieb Steve Langasek: 
 tags 651598 moreinfo unreproducible
 severity 651598 important
 thanks
 
 On Sat, Dec 10, 2011 at 12:18:01PM +0100, Felix Koop wrote:
  Now at patch switch-to-lt_dlopenadvise-to-get-RTLD_GLOBAL-set.diff
 dh_autoreconf 
  -O--builddirectory=/usr/src/src/openldap-2.4.25/debian/build
  autoconf-wrapper: invalid number of arguments
  dh_autoreconf: autoreconf -f -i . contrib/ldapc++ returned exit code 255
 
 What in the world is autoconf-wrapper?  That doesn't look like a standard
 Debian build environment.
 





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org