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

Staging next #110569

Merged
merged 169 commits into from Jan 29, 2021
Merged

Staging next #110569

merged 169 commits into from Jan 29, 2021

Conversation

FRidh
Copy link
Member

@FRidh FRidh commented Jan 23, 2021

Motivation for this change

https://hydra.nixos.org/job/nixpkgs/staging-next/unstable#tabs-constituents

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.

kampka and others added 30 commits September 2, 2020 16:41
hspell uses a couple of binaries it generates during it's own build.
These will cause the build to fail later in cross-platform builds as
these binaries have the wrong executable format.
Using a hspell to bootstrap it's own build natively resolves this issue.
They are exported under the dev_private output so
that they aren't available automatically to dependening libraries.

This also switches to cmake to simplify the patch.
The transupp.h header is exported in the dev_private output.
…aarch64 support

The unreleased version of freeimage contains many important fixes,
amongst others CVEs, and is taken from the svn repository (r1859).

We also unbundle all the dependencies to make it fit into the Nixpkgs ecosystem.

All the changes needed to unbundle and make it compile with Nix is contained in unbundle.diff.

Fixes #77653
Replaces #77655
Not supported on kernels <5.4
freeimage: Unbundle dependencies, fix aarch64 support, and other fixes
…ndor checks

This is used in https://github.com/tweag/gomod2nix to reconstruct a
vendor metadata file.

With the vendor checks we need a lot more metadata which isn't
relevant for building packages, especially since we've already locked
the dependency graph ahead of time

This has been ported from FreeBSD: https://reviews.freebsd.org/D24122
go: Introduce environment variable GO_NO_VENDOR_CHECKS to relax go vendor checks
coreutils: Apply sys_getdents patch unconditionally
@FRidh
Copy link
Member Author

FRidh commented Jan 24, 2021

#110647

r-burns and others added 4 commits January 24, 2021 08:45
Fixes missing CoreFoundation declarations since bump to 3.19.3,
e.g. `error: unknown type name 'CFUUIDRef'`

ApplicationServices.h transitively includes CoreFoundation.h, but as we
patch ApplicationServices out of CMake, the CF symbols were not visible.
Previously this was not a concern, as they were not needed until
Kitware/CMake@d250b67
Broke darwin stdenv
#110647 (comment)

This reverts commit 6700066.
github-actions bot and others added 4 commits January 25, 2021 01:18
Now that libtiff is using cmake, we need to let cmake
set the build rpath for the tests to pass on darwin.
The rpaths are rewritten at installation so
the output libraries should be unaffected.
@FRidh
Copy link
Member Author

FRidh commented Jan 25, 2021

#110729

@FRidh
Copy link
Member Author

FRidh commented Jan 25, 2021

Evaluation was pending for over 4 hours. Started new evaluation.

@FRidh
Copy link
Member Author

FRidh commented Jan 26, 2021

Earlier aborted jobs are now restarted. Guess in a day or two this should be ready, if there are no more bumps.

@FRidh FRidh merged commit b45d645 into master Jan 29, 2021
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