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

aalib: missing shared library #89566

Closed
jwilk opened this issue Nov 17, 2021 · 4 comments
Closed

aalib: missing shared library #89566

jwilk opened this issue Nov 17, 2021 · 4 comments
Labels
outdated PR was locked due to age stale No recent activity

Comments

@jwilk
Copy link

jwilk commented Nov 17, 2021

The aalib formula passes --enable-shared=yes to the configure script, but this doesn't actually work: there's no .dylib in the bottle.
When I tried to build the formula from source, I saw this in the build log:

checking if the linker (/Applications/Xcode_13.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the linker (/Applications/Xcode_13.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking command to parse /usr/bin/nm -B output... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
ok
checking how to hardcode library paths into programs... unsupported
checking for /Applications/Xcode_13.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no

This sounds very much like outdated autotools stuff, so it should be a matter of throwing autoreconf at the problem.

See jwilk/python-aalib#3 for context.

@SMillerDev
Copy link
Member

if it's just autotools that should be submitted upstream and preferably released as a new version.

@jwilk
Copy link
Author

jwilk commented Nov 17, 2021

AAlib is dead upstream: they had last release in 1998, last RC in 2001.

@SMillerDev
Copy link
Member

That is very dead indeed, we should probably just deprecate/disable it then.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the stale No recent activity label Dec 8, 2021
@github-actions github-actions bot added the outdated PR was locked due to age label Jan 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age stale No recent activity
Projects
None yet
Development

No branches or pull requests

2 participants