MIME-Version: 1.0 X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,FAKE_REPLY_C, RP_MATCHES_RCVD autolearn=ham version=3.3.2 Content-Disposition: inline X-Uio-Ratelimit-Test: rcpts/h 5 msgs/h 1 sum rcpts/h 6 sum msgs/h 1 total rcpts 10925 max rcpts/h 25 ratelimit 0 Message-ID: <20140222221516.GH3931@ulrik.uio.no> Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: utf-8 Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) by bugs.isc.org (Postfix) with ESMTP id 80E4D2D20051 for ; Sat, 22 Feb 2014 22:15:30 +0000 (UTC) Received: from mail-out4.uio.no (mail-out4.uio.no [IPv6:2001:700:100:10::15]) by mx.ams1.isc.org (Postfix) with ESMTP id CCD492383A7 for ; Sat, 22 Feb 2014 22:15:21 +0000 (UTC) (envelope-from pre@ulrik.uio.no) Received: from mail-mx2.uio.no ([129.240.10.30]) by mail-out4.uio.no with esmtp (Exim 4.80.1) (envelope-from ) id 1WHKqr-0006xo-H1; Sat, 22 Feb 2014 23:15:17 +0100 Received: from ulrik.uio.no ([129.240.12.4]) by mail-mx2.uio.no with esmtp (Exim 4.80) (envelope-from ) id 1WHKqr-00017x-27; Sat, 22 Feb 2014 23:15:17 +0100 Received: by ulrik.uio.no (Postfix, from userid 43502) id 3E691A35; Sat, 22 Feb 2014 23:15:16 +0100 (CET) Delivered-To: dhcp-bugs@bugs.isc.org User-Agent: Mutt/1.5.20 (2009-12-10) Subject: Re: Patches solving FTBFS of isc-dhcp for GNU/Hurd [ISC-Bugs #24697] Return-Path: X-Uio-Spam-Info: not spam, SpamAssassin (score=-5.4, required=5.0, autolearn=disabled, FAKE_REPLY_C=0.688,RP_MATCHES_RCVD=-1.051,UIO_MAIL_IS_INTERNAL=-5, uiobl=NO, uiouri=NO) X-Original-To: dhcp-bugs@bugs.isc.org X-Uioonly: 201DC653B407AC45329425EB87E37691F3240862 Date: Sat, 22 Feb 2014 23:15:16 +0100 X-Uio-Scanned: E9C42AEF60D9BA058CB9F59B94C1A034B1F24DB1 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mx.ams1.isc.org To: 616290@bugs.debian.org, svante.signell@gmail.com, Samuel Thibault , dhcp-bugs@isc.org X-Uio-Spam-Test: remote_host: 129.240.12.4 spam_score: -53 maxlevel 80 minaction 0 bait 0 mail/h: 1 total 4737 max/h 66 blacklist 0 greylist 1 ratelimit 0 From: Petter Reinholdtsen RT-Message-ID: Content-Length: 1545 [Shawn Routhier 2012-12-03] > Here's the patch. It is in HEAD and will therefore go into the next > feature (4.3.0a1 probably) but we currently don't plan to put it > into 4.2.5 or 4.1-ESV-R6. We are still working on the roadmap for > 4.3.0 so I'm not sure when we will release it. The 4.3.0a1-2 version is now in experimental, and it fail to build on Hurd, according to with this error message: ../bind/include/isc/net.h:184:8: error: redefinition of 'struct in6_pktinfo' So I guess there is still some porting needed to get ics-dhcp building on Hurd. The isc-dhcp package is as far as I can tell the last package needed to get Hurd using only packagees in Debian Sid to boot and get an IP address using DHCP. I base it on this list of packages my test machine have installed from the porters repository and not from sid: root@hurdtest:~# aptitude search '?narrow(?version(CURRENT),?origin(Debian Ports))' i emacs - GNU Emacs editor (metapackage) i gdb - GNU Debugger i hurd-recommended - Miscellaneous translators i isc-dhcp-client - ISC DHCP client i isc-dhcp-common - common files used by all the isc-dhcp* packages i x86info - Display diagnostic information about i386 compatible root@hurdtest:~# The packages emacs, gdb, hurd-recommended and x86info other packages are not required to get a working system in a dhcp network like mine. :) -- Happy hacking Petter Reinholdtsen