| Summary: | dev-python/nbconvert-4.1.0::gentoo missing nbconvert-4.0.0-docs-Makefile.patch | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jeff Kowalczyk <jeff.kowalczyk> |
| Component: | [OLD] Development | Assignee: | Marius Brehler <marius.brehler+gentoo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alunduil, dschridde+gentoobugs, gmiramir, me, proteuss, rkarimov.r |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
build.log |
||
|
Description
Jeff Kowalczyk
2015-11-29 04:44:05 UTC
Created attachment 418108 [details]
emerge --info
Created attachment 418110 [details]
build.log
I have the same problem.As a workaround, you can remove the following lines from the file /usr/portage/dev-python/nbconvert/nbconvert-4.1.0.ebuild:
PATCHES=(
"${FILESDIR}"/${PN}-4.0.0-docs-Makefile.patch
)
Then run as root:
$ ebuild /usr/portage/dev-python/nbconvert/nbconvert-4.1.0.ebuild manifest
And start over your build.
I seems that the package is new and the file files/nbconvert-4.0.0-docs-Makefile.patch wasn't added to the portage tree. This needs to be fixed by the package maintainer.
(In reply to Nicolas Porcel from comment #3) > I have the same problem.As a workaround, you can remove the following lines > from the file /usr/portage/dev-python/nbconvert/nbconvert-4.1.0.ebuild: > > PATCHES=( > "${FILESDIR}"/${PN}-4.0.0-docs-Makefile.patch > ) > The real problem is it should be 4.1.0 and not 4.0.0 as that does exist in the tree. I am sorry for the inconveniences, I missed to add the patch when importing nbconvert from the science overlay. The patch was added with the merge of the pull request https://github.com/gentoo/gentoo/pull/424. |