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

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=539>

           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 at lists [dot] mech [dot] kuleuven [dot] be
        ReportedBy: ruben.smits at mech [dot] kuleuven [dot] be
                CC: orocos-dev at lists [dot] mech [dot] kuleuven [dot] be
   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: commandi 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


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Ruben Smits's picture

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

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=539>

--- Comment #1 from Ruben Smits <ruben.smits at mech [dot] kuleuven [dot] be>  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


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

For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=539>

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

           What    |Removed                     |Added
 --------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
                 CC|                            |peter.soetens@fmtc.be
   Target Milestone|---                         |1.6.0
--- Comment #2 from Peter Soetens <peter.soetens at fmtc [dot] be>  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
> <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=539>
>
> Peter Soetens <peter.soetens at fmtc [dot] be> changed:
>
> What |Removed |Added
> --------------------------------------------------------------------------
> Status|NEW |RESOLVED
> Resolution| |FIXED
> CC| |peter.soetens@fmtc.be
> Target Milestone|--- |1.6.0
>
>
>
> --- Comment #2 from Peter Soetens <peter.soetens at fmtc [dot] be> 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