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

Buidling xorg-modular failds, libLLVM fails on musl-based systems: "error: '::lseek64' has not been declared; did you mean 'lseek'?" #165

Open
MarcCoquand opened this issue Mar 19, 2025 · 0 comments

Comments

@MarcCoquand
Copy link

Hi

When trying to build libLLVM, it fails with the error

/src/pkgsrc/lang/libLLVM/work/llvm-13.0.1.src/lib/Support/raw_ostream.cpp: In member function 'uint64_t llvm::raw_fd_ostream::seek(uint64_t)':
/src/pkgsrc/lang/libLLVM/work/llvm-13.0.1.src/lib/Support/raw_ostream.cpp:807:11: error: '::lseek64' has not been declared; did you mean 'lseek'?

My suspicion is that this is caused by

llvm/llvm-project#60402

And therefore by bumping up to a later version of libLLVM, this should be resolved.

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