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 failure on musl since version 10.0 #755

Closed
ffontaine opened this issue Jul 19, 2021 · 4 comments
Closed

Build failure on musl since version 10.0 #755

ffontaine opened this issue Jul 19, 2021 · 4 comments
Labels

Comments

@ffontaine
Copy link
Contributor

Build on musl is broken since version 10.0 because the include on config.h was removed from backtrace.h by 1544abf:

In file included from /home/buildroot/autobuild/instance-3/output-1/build/apitrace-10.0/thirdparty/libbacktrace/testlib.c:40:
/home/buildroot/autobuild/instance-3/output-1/build/apitrace-10.0/thirdparty/libbacktrace/backtrace.h:53:10: fatal error: gstdint.h: No such file or directory
   53 | #include "gstdint.h"
      |          ^~~~~~~~~~~

Full build log:

I'll not send a PR as it should not affect master because of b1c99db

@jrfonseca
Copy link
Member

It's not clear if this was this was a transitory upstream bug? Or a mistake due to hand merging of 1544abf?

Either way, I'd rather not maintaining stable point releases, which cherry-picked changes. What I can do is release another major release in the near future. It's less work.

@ffontaine
Copy link
Contributor Author

Do you still plan to release a new major release?

@okias
Copy link
Contributor

okias commented Apr 28, 2022

@ffontaine you're not alone who needs it: #784

@jrfonseca
Copy link
Member

jrfonseca commented Apr 29, 2022

Done. Sorry for the wait

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

3 participants