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
To Reproduce
On a clean vcpkg (no previous ports installed) ./vcpkg install ncurses:x64-linux
Failure logs
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:96 (message):
Command failed: /usr/bin/bash -c "V=1 ./../src/ncurses-6-4e7ee3180a.clean/configure \"--disable-db-install\" \"--enable-pc-files\" \"--without-ada\" \"--without-manpages\" \"--without-progs\" \"--without-tack\" \"--without-tests\" \"--disable-silent-rules\" \"--verbose\" \"--disable-shared\" \"--enable-static\" \"--with-pkg-config-libdir=/home/ankurv/vcpkg.devel/installed/x64-linux/debug/lib/pkgconfig\" \"--with-debug\" \"--without-normal\" \"--prefix=/home/ankurv/vcpkg.devel/installed/x64-linux/debug\""
Working Directory: /home/ankurv/vcpkg.devel/buildtrees/ncurses/x64-linux-dbg
Error code: 1
See logs for more information:
/home/ankurv/vcpkg.devel/buildtrees/ncurses/config-x64-linux-dbg-config.log
/home/ankurv/vcpkg.devel/buildtrees/ncurses/config-x64-linux-dbg-out.log
/home/ankurv/vcpkg.devel/buildtrees/ncurses/config-x64-linux-dbg-err.log
Call Stack (most recent call first):
scripts/cmake/vcpkg_configure_make.cmake:765 (vcpkg_execute_required_process)
ports/ncurses/portfile.cmake:52 (vcpkg_configure_make)
scripts/ports.cmake:147 (include)
error: building ncurses:x64-linux failed with: BUILD_FAILED
Please ensure you're using the latest port files with `git pull` and `vcpkg update`.
Then check for known issues at:
https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+ncurses
You can submit a new issue at:
https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[ncurses]+Build+error
Include '[ncurses] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above.
vcpkg-tool version: 2022-06-17-9268e366206712e38102b28dbd1617697a99ff2e
vcpkg-scripts version: 660cf302b 2022-08-16 (3 weeks ago)
Additional context
The issue happen because of missing installed/x64-linux/lib/pkgconfig and installed/x64-linux/debug/lib/pkgconfig
which are passed to configure for configure for --with-pkg-config-libdir
The error does not reproduce if the two directories are manually created
The text was updated successfully, but these errors were encountered:
Host Environment
To Reproduce
On a clean vcpkg (no previous ports installed)
./vcpkg install ncurses:x64-linux
Failure logs
Additional context
The issue happen because of missing
installed/x64-linux/lib/pkgconfig
andinstalled/x64-linux/debug/lib/pkgconfig
which are passed to configure for configure for --with-pkg-config-libdir
The error does not reproduce if the two directories are manually created
The text was updated successfully, but these errors were encountered: