zoneminder 1.28.1 debian rules wont compile
Posted: Mon Mar 23, 2015 4:14 pm
I just download v1.28.1.tar.gz, moved the distros/debian to the correct place and tried dpkg-buildpackage.
It fails with:
Was anyone able to create the package for debian 7.8 ?
It fails with:
Code: Select all
# /tmp/ZoneMinder-1.28.1$ dpkg-buildpackage
dpkg-buildpackage: source package zoneminder
dpkg-buildpackage: source version 1.28.1-testing
dpkg-buildpackage: source changed by Isaac Connor <iconnor connortechnology com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build ZoneMinder-1.28.1
fakeroot debian/rules clean
dh clean --with quilt,autoreconf
dh_testdir
dh_auto_clean
dh_quilt_unpatch
No patch removed
dh_autoreconf_clean
debian/rules override_dh_clean
make[1]: Entering directory `/tmp/ZoneMinder-1.28.1'
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make distclean
dh_clean
make[1]: Leaving directory `/tmp/ZoneMinder-1.28.1'
dpkg-source -b ZoneMinder-1.28.1
dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1)
dpkg-source: info: using source format `1.0'
dpkg-source: warning: source directory 'ZoneMinder-1.28.1' is not <sourcepackage>-<upstreamversion> 'zoneminder-1.28.1'
dpkg-source: info: building zoneminder in zoneminder_1.28.1-testing.tar.gz
dpkg-source: info: building zoneminder in zoneminder_1.28.1-testing.dsc
debian/rules build
dh build --with quilt,autoreconf
dh_testdir
dh_quilt_patch
Applying patch 01_vendor-perl.diff
patching file configure.ac
Hunk #1 FAILED at 443.
1 out of 1 hunk FAILED -- rejects in file configure.ac
Patch 01_vendor-perl.diff can be reverse-applied
dh_quilt_patch: quilt --quiltrc /dev/null push -a || test $? = 2 returned exit code 1
make: *** [build] Error 25
dpkg-buildpackage: error: debian/rules build gave error exit status 2