You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/Makefile.am:2: error: Libtool library used but 'LIBTOOL' is undefined
src/Makefile.am:2: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
src/Makefile.am:2: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
src/Makefile.am:2: If 'LT_INIT' is in 'configure.ac', make sure
src/Makefile.am:2: its definition is in aclocal's search path.
Is happening? The only difference should be python -m build --wheel is used instead of pip wheel ., and uv set up the Python environments instead of Pip (and a copy of pip is not installed).
Is happening? The only difference should be python -m build --wheel is used instead of pip wheel ., and uv set up the Python environments instead of Pip (and a copy of pip is not installed).
Nope. The makefile in question comes from https://github.com/file/file. Maybe one needs to add sudo apt-get install libtool or similar?
EDIT: the reason I say this is the mac wheels were fine, and that explicitly installs libtool. So perhaps the virtualenv is not seeing the system-wide libtool that is on the Linux runners, somehow? Or that pip shipped with libtool (I know it's part of pip) while it's not part of the wheel by default...
This branch has not been deployed
No deployments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.