The automatic build of dpkg is failing. I think you should run "autoreconf
-f -i" before building the source package and ensure that
autoconf/automake/gettext/flex are installed.
Otherwise it looks like the build files are never updated and introduction
of new files lead to build failures like this one below.
Cheers,
On Sat, 19 Nov 2011, Jenkins Team at Grml wrote:
> (CDPATH="${ZSH_VERSION+.}:" && cd .. && /bin/bash /tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-aux/missing --run autoheader)
> /tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-aux/missing: line 52: autoheader: command not found
> WARNING: `autoheader' is missing on your system. You should only need it if
> you modified `acconfig.h' or `configure.ac'. You might want
> to install the `Autoconf' and `GNU m4' packages. Grab them
> from any GNU archive site.
[...]
> make[5]: *** No rule to make target `arch.o', needed by `libdpkg.a'. Stop.
> make[5]: Leaving directory `/tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-tree/lib/dpkg'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-tree/lib/dpkg'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-tree/lib'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-tree'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/tmp/buildd/dpkg-1.16.1~117.gbpfb1878/build-tree'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> E: Failed autobuilding of package
> I: unmounting /var/cache/pbuilder/ccache filesystem
> I: unmounting dev/pts filesystem
> I: unmounting proc filesystem
> -> Cleaning COW directory
> forking: rm -rf /var/cache/pbuilder/build//cow.28003
> + '[' 1 -eq 0 ']'
> + bailout 1 'Error: Failed to build with cowbuilder.'
> + '[' -n 1 ']'
> + EXIT=1
> + '[' -n 'Error: Failed to build with cowbuilder.' ']'
> + echo 'Error: Failed to build with cowbuilder.'
> Error: Failed to build with cowbuilder.
> + '[' -n unset ']'
> + '[' unset '!=' unset ']'
> + echo '*** Getting rid of files in <http://jenkins.grml.org/job/dpkg-binaries/./architecture=amd64/ws/binaries/> to avoid problems in next run. ***'
> *** Getting rid of files in <http://jenkins.grml.org/job/dpkg-binaries/./architecture=amd64/ws/binaries/> to avoid problems in next run. ***
> + rm -f '<http://jenkins.grml.org/job/dpkg-binaries/./architecture=amd64/ws/binaries/*'>
> + exit 1
> Build step 'Execute shell' marked build as failure
> Archiving artifacts
>
>
> --
> To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: http://lists.debian.org/10166459.51321725210949.JavaMail.jenkins@grml-jenkins
>
--
Raphaël Hertzog ◈ Debian Developer
Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/go/ulule-rh/
--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20111121070639.GI10067@rivendell.home.ouaza.com">h ttp://lists.debian.org/20111121070639.GI10067@rivendell.home.ouaza.com
11-21-2011, 10:11 AM
Michael Prokop
Problem with auto-build of dpkg
* Raphael Hertzog [Mon Nov 21, 2011 at 08:06:39AM +0100]:
> The automatic build of dpkg is failing. I think you should run "autoreconf
> -f -i" before building the source package and ensure that
> autoconf/automake/gettext/flex are installed.
> Otherwise it looks like the build files are never updated and introduction
> of new files lead to build failures like this one below.
Thanks to Raphael for further investigating this issue with me.
Actually it's caused by a failing step in the build process.
I just applied a fix for it: