-
Notifications
You must be signed in to change notification settings - Fork 493
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
Cannot build shared library for libxml2 #1917
Comments
Kurvivor19
changed the title
[BUG] cannot build shared library for libxml2
Cannot build shared library for libxml2
Apr 7, 2020
Seems like the issue comes from icu:
But there's also a Python2 issue:
|
The problem I think is from new binutils. You need add befor configure: |
this works edit: I'll look into fixing this an moving things to Python 3 |
lazka
added a commit
to lazka/MSYS2-packages
that referenced
this issue
Apr 17, 2020
lazka
added a commit
to lazka/MSYS2-packages
that referenced
this issue
Apr 17, 2020
lazka
added a commit
to lazka/MSYS2-packages
that referenced
this issue
Apr 17, 2020
lazka
added a commit
to lazka/MSYS2-packages
that referenced
this issue
Apr 17, 2020
Alexpux
pushed a commit
that referenced
this issue
Apr 18, 2020
* libxml2: fix the build See #1917 * libxml2-python: Build with Python 3 * itstool: Build with Python 3 * libxslt: fix the build See #1917 * libxslt: Drop libxslt-python * yelp-xsl: Don't depend on libxslt-python Doesn't look like it is used * yelp-tools: Don't depend on libxslt-python Doesn't seem to be used * rarian: Don't depend on libxslt-python libxslt seems enough
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to build libxml2 manually from source, process described in https://github.com/msys2/MSYS2-packages/blob/master/libxml2/PKGBUILD fails.
What i did:
When running make, i get the following output:
then number of undefined references:
What goes wrong and how can the issue be resolved?
The text was updated successfully, but these errors were encountered: