You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11.05 ======== Finalizing install (deploy, generators) ========
11.05 conanfile.txt: Writing generators to /tmp
11.05 conanfile.txt: Generator 'BazelDeps' calling 'generate()'
11.05 ERROR: Error in generator 'BazelDeps': libpng/1.6.44: Cannot obtain 'location' for library 'png' in ['/home/ubuntu/.conan2/p/b/libpn1d371201fdd0d/p/lib']. You can specify 'cpp_info.location' directly or report in github.com/conan-io/conan/issues if you think it should have been deduced correctly.
How to reproduce it
Build the Dockerfile below to reproduce:
docker buildx build .
Dockerfile:
FROM ubuntu:24.10
RUN apt-get --yes update
RUN apt-get --yes install pipx g++ cmake
USER ubuntu
RUN pipx install conan
RUN cat <<EOF > /tmp/conanfile.txt
[requires]
libpng/1.6.44
[generators]
BazelDeps
EOF
RUN ~/.local/bin/conan profile detect
RUN ~/.local/bin/conan install /tmp --build=missing
The text was updated successfully, but these errors were encountered:
Describe the bug
Environment: See reproducer
Error:
How to reproduce it
Build the Dockerfile below to reproduce:
Dockerfile
:The text was updated successfully, but these errors were encountered: