Summary: | net-misc/openvswitch-2.6.1 : make[2]: *** [Makefile:5633: flake8-check] Error 1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Tiziano Müller (RETIRED) <dev-zero> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | prometheanfire, virtualization |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
config.log emerge-history.txt environment etc.portage.tbz2 net-misc:openvswitch-2.6.1:20170126-085547.log |
Description
Toralf Förster
![]() Created attachment 461486 [details]
emerge-info.txt
Created attachment 461488 [details]
config.log
Created attachment 461490 [details]
emerge-history.txt
Created attachment 461492 [details]
environment
Created attachment 461494 [details]
etc.portage.tbz2
Created attachment 461496 [details]
net-misc:openvswitch-2.6.1:20170126-085547.log
I can't reproduce this. :| but I think I know what may help, can you test this change? in the src_configure section, after the 'export ovs_cv_pyuic4="no"' line, add this if ! use test; then export ovs_cv_flake8="no" fi (In reply to Matthew Thode ( prometheanfire ) from comment #7) that and adding "test" to IUSE solved the configure problem :-) (till this ofc : checking for kernel version... 4.9.6 configure: error: Linux kernel in /lib/modules/4.9.6-gentoo/build is version 4.9.6, but version newer than 4.8.x is not supported (please refer to the FAQ for advice) ) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a6916d243821f098999d78ba14c1b515226fd0 commit c3a6916d243821f098999d78ba14c1b515226fd0 Author: Tiziano Müller <dev-zero@gentoo.org> AuthorDate: 2019-04-13 17:07:58 +0000 Commit: Tiziano Müller <dev-zero@gentoo.org> CommitDate: 2019-04-13 17:07:58 +0000 net-misc/openvswitch: never run flake8 Closes: https://bugs.gentoo.org/607280 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Tiziano Müller <dev-zero@gentoo.org> net-misc/openvswitch/openvswitch-2.10.1-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) |