FS#62369 - [glfw-x11] [glfw-wayland] libs installed in /usr/lib64 instead of /usr/lib

Attached to Project: Community Packages
Opened by martin f. (npanic) - Tuesday, 16 April 2019, 17:30 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 16 April 2019, 21:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 6
Private No

Details

error: failed to commit transaction (conflicting files)
glfw-wayland: /usr/lib64 exists in filesystem (owned by filesystem)
glfw-wayland: /usr/lib64/cmake/glfw3/glfw3Config.cmake exists in filesystem
glfw-wayland: /usr/lib64/cmake/glfw3/glfw3ConfigVersion.cmake exists in filesystem
glfw-wayland: /usr/lib64/cmake/glfw3/glfw3Targets-noconfig.cmake exists in filesystem
glfw-wayland: /usr/lib64/cmake/glfw3/glfw3Targets.cmake exists in filesystem
glfw-wayland: /usr/lib64/libglfw.so exists in filesystem
glfw-wayland: /usr/lib64/libglfw.so.3 exists in filesystem
glfw-wayland: /usr/lib64/pkgconfig/glfw3.pc exists in filesystem
Errors occurred, no packages were upgraded.
Error installing repo package
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 16 April 2019, 21:50 GMT
Reason for closing:  Fixed
Comment by Eli Schwartz (eschwartz) - Tuesday, 16 April 2019, 18:04 GMT
$ checkpkg /var/cache/pacman/pkg/glfw-{x11,wayland}-3.2.1-2-x86_64.pkg.tar.xz
usr/lib/ | usr/lib64/
usr/lib/cmake/ | usr/lib64/cmake/
usr/lib/cmake/glfw3/ | usr/lib64/cmake/glfw3/
usr/lib/cmake/glfw3/glfw3Config.cmake | usr/lib64/cmake/glfw3/glfw3Config.cmake
usr/lib/cmake/glfw3/glfw3ConfigVersion.cmake | usr/lib64/cmake/glfw3/glfw3ConfigVersion.cmake
usr/lib/cmake/glfw3/glfw3Targets-noconfig.cmake | usr/lib64/cmake/glfw3/glfw3Targets-noconfig.cmake
usr/lib/cmake/glfw3/glfw3Targets.cmake | usr/lib64/cmake/glfw3/glfw3Targets.cmake
usr/lib/libglfw.so | usr/lib64/libglfw.so
usr/lib/libglfw.so.3 | usr/lib64/libglfw.so.3
usr/lib/libglfw.so.3.2 | usr/lib64/libglfw.so.3.3
usr/lib/pkgconfig/ | usr/lib64/pkgconfig/
usr/lib/pkgconfig/glfw3.pc | usr/lib64/pkgconfig/glfw3.pc
usr/share/licenses/glfw-x11/COPYING | usr/share/licenses/glfw-x11/LICENSE.md
==> No soname differences for glfw-x11.
usr/lib/ | usr/lib64/
usr/lib/cmake/ | usr/lib64/cmake/
usr/lib/cmake/glfw3/ | usr/lib64/cmake/glfw3/
usr/lib/cmake/glfw3/glfw3Config.cmake | usr/lib64/cmake/glfw3/glfw3Config.cmake
usr/lib/cmake/glfw3/glfw3ConfigVersion.cmake | usr/lib64/cmake/glfw3/glfw3ConfigVersion.cmake
usr/lib/cmake/glfw3/glfw3Targets-noconfig.cmake | usr/lib64/cmake/glfw3/glfw3Targets-noconfig.cmake
usr/lib/cmake/glfw3/glfw3Targets.cmake | usr/lib64/cmake/glfw3/glfw3Targets.cmake
usr/lib/libglfw.so | usr/lib64/libglfw.so
usr/lib/libglfw.so.3 | usr/lib64/libglfw.so.3
usr/lib/libglfw.so.3.2 | usr/lib64/libglfw.so.3.3
usr/lib/pkgconfig/ | usr/lib64/pkgconfig/
usr/lib/pkgconfig/glfw3.pc | usr/lib64/pkgconfig/glfw3.pc
usr/share/licenses/glfw-wayland/COPYING | usr/share/licenses/glfw-wayland/LICENSE.md
==> No soname differences for glfw-wayland.
Comment by Eli Schwartz (eschwartz) - Tuesday, 16 April 2019, 18:06 GMT
Broken by https://github.com/glfw/glfw/pull/1367 since it now uses GNUInstallDirs and cmake defaults to CMAKE_INSTALL_LIBDIR=lib64

Loading...