retitle 458717 bitlbee: FTBFS if $(DEB_BUILD_OPTIONS) contains stuff
that configure doesn't recognise
It built fine in my sid chroot.
The key difference seems to be:
grid 5000:
./configure --debug=0 --prefix=/usr --etcdir=/etc/bitlbee parallel=8
BitlBee configure
Usage: ./configure [OPTIONS]
Option Description Default
--prefix=... Directories to put files in /usr
--bindir=... $prefix/sbin/
--etcdir=... /etc/bitlbee
--mandir=... $prefix/share/man/
--datadir=... $prefix/share/bitlbee/
--config=... /var/lib/bitlbee/
--msn=0/1 Disable/enable MSN part 1
--jabber=0/1 Disable/enable Jabber part 1
--oscar=0/1 Disable/enable Oscar part (ICQ, AIM) 1
--yahoo=0/1 Disable/enable Yahoo part 1
--debug=0/1 Disable/enable debugging 0
--strip=0/1 Disable/enable binary stripping 1
--ipv6=0/1 IPv6 socket support 1
--ssl=... SSL library to use (gnutls, nss, openssl, bogus, auto)
auto
mine:
./configure --debug=0 --prefix=/usr --etcdir=/etc/bitlbee
BitlBee configure
Architecture: Linux
Configuration done:
Debugging disabled.
Binary stripping enabled.
Using SSL library: gnutls
Building with these protocols: msn jabber oscar yahoo
I strongly suspect the failure to configure properly is the cause of the
failure later in the grid 5000 build.
Looking at the rules file it looks like it is passing anything from
$(DEB_BUILD_OPTIONS) directly to configure which barfs if there is
anything it doesn't recognise in there. I would suggest removing
$(DEB_BUILD_OPTIONS) from the configure call.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]