1

我正在 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 对我不起作用

4

2 回答 2

0

这看起来像一个错误。如果您仍然可以重现问题,请将这些步骤作为错误发布在Tycho 问题跟踪器中。

于 2012-07-19T17:54:08.277 回答
0

不知道为什么,但是将 eclipse repo 添加到我自己的目标定义中(tycho-example-4描述了如何)解决了这个问题。

于 2012-04-16T15:26:57.533 回答