-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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 fails to build on master #27475
Comments
I believe I have traced this to a syntax error generated by This error is visible in Maybe it's because there's no explicit I've added the shebang locally, but this seems to cause a massive rebuild. |
It seems that the
|
It looks like something somewhere is setting |
To be clear - I'm not proposing this as a solution, this was merely to test the hypothesis.. It does make the build succeed though 😆 |
The issue is that mailutils |
The problematic code was deleted in subsequent releases of mailutils. I'll try to update it to the latest version 3.2. |
If you use mailutils, please test #27580 |
Tested #27595 on a real mail server and found no problems. Thanks for the fix. 👍 |
Issue description
The package mailutils fails to build on master for some time now: https://hydra.nixos.org/build/56249845
I was able to reproduce the error on my machine. Git bisect lead me to commit d07f30f as first bad one but I do not know why it would cause the failure.
ping @ryantrinkle (author of suspected commit), @vrthra (maintainer of mailutils)
Steps to reproduce
With current nixpkgs master:
nix-build '<nixpkgs>' --option build-use-chroot true --option build-use-sandbox true --keep-going -A mailutils
Technical details
https://nix-cache.s3.amazonaws.com/log/sxc52lb5c1gd9idldqq0drz3nln65xap-mailutils-2.2.drv
The text was updated successfully, but these errors were encountered: