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

some targets install to lib even when CMAKE_INSTALL_LIBDIR is set to lib64 #240

Open
silentnoodlemaster opened this issue Sep 25, 2024 · 2 comments
Assignees
Labels

Comments

@silentnoodlemaster
Copy link

silentnoodlemaster commented Sep 25, 2024

as title says, these are the files

/usr/lib/libdwarfs_common.so
/usr/lib/libdwarfs_common.so.0.10.1
/usr/lib/libdwarfs_reader.so
/usr/lib/libdwarfs_reader.so.0.10.1
/usr/lib/libdwarfs_writer.so
/usr/lib/libdwarfs_writer.so.0.10.1
/usr/lib/libdwarfs_extractor.so
/usr/lib/libdwarfs_extractor.so.0.10.1
/usr/lib/libdwarfs_rewrite.so
/usr/lib/libdwarfs_rewrite.so.0.10.1

@silentnoodlemaster
Copy link
Author

also these:

/usr/lib/debug/usr/lib/libdwarfs_common.so.0.10.1-0.10.1-1.fc40.x86_64.debug
/usr/lib/debug/usr/lib/libdwarfs_extractor.so.0.10.1-0.10.1-1.fc40.x86_64.debug
/usr/lib/debug/usr/lib/libdwarfs_reader.so.0.10.1-0.10.1-1.fc40.x86_64.debug
/usr/lib/debug/usr/lib/libdwarfs_rewrite.so.0.10.1-0.10.1-1.fc40.x86_64.debug
/usr/lib/debug/usr/lib/libdwarfs_writer.so.0.10.1-0.10.1-1.fc40.x86_64.debug

idk what they are tho

@mhx
Copy link
Owner

mhx commented Oct 18, 2024

Sorry for the late reply. This should be fixed by the above commit.

The .debug files are files containing debug symbols. These are likely being created by the packaging toolchain during installation.

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

No branches or pull requests

2 participants