try this: line 78 in build-freenet-daemon.sh: - change "git submodule update" to "git submodule update --init"
lemme know if it works and i'll push the fix. X On 23/07/11 22:22, Marco Calamari wrote: > On Thu, 2011-07-14 at 23:38 +0100, Ximin Luo wrote: >> New debian package in https://github.com/freenet/debian-staging - please >> test. >> >> package contents: https://gist.github.com/899794 >> >> This one uses the new service-wrapper package from debian-experimental, >> removing the need to maintain our own init.d script. >> >> known issues: will complain about "too old freenet-ext" because I haven't >> bumped the version in contrib-staging yet. ignore this. > > After installig all obvious packeges, on Ubuntu 11.04 I obtain > the following error; is this due by the fact I have OpenJDK > installed or by some other mistake I've done? > > Thanks for all help. Marco > > marcoc at nibon:~/freenet/freenet-debian-staging-aa554d0 > $ ./build-freenet-daemon.sh > build freenet-daemon > - clean previous build products... > - update submodules... > - clean source repos... > HEAD is now at aa554d0 correct java dependency and ensure that PIDDIR > exists > /home/marcoc/freenet/freenet-debian-staging-aa554d0 > HEAD is now at aa554d0 correct java dependency and ensure that PIDDIR > exists > /home/marcoc/freenet/freenet-debian-staging-aa554d0 > - build source archives... > - build debian binary packages... > /home/marcoc/freenet/freenet-debian-staging-aa554d0/freenet-daemon/debian/changelog > has been modified; please do NOT commit it to source control. It will be > reverted when this command exits or is aborted. > 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): > -Wl,-Bsymbolic-functions > dpkg-buildpackage: source package freenet-daemon > dpkg-buildpackage: source version 0.7.5+aa55-0.3 > dpkg-buildpackage: source changed by Marco Calamari <marcoc at nibon> > dpkg-buildpackage: host architecture amd64 > dpkg-source --before-build freenet-daemon > dpkg-source: warning: unknown information field 'Tag' in input data in > general section of control info file > fakeroot debian/rules clean > test -x debian/rules > dh_testroot > dh_clean > /usr/bin/make -f debian/rules reverse-config > make[1]: Entering directory > `/home/marcoc/freenet/freenet-debian-staging-aa554d0/freenet-daemon' > make[1]: Nothing to be done for `reverse-config'. > make[1]: Leaving directory > `/home/marcoc/freenet/freenet-debian-staging-aa554d0/freenet-daemon' > if [ -d "." ]; then \ > cd . && > QUILT_PATCHES=/home/marcoc/freenet/freenet-debian-staging-aa554d0/freenet-daemon/debian/patches > quilt --quiltrc /dev/null pop -a -R || test $? = 2 ; \ > fi > No patch removed > rm -rf ./.pc > rm -f debian/stamp-patch* > jh_clean > rm -f debian/jh_build_stamp > if [ -n "" ]; then rm -f ; fi > # jar packages > cd /home/marcoc/freenet/freenet-debian-staging-aa554d0/freenet-daemon/fred/ > && ant -f build-clean.xml clean-all > Buildfile: build-clean.xml does not exist! > Build failed > make: *** [clean] Error 1 > dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit > status 2 > > > > > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://freenetproject.org/cgi-bin/mailman/listinfo/devl -- GPG: 4096R/5FBBDBCE https://github.com/infinity0 https://bitbucket.org/infinity0 https://launchpad.net/~infinity0 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 900 bytes Desc: OpenPGP digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20110723/8e5ed489/attachment.pgp>
