[
https://issues.apache.org/jira/browse/DISPATCH-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17469873#comment-17469873
]
ASF subversion and git services commented on DISPATCH-2035:
-----------------------------------------------------------
Commit bdb77421eed9972f59eada12bf35f840e296e5a1 in qpid-dispatch's branch
refs/heads/main from Jiri Daněk
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=bdb7742 ]
DISPATCH-2299 re-enable system_tests_http delete listeners (#1468)
* DISPATCH-2299 re-enable system_tests_http delete listeners with libwebsockets
>= 4.2
This change also follows-up on changes in DISPATCH-2035 by that it removes
the two remaining `configure_file` calls in CMakeLists.txt creating output
in the `CMAKE_CURRENT_SOURCE_DIR`.
* fixup, the test was not previously deleting listener on CentOS 7 and it was
broken there
> [build] CMake often fails to configure project if I have multiple build
> directories and run CMake in every one of them simultaneously
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: DISPATCH-2035
> URL: https://issues.apache.org/jira/browse/DISPATCH-2035
> Project: Qpid Dispatch
> Issue Type: Bug
> Affects Versions: 1.15.0
> Reporter: Jiri Daněk
> Assignee: Ken Giusti
> Priority: Minor
> Fix For: 1.17.0
>
>
> My IDE supports setting up multiple CMake build configurations at the same
> time. If I click to reconfigure the build configurations, some of them often
> fail with issue like the following
> {noformat}
> CMake Error at CMakeLists.txt:294 (configure_file):
> configure_file Problem configuring file
> {noformat}
> This appears to be caused by commands such as
> {code}
> configure_file(${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py.in
> ${CMAKE_CURRENT_SOURCE_DIR}/tests/authservice.py)
> {code}
> that attempt to write their output into the sources directory.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]