-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev-python/pybedtools: version bump 0.11.0 and enable docs #1316
Conversation
@@ -24,11 +24,9 @@ RDEPEND=" | |||
dev-python/pandas[${PYTHON_USEDEP}] | |||
dev-python/matplotlib[${PYTHON_USEDEP}] | |||
" | |||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dependency on cython is not required when DISTUTILS_EXT=1
is set
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed this and am now getting a QA Notice:
- QA Notice: Package seems to be missing a BDEPEND on dev-python/cython.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then please check if you are using the most recent version of the eclass.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the main tree synced at 2025-01-27 11:18:44 UTC
, so this should include the latest distutils-r1
eclass. I still get the QA notice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0x55c30ed92fbf internal_error(char const*, ...)
???:0
0x55c30d335cf8 read_cgraph_and_symbols(unsigned int, char const**)
???:0
0x55c30d2f9807 lto_main()
???:0
Please submit a full bug report, with preprocessed source (by using -freport-bug).
Please include the complete backtrace with any bug report.
See <https://bugs.gentoo.org/> for instructions.
lto-wrapper: fatal error: /usr/bin/x86_64-pc-linux-gnu-g++ returned 1 exit status
compilation terminated.
It fails to build on my end
Was this with I realized I misunderstood how I still have to set this flag for sphinx, so that is likely broken (looking into it) |
It was, but not sure if the error originates from sphinx. |
I've disabled the docs again, making this a simple version bump. I don't know where the compile error comes from, does the current ebuild compile fine? And/or does reinstalling |
It's still failing, looks like an lto issue, please try to build it with lto enabled on your end. |
I can confirm this is broken with I've got no idea how to debug this. |
Don't bother, just add |
Signed-off-by: Michael Schubert <[email protected]>
Added in the current commit |
Thanks 👍 |
No description provided.