- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Install fails in Crunchbang
Install fails in Crunchbang
Install fails in Crunchbang
Hi all. I tried the instructions on:
http://www.openmodelica.org/index.php/d … load-linux
I have tried with each repository, they all fail in various ways.
With adding:
deb http://build.openmodelica.org/apt stable contrib
After running apt-get update, I run apt-get install openmodelica. This is the result:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openmodelica : Depends: omc but it is not going to be installed
Depends: omshell but it is not going to be installed
Depends: omshell-terminal but it is not installable
Depends: omnotebook but it is not going to be installed
Depends: drmodelica but it is not going to be installed
Depends: drcontrol but it is not going to be installed
Depends: omedit but it is not going to be installed
E: Broken packages
I'm downloading the source to compile myself, but some help would be greatly appreciated.
Thanks all
Re: Install fails in Crunchbang
I would need to know what OS and processor architecture you are using
- sjoelund.se
- 1700 Posts
Re: Install fails in Crunchbang
Installing the packages manually now works (instead of the bigger openmodelica package). I will update the stable version number when all distributions compile (should be in ~26 hours). Then apt-get install openmodelica should also work (omedit referenced a now deleted package; omedit does not run on Debian because it lacks Qt4.7 anyway....)
Code:
$ apt-get install omc omlibrary-msl31 omnotebook omshell omshell-terminal
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
drcontrol drmodelica libgl1-mesa-dev libglu1-mesa-dev libomniorb4-1
libomnithread3c2 libphonon4 libpthread-stubs0 libpthread-stubs0-dev
libpulse-mainloop-glib0 libqt4-assistant libqt4-dev libqt4-help
libqt4-multimedia libqt4-opengl libqt4-opengl-dev libqt4-scripttools
libqt4-svg libqt4-test libqt4-webkit libqt4-xmlpatterns libx11-dev
libxau-dev libxcb1-dev libxdmcp-dev mesa-common-dev qt4-qmake
x11proto-core-dev x11proto-input-dev x11proto-kb-dev xtrans-dev
Suggested packages:
qt4-dev-tools qt4-doc libmysqlclient-dev libsqlite0-dev libsqlite3-dev
libpq-dev unixodbc-dev firebird2.1-dev
The following NEW packages will be installed:
drcontrol drmodelica libgl1-mesa-dev libglu1-mesa-dev libomniorb4-1
libomnithread3c2 libphonon4 libpthread-stubs0 libpthread-stubs0-dev
libpulse-mainloop-glib0 libqt4-assistant libqt4-dev libqt4-help
libqt4-multimedia libqt4-opengl libqt4-opengl-dev libqt4-scripttools
libqt4-svg libqt4-test libqt4-webkit libqt4-xmlpatterns libx11-dev
libxau-dev libxcb1-dev libxdmcp-dev mesa-common-dev omc omlibrary-msl31
omnotebook omshell omshell-terminal qt4-qmake x11proto-core-dev
x11proto-input-dev x11proto-kb-dev xtrans-dev
0 upgraded, 36 newly installed, 0 to remove and 0 not upgraded.
Need to get 52.3 MB of archives.
After this operation, 135 MB of additional disk space will be used.
Do you want to continue [Y/n]?
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Install fails in Crunchbang