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
libarchive provides a .pc file to help detection, but it depends on iconv which does not provide a pc file. This causes breakage so that you can use pkg-config to find libarchive
pkg-config libarchive --cflags
Package iconv was not found in the pkg-config search path.
Perhaps you should add the directory containing `iconv.pc'
to the PKG_CONFIG_PATH environment variable
Package 'iconv', required by 'libarchive', not found
The text was updated successfully, but these errors were encountered:
From what I can see, the maintainers of libiconv don't support pkg-config and don't include anything in the src build to provide this. Distros that have one maintain their own patches downstream.
libarchive provides a .pc file to help detection, but it depends on iconv which does not provide a pc file. This causes breakage so that you can use pkg-config to find libarchive
The text was updated successfully, but these errors were encountered: