Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614268 - sci-electronics/kicad-4.0.6 version bump
Summary: sci-electronics/kicad-4.0.6 version bump
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: 2017-03-30 06:05 UTC by Philippe Trottier
Modified: 2017-05-25 04:35 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Trottier 2017-03-30 06:05:02 UTC
Version bump requested

Working well on amd64
Comment 1 Jonas Stein gentoo-dev 2017-04-29 17:39:32 UTC
Philippe, did a simple bump work for you, or did you change anything?
Comment 2 Philippe Trottier 2017-04-29 23:00:44 UTC
cp kicad-4.0.4.ebuild kicad-4.0.6.ebuild
ebuild kicad-4.0.6.ebuild digest
emerge kicad

Go
Comment 3 Jonas Stein gentoo-dev 2017-05-01 22:22:00 UTC
Thank you, Philippe. Which version of boost did you use?

I can confirm, that it compiles (boost 1.62.0-r1) and I could not see a problem in the running program, but we should have a look on the patch:

=======
KiCad 4.0.5 and 4.0.6 cannot be compiled with boost 1.61 and higher since the latter requires C++11. If you insist to use boost 1.61 and higher, you can apply this patch manually and compile with a C++11 capable compiler and its appropriate compiler switches.
=======

http://kicad-pcb.org/download/source/
Comment 4 Zoltan Puskas 2017-05-01 22:53:10 UTC
Sorry, I was traveling a lot recently and there is no devaway for proxy maintainers. I'll take a look tonight, especially because of boost since we already have to patch around some incompatibility.
Comment 5 Philippe Trottier 2017-05-02 03:20:15 UTC
I have it with:
dev-libs/boost-1.62.0-r1 USE="icu nls python threads -context -debug -doc -mpi -static-libs -tools"

I hope this helps
Comment 6 Zoltan Puskas 2017-05-02 08:25:05 UTC
PR: https://github.com/gentoo/gentoo/pull/4531

@Philippe: you will need to enable context on your boost (ebuild enforces it anyway), as I have removed the hacky patches used on previous versions of KiCad and applied upstream patch.
Comment 7 Zoltan Puskas 2017-05-24 06:44:44 UTC
PR updated, waiting merge.