FS#63550 - [gspell] doesn't build, broken dependency tracking, broken Makefile, broken gettexrt

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 24 August 2019, 15:49 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 20:28 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

config.status: error: in `/build/gspell/src/gspell':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
See `config.log' for more details

actually adding '--disable-dependency-tracking' do configure really helps.
Dependency tracking is useful for development, not really for packaging the
software.

But then I get:

Makefile:1020: *** missing separator. Stop.

This is an unexpanded automake macro: @CODE_COVERAGE_RULES@
which can be removed with a sed in PKGBUILD:

sed -i 's/@CODE_COVERAGE_RULES@//' Makefile

Then finally we end up in the familiar:

*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20

There seems to be some releasing hickup upstream. :-)

Additional info:
* package version(s)|: 1.8.1-1

Steps to reproduce:
asp export gspell
cd gspell
staging-x86_64-build
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 20:28 GMT
Reason for closing:  None
Additional comments about closing:  This seems pretty stalled to me. If it's still an issue, please fill a re-open request. Thank you :)
Comment by loqs (loqs) - Saturday, 24 August 2019, 17:53 GMT Comment by Andreas Baumann (andreas_baumann) - Thursday, 29 August 2019, 08:26 GMT
Temporarily patched for Archlinux32, see

https://git.archlinux32.org/archlinux32/packages/src/branch/master/extra/gspell

@loqs: thanks for the links. :-)

Loading...