You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2009/12/23 17:24:34 UTC

[jira] Created: (QPID-2306) C++ uninstaller does not uninstall some header files.

C++ uninstaller does not uninstall some header files.
-----------------------------------------------------

                 Key: QPID-2306
                 URL: https://issues.apache.org/jira/browse/QPID-2306
             Project: Qpid
          Issue Type: Bug
          Components: Build Tools
    Affects Versions: 0.6
            Reporter: Alan Conway
            Assignee: Alan Conway
            Priority: Minor


C++ build system issue.

Running  make uninstall  in the C++ distribution does not uninstall the public headers  (those in ../include) - it looks like automake has a problem with the leading "..". For each header ../include/foo.h the uninstall target tries to uninstall a non-existent file .include/foo.h



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Resolved: (QPID-2306) C++ uninstaller does not uninstall some header files.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway resolved QPID-2306.
-------------------------------

    Fix Version/s: 0.7
       Resolution: Cannot Reproduce

As of revision 967215 this does not appear to be a problem. make uninstall removes all the files installed by make install.

> C++ uninstaller does not uninstall some header files.
> -----------------------------------------------------
>
>                 Key: QPID-2306
>                 URL: https://issues.apache.org/jira/browse/QPID-2306
>             Project: Qpid
>          Issue Type: Bug
>          Components: Build Tools
>    Affects Versions: 0.6
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>            Priority: Minor
>             Fix For: 0.7
>
>
> C++ build system issue.
> Running  make uninstall  in the C++ distribution does not uninstall the public headers  (those in ../include) - it looks like automake has a problem with the leading "..". For each header ../include/foo.h the uninstall target tries to uninstall a non-existent file .include/foo.h

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org