Apply gcc-10 bugfix to lexbor #33

Closed
lanodan wants to merge 0 commits from gitlab-mr-iid-16 into master
Owner
Closes: https://git.pleroma.social/pleroma/elixir-libraries/fast_html/-/issues/8
Member

Going to do a new version with this when #9 is resolved

Going to do a new version with this when #9 is resolved

nvm, turns out cmake is also a dependency now 👍

getting this error in stable and develop

==> fast_html
# Sadly, build components separately seems to sporadically fail
cd c_src/lexbor; cmake -DLEXBOR_BUILD_SEPARATELY=OFF -DLEXBOR_BUILD_SHARED=OFF
/bin/sh: 1: cmake: not found
make: *** [Makefile:42: c_src/lexbor/liblexbor_static.a] Error 127
could not compile dependency :fast_html, "mix compile" failed. You can recompile this dependency with "mix deps.compile fast_html", update it with "mix deps.update fast_html" or clean it with "mix deps.clean fast_html"
nvm, turns out `cmake` is also a dependency now :thumbsup: getting this error in stable and develop ``` sh ==> fast_html # Sadly, build components separately seems to sporadically fail cd c_src/lexbor; cmake -DLEXBOR_BUILD_SEPARATELY=OFF -DLEXBOR_BUILD_SHARED=OFF /bin/sh: 1: cmake: not found make: *** [Makefile:42: c_src/lexbor/liblexbor_static.a] Error 127 could not compile dependency :fast_html, "mix compile" failed. You can recompile this dependency with "mix deps.compile fast_html", update it with "mix deps.update fast_html" or clean it with "mix deps.clean fast_html" ```

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pleroma-elixir-libraries/fast_html!33
No description provided.