Re: [SOLVED] FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-19 Thread Giovanni Lovato
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

Re: FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-18 Thread Fabián Omar Franzotti
I have the same problem in debian lenny, I did follow your help but it not work
thanks

- Original Message - 
From: orion [EMAIL PROTECTED]
To: FreeRadius users mailing list freeradius-users@lists.freeradius.org
Sent: Saturday, June 14, 2008 5:06 PM
Subject: Re: FreeRADIUS 2.0.5 Debian dpkg-buildpackage error


hi there.
download freeradius as a non-root user.
untar the archive.
chmod +x -R the untared folder
cd to the folder
issue dpkg-buildpackage -b -uc as a non-root user.
then su and install the deb packages created one directory  up.

2008/6/13 Giovanni Lovato [EMAIL PROTECTED]:
 # 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

 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-17 Thread Giovanni Lovato
orion wrote:
 2008/6/13 Giovanni Lovato [EMAIL PROTECTED]:
 # 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

 hi there.
 download freeradius as a non-root user.
 untar the archive.
 chmod +x -R the untared folder
 cd to the folder
 issue dpkg-buildpackage -b -uc as a non-root user.
 then su and install the deb packages created one directory  up.

Why should I set execute permission to all the tree? It makes no sense.
Though, the error still occurs.


smime.p7s
Description: S/MIME Cryptographic Signature
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-17 Thread Stephen Gran
On Tue, Jun 17, 2008 at 11:10:11PM +0200, Giovanni Lovato said:
 orion wrote:
  2008/6/13 Giovanni Lovato [EMAIL PROTECTED]:
  test -d debian/patched || install -d debian/patched
  dpatch  apply-all
  applying patch 01-radiusd-to-freeradius to ./ ... failed.
  make: *** [patch-stamp] Error 1
 
  hi there.
  download freeradius as a non-root user.
  untar the archive.
  chmod +x -R the untared folder
  cd to the folder
  issue dpkg-buildpackage -b -uc as a non-root user.
  then su and install the deb packages created one directory  up.
 
 Why should I set execute permission to all the tree? It makes no sense.
 Though, the error still occurs.

This means a patch shipped in the tarball that is applied only during
the build process for a debian package no longer cleanly applies.
-- 
 --
|  Stephen Gran  | Never, ever lie to someone you love |
|  [EMAIL PROTECTED] | unless you're absolutely sure they'll   |
|  http://www.lobefin.net/~steve | never find out the truth.   |
 --


signature.asc
Description: Digital signature
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-14 Thread orion
hi there.
download freeradius as a non-root user.
untar the archive.
chmod +x -R the untared folder
cd to the folder
issue dpkg-buildpackage -b -uc as a non-root user.
then su and install the deb packages created one directory  up.

2008/6/13 Giovanni Lovato [EMAIL PROTECTED]:
 # 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

 -
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


FreeRADIUS 2.0.5 Debian dpkg-buildpackage error

2008-06-13 Thread Giovanni Lovato
# 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


smime.p7s
Description: S/MIME Cryptographic Signature
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html