Should there be a Dispatch JIRA to fix this problem? On Wed, Sep 6, 2017 at 5:43 PM, Gordon Sim <g...@redhat.com> wrote:
> On 06/09/17 22:11, Chris Richardson wrote: > >> autotools <shudder> >> >> Unable to believe CMake could possibly be this rubbish (I am a devotee I'm >> afraid) I've just spent the last couple of hours sifting through the >> CMake's own source code to track this one down. It turns out that you have >> collectively conspired to besmirch the good name of CMake and an immediate >> and full retraction is required! ;) >> >> It seems the problem here is not with CMake but actually with the >> qpid-dispatch code, which has duplicate install routines for the >> qdstat/qdmanager files. One is as Gordon described using >> install(PROGRAMS...) and the other is via the python distutils method >> using >> <qpid-dispatch>/python/setup.py.in; it is in fact distutils that munges >> the >> shebang as described and not CMake at all! Removing qdstat/qdmanager from >> setup.py.in fixes the problem. >> >> > Thanks Chris! Apologies for all the besmirching, my mistake! I retract any > and all mis-statements! > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org > For additional commands, e-mail: users-h...@qpid.apache.org > >