Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#37879 - [docbook2x] build failed

Attached to Project: Community Packages
Opened by Daniel YC Lin (dlin) - Friday, 22 November 2013, 15:21 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 22 November 2013, 17:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

==> Validating source files with md5sums...
docbook2X-0.8.8.tar.gz ... Passed
datadir.diff ... Passed
==> Extracting sources...
-> Extracting docbook2X-0.8.8.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting build()...
patching file configure.ac
configure.ac:8: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
configure.ac:8: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:44: error: required file './compile' not found
configure.ac:44: 'automake --add-missing' can install 'compile'
test/complete-manuals/Makefile.am:33: warning: '%'-style pattern rules are a GNU make extension
test/complete-manuals/Makefile.am:36: warning: '%'-style pattern rules are a GNU make extension
test/complete-manuals/Makefile.am:39: warning: '%'-style pattern rules are a GNU make extension
test/refentry/Makefile.am:34: warning: '%'-style pattern rules are a GNU make extension
test/refentry/Makefile.am:37: warning: '%'-style pattern rules are a GNU make extension
test/refentry/Makefile.am:44: warning: '%'-style pattern rules are a GNU make extension
test/refentry/Makefile.am:51: warning: '%'-style pattern rules are a GNU make extension
test/refentry/Makefile.am:58: warning: '%'-style pattern rules are a GNU make extension
test/sgml/Makefile.am:26: warning: '%'-style pattern rules are a GNU make extension
test/sgml/Makefile.am:29: warning: '%'-style pattern rules are a GNU make extension
test/utf8trans/Makefile.am:22: warning: '%'-style pattern rules are a GNU make extension
xslt/documentation/Makefile.am:43: warning: '%'-style pattern rules are a GNU make extension
xslt/documentation/Makefile.am:47: warning: '%'-style pattern rules are a GNU make extension
xslt/documentation/Makefile.am:50: warning: '%'-style pattern rules are a GNU make extension
xslt/documentation/Makefile.am:55: warning: '%'-style pattern rules are a GNU make extension
autoreconf: automake failed with exit status: 1

Additional info:
* package version(s)

$ pacman -Q automake
automake 1.14-1

23:20:05$ head PKGBUILD
pkgname=docbook2x
pkgver=0.8.8
pkgrel=11

* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 22 November 2013, 17:09 GMT
Reason for closing:  Fixed
Comment by Daniel YC Lin (dlin) - Friday, 22 November 2013, 16:26 GMT
Here is my workable patch

patch -p1 <$srcdir/datadir.diff
# patch begin
sed -e 's/AM_CONFIG_HEADER(/AC_CONFIG_HEADERS(/' -i configure.ac

autoreconf -i -f
# patch end
./configure \
--prefix=/usr \
Comment by Daniel YC Lin (dlin) - Friday, 22 November 2013, 16:27 GMT
By the way, could I help to solve this issue? (I mean get check in permission?)
Comment by Sergej Pupykin (sergej) - Friday, 22 November 2013, 17:09 GMT

Loading...