[php-maint] Bug#645401: Nice, but… wasn’t enough ☹

Thorsten Glaser tg at mirbsd.de
Sat Jan 28 00:40:26 UTC 2012


Source: php5
Version: 5.3.9-3

[…]
checking whether rfc822_output_address_list function present... yes
checking whether build with IMAP works... yes
checking for InterBase support... yes, shared
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libgds, libib_util or libfbclient not found! Check config.log for more information.
make: *** [configure-apache2-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package

Your line is wrong:

ifneq ($(DEB_HOST_ARCH_OS), $(findstring $(DEB_HOST_ARCH_OS), hurd m68k hppa ppc64 armhf powerpcspe))

Because:

(pbuild1831)root at ara5:~/php5-5.3.9 # dpkg-architecture -qDEB_HOST_ARCH_OS
linux

I think you want DEB_HOST_ARCH. According to the arches file,
it’s got DEB_HOST_ARCH=hurd-i386 on the Hurd.

bye,
//mirabilos
-- 
  “Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool.”
						-- Edward Burr





More information about the pkg-php-maint mailing list