首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >在Ubuntu上安装和运行PlasticSCM客户端

在Ubuntu上安装和运行PlasticSCM客户端
EN

Stack Overflow用户
提问于 2014-04-22 12:38:30
回答 1查看 519关注 0票数 2

我正在使用Ubuntu (Linux3.2.037-Generic58-UbuntuGNU/ x86_64 )。我刚刚使用图形安装程序(从PlasticSCM官方下载站点)安装了PlasticSCM (只有客户端)。

安装过程完成时没有出现问题,但客户端没有打开。

然后我尝试使用Ubuntu/Debian软件包(来自https://www.plasticscm.com/plastic-for-linux/index.html)进行安装,但是缺少一些依赖关系:

代码语言:javascript
运行
复制
Err http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/ ./ plasticscm-libmono3-debugger-soft2.0-cil 3.0.3.1-1.1 404  Not Found
Err http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/ ./ plasticscm-libmono3-i18n-west2.0-cil 3.0.3.1-1.1 404  Not Found
Err http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/ ./ plasticscm-libmono3-system-runtime4.0-cil 3.0.3.1-1.1 404  Not Found
Err http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/ ./ plasticscm-libmono3-webmatrix-data4.0-cil 3.0.3.1-1.1 404  Not Found
Failed to fetch http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/./all/plasticscm-libmono3-debugger-soft2.0-cil_3.0.3.1-1.1_all.deb  404  Not Found
Failed to fetch http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/./all/plasticscm-libmono3-i18n-west2.0-cil_3.0.3.1-1.1_all.deb  404  Not Found
Failed to fetch http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/./all/plasticscm-libmono3-system-runtime4.0-cil_3.0.3.1-1.1_all.deb  404  Not Found
Failed to fetch http://www.plasticscm.com/plasticrepo/5.0/Debian_6.0/./all/plasticscm-libmono3-webmatrix-data4.0-cil_3.0.3.1-1.1_all.deb  404  Not Found

我可以在命令行中看到exec“塑料see”(在我的第一次尝试中安装了GUI,我猜),但它抛出如下:

代码语言:javascript
运行
复制
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeWin32Classic ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: libgdiplus.so.0.0.0
  at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&)
  at System.Drawing.GDIPlus..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Drawing.Graphics.FromHdcInternal (IntPtr hdc) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUIX11.SetDisplay (IntPtr display_handle) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUIX11..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUIX11.GetInstance () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.XplatUI..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Drawing.Color.get_Black () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.ThemeVisualStyles..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor ()
  at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at System.Windows.Forms.Control..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.ContainerControl..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form..ctor () [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.MessageBox+MessageBoxForm..ctor (IWin32Window owner, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, Boolean displayHelpButton) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.MessageBox+MessageBoxForm..ctor (IWin32Window owner, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options, Boolean displayHelpButton) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm:.ctor (System.Windows.Forms.IWin32Window,string,string,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,bool)
  at System.Windows.Forms.MessageBox.Show (IWin32Window owner, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton) [0x00000] in <filename unknown>:0 
  at Codice.I3.I3MessageBox.Show (IWin32Window window, System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton) [0x00000] in <filename unknown>:0 
  at Codice.I3.I3MessageBox.Show (System.String text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton) [0x00000] in <filename unknown>:0 
  at ce.a (System.String A_0, System.String A_1, MessageBoxIcon A_2, IWin32Window A_3) [0x00000] in <filename unknown>:0 
  at ce.a (System.String A_0, System.String A_1, MessageBoxIcon A_2, ISynchronizeInvoke A_3, IWin32Window A_4) [0x00000] in <filename unknown>:0 
  at ce.a (System.String A_0, MessageBoxIcon A_1, ISynchronizeInvoke A_2, IWin32Window A_3) [0x00000] in <filename unknown>:0 
  at ce.a (System.String A_0, System.Exception A_1, MessageBoxIcon A_2, ISynchronizeInvoke A_3, IWin32Window A_4) [0x00000] in <filename unknown>:0 
  at ce.a (System.String A_0, System.Exception A_1, MessageBoxIcon A_2) [0x00000] in <filename unknown>:0 
  at ce.b (System.Exception A_0) [0x00000] in <filename unknown>:0 
  at xk.a (System.String[] A_0) [0x00000] in <filename unknown>:0 

有什么主意吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-04-23 11:48:17

存储库服务器一定有什么问题,我只是从零开始安装了软件,没有显示错误。

尝试更新apt-get源代码并重新安装塑料apt服务器包。有点像

代码语言:javascript
运行
复制
$ sudo apt-get update
$ sudo apt-get install --reinstall plasticscm-client plasticscm-server

应该能起作用。但是,我建议先在/opt/plasticscm5/uninstall.sh上执行脚本,卸载以前的安装(使用下载的安装程序包执行)。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/23219846

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档