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

Missing Dependency: pango library for pango-sys build #2

Open
cmdrtictak opened this issue Sep 12, 2022 · 3 comments
Open

Missing Dependency: pango library for pango-sys build #2

cmdrtictak opened this issue Sep 12, 2022 · 3 comments
Labels
question Further information is requested

Comments

@cmdrtictak
Copy link

cmdrtictak commented Sep 12, 2022

Title says it all

--- stdout
cargo:rerun-if-env-changed=PANGO_NO_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_PATH
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu
cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR
cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR
cargo:warning="pkg-config" "--libs" "--cflags" "pango" "pango >= 1.46" did not exit successfully: exit status: 1
error: could not find system library 'pango' required by the 'pango-sys' crate

--- stderr
Package pango was not found in the pkg-config search path.
Perhaps you should add the directory containing pango.pc' to the PKG_CONFIG_PATH environment variable No package 'pango' found Package pango was not found in the pkg-config search path. Perhaps you should add the directory containing pango.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pango' found

@cmdrtictak cmdrtictak changed the title Missing Dependency: pango Missing Dependency: pango library for pango-sys build Sep 12, 2022
@0323pin
Copy link
Contributor

0323pin commented Sep 16, 2022

Looks like you need to link these at compile time. What OS?

@cmdrtictak
Copy link
Author

Debian Linux

@nik012003 nik012003 added the question Further information is requested label Jul 25, 2023
@werdahias
Copy link

You need to install libpango1.0-dev to resolve this

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

No branches or pull requests

4 participants