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

Cannot compile. #51

Open
IntoTheBlackHole opened this issue Jul 18, 2023 · 1 comment
Open

Cannot compile. #51

IntoTheBlackHole opened this issue Jul 18, 2023 · 1 comment

Comments

@IntoTheBlackHole
Copy link

make command error output

/usr/bin/ld: tagsistant-path_resolution.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-reasoner.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-sql.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-utils.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-plugin.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-deduplication.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: tagsistant-rds.o:/home/user/src/Tagsistant/src/path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-access.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-chmod.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-chown.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-getattr.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-link.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-mkdir.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-mknod.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-open.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-read.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-readdir.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-readlink.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-rename.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-rmdir.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-statfs.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-statvfs.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-symlink.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-truncate.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-unlink.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-utime.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-write.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-flush.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-release.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-setxattr.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-getxattr.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-listxattr.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
/usr/bin/ld: fuse_operations/tagsistant-removexattr.o:/home/user/src/Tagsistant/src/fuse_operations/../path_resolution.h:33: multiple definition of `tagsistant_query_operators'; tagsistant-tagsistant.o:/home/user/src/Tagsistant/src/path_resolution.h:33: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:617: tagsistant] Error 1
make[3]: Leaving directory '/home/user/src/Tagsistant/src'
make[2]: *** [Makefile:1180: all-recursive] Error 1
make[2]: Leaving directory '/home/user/src/Tagsistant/src'
make[1]: *** [Makefile:398: all-recursive] Error 1
make[1]: Leaving directory '/home/user/src/Tagsistant'
make: *** [Makefile:330: all] Error 2
@eugene-bright
Copy link

collect2?... Are you trying to use LTO?

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

No branches or pull requests

2 participants