Package: libcups2 Version: 1.4.4-7+squeeze1 Severity: serious Justification: fails to build from source
Hi there. With buildinf libcups2 package by command 'apt-get -b source libcups2' i got the error on 'debian/rules clean' stage. Log below: -------------------------------------- 4build:/mnt/source$ apt-get -b source libcups2 Reading package lists... Done Building dependency tree Reading state information... Done Picking 'cups' as source package instead of 'libcups2' NOTICE: 'cups' packaging is maintained in the 'Bzr' version control system at: http://bzr.debian.org/pkg-cups/cups/debian-trunk/ Please use: bzr get http://bzr.debian.org/pkg-cups/cups/debian-trunk/ to retrieve the latest (possibly unreleased) updates to the package. Skipping already downloaded file 'cups_1.4.4-7+squeeze1.dsc' Skipping already downloaded file 'cups_1.4.4.orig.tar.gz' Skipping already downloaded file 'cups_1.4.4-7+squeeze1.diff.gz' Need to get 0 B of source archives. Skipping unpack of already unpacked source in cups-1.4.4 dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package cups dpkg-buildpackage: source version 1.4.4-7+squeeze1 dpkg-buildpackage: source changed by Yves-Alexis Perez <yves-alexis.pe...@ssi.gouv.fr> dpkg-buildpackage: host architecture amd64 dpkg-source --before-build cups-1.4.4 fakeroot debian/rules clean /usr/share/cdbs/1/rules/dpatch.mk:33: WARNING: dpatch.mk is deprecated - please use source format 3.0 (quilt) instead test -x debian/rules dh_testroot rm -f debian/stamp-makefile-build debian/stamp-makefile-install /usr/bin/make -C . -k distclean make[1]: Entering directory `/mnt/source/cups-1.4.4' Makefile:16: Makedefs: No such file or directory make[1]: *** No rule to make target `Makedefs'. make[1]: Failed to remake makefile `Makedefs'. for dir in cups filter backend berkeley cgi-bin driver locale man monitor notifier ppdc scheduler systemv test conf data doc examples templates; do\ echo Cleaning in $dir... ;\ (cd $dir; /usr/bin/make -wk clean) || exit 1;\ done Cleaning in cups... make[2]: Entering directory `/mnt/source/cups-1.4.4/cups' Makefile:18: ../Makedefs: No such file or directory make[2]: *** No rule to make target `../Makedefs'. make[2]: Failed to remake makefile `../Makedefs'. rm -f adminutil.o array.o attr.o auth.o backchannel.o backend.o conflicts.o custom.o debug.o dest.o dir.o emit.o encode.o file.o getdevices.o getifaddrs.o getputfile.o globals.o http.o http-addr.o http-addrlist.o http-support.o ipp.o ipp-support.o langprintf.o language.o localize.o mark.o md5.o md5passwd.o notify.o options.o page.o ppd.o pwg-file.o pwg-media.o pwg-ppd.o request.o sidechannel.o snmp.o snprintf.o string.o tempfile.o transcode.o usersys.o util.o adminutil.32.o array.32.o attr.32.o auth.32.o backchannel.32.o backend.32.o conflicts.32.o custom.32.o debug.32.o dest.32.o dir.32.o emit.32.o encode.32.o file.32.o getdevices.32.o getifaddrs.32.o getputfile.32.o globals.32.o http.32.o http-addr.32.o http-addrlist.32.o http-support.32.o ipp.32.o ipp-support.32.o langprintf.32.o language.32.o localize.32.o mark.32.o md5.32.o md5passwd.32.o notify.32.o options.32.o page.32.o ppd.32.o pwg-file.32.o pwg-media.32.o pwg-ppd.32.o request.32.o sidechannel.32.o snmp.32.o snprintf .32.o string.32.o tempfile.32.o transcode.32.o usersys.32.o util.32.o adminutil.64.o array.64.o attr.64.o auth.64.o backchannel.64.o backend.64.o conflicts.64.o custom.64.o debug.64.o dest.64.o dir.64.o emit.64.o encode.64.o file.64.o getdevices.64.o getifaddrs.64.o getputfile.64.o globals.64.o http.64.o http-addr.64.o http-addrlist.64.o http-support.64.o ipp.64.o ipp-support.64.o langprintf.64.o language.64.o localize.64.o mark.64.o md5.64.o md5passwd.64.o notify.64.o options.64.o page.64.o ppd.64.o pwg-file.64.o pwg-media.64.o pwg-ppd.64.o request.64.o sidechannel.64.o snmp.64.o snprintf.64.o string.64.o tempfile.64.o transcode.64.o usersys.64.o util.64.o testadmin.o testarray.o testconflicts.o testcups.o testfile.o testhttp.o testi18n.o testipp.o testoptions.o testlang.o testppd.o testpwg.o testsnmp.o libcups.a testadmin testarray testconflicts testcups testfile testhttp testi18n testipp testlang testoptions testppd testpwg testsnmp rm -f libcups.so libcups.sl libcups.dylib rm -f -r 32bit 64bit make[2]: Leaving directory `/mnt/source/cups-1.4.4/cups' make[1]: *** [clean] Error 1 make[1]: Target `distclean' not remade because of errors. make[1]: Leaving directory `/mnt/source/cups-1.4.4' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-check rm -f debian/stamp-autotools rmdir --ignore-fail-on-non-empty . rmdir: failed to remove `.': Invalid argument make: [makefile-clean] Error 1 (ignored) rm -f man/client.conf.man packaging/cups.list rm -f conf/mime.convs conf/snmp.conf init/org.cups.cups-lpd.plist [ ! -f Makedefs ] || make distclean # Remove source code of extra filters for PDF printing workflow ( cd debian/local/filters/pdf-filters/; sh ./removefromcups ../../../.. ) dh_clean rm -f debian/stamp-autotools-files /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/mnt/source/cups-1.4.4' /usr/share/cdbs/1/rules/dpatch.mk:33: WARNING: dpatch.mk is deprecated - please use source format 3.0 (quilt) instead make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/mnt/source/cups-1.4.4' dpatch deapply-all str3914 not applied to ./ . str3867 not applied to ./ . ubuntu-upstart not applied to ./ . ubuntu-default-error-policy-retry-job not applied to ./ . ubuntu-disable-browsing not applied to ./ . pstops-based-workflow-only-for-printing-ps-on-a-ps-printer not applied to ./ . support-gzipped-charmaps not applied to ./ . log-debug-history-nearly-unlimited not applied to ./ . ppdc-dynamic-linking not applied to ./ . show-compile-command-lines not applied to ./ . printer-filtering not applied to ./ . confdirperms not applied to ./ . default_log_settings not applied to ./ . logfiles_adm_readable not applied to ./ . cups-snmp-oids-device-id-hp-ricoh not applied to ./ . default-ripcache-size-auto not applied to ./ . cups-deviced-allow-device-ids-with-newline not applied to ./ . do-not-broadcast-with-hostnames not applied to ./ . read-embedded-options-from-incoming-postscript-and-add-to-ipp-attrs not applied to ./ . poppler-based-pdftops-fixes not applied to ./ . reactivate_recommended_driver not applied to ./ . manual-section-for-drv not applied to ./ . drop_unnecessary_dependencies not applied to ./ . no-conffile-timestamp not applied to ./ . removecvstag not applied to ./ . usb-backend-both-usblp-and-libusb not applied to ./ . dnssd-avahi not applied to ./ . rootbackends-worldreadable not applied to ./ . quiesce-bonjour-warning not applied to ./ . reverting patch manpage-translations from ./ ... failed. make: *** [deapply-dpatches] Error 1 dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2 Build command 'cd cups-1.4.4 && dpkg-buildpackage -b -uc' failed. E: Child process failed ------------------------------ .... and build aborted. Same effect in place with 'fakeroot debian/rules clean' in cups-1.4.4-7 directory. -- System Information: Debian Release: 6.0.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libcups2 depends on: ii libavahi-client3 0.6.27-2+squeeze1 Avahi client library ii libavahi-common3 0.6.27-2+squeeze1 Avahi common library ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libcomerr2 1.41.12-4stable1 common error description library ii libgcrypt11 1.4.5-2 LGPL Crypto library - runtime libr ii libgnutls26 2.8.6-1 the GNU TLS library - runtime libr ii libgssapi-krb5-2 1.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries - k ii libk5crypto3 1.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries - C ii libkrb5-3 1.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime libcups2 recommends no packages. Versions of packages libcups2 suggests: pn cups-common <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org