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

bug: fails to build with nixpkgs@master #3344

Closed
2 tasks done
pshirshov opened this issue Oct 20, 2022 · 9 comments
Closed
2 tasks done

bug: fails to build with nixpkgs@master #3344

pshirshov opened this issue Oct 20, 2022 · 9 comments
Assignees
Labels
bug triage Issues or feature request that have not been triaged yet

Comments

@pshirshov
Copy link

Are you following the right branch?

  • My Nixpkgs and Home Manager versions are in sync

Is there an existing issue for this?

  • I have searched the existing issues

Issue description

error: builder for '/nix/store/7mhi5hsq58vn0q4gh72f7q7db2vf38m5-manual-combined.drv' failed with exit code 3;
       last 10 log lines:
       > /nix/store/2hxj0c2x399v35mvq0nvpq9hsav5mdba-manual-combined/manual-combined.xml:1391: element variablelist: Relax-NG validity error : Did not expect element variablelist there
       >   1387        </section>
       >   1388      </chapter>
       >   1389       <appendix xml:id="ch-options">
       >   1390   <title>Configuration Options</title>
       >   1391    <variablelist xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="home-manager-options" xml:base="nmd-result/home-manager-options.xml"><varlistentry><term xlink:href="#opt-_module.args" xml:id="opt-_module.args"><option>_module.args</option></term><listitem><para/><para><emphasis>Type:</emphasis> lazy attribute set of raw value</para><para><emphasis>Declared by:</emphasis></para><simplelist><member><filename xlink:href="https://github.com/nix-community/home-manager/blob/master/lib/modules.nix#blob-path">
       >   1392                        &lt;home-manager/lib/modules.nix&gt;
       >   1393                        </filename></member></simplelist></listitem></varlistentry><varlistentry><term xlink:href="#opt-accounts.email.accounts" xml:id="opt-accounts.email.accounts"><option>accounts.email.accounts</option></term><listitem><para>List of email accounts.</para><para><emphasis>Type:</emphasis> attribute set of (submodule)</para><para><emphasis>Default:</emphasis> <literal>
       >
       > /nix/store/2hxj0c2x399v35mvq0nvpq9hsav5mdba-manual-combined/manual-combined.xml fails to validate
       For full logs, run 'nix log /nix/store/7mhi5hsq58vn0q4gh72f7q7db2vf38m5-manual-combined.drv'.
error: 1 dependencies of derivation '/nix/store/i3w5ldfharri7fzckbf61pck51nxwvzj-man-pages.drv' failed to build
error: 1 dependencies of derivation '/nix/store/2a8wlvmxz50cs2c5xf72dpfpjqgzai75-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ymqjfxkkr0brd1581i3f8hlrmx2mq6wi-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/0gya7pqyph58if1izwqklgnm9nhmlr2z-home-manager-generation.drv' failed to build
error: 1 dependencies of derivation '/nix/store/h9v00kin9l9pb6qv45jiplf3irhz229g-home-manager-generation.drv' failed to build

Maintainer CC

No response

System information

- system: `"x86_64-linux"`
 - host os: `Linux 5.19.16, NixOS, 22.11 (Raccoon)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.11.0`
 - channels(root): `"nixos-21.11pre333218.263ef4cc414, home-manager"`
 - channels(pavel): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@pshirshov pshirshov added bug triage Issues or feature request that have not been triaged yet labels Oct 20, 2022
@pshirshov
Copy link
Author

The workaround is to set manual.manpages.enable = false;

@rycee
Copy link
Member

rycee commented Oct 21, 2022

Is this with an up-to-date Home Manager? I.e., one that includes d1191c6.

@pshirshov
Copy link
Author

Yeah.

@pshirshov
Copy link
Author

LnL7/nix-darwin#552 - P/R for the same issue in nix-darwin

also, @rycee , could you please merge #2984 ? That P/R works perfectly and for some reason is being completely ignored for months...

weiland added a commit to weiland/dotfiles that referenced this issue Dec 28, 2022
@RaitoBezarius
Copy link
Member

Still running into this.

@acowley
Copy link

acowley commented Dec 29, 2022

I’ve hit this consistently over the past few months, but the workaround has gotten me unstuck each time.

@RaitoBezarius
Copy link
Member

To be fair, I'm not running into it anymore, I was stuck on an old revision of home-manager.

@teto
Copy link
Collaborator

teto commented Dec 30, 2022

@acowley I think it's been fine for quite some time now. Can you check you run the latest nixpkgs ? I think we can close if it works for you too ?

@acowley
Copy link

acowley commented Jan 2, 2023

@teto you're right, I goofed and had some older versions. After updating my home-manager setup to work with newer bits, everything is copacetic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Issues or feature request that have not been triaged yet
Projects
None yet
Development

No branches or pull requests

7 participants