Giovanni Lovato wrote: > # dpkg-buildpackage -b -uc > dpkg-buildpackage: source package is freeradius > dpkg-buildpackage: source version is 2.0.5-0 > dpkg-buildpackage: source changed by Alan DeKok <[EMAIL PROTECTED]> > dpkg-buildpackage: host architecture i386 > dpkg-buildpackage: source version without epoch 2.0.5-0 > debian/rules clean > dpatch deapply-all > 02-dialupadmin-help not applied to ./ . > 01-radiusd-to-freeradius not applied to ./ . > rm -rf patch-stamp patch-stampT debian/patched > dh_testdir > dh_clean > rm -f build-arch-stamp build-indep-stamp libltdl/stamp-h1 > rm -f install-arch-stamp install-indep-stamp configure-stamp > [ -f Make.inc ] && make distclean || true > # The make clean forgets to remove this build directory > [ -d src/modules/lib ] && rm -fr src/modules/lib || true > # Put the original autotools files back in place > [ -f config.sub.dist ] && rm config.sub && mv config.sub.dist config.sub > || true > [ -f config.guess.dist ] && rm config.guess && mv config.guess.dist > config.guess || true > debian/rules build > test -d debian/patched || install -d debian/patched > dpatch apply-all > applying patch 01-radiusd-to-freeradius to ./ ... failed. > make: *** [patch-stamp] Error 1
The error on the patch is at lines 47-48 in debian/patches/01-radiusd-to-freeradius.dpatch, change -#user = nobody -#user = nobody to -#user = radius -#user = radius then dpkg-buildpackage will compile fine (it may be necessary to do a fresh untar).
smime.p7s
Description: S/MIME Cryptographic Signature
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html