FS#40526 - [lua51-posix] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Saturday, 24 May 2014, 14:34 GMT
Last edited by Alexander F. Rødseth (xyproto) - Monday, 26 May 2014, 13:58 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Alexander F. Rødseth (xyproto)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Creating directory ./unused
Copying file m4/00gnulib.m4
Copying file m4/gnulib-common.m4
Copying file m4/gnulib-tool.m4
Copying file m4/manywarnings.m4
Copying file m4/onceonly.m4
Copying file m4/warnings.m4
Creating unused/Makefile.am
Creating m4/gnulib-cache.m4
Creating m4/gnulib-comp.m4
Updating ./m4/.gitignore (backup in ./m4/.gitignore~)
Finished.

You may need to add #include directives for the following .h files.

Don't forget to
- add "unused/Makefile" to AC_CONFIG_FILES in ./configure.ac,
- mention "unused" in SUBDIRS in Makefile.am,
- mention "-I m4" in ACLOCAL_AMFLAGS in Makefile.am,
- mention "m4/gnulib-cache.m4" in EXTRA_DIST in Makefile.am,
- invoke gl_EARLY in ./configure.ac, right after AC_PROG_CC,
- invoke gl_INIT in ./configure.ac.
Copying file INSTALL
Copying file config.guess
Copying file config.sub
Copying file install-sh
bootstrap: running: autoreconf --symlink --install
aclocal: error: aclocal: file 'm4/ax_compare_version.m4' does not exist
autoreconf: aclocal failed with exit status: 1
==> ERROR: A failure occurred in prepare().
Aborting...


Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Alexander F. Rødseth (xyproto)
Monday, 26 May 2014, 13:58 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Saturday, 24 May 2014, 14:54 GMT
Not sure if it's related, but using master/HEAD of gnulib isn't a good idea.
Comment by Joel Teichroeb (klusark) - Saturday, 24 May 2014, 14:56 GMT
I'd guess that's the cause. The last 10 builds before today have been successful.
Comment by Alexander F. Rødseth (xyproto) - Monday, 26 May 2014, 12:45 GMT
Hi, thanks for reporting.

I recently adopted this package and am not responsible for previous good/bad ideas with regards to this PKGBUILD: https://projects.archlinux.org/svntogit/community.git/log/trunk?h=packages/luaposix

I'll look into the issue.
Comment by Alexander F. Rødseth (xyproto) - Monday, 26 May 2014, 13:58 GMT
Renamed the package directory from "luaposix" to "lua-posix". Desplit the package, so that only lua-posix is in [community] and moved lua51-posix to AUR. Both lua-posix and lua51-posix builds fine now.

Loading...