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

exim: add optional support for PAM #46744

Merged
merged 1 commit into from Sep 17, 2018
Merged

exim: add optional support for PAM #46744

merged 1 commit into from Sep 17, 2018

Conversation

pacien
Copy link
Contributor

@pacien pacien commented Sep 16, 2018

CC: @4z3 (Exim package maintainer)

It would be nice if this could be back-ported to release-18.09 too if it's not too late.

@xeji
Copy link
Contributor

xeji commented Sep 17, 2018

@GrahamcOfBorg build exim

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: exim

Partial log (click to expand)

gzipping man pages under /nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/share/man/
strip is /nix/store/y4ymnvgxygpq05h03kyzbj572zmh6zla-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/bin
patching script interpreter paths in /nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91
/nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/bin/exiwhat: interpreter directive changed from " /bin/sh" to "/nix/store/fqm2x6kiay1q4vg7pqp4wp17bdijlyc3-bash-4.4-p23/bin/sh"
/nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/bin/exinext: interpreter directive changed from " /bin/sh" to "/nix/store/fqm2x6kiay1q4vg7pqp4wp17bdijlyc3-bash-4.4-p23/bin/sh"
/nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/bin/exim_checkaccess: interpreter directive changed from " /bin/sh" to "/nix/store/fqm2x6kiay1q4vg7pqp4wp17bdijlyc3-bash-4.4-p23/bin/sh"
/nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91/bin/exicyclog: interpreter directive changed from " /bin/sh" to "/nix/store/fqm2x6kiay1q4vg7pqp4wp17bdijlyc3-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91...
/nix/store/2kkpdf074045lz1w6msy8q3fdqxjfg3h-exim-4.91

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: exim

Partial log (click to expand)

gzipping man pages under /nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/share/man/
strip is /nix/store/h0lbngpv6ln56hjj59i6l77vxq25flbz-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/bin
patching script interpreter paths in /nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91
/nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/bin/exim_checkaccess: interpreter directive changed from " /bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
/nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/bin/exiwhat: interpreter directive changed from " /bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
/nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/bin/exinext: interpreter directive changed from " /bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
/nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91/bin/exicyclog: interpreter directive changed from " /bin/sh" to "/nix/store/czx8vkrb9jdgjyz8qfksh10vrnqa723l-bash-4.4-p23/bin/sh"
checking for references to /build in /nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91...
/nix/store/scjpky8d5gp50j4jnjrflp09i817z2yq-exim-4.91

@xeji xeji merged commit f607f45 into NixOS:master Sep 17, 2018
xeji pushed a commit that referenced this pull request Sep 17, 2018
@xeji
Copy link
Contributor

xeji commented Sep 17, 2018

backported to 18.09 in 48bdc51

@GrahamcOfBorg
Copy link

No attempt on x86_64-darwin (full log)

The following builds were skipped because they don't evaluate on x86_64-darwin: exim

Partial log (click to expand)


a) For `nixos-rebuild` you can set
  { nixpkgs.config.allowUnsupportedSystem = true; }
in configuration.nix to override this.

b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  { allowUnsupportedSystem = true; }
to ~/.config/nixpkgs/config.nix.


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

4 participants