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 724377 - error: using '$(srcdir)' in TESTS
error: using '$(srcdir)' in TESTS
Status: RESOLVED FIXED
Product: pybliographer
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Pybliographer maintainer(s)
Pybliographer maintainer(s)
: 726725 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-02-14 20:04 UTC by Alex Muñoz
Modified: 2014-03-19 21:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Makefile: don't use srcdir in TESTS (929 bytes, patch)
2014-02-14 20:07 UTC, Alex Muñoz
committed Details | Review

Description Alex Muñoz 2014-02-14 20:04:17 UTC
I tried to build pybliographer, but I have this problem:

autogen.sh: running: aclocal
autogen.sh: running: autoconf
autogen.sh: running: automake -a
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 Alex Muñoz 2014-02-14 20:07:08 UTC
Created attachment 269139 [details] [review]
Makefile: don't use srcdir in TESTS
Comment 2 Germán Poo-Caamaño 2014-02-14 20:17:23 UTC
Review of attachment 269139 [details] [review]:

Thanks. I pushed it to master.
Comment 3 Germán Poo-Caamaño 2014-03-19 21:58:42 UTC
*** Bug 726725 has been marked as a duplicate of this bug. ***
Comment 4 Germán Poo-Caamaño 2014-03-19 21:59:08 UTC
I applied the patch to gtk3 branch as well