Arch Linux

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#603 - gtkspell build error

Attached to Project: Arch Linux
Opened by LavaPunk (LavaPunk) - Monday, 22 March 2004, 03:23 GMT
Last edited by Dale Blount (dale) - Monday, 22 March 2004, 03:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Johnson (eric)
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

*** Scanning header files ***
if grep -l '^..*$' ./gtkspell.types > /dev/null ; then \
CC="/bin/sh ../libtool --mode=compile gcc" LD="/bin/sh ../libtool --mode=link gcc" CFLAGS="" LDFLAGS="" gtkdoc-scanobj --module=gtkspell --output-dir=. ; \
else \
cd . ; \
for i in gtkspell.args gtkspell.hierarchy gtkspell.interfaces gtkspell.prerequisites gtkspell.signals ; do \
test -f $i || touch $i ; \
done \
fi
cd . && \
gtkdoc-scan --module=gtkspell --source-dir=../gtkspell --ignore-headers=""
/bin/sh: line 1: gtkdoc-scan: command not found
make[2]: *** [scan-build.stamp] Error 127
make[2]: Leaving directory `/home/lavapunk/arch/working/gtkspell/src/gtkspell-2.0.5/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lavapunk/arch/working/gtkspell/src/gtkspell-2.0.5'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...


Hope this isn't my fault...
This task depends upon

Closed by  Eric Johnson (eric)
Monday, 22 March 2004, 16:28 GMT
Reason for closing:  Fixed
Comment by Dale Blount (dale) - Monday, 22 March 2004, 03:33 GMT
looks like gtkspell needs:

makedepends=('gtk-doc')
Comment by Eric Johnson (eric) - Monday, 22 March 2004, 16:28 GMT
As Dale suggested. FYI, I needed to re-install docbook-xsl (even though I already had it installed) in order to get it to build properly (thanks dorphell).

Loading...