Report information
The Basics
Id:
49236
Status:
open
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
(no value)
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
(no value)
Severity:
(no value)
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
(no value)

Dates
Created:Wed, 17 Apr 2019 09:18:00 -0400
Updated:Thu, 18 Apr 2019 08:07:23 -0400
Closed:Not set



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

To: dhcp-bugs@isc.org
Date: Wed, 17 Apr 2019 13:17:55 +0000
From: "Fabrice Fontaine" <fontaine.fabrice@gmail.com>
Subject: ISC DHCP 4.4.1 - Static build failed when cross-compiling
Bug Report from www.isc.org: Name: Fabrice Fontaine Email: fontaine.fabrice@gmail.com Software Version: ISC DHCP 4.4.1 OS: buildroot (Linux) Subject:Static build failed when cross-compiling Bug Detail =========== A static cross-compilation of ISC DHCP fails because bind (in bind/Makefile.in) is not called with the following options: --without-zlib --without-dlopen. Could you fix it? I can also provide a patch if needed however it seems that bind/Makefile.in is not in your ISC DHCP git source tree. Best Regards, Fabrice --- This email was received through isc.org Bug Submission Form
Hello Frabice: You may pass additional configuration parameters through to the BIND build like this: ./configure --with-bind-extra-config="--without-zlib --without-dlopen" Note that you must enclose it with quotes for more than one value. Please note that we have migrated ISC DHCP to gitlab here: https://gitlab.isc.org/isc-projects/dhcp Please submit any future issues in the gitlab project. You may also use that now to submit patches via merge requests. Our RT bug system will be going read-only at some point. You marked the ticket confidential. Do you mind if we make it public? Regards, Thomas Markwalder ISC Software Engineering
Subject: Re: [ISC-Bugs #49236] ISC DHCP 4.4.1 - Static build failed when cross-compiling
From: "Fabrice Fontaine" <fontaine.fabrice@gmail.com>
To: dhcp-confidential@isc.org
Date: Thu, 18 Apr 2019 14:04:37 +0200
Dear Thomas, Thanks for your quick answer, I'll try it and check your gitlab project. You can make this ticket public, I did not want to tag it as confidential, sorry for this mistake. Best Regards, Fabrice Fontaine Le jeu. 18 avr. 2019 à 13:57, Thomas Markwalder via RT <dhcp-confidential@isc.org> a écrit : > > Hello Frabice: > > You may pass additional configuration parameters through to the BIND build like this: > > ./configure --with-bind-extra-config="--without-zlib --without-dlopen" > > Note that you must enclose it with quotes for more than one value. > > Please note that we have migrated ISC DHCP to gitlab here: > > https://gitlab.isc.org/isc-projects/dhcp > > Please submit any future issues in the gitlab project. You may also use that now to submit patches via merge requests. Our RT bug system will be going read-only at some point. > > You marked the ticket confidential. Do you mind if we make it public? > > Regards, > > Thomas Markwalder > ISC Software Engineering > >