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

getdns 1.7.3 build failure #539

Open
chenrui333 opened this issue Feb 12, 2023 · 1 comment
Open

getdns 1.7.3 build failure #539

chenrui333 opened this issue Feb 12, 2023 · 1 comment

Comments

@chenrui333
Copy link

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log
  CMake Error at CMakeLists.txt:898 (target_link_libraries):
    Target "getdns_ext_uv" links to:
  
      Libuv::Libuv
  
    but the target was not found.  Possible reasons include:
  
      * There is a typo in the target name.
      * A find_package call is missing for an IMPORTED target.
      * An ALIAS target is missing.
  
  
  
  CMake Error at CMakeLists.txt:907 (target_link_libraries):
    Target "getdns_ext_uv_shared" links to:
  
      Libuv::Libuv
  
    but the target was not found.  Possible reasons include:
  
      * There is a typo in the target name.
      * A find_package call is missing for an IMPORTED target.
      * An ALIAS target is missing.

full build log, https://github.com/Homebrew/homebrew-core/actions/runs/4157642059/jobs/7192325726
relates to Homebrew/homebrew-core#123053

@saradickinson
Copy link
Contributor

Hi - I believe this issue was introduced in 1.7.1 and is fixed by this commit which is only in develop at present: ee534d1

I'll look at getting another release scheduled....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants