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

mailutils on 17.03 broken since 359c8c9d9a97307c5bc3f7ee53449424fe0cd5a1 #27815

Closed
ghost opened this issue Jul 31, 2017 · 3 comments
Closed

mailutils on 17.03 broken since 359c8c9d9a97307c5bc3f7ee53449424fe0cd5a1 #27815

ghost opened this issue Jul 31, 2017 · 3 comments
Labels
0.kind: regression Something that worked before working no longer
Milestone

Comments

@ghost
Copy link

ghost commented Jul 31, 2017

Issue description

make[3]: Entering directory '/tmp/nix-build-mailutils-2.2.drv-0/mailutils-2.2/maidag'
for i in maidag; do
chown root:mail /nix/store/4xb7p9vd3h9p34a4hkllnjvxbvdlh3di-mailutils-2.2/sbin/$i;
chmod 4755 /nix/store/4xb7p9vd3h9p34a4hkllnjvxbvdlh3di-mailutils-2.2/sbin/$i;
done
chown: invalid group: 'root:mail'
chmod: changing permissions of '/nix/store/4xb7p9vd3h9p34a4hkllnjvxbvdlh3di-mailutils-2.2/sbin/maidag': Operation not permitted
make[3]: *** [Makefile:1284: install-exec-hook] Error 1
make[3]: Leaving directory '/tmp/nix-build-mailutils-2.2.drv-0/mailutils-2.2/maidag'
make[2]: *** [Makefile:1224: install-exec-am] Error 2
make[2]: Leaving directory '/tmp/nix-build-mailutils-2.2.drv-0/mailutils-2.2/maidag'
make[1]: *** [Makefile:1174: install-am] Error 2
make[1]: Leaving directory '/tmp/nix-build-mailutils-2.2.drv-0/mailutils-2.2/maidag'
make: *** [Makefile:1036: install-recursive] Error 1
builder for ‘/nix/store/w3ya6i3q1ld9qnby469ai09dx7g3cnxf-mailutils-2.2.drv’ failed with exit code 2
error: build of ‘/nix/store/w3ya6i3q1ld9qnby469ai09dx7g3cnxf-mailutils-2.2.drv’ failed

359c8c9 is the first bad commit
commit 359c8c9
Author: Robert Helgesson robert@rycee.net
Date: Tue Jul 18 00:58:20 2017 +0200

expat: 2.2.1 -> 2.2.2

(cherry picked from commit cc8e2aec299a002ede108dea1c33b1161f1aa180)

:040000 040000 7603a9a5b0909fd279e4dce2bf7af901857cf312 2ae14049aa91ce021e0db35a369fc7209a11e0b9 M pkgs
bisect run success

Steps to reproduce

nix-build -A mailutils -I nixpkgs=https://nixos.org/channels/nixos-17.03/nixexprs.tar.xz

Technical details

  • System: NixOS: nixos-version 17.03.1584.48ecdcf598 (works on e.g. 2e983f1)
  • Nix version: (run nix-env --version) nix-env (Nix) 1.11.11
  • Nixpkgs version: (run nix-instantiate --eval '<nixpkgs>' -A lib.nixpkgsVersion) 17.09pre109180.0d4431cfe9
  • Sandboxing enabled: (run grep build-use-sandbox /etc/nix/nix.conf)
    build-use-sandbox = false
    (strange, I though I had sandbox enabled)
    ok now tried with sandbox enabled
    build-use-sandbox = true
    still the same problem
@ghost
Copy link
Author

ghost commented Jul 31, 2017

strange, that commit doesn't seem somehow related
does git bisect work well with merges/pull-requests?

@fpletz
Copy link
Member

fpletz commented Aug 1, 2017

@globin Can we backport your mailutils bump & fixes?

@fpletz fpletz added the 0.kind: regression Something that worked before working no longer label Aug 1, 2017
@fpletz fpletz added this to the 17.03 milestone Aug 1, 2017
@rycee
Copy link
Member

rycee commented Aug 5, 2017

Cherry-picked d339dc7 into release-17.03. The mailutils project should build fine with that. I don't know why I showed up in the bisect but I think the expat bump was unrelated to this issue.

@rycee rycee closed this as completed Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: regression Something that worked before working no longer
Projects
None yet
Development

No branches or pull requests

2 participants