GNOME Bugzilla – Bug 458911
error in new test suite (can't find uninstalled gtkdoc-common.pl)
Last modified: 2007-08-02 11:12:54 UTC
Making all in docs make[2]: Entering directory `/home/fred/checkout/gnome-2.20/gtk-doc/tests/gobjec t/docs' gtk-doc: Scanning header files if grep -l '^..*$' ./tester.types > /dev/null 2>&1 ; then \ CC="/bin/sh ../../../libtool --mode=compile gcc -I../../.. -I../../../tests/gobject/src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall" LD="/bin/sh ../../../libtool --mode=link gcc -g -O2 -Wall " CFLAGS="" LDFLAGS="-lgobject-2.0 -lglib-2.0 ../../../tests/gobject/src/libtester.la" ../../../gtkdoc-scangobj >gtkdoc-scangobj.log 2>&1 --module=tester --output-dir=. ; \ else \ cd . ; \ for i in tester.args tester.hierarchy tester.interfaces tester.prerequisites tester.signals ; do \ test -f $i || touch $i ; \ done \ fi make[2]: *** [scan-build.stamp] Error 2 This is caused by (from gtkdoc-scanobj.log): Can't locate gtkdoc-common.pl in @INC (@INC contains: /opt/gnome-2.20/share/gtk-doc/data /opt/gnome-2.20/lib/perl5 /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ../../../gtkdoc-scangobj line 34. which is expected since gtk-doc never got installed before. Unfortunately I don't have any idea how to fix this properly.
*** This bug has been marked as a duplicate of 459725 ***