Search Criteria
Package Details: abiword-git 1:3.1.0.20604.a39a4872c-1
Git Clone URL: | https://aur.archlinux.org/abiword-git.git (read-only, click to copy) |
---|---|
Package Base: | abiword-git |
Description: | Fully-featured word processor from official gnome gitlab mirror |
Upstream URL: | http://www.abisource.com |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haawda |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-25 20:24 |
Last Updated: | 2020-12-30 16:47 |
Dependencies (21)
- aiksaurus
- enchant (enchant-pure)
- goffice
- libchamplain
- libical (libical2, zarafa-libical)
- libots
- libwmf
- libwpg
- libwps
- loudmouth
- psiconv
- redland
- telepathy-glib
- wv
- asio (make)
- autoconf-archive (autoconf-archive-git) (make)
- boost (boost-git) (make)
- git (git-git) (make)
- gobject-introspection (gobject-introspection-git) (make)
- libwpd (make)
- python2 (make)
Required by (1)
- etherpad-lite (requires abiword) (optional)
Latest Comments
andreas_baumann commented on 2018-06-28 09:20
The following snippet in PKGBUILD made the AC_MSG_ERROR error go away (but it's most likely not the proper fix):
Now the next error popping up is:
I commented out the whole sanitizer section as this AS_IF is apparently not expanded correctly and written directly into the generated configure script:
and the next section:
(sanitizers and warnings are useful for developers and maintainers, not when building the software, so I don't think I broke something..)
Maybe a incompatible or old version of https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html is causing the problem.
haawda commented on 2017-06-26 22:33
Confirmed, but I do not have a fix for this. And it is not the same issue as in march, that one was fixed.
colinkeenan commented on 2017-06-26 05:57
I'm trying to build this in a clean chroot using
makechrootpkg -c -r $CHROOT
but I'm getting the same error @Rhinoceros told you about in March 2017:
==> Starting build()...
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:58: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Skipping configure process.
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
==> ERROR: A failure occurred in build().
Aborting...
haawda commented on 2017-05-29 14:11
Yes it is fixed. The repos' update to gcc 7 needs another fix. Please re-checkout.
jtojnar commented on 2017-05-28 03:21
@haawda It should be fixed in 35439.
haawda commented on 2017-04-20 22:24
This package currently does not build. I opened a bug report upstream.
https://bugzilla.abisource.com/show_bug.cgi?id=13858
Rhinoceros commented on 2017-03-12 06:15
Also, for the record, IMO you shouldn't be bumping VCS packages with every update either.
Rhinoceros commented on 2017-03-12 00:00
This fails to build, with the following error. I've built it fine previously (35397-1).
configure.ac:58: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Skipping configure process.
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
swiftscythe commented on 2016-12-15 16:35
I think you should replace the './autogen.sh' line to 'NOCONFIGURE=1 ./autogen.sh' to avoid configuring twice