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

updated magic-vlsi doesn't include "minimum.tech" initialization file #359320

Closed
fedeinthemix opened this issue Nov 26, 2024 · 1 comment
Closed
Labels
0.kind: bug Something is broken

Comments

@fedeinthemix
Copy link
Contributor

Describe the bug

The last update of magic-vlsi does not include the minimum.tech initialization file required to run many scripts. Other files in the directory $out/lib/magic/sys/ are also missing compared to before.

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix shell nixpkgs#magic-vlsi
  2. magic -dnull -noconsole

The last command produces the fillowing error:

Magic 8.3 revision 497 - Compiled on Tue Nov 12 13:02:30 UTC 2024.
Starting magic under Tcl interpreter
Using the terminal as the console.
Using NULL graphics device.
Could not find file 'minimum.tech' in any of these directories:
         . $CAD_ROOT/magic/sys $CAD_ROOT/magic/sys/current
Cannot load technology "minimum" for initialization

and causes an exception in previously working scripts.

Expected behavior

I expect the program not to cause an exception and to work as 8.3.486 did

magic -dnull -noconsole

Magic 8.3 revision 465 - Compiled on Mon Nov  4 08:04:00 UTC 2024.
Starting magic under Tcl interpreter
Using the terminal as the console.
Using NULL graphics device.
Processing system .magicrc file
Using technology "minimum", version 0.0
% 

Screenshots

Additional context

Metadata

  • system: "x86_64-linux"
  • host os: Linux 6.6.59, NixOS, 24.05 (Uakari), 24.05.6463.83fb6c028368
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.18.8
  • channels(beffa): ""
  • channels(root): "nixos-24.05"
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

Notify maintainers

@thoughtpolice @AndersonTorres

ZHF: #352882


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@fedeinthemix fedeinthemix added the 0.kind: bug Something is broken label Nov 26, 2024
@fedeinthemix
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant