[
https://issues.apache.org/jira/browse/PROTON-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17215349#comment-17215349
]
ASF GitHub Bot commented on PROTON-2169:
----------------------------------------
codecov-io commented on pull request #274:
URL: https://github.com/apache/qpid-proton/pull/274#issuecomment-709989354
# [Codecov](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=h1)
Report
> Merging
[#274](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/qpid-proton/commit/9bcc7bb028422e3f1f345789e5a654f480e0b531?el=desc)
will **decrease** coverage by `0.01%`.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #274 +/- ##
==========================================
- Coverage 79.66% 79.65% -0.02%
==========================================
Files 342 342
Lines 42881 42888 +7
==========================================
- Hits 34163 34161 -2
- Misses 8718 8727 +9
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[ruby/spec/spec\_helper.rb](https://codecov.io/gh/apache/qpid-proton/pull/274/diff?src=pr&el=tree#diff-cnVieS9zcGVjL3NwZWNfaGVscGVyLnJi)
| `62.26% <0.00%> (-1.89%)` | :arrow_down: |
|
[c/src/core/codec.c](https://codecov.io/gh/apache/qpid-proton/pull/274/diff?src=pr&el=tree#diff-Yy9zcmMvY29yZS9jb2RlYy5j)
| `82.09% <0.00%> (-0.35%)` | :arrow_down: |
|
[c/src/proactor/epoll.c](https://codecov.io/gh/apache/qpid-proton/pull/274/diff?src=pr&el=tree#diff-Yy9zcmMvcHJvYWN0b3IvZXBvbGwuYw==)
| `81.62% <0.00%> (-0.11%)` | :arrow_down: |
|
[c/tests/threaderciser.c](https://codecov.io/gh/apache/qpid-proton/pull/274/diff?src=pr&el=tree#diff-Yy90ZXN0cy90aHJlYWRlcmNpc2VyLmM=)
| `83.73% <0.00%> (+0.05%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=footer).
Last update
[9bcc7bb...7110e30](https://codecov.io/gh/apache/qpid-proton/pull/274?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Build fails with ModuleNotFoundError when python3-distutils is missing
> ----------------------------------------------------------------------
>
> Key: PROTON-2169
> URL: https://issues.apache.org/jira/browse/PROTON-2169
> Project: Qpid Proton
> Issue Type: Bug
> Components: build
> Affects Versions: proton-c-0.30.0
> Reporter: Jiri Daněk
> Priority: Major
>
> Compile as in PROTON-2145, that means
> {noformat}
> mkdir _build
> cd _build
> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local\
> -DSYSINSTALL_BINDINGS=ON\
> -DBUILD_STATIC_LIBS=ON\
> -DBUILD_TESTING=OFF\
> -DBUILD_WITH_CXX=ON\
> -DENABLE_FUZZ_TESTING=OFF\
> -DFUZZ_REGRESSION_TESTS=OFF
> make -j4
> make install
> {noformat}
> When I don't have {{python3-distutils}} installed, I get
> {noformat}
> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> ModuleNotFoundError: No module named 'distutils.sysconfig'
> -- Looking for Python module sphinx - not found
> -- Looking for Python module sphinx_automodapi - not found
> -- Sphinx modules not found; doc generation disabled.
> CMake Error at python/CMakeLists.txt:139 (install):
> install FILES given no DESTINATION!
> CMake Error at python/CMakeLists.txt:145 (install):
> install TARGETS given no LIBRARY DESTINATION for module target "_cproton".
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]