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
This is because pcre2unicode.3 is listed twice in cmake_install.cmake. It's also listed twice in install_manifest.txt, which means that if you uninstall using xargs rm < install_manifest.txtas recommended by CMake, you get an error.
The text was updated successfully, but these errors were encountered:
carenas
added a commit
to carenas/pcre2
that referenced
this issue
Nov 14, 2021
It doesn't seem needed, and is apparently resulting in at least one
duplicated entry in the installation list that causes problems for
uninstalling.
Fixes: PCRE2Project#46
Signed-off-by: Carlo Marcelo Arenas Belón <[email protected]>
If I run the following:
ninja install
prints the following:This is because pcre2unicode.3 is listed twice in
cmake_install.cmake
. It's also listed twice ininstall_manifest.txt
, which means that if you uninstall usingxargs rm < install_manifest.txt
as recommended by CMake, you get an error.The text was updated successfully, but these errors were encountered: