JuliaCI / PackageEvaluator.jl

A tool to evaluate the quality of Julia packages.
http://pkg.julialang.org
MIT License
35 stars 32 forks source link

LibHealpix.jl needs libtool to compile a dependency #169

Closed mweastwood closed 7 years ago

mweastwood commented 7 years ago

I am pretty embarrassed by the number of red status symbols next to my package so I'm trying to fix that. Without libtool installed, PkgEval fails to build a dependency with the following error.

Makefile.am:3: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:3:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:3:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:3:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:3:   its definition is in aclocal's search path.

This PR isn't quite enough on its own to make LibHealpix.jl pass on PkgEval, but I think the next tag should pass... Hopefully :)

tkelman commented 7 years ago

Which dependency? Why did libtool get used without being installed? Often libtool gets vendored in the post-autotools-bootstrap tarballs.

mweastwood commented 7 years ago

Closing as no longer necessary (mweastwood/LibHealpix.jl#30)