Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 4e721164a807
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 43082f7f1940
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 24, 2020

  1. sssd: fix build on glibc-2.32

    For https://hydra.nixos.org/build/128488320 which errored with:
    
        src/responder/nss/nss_cmd.c:733:16: error: 'nss_setnetgrent' redeclared as different kind of symbol
          733 | static errno_t nss_setnetgrent(struct cli_ctx *cli_ctx,
              |                ^~~~~~~~~~~~~~~
        In file included from ./src/sss_client/sss_cli.h:28,
                         from ./src/db/sysdb.h:27,
                         from src/responder/nss/nss_cmd.c:26:
        /nix/store/a2n8nrsf215x01a7fv8l94crdjwf69pa-glibc-2.32-dev/include/nss.h:184:25: note: previous declaration of 'nss_setnetgrent' was here
          184 | typedef enum nss_status nss_setnetgrent (const char *, struct __netgrent *);
              |                         ^~~~~~~~~~~~~~~
        make[2]: *** [Makefile:17818: src/responder/nss/nss_cmd.o] Error 1
        make[2]: Leaving directory '/build/sssd-1.16.4'
        make[1]: *** [Makefile:33824: all-recursive] Error 1
        make[1]: Leaving directory '/build/sssd-1.16.4'
        make: *** [Makefile:10123: all] Error 2
    grahamc committed Nov 24, 2020
    Copy the full SHA
    22965d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104774 from grahamc/sssd

    sssd: fix build on glibc-2.32
    SuperSandro2000 committed Nov 24, 2020
    Copy the full SHA
    43082f7 View commit details
    Browse the repository at this point in the history