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

fcitx-qt5: fix build #14839

Merged
merged 1 commit into from
Apr 20, 2016
Merged

fcitx-qt5: fix build #14839

merged 1 commit into from
Apr 20, 2016

Conversation

ericsagnes
Copy link
Contributor

Things done
  • Tested using sandboxing (nix-build --option build-use-chroot true or nix.useChroot on 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.

Without this change, the install phase fails with the following message:

CMake Error at platforminputcontext/cmake_install.cmake:50 (file):
  file INSTALL cannot copy file
  "/tmp/nix-build-fcitx-qt5-1.0.5.drv-0/fcitx-qt5-1.0.5/build/platforminputcontext/libfcitxplatforminputcontextplugin.so"
  to
  "/nix/store/5ixiz6661qki5a3crlv4q74hc6l8za7g-qtbase-5.5.1/lib/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so".
Call Stack (most recent call first):
  cmake_install.cmake:39 (include)

@ttuegel I am not yet familiar with multiple outputs, is this the right way to address this problem?

@ttuegel
Copy link
Member

ttuegel commented Apr 20, 2016

Looks good to me!

@ttuegel ttuegel merged commit 037400e into NixOS:master Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants