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 750515 - balsa-2.5.2: tests fail
balsa-2.5.2: tests fail
Status: RESOLVED FIXED
Product: balsa
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-07 11:51 UTC by Pacho Ramos
Modified: 2015-06-07 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2015-06-07 11:51:51 UTC
With:
make -j5   check
Making check in po
make[1]: Entering directory '/var/tmp/portage/mail-client/balsa-2.5.2/work/balsa-2.5.2/po'
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=. /usr/bin/intltool-update --gettext-package balsa --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.

src/balsa-print-object.c

If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
  exit 1; \
fi
Makefile:246: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/var/tmp/portage/mail-client/balsa-2.5.2/work/balsa-2.5.2/po'
Makefile:675: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Comment 1 Peter Bloomfield 2015-06-07 22:30:07 UTC
Thanks for catching this! Fixed in git, resolving as FIXED...