Package: dh-make-php Version: 0.2.12 Severity: normal After downloading pecl_http with dh-make-pecl --only 5 pecl_http I can not build the package. I call dpkg-buildpackge -rfakeroot but the script fails with the message:
---------------------------------------------------------------------- Build complete. Don't forget to run 'make test'. make[1]: Leaving directory `/home/sauer/php-pecl-http-1.6.5/pecl_http-1.6.5' make[1]: Entering directory `/home/sauer/php-pecl-http-1.6.5/pecl_http-1.6.5' find . -name \*.gcno -o -name \*.gcda | xargs rm -f find . -name \*.lo -o -name \*.o | xargs rm -f find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf rm -f libphp.la modules/* libs/* make[1]: Leaving directory `/home/sauer/php-pecl-http-1.6.5/pecl_http-1.6.5' touch build-stamp-v5 fakeroot debian/rules binary dh_testdir dh_testroot # can't dh_clean here without specifically excluding the possibly existing installed dirs # for other version. #dh_clean -k dh_installdirs # Add here commands to install the package into debian/php-pecl-http. mkdir -p debian/php5-pecl-http//usr/lib/php5/20060613+lfs install -m 644 -o root -g root tmp/modules5/pecl-http.so debian/php5-pecl-http//usr/lib/php5/20060613+lfs/pecl-http.so install: cannot stat `tmp/modules5/pecl-http.so': No such file or directory make: *** [install-v5] Error 1 dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 2 --------------------------------------------------------------------------- The reason seems to be that dh-make-pecl is creating scripts to build a package with a module called "pecl_http.so", while the module makefile is building the module with the name "http.so" (without pecl_). -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core) Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages dh-make-php depends on: ii cdbs 0.4.52 common build system for Debian pac ii php-pear 5.2.6.dfsg.1-1+lenny3 PEAR - PHP Extension and Applicati ii php5-cli 5.2.6.dfsg.1-1+lenny3 command-line interpreter for the p dh-make-php recommends no packages. dh-make-php suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org