Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subtitleeditor: 0.52.1 -> 0.53.0 #18787

Merged
merged 1 commit into from
Sep 24, 2016
Merged

subtitleeditor: 0.52.1 -> 0.53.0 #18787

merged 1 commit into from
Sep 24, 2016

Conversation

romildo
Copy link
Contributor

@romildo romildo commented Sep 20, 2016

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • OS X
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@romildo, thanks for your PR! By analyzing the annotation information on this pull request, we identified @plcplc, @globin and @pSub to be potential reviewers

@@ -1,22 +1,25 @@
{ stdenv, fetchurl, pkgconfig, autoconf, automake114x, intltool,
{ stdenv, fetchurl, pkgconfig, autoconf, automake114x, intltool, file,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unused inputs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

enableParallelBuilding = true;

doCheck = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why disable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because there is a failure when making check in the po subdirectory:

[...]
Making check in po
make[1]: Entering directory '/tmp/nix-build-subtitle-editor-0.53.0.drv-18/subtitleeditor-0.53.0/po'
INTLTOOL_EXTRACT="/nix/store/cl7za9xhla6nax0yhg37q10c12pw30wj-intltool-0.51.0/bin/intltool-extract" XGETTEXT="/nix/store/mlqqfj2b2y42p2fnj05m5706b7qg3vab-gettext-0.19.8/bin/xgettext" srcdir=. /nix/store/cl7za9xhla6nax0yhg37q10c12pw30wj-intltool-0.51.0/bin/intltool-update --gettext-package subtitleeditor --pot
rm -f missing notexist
srcdir=. /nix/store/cl7za9xhla6nax0yhg37q10c12pw30wj-intltool-0.51.0/bin/intltool-update -m
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE_NAME}?/ at /nix/store/cl7za9xhla6nax0yhg37q10c12pw30wj-intltool-0.51.0/bin/intltool-update line 1071, <CONF> line 417.
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.

plugins/actions/template/dialog-template-save-as.ui
plugins/actions/template/template.cc

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
make[1]: *** [Makefile:495: check] Error 1
make[1]: Leaving directory '/tmp/nix-build-subtitle-editor-0.53.0.drv-18/subtitleeditor-0.53.0/po'
make: *** [Makefile:477: check-recursive] Error 1
[...]

@jagajaga jagajaga merged commit 4400b60 into NixOS:master Sep 24, 2016
@romildo romildo deleted the upd.subtitleeditor branch September 25, 2016 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants