This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

No gawk-doc package, gawk source autoconf fails


Looked for gawk doc in /usr/share/doc/gawk*/ - no HTML, PDF etc.
Checked for gawk doc as a package - no gawk-doc or anything like it.
Downloaded gawk package source and tried to configure enough to build doc.
Seems to be problem with autoconf autopoint gettext package version
- something run by autoreconf seems to be detecting gettext 0.19.8-1 as
0.19.8.1 instead of 0.19.8 which causes autopoint to fail:

Preparing gawk-4.1.4-1.x86_64
Unpacking source gawk-4.1.4.tar.xz
Preparing working source directory
Compiling gawk-4.1.4-1.x86_64
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: running: /usr/bin/autopoint -V 0.19.8.1 --force
autopoint: warning: Version mismatch: specified -V 0.19.8.1 but the package uses gettext version 0.19.7. Forcibly upgrading to 0.19.8.1
autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac
               file requires the infrastructure from gettext-0.19.8.1 but this version
               is older. Please upgrade to gettext-0.19.8.1 or newer.
autopoint: *** Stop.
autoreconf-2.69: /usr/bin/autopoint failed with exit status: 1
*** ERROR: autoreconf failed

Manual configure && make pdf works okay.

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]