我正在使用64位ubuntu上的tycho(0.14.1)构建一个rcp-application。对于目标操作系统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 没有为我工作
答案 0 :(得分:0)
不知道为什么,但是将eclipse repo添加到我自己的目标定义(tycho-example-4描述了如何)解决了这个问题。
答案 1 :(得分:0)
这看起来像个错误。如果您仍然可以重现问题,请在Tycho issue tracker。
中将这些步骤作为错误发布