syeager Posted November 10, 2014 Report Share Posted November 10, 2014 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 More sharing options...
ThiL Posted November 10, 2014 Report Share Posted November 10, 2014 Hi syeager, I don't use ubuntu all the time but you can try: $ sudo apt-get update$ sudo apt-get install --reinstall plasticscm-client plasticscm-server Regards, ThiL Link to comment Share on other sites More sharing options...
calbzam Posted November 10, 2014 Report Share Posted November 10, 2014 Hi, We are investigating the issue. It seems that we had an issue publishing with the last Ubuntu 14 packages for 5.4. Sorry for the inconvenience. Regards, Carlos Link to comment Share on other sites More sharing options...
calbzam Posted November 11, 2014 Report Share Posted November 11, 2014 Hi, The Ubuntu_14 5.4 packages should be already fixed. Regards, Carlos Link to comment Share on other sites More sharing options...
Zenon2101 Posted November 12, 2014 Report Share Posted November 12, 2014 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 More sharing options...
manu Posted November 13, 2014 Report Share Posted November 13, 2014 Hi Zenon, can you please try now? If it keep failing please post the error message. Best regards, Manu. Link to comment Share on other sites More sharing options...
manu Posted November 13, 2014 Report Share Posted November 13, 2014 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 More sharing options...
Zenon2101 Posted November 13, 2014 Report Share Posted November 13, 2014 Hi Manu, Thank you very much for your help. After adding the 5.0 repository everything worked like a charm. Kind regards, Zenon Link to comment Share on other sites More sharing options...
manu Posted November 13, 2014 Report Share Posted November 13, 2014 Great! Link to comment Share on other sites More sharing options...
syeager Posted November 17, 2014 Author Report Share Posted November 17, 2014 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 More sharing options...
syeager Posted November 17, 2014 Author Report Share Posted November 17, 2014 Actually I think I got it. I forgot to change "Debian_6.0" to "Ubuntu_14.04". Thanks! Link to comment Share on other sites More sharing options...
manu Posted November 17, 2014 Report Share Posted November 17, 2014 Cool! Enjoy Plastic SCM! Link to comment Share on other sites More sharing options...
syeager Posted November 17, 2014 Author Report Share Posted November 17, 2014 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 More sharing options...
calbzam Posted November 20, 2014 Report Share Posted November 20, 2014 Hi, I think that the output server log file is "plastic.server.log". Anyway you can check the file value in the "loader.log.conf" file. We would need to review the log to figure out why the server is not running. Regards, Carlos Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.