[Bug 539] New: debian/liborocos-rtt-common-dev.install contains non-existing files

For more infomation about this bug, visit
Summary: debian/liborocos-rtt-common-dev.install contains non-
existing files
Product: RTT
Version: rtt-trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Build System
AssignedTo: orocos-dev [..] ...
ReportedBy: ruben [dot] smits [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

I was trying to build packages from trunk/rtt when i got the following error:

cp: cannot stat `debian/tmp//usr/include/rtt/BufferConnectionInterface.hpp': No
such file or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status
2

apparently debian/liborocos-rtt-common-dev.install still lists some old
headers.

Ruben

[Bug 539] debian/liborocos-rtt-common-dev.install contains non-e

For more infomation about this bug, visit

Peter Soetens
<peter [dot] soetens [..] ...> changed:

What |Removed |Added
--------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
CC| |peter [dot] soetens [..] ...
Target Milestone|--- |1.6.0

--- Comment #2 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-05-08 10:40:58 ---
Thanks, there was one added file as well (CorbaConnection.hpp)

$ svn ci debian/liborocos-rtt-common-dev.install -m"Fix bug #539:
debian/liborocos-rtt-common-dev.install contains non-existing files."
Sending debian/liborocos-rtt-common-dev.install
Transmitting file data .
Committed revision 29243.

Such patches can be posted to the ML as well without a bug report...

Ruben Smits's picture

[Bug 539] debian/liborocos-rtt-common-dev.install contains non-e

On Thursday May 8 2008 10:40:57 Peter Soetens wrote:
> For more infomation about this bug, visit
>
>
> Peter Soetens
<peter [dot] soetens [..] ...> changed:
>
> What |Removed |Added
> --------------------------------------------------------------------------
> Status|NEW |RESOLVED
> Resolution| |FIXED
> CC| |peter [dot] soetens [..] ...
> Target Milestone|--- |1.6.0
>
>
>
> --- Comment #2 from Peter Soetens
<peter [dot] soetens [..] ...> 2008-05-08
> 10:40:58 --- Thanks, there was one added file as well (CorbaConnection.hpp)
>
> $ svn ci debian/liborocos-rtt-common-dev.install -m"Fix bug #539:
> debian/liborocos-rtt-common-dev.install contains non-existing files."
> Sending debian/liborocos-rtt-common-dev.install
> Transmitting file data .
> Committed revision 29243.
>
> Such patches can be posted to the ML as well without a bug report...
>

Shouldn't RemoteMethod.hpp also be in there?

Ruben

[Bug 539] debian/liborocos-rtt-common-dev.install contains non-e

On Thursday 08 May 2008 11:27:03 Ruben Smits wrote:
> Shouldn't RemoteMethod.hpp also be in there?

Yes. It was missing as well... I've added --list-missing to the debian/rules
file in order to spot these omissions sooner.

Peter

Ruben Smits's picture

[Bug 539] debian/liborocos-rtt-common-dev.install contains non-e

For more infomation about this bug, visit

--- Comment #1 from Ruben Smits <ruben [dot] smits [..] ...> 2008-05-07 10:40:07 ---
Created an attachment (id=276)
--> (https://www.fmtc.be/bugzilla/orocos/attachment.cgi?id=276)
removes deleted files

removes deleted files, don't know if it should have included new files.

Ruben