Bug 237405 - devel/autogen: AutoOpts bug: [...] structure version 42:0:1 ... exceeds the compiled library version: 41:1:16
Summary: devel/autogen: AutoOpts bug: [...] structure version 42:0:1 ... exceeds the c...
Status: Closed Feedback Timeout
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-20 07:53 UTC by O. Hartmann
Modified: 2019-06-25 15:25 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description O. Hartmann 2019-04-20 07:53:37 UTC
Updating devel/autogen on recent CURRENT (FreeBSD 13.0-CURRENT #1 r346369: Fri Apr 19 09:39:09 CEST 2019 amd64) fails due to the error shown below:

[...]
/bin/sh ../libtool  --tag=CC   --mode=link cc  -O2 -pipe  -fstack-protector -fno-strict-aliasing  -fno-strict-aliasing -no-install -fstack-protector  -o columns cols.o ../autoopts/libopts.la -L/usr/local/lib -lguile-2.0 -lgc-threaded  -Wl,-rpath -Wl,/usr/local/lib -lm -lm -ldl 
libtool: link: cc -O2 -pipe -fstack-protector -fno-strict-aliasing -fno-strict-aliasing -fstack-protector -o columns cols.o -Wl,-rpath -Wl,/usr/local/lib  ../autoopts/.libs/libopts.so -L/usr/local/lib -lguile-2.0 -lgc-threaded -lm -ldl -Wl,-rpath -Wl,/usr/ports/devel/autogen/work/autogen-5.18.16/autoopts/.libs -Wl,-rpath -Wl,/usr/local/lib
top_builddir=.. \
/usr/ports/devel/autogen/work/autogen-5.18.16/agen5/autogen -L../autoopts/tpl -L../autoopts/tpl -MFstamp-agtexi -Tagtexi-cmd.tpl -DLEVEL=section --timeout=`expr 5 '*' 3` ./opts.def
Automated Options Processing Error!
        /usr/ports/devel/autogen/work/autogen-5.18.16/agen5/autogen called AutoOpts function with structure version 42:0:1.
        This exceeds the compiled library version:  41:1:16
(AutoOpts bug):  optionProcess() was called with invalid data.
gmake[3]: *** [Makefile:818: stamp-agtexi] Error 70
Comment 1 Barbara Guida freebsd_committer freebsd_triage 2019-04-22 02:25:33 UTC
(In reply to O. Hartmann from comment #0)
Deleting the installed autogen packaged solved the problem for me.
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-04-24 17:12:51 UTC
Are you trying to build this port with old version installed? Please uninstall it first. Thanks.