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 657589 - tests fail in tarball releases because tarballs are missing anjuta.lst
tests fail in tarball releases because tarballs are missing anjuta.lst
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
3.1.x
Other Linux
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-29 05:01 UTC by Alexandre Rostovtsev
Modified: 2011-09-04 15:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Rostovtsev 2011-08-29 05:01:14 UTC
When make check is run from a tarball release, tests fail because the anjuta tarballs are missing plugins/am-project/tests/anjuta.lst:

$ make check
[...]
/bin/sh ./testsuite 
## ----------------------------------------------------------- ##
## anjuta 3.1.90 test suite: Autotools project backend plugin. ##
## ----------------------------------------------------------- ##
  1: Load empty project                              ok
  2: Load anjuta project                             FAILED (anjuta.at:4)

A simple solution is to add anjuta.lst to EXTRA_DIST in plugins/am-project/tests/Makefile.am
Comment 1 Sébastien Granjoux 2011-08-30 17:53:49 UTC
Thanks for your bug report. I think I have fixed this issue but I haven't checked it due to an issue when building the distribution package. Could you check that it's fine?
Comment 2 Sébastien Granjoux 2011-09-01 20:20:13 UTC
I have added anjuta.lst but it is still failing because the group name is not the one expected anjuta-version instead of anjuta.

I think the best solution is to remove this from the distribution package but I don't know how to do it.
Comment 3 Sébastien Granjoux 2011-09-04 15:18:33 UTC
I have removed the line corresponding to the top level group using some sed magic.