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

Build fails on arch linux #232

Closed
Jark5455 opened this issue May 17, 2024 · 1 comment
Closed

Build fails on arch linux #232

Jark5455 opened this issue May 17, 2024 · 1 comment

Comments

@Jark5455
Copy link

Hello, it appears that currently the build fails on arch linux due to an issue with the libelfin library. Currently I have version 0.3 installed, but I am getting this error when building COZ

In file included from /usr/include/libelfin/elf/elf++.hh:9,
                 from inspect.cpp:30:
/usr/include/libelfin/elf/data.hh: In member function 'void elf::Sym<elf::Elf64, Order>::set_binding(elf::stb) const':
/usr/include/libelfin/elf/data.hh:558:22: error: assignment of member 'elf::Sym<elf::Elf64, Order>::info' in read-only object
  558 |                 info = (info & 0xF) | ((unsigned char)v << 4);
      |                 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [../common.mk:68: obj/inspect.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [common.mk:97: all] Error 1
@Jark5455
Copy link
Author

The issue appears to be with one of the dependencies of coz, "libelfin" which has gone mostly unmaintained.

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

1 participant