/!\ This page is not a bug tracker. If you run into a problem not listed here, please file a bug.
When entering a new problem, please enter it above the others, and follow the format of the JhbuildIssues/JhbuildIssueTemplate for new problems/modules.

List of common errors for the module libtool.

Error - `1000:0:1000' is not valid version information

Stage: Build

 hread -L/opt/gnome210/lib -lgobject-2.0 -lgnomevfs-2 -lbonobo-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lgmodule-2.0 -ldl 
 -lgthread-2.0 -lglib-2.0 -lesd  -laudiofile -lm   -lpopt
 libtool: link: CURRENT `1000' is not a nonnegative integer
 libtool: link: `1000:0:1000' is not valid version information
 make[3]: *** [libgnome-2.la] Error 1
 make[3]: Leaving directory `/home/madan/cvs/gnome2/libgnome/libgnome'

Cause:

Libtool checks to make sure that the version numbers passed in are nonnegative. Unfortunately libtool < 1.5.12 defined "nonnegative integer" as 0 ≤ x ≤ 999 (newer versions now define it as 0 ≤ x ≤ 99999).

Solution:

Use libtool ≥ 1.5.12, or a version patched to fix the problem. Jhbuild's bootstrap module set includes a working libtool. Just type:

jhbuild bootstrap


CategoryJhbuildIssues

Projects/Jhbuild/Issues/libtool (last edited 2013-11-25 16:29:22 by WilliamJonMcCann)