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 726725 - fix use of $(srcdir) tests/Makefile
fix use of $(srcdir) tests/Makefile
Status: RESOLVED DUPLICATE of bug 724377
Product: pybliographer
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Pybliographer maintainer(s)
Pybliographer maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-03-19 16:34 UTC by Paul Lange
Modified: 2014-03-19 21:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (882 bytes, patch)
2014-03-19 16:43 UTC, Paul Lange
none Details | Review

Description Paul Lange 2014-03-19 16:34:43 UTC
When running ./autogen in the gtk3 branch it fails with the following message:

tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/import-export'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/test-pybliocheck'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/convert'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pyblioformat'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pybliotex'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/compact'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/format'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/format2'
tests/Makefile.am:23: error: using '$(srcdir)' in TESTS is currently broken: '$(srcdir)/pybliotext'
autogen.sh: error: while running automake -a
Comment 1 Paul Lange 2014-03-19 16:43:44 UTC
Created attachment 272402 [details] [review]
patch

A patch fixing the problem.
Comment 2 Germán Poo-Caamaño 2014-03-19 21:58:42 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 724377 ***