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

dropbox: add mesa and libxshmfence #51328

Merged
merged 1 commit into from Dec 8, 2018
Merged

dropbox: add mesa and libxshmfence #51328

merged 1 commit into from Dec 8, 2018

Conversation

markus1189
Copy link
Contributor

Motivation for this change

The dropbox-cli package crashes on startup failing to load some libraries.

Dropbox somehow still fails after the initial sync with:

/home/markus/.dropbox-dist/dropbox-lnx.x86_64-62.4.103/dropbox: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory                                   

But given that I'm okay as long as it syncs once, I didn't investigate further and this pr leaves it at least in a working state.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • 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/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@peterhoeg
Copy link
Member

Do you mind trying to add libpthreadstubs to see if that fixes the 2nd crash?

@markus1189
Copy link
Contributor Author

markus1189 commented Dec 5, 2018 via email

@markus1189
Copy link
Contributor Author

Seems like that did the trick! Rebased ;)

@c0bw3b
Copy link
Contributor

c0bw3b commented Dec 8, 2018

@GrahamcOfBorg build dropbox-cli

@Mic92 Mic92 merged commit f201392 into NixOS:master Dec 8, 2018
@Mic92
Copy link
Member

Mic92 commented Dec 8, 2018

Is a backport required here?

@peterhoeg
Copy link
Member

Is a backport required here?

I'd say so, as dropbox updates itself in a FHSenv so stable will have the same problem.

@timor
Copy link
Member

timor commented Dec 10, 2018

Is a backport required here?

I'd say so, as dropbox updates itself in a FHSenv so stable will have the same problem.

Confirmed. The same problem affects 18.09

@Mic92
Copy link
Member

Mic92 commented Dec 11, 2018

backport: 1d83bd0

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

6 participants