-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
install QUCS-S with ngspice41 under UBUNTU 22.04 #333
Comments
the formating was bad. i try again
|
It is not a bug in Qucs-S. You have a broken dependency, because you have installed ngspice to default prefix
This will install Ngspice-41 to |
Also try to remove |
Ubuntu doesn't provide |
i installed ngspice41 from source. and in basically i would like it to be the standard ngpsice, because of the OSDi models. i would prefere to install QUCS-S also from source, so that it dont have to install old versions. or i could try the flatpak... may be i find a soluiton... |
building from source is working with ngspice41. thaks for Your help! |
I did more investigation on this. The The following workaround is proposed:
NOTE: only PPA KiCAD version is affected. No additional actions required if you are using KiCAD from system repository. |
After some experiments the following workaround was found:
You may require to compile Ngspice from source if the version higher that repository package is required. |
yes, compiling ngspice from source is the best way |
I cannot provide the full fix for this issue on Qucs-S package level. Need to wait until ngspice-kicad maintainer will resolve the conflict with the system package. Still be no reaction from KiCAD team. Closing for now. |
i need a newer ngpice version because of verilog-a models. i installed the version 4.1 from source. but now i cant install QUCS-S, because it wants to overwrite some files.
the thing is, before installing ngspice41 i was able to install QUCS-S 2.0.0.1. but i was only able to install ngspice41 after removing QUCS-S.
i dont understand whats going on:
ich@t14:~$ sudo apt install qucs-s Reading package lists... Done Building dependency tree... Done Reading state information... Done qucs-s is already the newest version (2.0.0-1). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: qucs-s : Depends: ngspice but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). ich@t14:~$ sudo apt --fix-broken install Reading package lists... Done Building dependency tree... Done Reading state information... Done Correcting dependencies... Done The following additional packages will be installed: ngspice Suggested packages: ngspice-doc The following NEW packages will be installed: ngspice 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or removed. Need to get 0 B/2’353 kB of archives. After this operation, 7’972 kB of additional disk space will be used. Do you want to continue? [Y/n] (Reading database ... 676307 files and directories currently installed.) Preparing to unpack .../ngspice_36+ds-1_amd64.deb ... Unpacking ngspice (36+ds-1) ... dpkg: error processing archive /var/cache/apt/archives/ngspice_36+ds-1_amd64.deb (--unpack): trying to overwrite '/usr/lib/x86_64-linux-gnu/ngspice/analog.cm', which is also in package libngspice-kicad 0.1-38~202211100131+14f42f805~ubuntu22.04.1 dpkg-deb: error: paste subprocess was killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/ngspice_36+ds-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1) ich@t14:~$
The text was updated successfully, but these errors were encountered: