Error while building RTT package

Hi,

I would like to build a RTT package to facilitate the installation of RTT on
a embedded machine. I'm using the "make package" without success. Here the
error I'm obtaining

CPack: - Strip files
CPack Error: Problem running install command: /usr/bin/strip
"/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_PATCH-Linux//bin/cmake"
Error was: "/usr/bin/strip:
'/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_PATCH-Linux//bin/cmake':
No such file

Can anyone help me?

Error while building RTT package

On Friday 06 March 2009 16:33:02 Simon Pelletier-Thibault wrote:
> Hi,
>
> I would like to build a RTT package to facilitate the installation of RTT
> on a embedded machine. I'm using the "make package" without success. Here
> the error I'm obtaining
>
> CPack: - Strip files
> CPack Error: Problem running install command: /usr/bin/strip
> "/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
>ATCH-Linux//bin/cmake" Error was: "/usr/bin/strip:
> '/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
>ATCH-Linux//bin/cmake': No such file
>
> Can anyone help me?

The make package is not supported and is an undocumented, experimental and
broken feature. The only binary packages we support is the debian package
method. If you want to package for an embedded system, I suggest you use:

make install DESTDIR=/tmp/root
cd /tmp/root
tar -cvzf orocos-rtt-1.8.0-bin.tar.gz *

And untar the tarball on your embedded target's filesystem.

Peter

Error while building RTT package

Thans Peter, but make install DESTDIR=/tmp/root does not generate any tar
ball.

I'm very interested in the Debian package method could you give me some
hints?

Thanks

On Fri, Mar 6, 2009 at 1:11 PM, Peter Soetens <peter [dot] soetens [..] ...> wrote:

> On Friday 06 March 2009 16:33:02 Simon Pelletier-Thibault wrote:
> > Hi,
> >
> > I would like to build a RTT package to facilitate the installation of RTT
> > on a embedded machine. I'm using the "make package" without success. Here
> > the error I'm obtaining
> >
> > CPack: - Strip files
> > CPack Error: Problem running install command: /usr/bin/strip
> >
> "/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
> >ATCH-Linux//bin/cmake" Error was: "/usr/bin/strip:
> >
> '/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
> >ATCH-Linux//bin/cmake': No such file
> >
> > Can anyone help me?
>
> The make package is not supported and is an undocumented, experimental and
> broken feature. The only binary packages we support is the debian package
> method. If you want to package for an embedded system, I suggest you use:
>
> make install DESTDIR=/tmp/root
> cd /tmp/root
> tar -cvzf orocos-rtt-1.8.0-bin.tar.gz *
>
> And untar the tarball on your embedded target's filesystem.
>
> Peter
>
> --
> Peter Soetens -- FMTC -- <http://www.fmtc.be>
>

Error while building RTT package

Sorry,
I figured out what you meant.

Thanks

On Tue, Mar 10, 2009 at 4:58 PM, Simon Pelletier-Thibault <
simon [dot] pelletiert [..] ...> wrote:

> Thans Peter, but make install DESTDIR=/tmp/root does not generate any tar
> ball.
>
> I'm very interested in the Debian package method could you give me some
> hints?
>
> Thanks
>
>
>
> On Fri, Mar 6, 2009 at 1:11 PM, Peter Soetens <peter [dot] soetens [..] ...>wrote:
>
>> On Friday 06 March 2009 16:33:02 Simon Pelletier-Thibault wrote:
>> > Hi,
>> >
>> > I would like to build a RTT package to facilitate the installation of
>> RTT
>> > on a embedded machine. I'm using the "make package" without success.
>> Here
>> > the error I'm obtaining
>> >
>> > CPack: - Strip files
>> > CPack Error: Problem running install command: /usr/bin/strip
>> >
>> "/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
>> >ATCH-Linux//bin/cmake" Error was: "/usr/bin/strip:
>> >
>> '/.../Orocos/RTT1_8/_CPack_Packages/Linux/TBZ2/orocos-rtt-0.1.RTT_VERSION_P
>> >ATCH-Linux//bin/cmake': No such file
>> >
>> > Can anyone help me?
>>
>> The make package is not supported and is an undocumented, experimental and
>> broken feature. The only binary packages we support is the debian package
>> method. If you want to package for an embedded system, I suggest you use:
>>
>> make install DESTDIR=/tmp/root
>> cd /tmp/root
>> tar -cvzf orocos-rtt-1.8.0-bin.tar.gz *
>>
>> And untar the tarball on your embedded target's filesystem.
>>
>> Peter
>>
>> --
>> Peter Soetens -- FMTC -- <http://www.fmtc.be>
>>
>
>