pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc bootstrap ncurses -- Libtool issues.



On Wed, Dec 15, 2021 at 6:08 PM Boyd Lynn Gerber <gerberb%zenez.com@localhost> wrote:
> ../obj_lo/version.lo  -rpath /usr/pkg/lib  -version-number 6:3  -L../lib -z
> muldefs -Wl,-R/usr/pkg/lib
> libtool:   error:  CURRENT '' must be a nonnegative integer
> libtool:   error:  '6:3' is not valid version information

The version information looks correct though.
https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

"current" is supposed to be 6, "revision" is 3 and "age" is 0 because
it is not specified.

I suspect an incompatibility of libtool with one of the tools it is
using, perhaps sed or awk. Maybe it must use GNU sed instead of the
one supplied with the OS?

-- 
Benny


Home | Main Index | Thread Index | Old Index