Good Afternoon,
I am having an issue with Debian Etch while trying to build out from source to get the debian installed everything seems ok than I get the following:
installer-debian:
Copying 1961 files to /root/openfire_src/work/debian/openfire-3.3.2
Copied 363 empty directories to 3 empty directories under /root/openfire_src/work/debian/openfire-3.3.2
Copying 15 files to /root/openfire_src/work/debian/openfire-3.3.2/debian
dpkg-buildpackage: source package is openfire
dpkg-buildpackage: source version is 3.3.2
dpkg-buildpackage: source changed by Jive Software webmaster@jivesoftware.com
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 3.3.2
fakeroot debian/rules clean
test -x debian/rules
test “id -u
” = 0
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/root/openfire_src/work/debian/openfire-3.3.2’’
make[1]: Nothing to be done for `reverse-config’’.
make[1]: Leaving directory `/root/openfire_src/work/debian/openfire-3.3.2’’
if [ “reverse-patches” = “reverse-patches” ]; then rm -f debian/stamp-patched; fi
patches: debian/patches/10-logdir.patch debian/patches/11-unwritable-home.patch
Patch debian/patches/11-unwritable-home.patch is not applied.
Patch debian/patches/10-logdir.patch is not applied.
if [ “reverse-patches” != “reverse-patches” ]; then touch debian/stamp-patched; fi
if [ “reverse-patches” != “reverse-patches” ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
for dir in debian/patches ; do \
rm -f $dir/*.log ; \
done
dh_clean
cd . && /usr/lib/jvm/java-1.5.0-sun/bin/java -classpath /usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/lib/jvm/jav a-1.5.0-sun/lib/tools.jar -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dcompile.debug=true -Dcompile.optimize=true -buildfile build/build.xml clean
Buildfile: build/build.xml
clean:
BUILD SUCCESSFUL
Total time: 0 seconds
rm -f debian/stamp-ant-build
dpkg-source -b openfire-3.3.2
dpkg-source: building openfire in openfire_3.3.2.tar.gz
dpkg-source: building openfire in openfire_3.3.2.dsc
debian/rules build
test -x debian/rules
mkdir -p “.”
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/root/openfire_src/work/debian/openfire-3.3.2’’
make[1]: Nothing to be done for `reverse-config’’.
make[1]: Leaving directory `/root/openfire_src/work/debian/openfire-3.3.2’’
if [ “debian/stamp-patched” = “reverse-patches” ]; then rm -f debian/stamp-patched; fi
patches: debian/patches/10-logdir.patch debian/patches/11-unwritable-home.patch
Trying patch debian/patches/10-logdir.patch at level 1 … 0 … 2 … failure.
make: *** Error 1
BUILD FAILED
/root/openfire_src/build/build.xml:1709: exec returned: 2
Total time: 53 seconds
Can anyone here point me in the right direction. Any help would be much appreciated.