FR 3.0.9 on Debian Jessie: proto_dhcp.so present in both freeradius-dhcp and freeradius
Hi, just a minor issue in Debian packaging of 3.0.9: Building the .deb packages is fine, but when I try to install them with dpkg -i I get Selecting previously unselected package freeradius-dhcp. (Reading database ... 39805 files and directories currently installed.) Preparing to unpack freeradius-dhcp_3.0.9+git_amd64.deb ... Unpacking freeradius-dhcp (3.0.9+git) ... dpkg: error processing archive freeradius-dhcp_3.0.9+git_amd64.deb (--install): trying to overwrite '/usr/lib/freeradius/proto_dhcp.so', which is also in package freeradius 3.0.9+git ... or the other way round when swapping install sequence. Indeed I can see it doubly: root@vhrz715:~/freeradius-3.0.9# dpkg -c freeradius-dhcp_3.0.9+git_amd64.deb | grep proto_dhcp.so -rw-r--r-- root/root 15256 2015-09-16 10:03 ./usr/lib/freeradius/proto_dhcp.so root@vhrz715:~/freeradius-3.0.9# dpkg -c freeradius_3.0.9+git_amd64.deb | grep proto_dhcp.so -rw-r--r-- root/root 15256 2015-09-16 10:03 ./usr/lib/freeradius/proto_dhcp.so Perhaps that was missed when moving the DHCP things to their own package? Cheers, Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
On 17-09-15 09:26, Martin Pauly wrote:
Hi,
just a minor issue in Debian packaging of 3.0.9: Building the .deb packages is fine, but when I try to install them with dpkg -i I get
Selecting previously unselected package freeradius-dhcp. (Reading database ... 39805 files and directories currently installed.) Preparing to unpack freeradius-dhcp_3.0.9+git_amd64.deb ... Unpacking freeradius-dhcp (3.0.9+git) ... dpkg: error processing archive freeradius-dhcp_3.0.9+git_amd64.deb (--install): trying to overwrite '/usr/lib/freeradius/proto_dhcp.so', which is also in package freeradius 3.0.9+git
This has been fixed in the upcoming release, see https://github.com/FreeRADIUS/freeradius-server/issues/1125 -- Herwin Weststrate
On 17.09.2015 09:32, Herwin Weststrate wrote:
This has been fixed in the upcoming release, see https://github.com/FreeRADIUS/freeradius-server/issues/1125
oh thanks, I had only looked at the list, but not at github -- sorry. I can do very well with 3.0.8 thus far. Cheers, Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
Martin, Upgrade to the latest version, this has been fixed. -- Jorge Pereira On Thu, Sep 17, 2015 at 4:42 AM, Martin Pauly <pauly@hrz.uni-marburg.de> wrote:
On 17.09.2015 09:32, Herwin Weststrate wrote:
This has been fixed in the upcoming release, see https://github.com/FreeRADIUS/freeradius-server/issues/1125
oh thanks, I had only looked at the list, but not at github -- sorry. I can do very well with 3.0.8 thus far.
Cheers, Martin
-- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On 17.09.2015 13:53, Jorge Pereira wrote:
Upgrade to the latest version, this has been fixed. has this been pushed to ftp://ftp.freeradius.org/pub/freeradius/ ? I only see files from July there.
Thx, Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
On 25-09-15 09:25, Martin Pauly wrote:
On 17.09.2015 13:53, Jorge Pereira wrote:
Upgrade to the latest version, this has been fixed. has this been pushed to ftp://ftp.freeradius.org/pub/freeradius/ ? I only see files from July there.
Thx, Martin
It has been fixed after the release of 3.0.9, and since 3.0.10 isn't released yet, the fixes are not in an official release (although it won't probably take too long). You can always try to grab the latest v3.0.x from git, or backport the specific commit to 3.0.9 and build the packages from there. -- Herwin Weststrate
participants (3)
-
Herwin Weststrate -
Jorge Pereira -
Martin Pauly