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

OpenROAD fails to build #392198

Closed
3 tasks done
Bee-Mar opened this issue Mar 22, 2025 · 5 comments · Fixed by #386307
Closed
3 tasks done

OpenROAD fails to build #392198

Bee-Mar opened this issue Mar 22, 2025 · 5 comments · Fixed by #386307
Labels
0.kind: build failure A package fails to build

Comments

@Bee-Mar
Copy link

Bee-Mar commented Mar 22, 2025

Nixpkgs version

unstable

Describe the bug

OpenROAD fails to build using the most recent commit associated with the Nix build recipe, but the prior commit works.

Fails: 080f7e9
Works: a846ccc

Steps to reproduce

In my case, I'm using Devbox to manage the project environment and the steps to reproduce are below. This is not a Devbox issue as I can also reproduce the issue with other Nix-centric tools.

nix-shell -p devbox
mkdir -p /tmp/openroad/{works,fails}
cd /tmp/openroad

# manually copy the works/devbox.json from below into the "works" directory
# manually copy the fails/devbox.json from below into the "fails" directory

devbox install -c works
devbox install -c fails

works/devbox.json

{
  "packages": [
    "github:nixos/nixpkgs/a846ccc8806b0c12d9c73b30815e67e5d3621bd3#openroad"
  ]
}

fails/devbox.json

{
  "packages": [
    "github:nixos/nixpkgs/080f7e9b06ff531439ff78385f97f5e0d8fa2bfa#openroad"
  ]
}

The build process should fail for the fails/devbox.json and the build process should succeed for the works/devbox.json

Expected behaviour

The build process should fail for the fails/devbox.json and the build process should succeed for the works/devbox.json

Screenshots

No response

Relevant log output

Additional context

No response

System metadata

this path will be fetched (0.00 MiB download, 0.00 MiB unpacked):
  /nix/store/zlgykw2cwbyh9g5axsr11l1qfm3azwsp-nix-info
copying path '/nix/store/zlgykw2cwbyh9g5axsr11l1qfm3azwsp-nix-info' from 'https://cache.nixos.org'...
 - system: `"x86_64-linux"`
 - host os: `Linux 6.11.0-19-generic, Ubuntu, 24.04.2 LTS (Noble Numbat), nobuild`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.25.3`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixpkgs` 

Notify maintainers


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

@Bee-Mar Bee-Mar added the 0.kind: bug Something is broken label Mar 22, 2025
@FliegendeWurst
Copy link
Member

What's the error message?

@FliegendeWurst FliegendeWurst added 9.needs: reporter feedback This issue needs the person who filed it to respond 0.kind: build failure A package fails to build and removed 0.kind: bug Something is broken 9.needs: reporter feedback This issue needs the person who filed it to respond labels Mar 23, 2025
@FliegendeWurst
Copy link
Member

Nevermind, Hydra can reproduce the failure.

@FliegendeWurst
Copy link
Member

PR to fix: #392359

@Bee-Mar
Copy link
Author

Bee-Mar commented Mar 23, 2025

Great! I assumed it was a boost versioning issue since that was the only change between the commits I referenced. Do you still want/need the error message?

@hzeller
Copy link
Contributor

hzeller commented Mar 23, 2025

In the upgrade #386307 I also pinned to 1.86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
3 participants