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 705141 - 'make check' fails
'make check' fails
Status: RESOLVED DUPLICATE of bug 700942
Product: libgweather
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: future
Assigned To: libgweather-maint
libgweather-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-30 12:37 UTC by Kjartan Maraas
Modified: 2013-07-31 08:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kjartan Maraas 2013-07-30 12:37:06 UTC
make check fails here when running jhbuild from git master:

make[2]: Entering directory `/home/kmaraas/src/gnome/libgweather'
make[2]: Leaving directory `/home/kmaraas/src/gnome/libgweather'
make[1]: Leaving directory `/home/kmaraas/src/gnome/libgweather'
*** Checking libgweather *** [25/228]
make -j2 check
Making check in data
make[1]: Entering directory `/home/kmaraas/src/gnome/libgweather/data'
Making check in glade
make[2]: Entering directory `/home/kmaraas/src/gnome/libgweather/data/glade'
make  check-local
make[3]: Entering directory `/home/kmaraas/src/gnome/libgweather/data/glade'
xmllint --dtdvalid /opt/gnome3/share/glade/catalogs/glade-catalog.dtd --noout libgweather.xml
libgweather.xml:2: element glade-catalog: validity error : No declaration for attribute version of element glade-catalog
libgweather.xml:2: element glade-catalog: validity error : No declaration for attribute domain of element glade-catalog
libgweather.xml:2: element glade-catalog: validity error : No declaration for attribute depends of element glade-catalog
libgweather.xml:2: element glade-catalog: validity error : No declaration for attribute book of element glade-catalog
libgweather.xml:4: element glade-widget-class: validity error : No declaration for attribute get-type-function of element glade-widget-class
libgweather.xml:8: element glade-widget-class: validity error : No declaration for attribute get-type-function of element glade-widget-class
Document libgweather.xml does not validate against /opt/gnome3/share/glade/catalogs/glade-catalog.dtd
make[3]: *** [check-local] Error 3
make[3]: Leaving directory `/home/kmaraas/src/gnome/libgweather/data/glade'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/kmaraas/src/gnome/libgweather/data/glade'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/kmaraas/src/gnome/libgweather/data'
make: *** [check-recursive] Error 1
*** Error during phase check of libgweather: ########## Error running make -j2 check *** [25/228]
Comment 1 Giovanni Campagna 2013-07-31 08:53:53 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 700942 ***