Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#45131 - [bind] failed build of 9.10.2
Attached to Project:
Arch Linux
Opened by Robert Dale Watson (gillecaluim) - Friday, 29 May 2015, 15:30 GMT
Last edited by Sébastien Luttringer (seblu) - Wednesday, 03 June 2015, 21:40 GMT
Opened by Robert Dale Watson (gillecaluim) - Friday, 29 May 2015, 15:30 GMT
Last edited by Sébastien Luttringer (seblu) - Wednesday, 03 June 2015, 21:40 GMT
|
DetailsDescription:
Bind 9.10.2 package fails config Linux server.ourhome.net 4.0.1.201505042053-1-grsec #1 SMP PREEMPT Thu May 7 12:11:16 PDT 2015 x86_64 GNU/Linux Additional info: * package version(s) * config and/or log files etc. makepkg output ..... ... using SPNEGO from lib/dns checking printf format modifier for 64-bit integers... l checking for chroot... no checking linux/types.h usability... no checking linux/types.h presence... yes configure: WARNING: linux/types.h: present but cannot be compiled configure: WARNING: linux/types.h: check for missing prerequisite headers? configure: WARNING: linux/types.h: see the Autoconf documentation configure: WARNING: linux/types.h: section "Present But Cannot Be Compiled" configure: WARNING: linux/types.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------- ## configure: WARNING: ## Report this to bind9-bugs@isc.org ## configure: WARNING: ## --------------------------------- ## checking for linux/types.h... no checking sys/capability.h usability... no checking sys/capability.h presence... yes configure: WARNING: sys/capability.h: present but cannot be compiled configure: WARNING: sys/capability.h: check for missing prerequisite headers? configure: WARNING: sys/capability.h: see the Autoconf documentation configure: WARNING: sys/capability.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/capability.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------- ## configure: WARNING: ## Report this to bind9-bugs@isc.org ## configure: WARNING: ## --------------------------------- ## checking for sys/capability.h... no checking for linux/capability.h... yes checking for cap_set_proc in -lcap... yes checking sys/prctl.h usability... no checking sys/prctl.h presence... yes configure: WARNING: sys/prctl.h: present but cannot be compiled configure: WARNING: sys/prctl.h: check for missing prerequisite headers? configure: WARNING: sys/prctl.h: see the Autoconf documentation configure: WARNING: sys/prctl.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/prctl.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------- ## configure: WARNING: ## Report this to bind9-bugs@isc.org ## configure: WARNING: ## --------------------------------- ## checking for sys/prctl.h... no checking sys/un.h usability... no checking sys/un.h presence... yes configure: WARNING: sys/un.h: present but cannot be compiled configure: WARNING: sys/un.h: check for missing prerequisite headers? configure: WARNING: sys/un.h: see the Autoconf documentation configure: WARNING: sys/un.h: section "Present But Cannot Be Compiled" configure: WARNING: sys/un.h: proceeding with the compiler's result configure: WARNING: ## --------------------------------- ## configure: WARNING: ## Report this to bind9-bugs@isc.org ## configure: WARNING: ## --------------------------------- ## checking for sys/un.h... no checking for tzset... no checking for optarg declaration... no checking for type rlim_t... no checking type of rlim_cur... configure: error: unable to determine sizeof rlim_cur ==> ERROR: A failure occurred in build(). Aborting... |
This task depends upon
Closed by Sébastien Luttringer (seblu)
Wednesday, 03 June 2015, 21:40 GMT
Reason for closing: Works for me
Wednesday, 03 June 2015, 21:40 GMT
Reason for closing: Works for me
I've been able to build the entire archlinux base, dhcp, hostapd, dnsutils, .... without this problem. The only odd thing when I started trying to build bind was that it complained about libjson....I got past this by installing json-c package though I thought the base-developer group would have already installed the json dependencies.
Can someone point me to a libjson package that they've been successfully building bind with????
Build error without libjson
....
checking for json library... yes
checking for library containing json_object_new_int64... no
configure: error: found libjson include but not library.
==> ERROR: A failure occurred in build().
Build error with json-c package installed
...
checking for chroot... no
checking linux/types.h usability... no
checking linux/types.h presence... yes
configure: WARNING: linux/types.h: present but cannot be compiled
configure: WARNING: linux/types.h: check for missing prerequisite headers?
configure: WARNING: linux/types.h: see the Autoconf documentation
configure: WARNING: linux/types.h: section "Present But Cannot Be Compiled"
configure: WARNING: linux/types.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------- ##
configure: WARNING: ## Report this to bind9-bugs@isc.org ##
configure: WARNING: ## --------------------------------- ##
checking for linux/types.h... no
checking sys/capability.h usability... no
checking sys/capability.h presence... yes
configure: WARNING: sys/capability.h: present but cannot be compiled
configure: WARNING: sys/capability.h: check for missing prerequisite headers?
configure: WARNING: sys/capability.h: see the Autoconf documentation
configure: WARNING: sys/capability.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/capability.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------- ##
configure: WARNING: ## Report this to bind9-bugs@isc.org ##
configure: WARNING: ## --------------------------------- ##
checking for sys/capability.h... no
checking for linux/capability.h... yes
checking for cap_set_proc in -lcap... yes
checking sys/prctl.h usability... no
checking sys/prctl.h presence... yes
configure: WARNING: sys/prctl.h: present but cannot be compiled
configure: WARNING: sys/prctl.h: check for missing prerequisite headers?
configure: WARNING: sys/prctl.h: see the Autoconf documentation
configure: WARNING: sys/prctl.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/prctl.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------- ##
configure: WARNING: ## Report this to bind9-bugs@isc.org ##
configure: WARNING: ## --------------------------------- ##
checking for sys/prctl.h... no
checking sys/un.h usability... no
checking sys/un.h presence... yes
configure: WARNING: sys/un.h: present but cannot be compiled
configure: WARNING: sys/un.h: check for missing prerequisite headers?
configure: WARNING: sys/un.h: see the Autoconf documentation
configure: WARNING: sys/un.h: section "Present But Cannot Be Compiled"
configure: WARNING: sys/un.h: proceeding with the compiler's result
configure: WARNING: ## --------------------------------- ##
configure: WARNING: ## Report this to bind9-bugs@isc.org ##
configure: WARNING: ## --------------------------------- ##
checking for sys/un.h... no
checking for tzset... no
checking for optarg declaration... no
checking for type rlim_t... no
checking type of rlim_cur... configure: error: unable to determine sizeof rlim_cur
==> ERROR: A failure occurred in build().
Which libjson package are you building bind with?