我正在 64 位 ubuntu 上使用 tycho (0.14.1) 构建一个 rcp 应用程序。对于目标操作系统 win32/64,构建工作正常,但是当我将 linux/64 添加到目标时,构建失败并出现以下错误:
安装 org.some.rcp.product 0.0.0。安装失败。安装项目会话上下文时出错:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install,operand=null --> [R]org.some.rcp.product .executable.gtk.linux.x86_64 0.0.0,action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.ChmodAction)。操作 chmod 失败 - 文件 /home/user/workspace/some.rcp.product.tycho/target/products/some.rcp.product/linux/gtk/x86_64/launcher.svn-base 不存在
我完全不知道为什么 svn 字符串会出现在这里,在构建中涉及的任何项目中都没有 svn 引用。
任何提示/解决方案?
编辑:我忘了提,我已经尝试设置自定义启动器名称,如下所述: https : //bugs.eclipse.org/bugs/show_bug.cgi?id=349877 对我不起作用