Problem with building 2.0.5 package for Debian Etch
I have a problem with building a 2.0.5 package for Debian Etch. I have used http://wiki.freeradius.org/Build#Building_Debian_packages this tutorial for that but I only got this error message: # 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 <aland@freeradius.org> 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 ./ . attempting to revert failed patch 01-radiusd-to-freeradius from ./: md5sums match, proceeding ... done (neither success nor failure guaranteed) 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] Fehler 1 How can I solve that? Thanks in advance. -- View this message in context: http://www.nabble.com/Problem-with-building-2.0.5-package-for-Debian-Etch-tp... Sent from the FreeRadius - User mailing list archive at Nabble.com.
See in the archives the thread from Giovanni Lovato named "FreeRADIUS 2.0.5 Debian dpkg-buildpackage error" which has started on the 2008-07-13, especially the last email of the thread named "Re: [SOLVED] FreeRADIUS 2.0.5 Debian dpkg-buildpackage error" on the 2008-07-20. <quote> 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). </quote> Am 16.07.2008 um 13:42 schrieb DaSilva:
I have a problem with building a 2.0.5 package for Debian Etch. I have used http://wiki.freeradius.org/ Build#Building_Debian_packages this tutorial for that but I only got this error message:
[...] Have a nice day! Nicolas Goutte extragroup GmbH - Karlsruhe Waldstr. 49 76133 Karlsruhe Germany Geschäftsführer: Stephan Mönninghoff, Hans Martin Kern, Tilman Haerdle Registergericht: Amtsgericht Münster / HRB: 5624 Steuer Nr.: 337/5903/0421 / UstID: DE 204607841
Nicolas Goutte-2 wrote:
See in the archives the thread from Giovanni Lovato named "FreeRADIUS 2.0.5 Debian dpkg-buildpackage error" which has started on the 2008-07-13, especially the last email of the thread named "Re: [SOLVED] FreeRADIUS 2.0.5 Debian dpkg-buildpackage error" on the 2008-07-20.
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).
Am 16.07.2008 um 13:42 schrieb DaSilva:
I have a problem with building a 2.0.5 package for Debian Etch. I have used http://wiki.freeradius.org/ Build#Building_Debian_packages this tutorial for that but I only got this error message:
[...]
Have a nice day!
Nicolas Goutte
Thanks, that worked but you have a typo in that! For future readers: -#user = nobody -#group = nobody to -#user = radius -#group = radius -- View this message in context: http://www.nabble.com/Problem-with-building-2.0.5-package-for-Debian-Etch-tp... Sent from the FreeRadius - User mailing list archive at Nabble.com.
participants (2)
-
DaSilva -
Nicolas Goutte