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

moolticute: 0.30.8 -> 0.42.1 #69670

Closed
wants to merge 1 commit into from

Conversation

r-ryantm
Copy link
Contributor

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/moolticute/versions.

meta.description for moolticute is: '"GUI app and daemon to work with Mooltipass device via USB"'.

meta.homepage for moolticute is: '"https://github.com/mooltipass/moolticute"

Release on GitHub

Compare changes on GitHub

Checks done (click to expand)
Rebuild report (if merged into master) (click to expand)

3 total rebuild path(s)

1 package rebuild(s)

1 x86_64-linux rebuild(s)
1 i686-linux rebuild(s)
0 x86_64-darwin rebuild(s)
1 aarch64-linux rebuild(s)

First fifty rebuilds by attrpath
moolticute

Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/qc013pmpbbs90k281lcp99vgggxih7my-moolticute-0.42.1 \
  --option binary-caches 'https://cache.nixos.org/ https://r-ryantm.cachix.org/' \
  --option trusted-public-keys '
  r-ryantm.cachix.org-1:gkUbLkouDAyvBdpBX0JOdIiD2/DP1ldF3Z3Y6Gqcc4c=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(r-ryantm's Cachix cache is only trusted for this store-path realization.)

Or, build yourself:

nix-build -A moolticute https://github.com/r-ryantm/nixpkgs/archive/7bee26780118e6487d41a9bed7c56fa44c29dd64.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/qc013pmpbbs90k281lcp99vgggxih7my-moolticute-0.42.1
ls -la /nix/store/qc013pmpbbs90k281lcp99vgggxih7my-moolticute-0.42.1/bin

cc @kirikaza for testing.

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moolticute/versions
Copy link
Contributor

@jonringer jonringer left a comment

Choose a reason for hiding this comment

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

needs some Qt love

$ ./results/moolticute/bin/moolticute --help
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Aborted

@kirikaza
Copy link
Contributor

$ ./results/moolticute/bin/moolticute --help
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""

@jonringer , have you tried to run with envar QT_DEBUG_PLUGINS=1? Maybe just 2>&1 | grep xcb would be enough. I guess the moolticute binary is built against a version of Qt which differs from the version installed. Master branch contains qt-5.12.3 whereas stable channel contains qt-5.12(.0), that's why path to Qt plugins is like .../qt-5.12.3/... in master but .../qt-5.12/... in stable.

@jonringer
Copy link
Contributor

needs to be called with libsForQt.callPackage and that should fix it

@JohnAZoidberg
Copy link
Member

needs to be called with libsForQt.callPackage and that should fix it

That's already happening 👀

@r-ryantm r-ryantm deleted the auto-update/moolticute branch February 18, 2020 15:07
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.

None yet

4 participants