FS#63756 - [libnsl] gettext 0.19/0.20 autoconf mismatch

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Saturday, 14 September 2019, 08:58 GMT
Last edited by freswa (frederik) - Saturday, 26 September 2020, 20:12 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Bartłomiej Piotrowski (Barthalion)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

make[2]: Entering directory '/build/libnsl/src/libnsl-1.2.0/po'
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20

We could fix it for 0.20 upstream (but then it fails for others who didn't upgrade yet).

I went with:

prepare() {
cd $pkgname-$pkgver
./autogen.sh
gettextize -f
}

Additional info:
* package version(s): 1.2.0-1

Steps to reproduce:

asp export libnsl
cd libnsl
staging-x86_64-build
This task depends upon

Closed by  freswa (frederik)
Saturday, 26 September 2020, 20:12 GMT
Reason for closing:  Fixed
Additional comments about closing:  libnsl 1.3.0-1

Loading...