Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-dns/unbound: specify dependency location from sysroot #24764

Closed
wants to merge 1 commit into from

Conversation

bjacquin
Copy link
Contributor

configure needs to find the location of libevent and other build time
and runtime dependencies from sysroot instead of build host to allow
cross compilation.

This can be replicated by having dev-libs/libevent not installed on the
build host and cross compiling net-dns/unbound, leading to error like:

..
./configure .. --with-libevent=/usr ..--with-ssl=/usr --with-libexpat=/usr
..
checking for libevent... configure: error: Cannot find the libevent library in /usr

Bug: https://bugs.gentoo.org/836214
Signed-off-by: Bertrand Jacquin bertrand@jacquin.bzh
Package-Manager: Portage-3.0.30, Repoman-3.0.3

configure needs to find the location of libevent and other build time
and runtime dependencies from sysroot instead of build host to allow
cross compilation.

This can be replicated by having dev-libs/libevent not installed on the
build host and cross compiling net-dns/unbound, leading to error like:

  ..
  ./configure .. --with-libevent=/usr ..--with-ssl=/usr --with-libexpat=/usr
  ..
  checking for libevent... configure: error: Cannot find the libevent library in /usr

Bug: https://bugs.gentoo.org/836214
Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh>
Package-Manager: Portage-3.0.30, Repoman-3.0.3
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @bjacquin
Areas affected: ebuilds
Packages affected: net-dns/unbound

net-dns/unbound: @mschiff, @Whissi

Linked bugs

Bugs linked: 836214


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Mar 26, 2022
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2022-03-26 19:36 UTC
Newest commit scanned: d1b921e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/4beef4e458/output.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
3 participants