Opened 11 years ago
Closed 11 years ago
#5003 closed enhancement (fixed)
libgtop-2.30.0
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
http://ftp.gnome.org/pub/gnome/sources/libgtop/2.30/libgtop-2.30.0.tar.xz
http://ftp.gnome.org/pub/gnome/sources/libgtop/2.30/libgtop-2.30.0.news
28 April 2014: Pvervoew pf cjamges om 2.30.0 ============================================= * Fixed libtool versioning for ABI breakage. * Removed useless override for LINK variable. * Fixed FTBFS on kFreeBSD.
Change History (5)
comment:1 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
(replying to comment 2 - I can't trim that down if I use the Reply option).
This is fairly common, patricularly in gnome packages. In this case, intltool-update is run, which can generate new po files, and make check will exit if the missing or notexist files exist. So, that is a packaging check to run before a tarball is released, not a test for users.
If every directory except po reports Nothing to be done for 'check' then there are no tests for users/builders to run.
For a test suite which runs but only reports there is nothing to be done, I normally say "This package does not have a testsuite." In this case, I would say (copying from my local copybook, with a comment for when I would use it - the book doesn't need the comment) :
# only checking xml of the translations, or checking the translations # get used <para>This package's testsuite is only intended to be used by the maintainer to check i18n files.</para>
FWIW, sometimes a package has a similar intltool test which fails. For those, I am always tempted to put:
<para>This package's testsuite is intended to be used by the maintainer (or not) to check i18n files.</para>
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks, ĸen.
Fixed at r13016.
It is the same with other packages.
I try "make check" and it works but seems to do nothing:
It goes through other directories, and always there is a message "Nothing to be done for 'check'"
Does this means that make check succeeded, or that there is not any check at all?