After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 458911 - error in new test suite (can't find uninstalled gtkdoc-common.pl)
error in new test suite (can't find uninstalled gtkdoc-common.pl)
Status: RESOLVED DUPLICATE of bug 459725
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-21 08:10 UTC by Frederic Peters
Modified: 2007-08-02 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frederic Peters 2007-07-21 08:10:46 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.
Comment 1 Frederic Peters 2007-08-02 11:12:54 UTC
*** This bug has been marked as a duplicate of 459725 ***