Jump to content

Plastic 5.4 on Ubuntu 14?


syeager

Recommended Posts

Hello,

 

I am trying to install Plastic 5.4 on an Amazon EC2 server running Ubuntu 14. I am running into a lot of problems. My current one is when I run "sudo apt-get install plasticscm-client plasticscm-server"  I get dependency errors (listed below). I am very new to this so if anyone has some beginner advice it would be very much appreciated!

 

The following packages have unmet dependencies:
 plasticscm-client : Depends: plasticscm-mono3-runtime (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-libmono3-2.0-1 (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-libmono3-profiler (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-2.0-gac (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-4.0-gac (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-2.0-service (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-4.0-service (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-libmono3-cil-dev (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-utils (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-mono3-devel (= 3.0.3.1-1.1) but it is not installable
                     Depends: plasticscm-libgdiplus (= 2.10.1-4) but it is not installable
                     Depends: plasticscm-zlib1g (= 1:1.2.3.5) but it is not installable
                     Depends: plasticscm-zlib1g-dev (= 1:1.2.3.5) but it is not installable
 
Link to comment
Share on other sites

Hi Carlos,

 

I run into the same problem while trying to install PlasticSCM 5.4 but on Ubuntu 12.4. I know that there is no official package for this version, but the Linux installation page states that the Debian 6.0 packages can be used for the previous versions of Ubuntu.

 

Could you have a look if by any chance the same problem is present in the Debian 6.0 repository?

 

Kind regards,

 

Zenon

Link to comment
Share on other sites

Ok,

 

in order to install Plastic SCM 5.4 you will need to:

 

1) Edit the /etc/apt/sources.list file and write both 5.0 and 5.4 repositories:

deb http://www.plasticscm.com/plasticrepo/5.4/Debian_6.0/ ./
deb http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/ ./

2) Add both keys too to apt-get.

sudo wget http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/Release.key 
sudo apt-key add Release.key
rm Release.key
sudo wget http://www.plasticscm.com/plasticrepo/5.4/Debian_6.0/Release.key
sudo apt-key add Release.key

3) Update the apt get repositories

sudo apt-get update

4) Install Plastic SCM

sudo apt-get install plasticscm-client plasticscm-server

We need both repositories because the 5.4 repository doesn't have mono built-in.

Link to comment
Share on other sites

Hey manu I followed all of your steps but its still not working (got less errors though!).

 

The following packages have unmet dependencies:
 plasticscm-client : Depends: plasticscm-libmono3-cil-dev (= 3.0.3.1-1.1) but it is not going to be installed
                              Depends: plasticscm-mono3-devel (= 3.0.3.1-1.1) but it is not going to be installed
                              Depends: plasticscm-libgdiplus (= 2.10.1-4) but it is not going to be installed
 
Thanks again for all of your help.
Link to comment
Share on other sites

Ok so now I'm having problems starting the Plastic server. When I run "sudo plasticsd start" I get a lot of warnings saying "Warning: /tmp/plasticd5.exe.lock lock file exists but process is not running. Please delete this file." Then it tells me to check the server log but there is no loader.log.text. I tried editing the debug levels from INFO to DEBUG in the loader.log.conf file but this did not help. I also manually deleted the plasticd5.exe.lock file but that also did not help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...