Summary: | net-dns/pdns-3.0 fails to configure due to wrong EXTRA_ECONF variable assignment | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Nilesh Govindrajan <me> |
Component: | New packages | Assignee: | Sven Wegener <swegener> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
Nilesh Govindrajan
2011-09-28 17:14:10 UTC
Please add build.log Created attachment 288159 [details]
Build log
There you go, I've attached the build log. As you can see, --with-mysql-include isn't passed to ./configure and the build fails.
With EXTRA_ECONF="--with-mysql-include=/usr/include" it successfully compiles, because I installed the package on my server by setting EXTRA_ECONF before the command runs.
There's a slight error, it's EXTRA_ECONF="--with-mysql-includes=/usr/include" instead of `include'. Just stumbled around it while updating on another Gentoo amd64. Compile fine here, without the option. checking for ldap_set_option in -lldap_r... yes checking for ldap_initialize in -lldap_r... yes checking for ldap_sasl_bind in -lldap_r... yes checking for MySQL library directory... /usr/lib64/mysql checking for MySQL include directory... /usr/include/mysql checking for PgSQL library directory... /usr/lib64 checking for PgSQL include directory... /usr/include |