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

Build failure: python3.12-dasbus-unstable #326465

Closed
carschandler opened this issue Jul 12, 2024 · 3 comments
Closed

Build failure: python3.12-dasbus-unstable #326465

carschandler opened this issue Jul 12, 2024 · 3 comments
Labels

Comments

@carschandler
Copy link

carschandler commented Jul 12, 2024

Steps To Reproduce

Steps to reproduce the behavior:
nix develop on this flake.nix:

{
  inputs = {
    nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
  };

  outputs = { nixpkgs, ... }:
    let
      python_package = "python3";
      pypkgs = ps: with ps; [
        dasbus
      ];
      pkgs = nixpkgs.legacyPackages.x86_64-linux;
      py = pkgs.${python_package}.withPackages pypkgs;
    in
    {
      devShells.x86_64-linux.default = pkgs.mkShell {
        packages = [
          py
        ];
      };
    };
}

Build log

https://gist.github.com/carschandler/8d67df6cc751eb06e43ae6b39ec5b53d

Additional context

Discovered as a result of nwg-panel's dependency on the package

Notify maintainers

@moni-dz

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.33, NixOS, 24.11 (Vicuna), 24.11.20240709.feb2849`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - nixpkgs: `/nix/store/5w7nhyvrgsa81h0kyifmbl6j97hvlzh5-source`

^^ But this is misleading because the nixpkgs version I am trying to build from is not that version since this happened after I updated my flake.lock so the new version hasn't been pinned yet for me


Add a 👍 reaction to issues you find important.

@carschandler carschandler added the 0.kind: build failure A package fails to build label Jul 12, 2024
@carschandler carschandler changed the title Build failure: PACKAGENAME Build failure: python3.12-dasbus-unstable Jul 12, 2024
@nephalemsec
Copy link
Contributor

Any current bypass for this in the meantime? I've tried overriding to disable tests to no avail.

@ghpzin
Copy link
Contributor

ghpzin commented Jul 24, 2024

Upstream issue:
dasbus-project/dasbus#128
pytest 8.2 issue related to that:
pytest-dev/pytest#12275

Currently builds on master, seems to have been fixed in #328185

@pbsds
Copy link
Member

pbsds commented Jul 25, 2024

failure matches https://hydra.nixos.org/build/265219417, working version now builds on hydra https://hydra.nixos.org/build/267295013

@pbsds pbsds closed this as completed Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants