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

Does not install or run in 1.10 #10

Open
AnalogBitTwiddler opened this issue Jul 15, 2024 · 1 comment
Open

Does not install or run in 1.10 #10

AnalogBitTwiddler opened this issue Jul 15, 2024 · 1 comment

Comments

@AnalogBitTwiddler
Copy link

The RSDeltaSigmaPort uses an older graphics package, "InspectDR" that is no longer supported in Julia 1.10. (Last update > 3 years ago)
This results results in a an installation error:

(@v1.10) pkg> precompile RSDeltaSigmaPort
Precompiling RSDeltaSigmaPort
  ✗ InspectDR
  0 dependencies successfully precompiled in 4 seconds. 327 already precompiled.

ERROR: The following 1 direct dependency failed to precompile:

InspectDR [d0351b0e-4b05-5898-87b3-e2a8edfddd1d]

Failed to precompile InspectDR [d0351b0e-4b05-5898-87b3-e2a8edfddd1d] to "C:\\Users\\xxxxx\\.julia\\compiled\\v1.10\\InspectDR\\jl_1FAB.tmp".
ERROR: LoadError: Creating a new global in closed module `__toplevel__` (`_devmode`) breaks incremental compilation because the side effects will not be permanent.
Stacktrace:
 [1] top-level scope
   @ C:\Users\xxxxx\.julia\packages\InspectDR\cYUMk\src\InspectDR.jl:8
 [2] include
   @ .\Base.jl:495 [inlined]
 [3] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, 
load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
   @ Base .\loading.jl:2222
 [4] top-level scope
   @ stdin:3
in expression starting at C:\Users\xxxxx\.julia\packages\InspectDR\cYUMk\src\InspectDR.jl:8
in expression starting at stdin:

Attempts to use the RSDeltaSigmaPort result in a similar error as it attempts to compile the "InspectDR".

@ma-laforge
Copy link
Owner

Yes. Sorry. I haven't really had time to work on this these past years.
There wasn't much interest in the package - so I didn't want to dedicate much time on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants