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

lightworks: 14.0.0 -> 14.5.0 #83702

Closed
wants to merge 10,000 commits into from
Closed

lightworks: 14.0.0 -> 14.5.0 #83702

wants to merge 10,000 commits into from

Conversation

gefla
Copy link

@gefla gefla commented Mar 29, 2020

Motivation for this change

Lightworks is currently broken, see #80535

This updates to the most recent stable version and fixes the broken dependencies.

Note: Still doesn't fix all the issues - current issue appears to be patchelf related corruption:

 % ./result/bin/lightworks-14.5.0
Inconsistency detected by ld.so: dl-version.c: 205: _dl_check_map_versions: Assertion `needed != NULL' failed!
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • 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 nixpkgs-review --run "nixpkgs-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)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

Closes #80535

@alevy
Copy link
Contributor

alevy commented Sep 8, 2020

Confirming that these changes both avert the libGL issue and results in the error in the description

marsam and others added 23 commits October 29, 2020 06:39
…nary

androidStudioPackages.{canary,dev}: 4.2.0.14 -> 4.2.0.15
Mainly to get pinged on PRs/issues as well.
vimPlugins: vim-airline-clock init at 2018-05-08
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25

update version, not revision
omasanori and others added 18 commits October 31, 2020 01:02
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
…pure

nixos-install: pass through impure flag
This improves on the previous verison of this script.

Previously it only accepted one attr, and required
explicit passing of the "broken" value.

This script is meant to be used to mark failing hydra builds as broken in the meta attrs
To use the script, you should pass the list of failing attrs as arguments to the script.

Example: `cat failing-attrs | xargs ./pkgs/common-update/scripts/mark-broken`

Generating a list of failing attrs: (this should be improved at a later date)
  - Go to the most recent hydra evaluation with all builds completed
  - Select the "builds still failing" tab
  - Highlight and select all packages, should be prefixed with `nixpkgs.`
  - Use regex and editor foo to leave only the attr names
  - Use the above example command to then execute the script

OTHER NOTES:
  - The `denyFileList` and `denyAttrList` will likely need to be updated slightly
    to align with the conventions used in nixpkgs at execution time
  - Any attrs which failed for any reason will be written to `failed-marks.txt`.
    Those attrs will likely need manual attention as disablement will likely be conditional.
* nixos/postgresql: fix inaccurate docs for authentication

We actually use peer authentication, then md5 based authentication.
trust is not used.

* Use a link for mkForce docs

Co-authored-by: aszlig <aszlig@redmoonstudios.org>

Co-authored-by: lf- <lf-@users.noreply.github.com>
Co-authored-by: aszlig <aszlig@redmoonstudios.org>
graalvm8-ee, graalvm11-ee: 20.0.0 -> 20.2.1
@gefla gefla marked this pull request as draft October 31, 2020 16:03
@ofborg ofborg bot requested a review from antonxy October 31, 2020 16:40
@SuperSandro2000
Copy link
Member

Please fix that PR. Going to close until then.

@gefla
Copy link
Author

gefla commented Nov 27, 2020

Not planning to continue work on this since I've stopped using Lightworks. If anyone wants to pick this up, I'd suggest updating to the most recent upstream version first since Lightworks has progressed beyond 14.5.0 by now.

@vojta001 vojta001 mentioned this pull request May 4, 2021
10 tasks
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.

lightworks needs libGL.so.1 Lightworks are missing libraries