Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 879955 - sci-electronics/kicad-6.0.8: fails to compile with >=dev-lang/swig-4.1.0 (Error: the swig import helper was not fixed, fix this script: fix_swig_imports.py)
Summary: sci-electronics/kicad-6.0.8: fails to compile with >=dev-lang/swig-4.1.0 (Err...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-06 05:17 UTC by email200202
Modified: 2022-11-06 08:54 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.gz (build.log.gz,51.70 KB, application/octet-stream)
2022-11-06 05:22 UTC, email200202
Details
emerge -pqv '=sci-electronics/kicad-6.0.8::gentoo' (file_879955.txt,213 bytes, text/plain)
2022-11-06 05:24 UTC, email200202
Details
emerge --info '=sci-electronics/kicad-6.0.8::gentoo' (file_879955.txt,6.99 KB, text/plain)
2022-11-06 05:25 UTC, email200202
Details

Note You need to log in before you can comment on or make changes to this bug.
Description email200202 2022-11-06 05:17:06 UTC
sci-electronics/kicad-6.0.8 failed to build with message:

/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/libs/kimath/include/geometry/shape_line_chain.h:176: Warning 509: as it is shadowed by SHAPE_LINE_CHAIN::SHAPE_LINE_CHAIN(std::vector< wxPoint,std::allocator< wxPoint > > const &,bool).
footprint.h:111: Warning 509: Overloaded method FOOTPRINT::FOOTPRINT(FOOTPRINT &&) effectively ignored,
footprint.h:108: Warning 509: as it is shadowed by FOOTPRINT::FOOTPRINT(FOOTPRINT const &).
Error: the swig import helper was not fixed, check /var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8_build/pcbnew/pcbnew.py
       and fix this script: fix_swig_imports.py
[876/1596] /usr/bin/x86_64-pc-linux-gnu-g++ -DGLM_FORCE_CTOR_INIT -DHAVE_STDINT_H -DKICAD_CONFIG_DIR=kicad -DKICAD_SCRIPTING_WXPYTHON -DKICAD_USE_OCC -DPCBNEW -DWXUSINGDLL -DWX_COMPATIBILITY -D_FILE_OFFSET_BITS=64 -D__WXGTK__ -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/include -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/pcbnew/router/. -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/pcbnew/router/.. -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/pcbnew/router/../../include -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/pcbnew/router/../../3d-viewer -I/var/tmp/portage/sci-electronics/kicad-6.0.8/work/kicad-6.0.8/pcbnew/router/../../pcbnew -I/var/tmp/portage/

Reproducible: Always

Steps to Reproduce:
1. emerge --sync
2. emerge -auvDN world

Actual Results:  
failed

Expected Results:  
not to fail
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-06 05:20:54 UTC
Please attach the full build.log and emerge --info.
Comment 2 email200202 2022-11-06 05:22:17 UTC
Created attachment 827957 [details]
build.log.gz
Comment 3 email200202 2022-11-06 05:24:37 UTC
Created attachment 827959 [details]
emerge -pqv '=sci-electronics/kicad-6.0.8::gentoo'
Comment 4 email200202 2022-11-06 05:25:44 UTC
Created attachment 827961 [details]
emerge --info '=sci-electronics/kicad-6.0.8::gentoo'
Comment 6 Larry the Git Cow gentoo-dev 2022-11-06 08:53:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6026227fac31d9e27f25ded7ba2de607eca2e0c

commit c6026227fac31d9e27f25ded7ba2de607eca2e0c
Author:     Matthew Smith <matthew@gentoo.org>
AuthorDate: 2022-11-06 08:36:08 +0000
Commit:     Matthew Smith <matthew@gentoo.org>
CommitDate: 2022-11-06 08:52:26 +0000

    sci-electronics/kicad: add 6.0.9
    
    Closes: https://bugs.gentoo.org/879955
    Signed-off-by: Matthew Smith <matthew@gentoo.org>

 sci-electronics/kicad/Manifest           |   1 +
 sci-electronics/kicad/kicad-6.0.9.ebuild | 174 +++++++++++++++++++++++++++++++
 2 files changed, 175 insertions(+)
Comment 7 Matthew Smith gentoo-dev 2022-11-06 08:54:10 UTC
We should block swig-4.1.0 stable until kicad-6.0.9 is stable too.