-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Building with system deps currently broken. #1850
Comments
I also have this problem in trying to update the Fedora package - the build fails due to expecting fast_tls to be found in the deps folder, and it's been unbundled into /usr/lib64/erlang/lib/fast_tls-1.0.13 in Fedora. |
Thanks for the tips @darix! I was able to get ejabberd-17.07 building in Fedora doing pretty similar things to what you did. https://src.fedoraproject.org/rpms/ejabberd/c/e9cdddd835473981e90316f35ac24247215d6313?branch=master |
Hello, I think i fixed all of those issues in commit 9b8ae80, at least i am now able to build with --enable-system-deps flag and having correct ERL_LIBS. |
Thanks for the fix, it does seem to work on my Rawhide box! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
17.07
openSUSE
I am working on updating the opensuse package.
system deps mode broken:
-include("fxml.hrl").
instead of the more correct-include_lib("fast_xml/include/fxml.hrl").
. This btw affects also the gh:processone/xmpp package. Current workaround:With 16.09 i needed less work arounds to get the build working. Which brings us to the question
The text was updated successfully, but these errors were encountered: