[Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
I was able to get the wxwidgets stuff switched over but there's a bug in
the big tracker saying it didn't work.  I will continue to look into it as
I can.  I should be over this illness by the end of this week, it looks
like.

I can revert the packaging change so the next builds will work again.

Sorry folks, I have lost weeks and weeks of productivity and am trying to
do my best.

Adam
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
Sure.
I’ll have a look tomorrow and try to build wxWidgets/wxPython the same way the 
script does.

> On 28. Jan 2018, at 23:44, Nick Østergaard  wrote:
> 
> You don't need to revert it. I can just choose the latest workin hash in the 
> jenkins job. I would rather we fix it somehow. :)
> 
> @Bernhard, the build scripts in question are 
> https://github.com/wayneandlayne/KiCadMacOSPackaging 
> 
> 
> Maybe you can have a got at it?
> 
> 2018-01-28 23:41 GMT+01:00 Nick Østergaard  >:
> I assume this is the bug you are talking about:
> https://bugs.launchpad.net/kicad/+bug/1745868 
> 
> 
> 2018-01-28 23:14 GMT+01:00 Adam Wolf  >:
> I was able to get the wxwidgets stuff switched over but there's a bug in the 
> big tracker saying it didn't work.  I will continue to look into it as I can. 
>  I should be over this illness by the end of this week, it looks like.
> 
> I can revert the packaging change so the next builds will work again.
> 
> Sorry folks, I have lost weeks and weeks of productivity and am trying to do 
> my best.
> 
> Adam
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> 
> Post to : kicad-developers@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~kicad-developers 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Carsten Schoenert
Hello Babar,

Am 29.01.2018 um 05:12 schrieb Babar Malik:
> I have tried a lot to install wxPython 3.0 but none of the solution is
> working. Can you please suggest any solution?

but you have not installed the package Maciej has suggested? If you ask
for help please give us all information what you have done (or tried to
do) and also the error messages you see.

You will need all of the following packages have installed on your
system to get a recent version of KiCad nightly/development built on a
recent Ubuntu or Debian stretch or testing system.

> $ sudo apt install cmake doxygen libboost-context-dev libboost-dev \
> libboost-system-dev libboost-test-dev libcairo2-dev libcurl4-openssl-dev \
> libgl1-mesa-dev libglew-dev libglm-dev liboce-foundation-dev liboce-ocaf-dev \
> libssl-dev libwxbase3.0-dev libwxgtk3.0-dev python-dev python-wxgtk3.0-dev \
> swig wx-common

-- 
Regards
Carsten Schoenert

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Fri, Jan 26, 2018 at 03:18:32PM +0100, Maciej Sumiński wrote:
> Hi Babar,
> 
> You need to install wxPython development files, package
> python-wxgtk3.0-dev or similar.
> 

I confirm: exactly that package on an Ubuntu 16.04...

Regards,

-- 


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
Hi dear,
Where can I add this script,  on command line which is terminal in case of
Ubutnu? Or i need to add this script in any file?

Regards,
Babar Malik.

Best Regards,
Muhammad Babar Malik
Namal College Mianwali
An Associate College of University of Bradford

On 26 January 2018 at 19:03, Jeff Young  wrote:

> If you don’t need Python you can turn it off by adding:
>
> -DKICAD_SCRIPTING_WXPYTHON=OFF
>
> to your cmake command.
>
> Might be a short-term solution until someone who knows Ubuntu can help get
> you up and running.
>
> Cheers,
> Jeff
>
> On 26 Jan 2018, at 13:45, Babar Malik  wrote:
>
> Dear all,
> I am trying to build Kicad on Ubuntu 14.04 but I am facing a problem with
> "wxPython". I tried a lot to install this package but the problem is still
> here. The exact error shown on the terminal is *"CMake Error at
> CMakeLists.txt:708 (message):*
> *  wxPython version 3.0 does not appear to be installed on the system.*
> *"*
> Can anyone please suggest me the solution. Your assistance will be highly
> appreciated.
>
>
>
>
>
>
>
>
> Best Regards,
> Muhammad Babar Malik
> Namal College Mianwali
> An Associate College of University of Bradford
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I turned off python then the kicad was built sucessfully. But when i used
"make" command after building it, it shown following error message.
"*[  0%] creating 'boost scratch repo' specifically for boost to track
boost patches*
*/bin/sh: 1: bzr: not found*
*make[2]: ***
[../../.downloads-by-cmake/boost_1_54_0/src/boost-stamp/boost-bzr_init_boost]
Error 127*
*make[1]: *** [CMakeFiles/boost.dir/all] Error 2*
*make: *** [all] Error 2*
"
Can you please have a look on that?
I will be really thankful for the assistance.

Regards,
Babar Malik.

Best Regards,
Muhammad Babar Malik
Namal College Mianwali
An Associate College of University of Bradford

On 26 January 2018 at 19:03, Jeff Young  wrote:

> If you don’t need Python you can turn it off by adding:
>
> -DKICAD_SCRIPTING_WXPYTHON=OFF
>
> to your cmake command.
>
> Might be a short-term solution until someone who knows Ubuntu can help get
> you up and running.
>
> Cheers,
> Jeff
>
> On 26 Jan 2018, at 13:45, Babar Malik  wrote:
>
> Dear all,
> I am trying to build Kicad on Ubuntu 14.04 but I am facing a problem with
> "wxPython". I tried a lot to install this package but the problem is still
> here. The exact error shown on the terminal is *"CMake Error at
> CMakeLists.txt:708 (message):*
> *  wxPython version 3.0 does not appear to be installed on the system.*
> *"*
> Can anyone please suggest me the solution. Your assistance will be highly
> appreciated.
>
>
>
>
>
>
>
>
> Best Regards,
> Muhammad Babar Malik
> Namal College Mianwali
> An Associate College of University of Bradford
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
I have tried a lot to install wxPython 3.0 but none of the solution is
working. Can you please suggest any solution?

Regards,
Babar Malik.


Best Regards,
Muhammad Babar Malik
Namal College Mianwali
An Associate College of University of Bradford

On 26 January 2018 at 19:18, Maciej Sumiński 
wrote:

> Hi Babar,
>
> You need to install wxPython development files, package
> python-wxgtk3.0-dev or similar.
>
> Regards,
> Orson
>
> On 01/26/2018 02:45 PM, Babar Malik wrote:
> > Dear all,
> > I am trying to build Kicad on Ubuntu 14.04 but I am facing a problem with
> > "wxPython". I tried a lot to install this package but the problem is
> still
> > here. The exact error shown on the terminal is *"CMake Error at
> > CMakeLists.txt:708 (message):*
> > *  wxPython version 3.0 does not appear to be installed on the system.*
> > *"*
> > Can anyone please suggest me the solution. Your assistance will be highly
> > appreciated.
> >
> >
> >
> >
> >
> >
> >
> >
> > Best Regards,
> > Muhammad Babar Malik
> > Namal College Mianwali
> > An Associate College of University of Bradford
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Marco Ciampa
On Mon, Jan 29, 2018 at 09:16:30AM +0500, Babar Malik wrote:
> Hi dear,
> Where can I add this script,  on command line which is terminal in case of
> Ubutnu? Or i need to add this script in any file?

Try running:

cmake-gui

it should be easier to set.

PS: probably this is not the right place to post this questions, please
try a kicad user list or forum instead first...

Regards,


--


Marco Ciampa

I know a joke about UDP, but you might not get it.



 GNU/Linux User #78271
 FSFE fellow #364




___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread jp charras
Le 29/01/2018 à 08:08, Babar Malik a écrit :
> Thank you so much Carsten,
> I have installed all the other packages but the only problem is with 
> "python-wxgtk3.0-dev" when i
> try to install this the terminal shows me the following error message
> "*E: Unable to locate package pythton-wxgtk3.0-dev*
> *E: Couldn't find any package by regex 'pythton-wxgtk3.0-dev*"
> 
> Please help me to solve this issue. 
> Regards, 
> Babar Malik. 
> 

"python-wxgtk3.0-dev", not "pythton-wxgtk3.0-dev"

> Best Regards,
> Muhammad Babar Malik
> Namal College Mianwali
> An Associate College of University of Bradford
> 
> On 29 January 2018 at 11:19, Carsten Schoenert  > wrote:
> 
> Hello Babar,
> 
> Am 29.01.2018 um 05:12 schrieb Babar Malik:
> > I have tried a lot to install wxPython 3.0 but none of the solution is
> > working. Can you please suggest any solution?
> 
> but you have not installed the package Maciej has suggested? If you ask
> for help please give us all information what you have done (or tried to
> do) and also the error messages you see.
> 
> You will need all of the following packages have installed on your
> system to get a recent version of KiCad nightly/development built on a
> recent Ubuntu or Debian stretch or testing system.
> 
> > $ sudo apt install cmake doxygen libboost-context-dev libboost-dev \
> > libboost-system-dev libboost-test-dev libcairo2-dev 
> libcurl4-openssl-dev \
> > libgl1-mesa-dev libglew-dev libglm-dev liboce-foundation-dev 
> liboce-ocaf-dev \
> > libssl-dev libwxbase3.0-dev libwxgtk3.0-dev python-dev 
> python-wxgtk3.0-dev \
> > swig wx-common
> 
> --
> Regards
> Carsten Schoenert
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> 
> Post to     : kicad-developers@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~kicad-developers 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [PATCH] Rework GERBVIEW_FRAME::ReCreateAuxiliaryToolbar to fix layout issues

2018-01-28 Thread jp charras
Le 29/01/2018 à 02:33, Jon Evans a écrit :
> Fix for the minor part of https://bugs.launchpad.net/kicad/+bug/1745203
> 
> The X2 attribute highlight dropdowns weren't getting re-created properly and 
> so there were layout
> glitches when loading files that have them.  wxAuiToolBar is kind of 
> annoying...
> 
> Note that I'm going to keep this launchpad bug set to confirmed even with 
> this patch, because the
> bigger part of the bug is tracking slow GerbView performance when loading 
> very complicated files.
> 
> -Jon

Thanks Jon.
I committed your patch.


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-28 Thread Babar Malik
HI,
its sill the same error which can be seen below
"*E: Unable to locate package python-wxgtk3.0-dev*
*E: Couldn't find any package by regex 'python-wxgtk3.0-dev'"*

*Regards,*
*Babar Malik.*

Best Regards,
Muhammad Babar Malik
Namal College Mianwali
An Associate College of University of Bradford

On 29 January 2018 at 12:26, jp charras  wrote:

> Le 29/01/2018 à 08:08, Babar Malik a écrit :
> > Thank you so much Carsten,
> > I have installed all the other packages but the only problem is with
> "python-wxgtk3.0-dev" when i
> > try to install this the terminal shows me the following error message
> > "*E: Unable to locate package pythton-wxgtk3.0-dev*
> > *E: Couldn't find any package by regex 'pythton-wxgtk3.0-dev*"
> >
> > Please help me to solve this issue.
> > Regards,
> > Babar Malik.
> >
>
> "python-wxgtk3.0-dev", not "pythton-wxgtk3.0-dev"
>
> > Best Regards,
> > Muhammad Babar Malik
> > Namal College Mianwali
> > An Associate College of University of Bradford
> >
> > On 29 January 2018 at 11:19, Carsten Schoenert  > > wrote:
> >
> > Hello Babar,
> >
> > Am 29.01.2018 um 05:12 schrieb Babar Malik:
> > > I have tried a lot to install wxPython 3.0 but none of the
> solution is
> > > working. Can you please suggest any solution?
> >
> > but you have not installed the package Maciej has suggested? If you
> ask
> > for help please give us all information what you have done (or tried
> to
> > do) and also the error messages you see.
> >
> > You will need all of the following packages have installed on your
> > system to get a recent version of KiCad nightly/development built on
> a
> > recent Ubuntu or Debian stretch or testing system.
> >
> > > $ sudo apt install cmake doxygen libboost-context-dev libboost-dev
> \
> > > libboost-system-dev libboost-test-dev libcairo2-dev
> libcurl4-openssl-dev \
> > > libgl1-mesa-dev libglew-dev libglm-dev liboce-foundation-dev
> liboce-ocaf-dev \
> > > libssl-dev libwxbase3.0-dev libwxgtk3.0-dev python-dev
> python-wxgtk3.0-dev \
> > > swig wx-common
> >
> > --
> > Regards
> > Carsten Schoenert
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers <
> https://launchpad.net/%7Ekicad-developers>
> > Post to : kicad-developers@lists.launchpad.net  kicad-developers@lists.launchpad.net>
> > Unsubscribe : https://launchpad.net/~kicad-developers <
> https://launchpad.net/%7Ekicad-developers>
> > More help   : https://help.launchpad.net/ListHelp <
> https://help.launchpad.net/ListHelp>
> >
> >
> >
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp
> >
>
>
> --
> Jean-Pierre CHARRAS
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
Which bug?


Bernhard

> On 28. Jan 2018, at 23:14, Adam Wolf  wrote:
> 
> I was able to get the wxwidgets stuff switched over but there's a bug in the 
> big tracker saying it didn't work.  I will continue to look into it as I can. 
>  I should be over this illness by the end of this week, it looks like.
> 
> I can revert the packaging change so the next builds will work again.
> 
> Sorry folks, I have lost weeks and weeks of productivity and am trying to do 
> my best.
> 
> Adam
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
I assume this is the bug you are talking about:
https://bugs.launchpad.net/kicad/+bug/1745868

2018-01-28 23:14 GMT+01:00 Adam Wolf :

> I was able to get the wxwidgets stuff switched over but there's a bug in
> the big tracker saying it didn't work.  I will continue to look into it as
> I can.  I should be over this illness by the end of this week, it looks
> like.
>
> I can revert the packaging change so the next builds will work again.
>
> Sorry folks, I have lost weeks and weeks of productivity and am trying to
> do my best.
>
> Adam
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
Yeah.  The previous build script downloaded a wxpython tarball, which
included wxwidgets.

All my update did was move the wxpython subdirectory into a git checkout of
the wxwidgets tree, and build that way.

One quick thing would be to just do a diff between the wxwidgets included
with wxpython 3.0.2.0, and the tree.  At this point, nothing would surprise
me :)

Adam



On Jan 28, 2018 4:54 PM, "Bernhard Stegmaier" 
wrote:

> Sure.
> I’ll have a look tomorrow and try to build wxWidgets/wxPython the same way
> the script does.
>
> On 28. Jan 2018, at 23:44, Nick Østergaard  wrote:
>
> You don't need to revert it. I can just choose the latest workin hash in
> the jenkins job. I would rather we fix it somehow. :)
>
> @Bernhard, the build scripts in question are https://github.com/
> wayneandlayne/KiCadMacOSPackaging
>
> Maybe you can have a got at it?
>
> 2018-01-28 23:41 GMT+01:00 Nick Østergaard :
>
>> I assume this is the bug you are talking about:
>> https://bugs.launchpad.net/kicad/+bug/1745868
>>
>> 2018-01-28 23:14 GMT+01:00 Adam Wolf :
>>
>>> I was able to get the wxwidgets stuff switched over but there's a bug in
>>> the big tracker saying it didn't work.  I will continue to look into it as
>>> I can.  I should be over this illness by the end of this week, it looks
>>> like.
>>>
>>> I can revert the packaging change so the next builds will work again.
>>>
>>> Sorry folks, I have lost weeks and weeks of productivity and am trying
>>> to do my best.
>>>
>>> Adam
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~kicad-developers
>>> Post to : kicad-developers@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Build failed in Jenkins: kicad-qa #3432

2018-01-28 Thread Miguel Angel Ajo
See 

Changes:

[jean-pierre charras] Rename a few files

--
Started by an SCM change
Building remotely on debian8 (clang gcc linux) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://github.com/KiCad/kicad-source-mirror.git # timeout=10
Fetching upstream changes from https://github.com/KiCad/kicad-source-mirror.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/KiCad/kicad-source-mirror.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 4c5bd01887ba818f31a0fd46fdc46a5b97228142 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c5bd01887ba818f31a0fd46fdc46a5b97228142
Commit message: "Rename a few files"
 > git rev-list --no-walk ac0dd118fd57466ee4bba3b2107d06b267c582d6 # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins539850241009882968.sh
+ cmake --version
cmake version 3.0.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
+ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

+ git --version
git version 2.1.4
+ OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON 
-DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
+ [ -d passed-qa ]
+ [ -d build ]
+ cd build
+ /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON 
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
-- Kicad install dir: 
-- Check for installed GLEW -- found
-- Boost version: 1.55.0
-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- wxPython version 3.0 found.
-- S3DSG version: 2.0.0
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Configuring done
-- Generating done
-- Build files have been written to: 

+ echo CMAKE exit code is 0
CMAKE exit code is 0
+ rm -f pcbnew/pcbnewPYTHON_wrap.cxx
+ env
+ grep -q ^MAKEJOBS=
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[  0%] [  0%] Built target netlist_lexer_source_files
Built target pcb_lexer_source_files
[  0%] Built target lib_table_lexer_source_files
[  0%] Built target idf3
[  0%] Built target pcb_plot_lexer_source_files
[  0%] [  0%] Built target page_layout_lexer_source_files
Generating version string header
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4") 
-- Git hash: 4c5bd01887ba818f31a0fd46fdc46a5b97228142
-- Git branch: HEAD
-- Writing 
 file with 
version: (2018-01-28 revision 4c5bd01)-HEAD
[  1%] Built target kicad_3dsg
[  1%] Built target version_header
[  2%] Built target lib_dxf
[  2%] Built target polygon
[  2%] Built target specctra_lexer_source_files
Scanning dependencies of target gal
[ 45%] Built target bitmaps
[ 45%] Building CXX object common/CMakeFiles/gal.dir/basic_gal.cpp.o
Scanning dependencies of target pcbcommon
[ 45%] [ 47%] [ 47%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/eda_text.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/lset.cpp.o
Linking CXX static library libgal.a
[ 47%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/board_commit.cpp.o
[ 50%] Built target gal
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/board_items_to_polygon_shape_transform.cpp.o
Scanning dependencies of target common
[ 50%] Building CXX object 
common/CMakeFiles/common.dir/page_layout/title_block_shapes.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/common.dir/page_layout/class_worksheet_dataitem.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board_connected_item.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board_item.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/common.dir/page_layout/class_worksheet_layout.cpp.o
[ 50%] Building CXX object 

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Adam Wolf
I think I see it now.  I can probably fix this tonight.  Thanks!

Adam

On Jan 28, 2018 5:30 PM, "Bernhard Stegmaier" 
wrote:

> Quick look into the build… seems to pull in wrong wxWidgets libs.
> The build in question includes some 3.0.0 wxWidgets libraries which I
> guess come from wxPython download.
> The fork should create 3.0.4 libraries...
>
> On 29. Jan 2018, at 00:05, Bernhard Stegmaier 
> wrote:
>
> I just had a quick look and it looks fine.
>
> Also my first guess is that maybe something got messed up in the folder
> hierarchy when copying wxPython/wxWidgets together, so that e.g. here
>   WXPYTHON_BUILD_OPTS="WX_CONFIG=`pwd`/../../wx-bin/bin/wx-config \
> some wrong wxWidgets (not the one of the fork) gets pulled in.
>
> Too late here already to check just by review, will try tomorrow… :)
>
> On 29. Jan 2018, at 00:00, Adam Wolf 
> wrote:
>
> Yeah.  The previous build script downloaded a wxpython tarball, which
> included wxwidgets.
>
> All my update did was move the wxpython subdirectory into a git checkout
> of the wxwidgets tree, and build that way.
>
> One quick thing would be to just do a diff between the wxwidgets included
> with wxpython 3.0.2.0, and the tree.  At this point, nothing would surprise
> me :)
>
> Adam
>
>
>
> On Jan 28, 2018 4:54 PM, "Bernhard Stegmaier" 
> wrote:
>
>> Sure.
>> I’ll have a look tomorrow and try to build wxWidgets/wxPython the same
>> way the script does.
>>
>> On 28. Jan 2018, at 23:44, Nick Østergaard  wrote:
>>
>> You don't need to revert it. I can just choose the latest workin hash in
>> the jenkins job. I would rather we fix it somehow. :)
>>
>> @Bernhard, the build scripts in question are
>> https://github.com/wayneandlayne/KiCadMacOSPackaging
>>
>> Maybe you can have a got at it?
>>
>> 2018-01-28 23:41 GMT+01:00 Nick Østergaard :
>>
>>> I assume this is the bug you are talking about:
>>> https://bugs.launchpad.net/kicad/+bug/1745868
>>>
>>> 2018-01-28 23:14 GMT+01:00 Adam Wolf :
>>>
 I was able to get the wxwidgets stuff switched over but there's a bug
 in the big tracker saying it didn't work.  I will continue to look into it
 as I can.  I should be over this illness by the end of this week, it looks
 like.

 I can revert the packaging change so the next builds will work again.

 Sorry folks, I have lost weeks and weeks of productivity and am trying
 to do my best.

 Adam

 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp


>>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Jenkins build is back to normal : kicad-qa #3431

2018-01-28 Thread Miguel Angel Ajo
See 


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Jenkins build is back to normal : kicad-qa #3433

2018-01-28 Thread Miguel Angel Ajo
See 


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Bernhard Stegmaier
That seems to be the same error as when the former so-name patch was not 
applied and original wxWidgets build stuff rewrites library names.
The bundle is corrupt then, because the bundling code fails to create symlinks 
and copies libs instead multiple times.

If you can send me where to find the current state, I can have look into it 
tomorrow.
I could imagine that it has to do with how wxPython is built… I have seen 
similar library rewrite stuff in some python build scripts (which the patch 
doesn’t fix).

However, shouldn’t make any difference, the fork contains all the stuff we had 
in the patches before.


Regards,
Bernhard

> On 28. Jan 2018, at 23:41, Nick Østergaard  wrote:
> 
> I assume this is the bug you are talking about:
> https://bugs.launchpad.net/kicad/+bug/1745868 
> 
> 
> 2018-01-28 23:14 GMT+01:00 Adam Wolf  >:
> I was able to get the wxwidgets stuff switched over but there's a bug in the 
> big tracker saying it didn't work.  I will continue to look into it as I can. 
>  I should be over this illness by the end of this week, it looks like.
> 
> I can revert the packaging change so the next builds will work again.
> 
> Sorry folks, I have lost weeks and weeks of productivity and am trying to do 
> my best.
> 
> Adam
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers 
> 
> Post to : kicad-developers@lists.launchpad.net 
> 
> Unsubscribe : https://launchpad.net/~kicad-developers 
> 
> More help   : https://help.launchpad.net/ListHelp 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
You don't need to revert it. I can just choose the latest workin hash in
the jenkins job. I would rather we fix it somehow. :)

@Bernhard, the build scripts in question are
https://github.com/wayneandlayne/KiCadMacOSPackaging

Maybe you can have a got at it?

2018-01-28 23:41 GMT+01:00 Nick Østergaard :

> I assume this is the bug you are talking about:
> https://bugs.launchpad.net/kicad/+bug/1745868
>
> 2018-01-28 23:14 GMT+01:00 Adam Wolf :
>
>> I was able to get the wxwidgets stuff switched over but there's a bug in
>> the big tracker saying it didn't work.  I will continue to look into it as
>> I can.  I should be over this illness by the end of this week, it looks
>> like.
>>
>> I can revert the packaging change so the next builds will work again.
>>
>> Sorry folks, I have lost weeks and weeks of productivity and am trying to
>> do my best.
>>
>> Adam
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The big rename?

2018-01-28 Thread jp charras
Le 28/01/2018 à 02:44, Wayne Stambaugh a écrit :
> On 01/27/2018 02:11 PM, jp charras wrote:
>> Le 27/01/2018 à 20:00, Chris Pavlina a écrit :
>>> Nah, go on without me. Sorry.
>>>
>>> On Sat, Jan 27, 2018 at 02:07:48PM +, Wayne Stambaugh wrote:
 If we are, it has to happen soon.  Once I branch v5, we cannot do this
 until the end of v6 development.  Otherwise, cherry-picking bug fixes
 from the development branch will be a major headache.  Chris, are you
 still planning on doing this?

 Cheers,

 Wayne

>>
>> OK.
>>
>> I am willing to rename some files before V5.
>> It will be perhaps not the Big Rename, but at least some files will have a 
>> better name.
>>
>> If nobody complains, I will start this renaming tomorrow.
>>
>>
> 
> We need to decide who is going to do this so we don't end up with merge 
> clashes.  Who ever does this
> work, please do not use the class_ prefix when renaming source files.  This 
> makes searching and
> auto-completion more complex than it needs to be.
> 
> Thanks,
> 
> Wayne

Sure.

Currently I have a fix for cvpcb.
This is a very low risk change, and a test case.
An other low risk is the common files.

The main risk is for Pcbnew files.

So, if I am the guy who make the job, I am thinking to commit 3 or 4 more basic 
changes in Pcbnew tree.

About merge issues, I know a few recent patches are not yet merged and not yet 
reviewed.
So, it could be worth to know what patches are still pending.


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The big rename?

2018-01-28 Thread Jeff Young
As to the outstanding patches, I think they’re all mine.

The code-review fixes for the update footprints one [1] are the most likely to 
have merge issues.

The OSX cursor-shape one [2] has already suffered a merge failure between two 
of my branches.  But I think it’s been reviewed and the merge-wreck-repairs are 
ready to go.

The OSX event-loop issue is the highest priority, but it’s a single-location 
four-liner [3], so it can easily be merged/redone/whatever if necessary.

I’m currently working on a 6.0 feature to do item highlighting when hovering 
over conflict items in DRC, so there should be a lull in my 5.0 patch posting 
(unless a regression or something critical comes in).

Cheers,
Jeff.

[1] https://bugs.launchpad.net/kicad/+bug/1466857
[2] https://bugs.launchpad.net/kicad/+bug/1745097
[3] https://bugs.launchpad.net/kicad/+bug/1718079


> Sure.
> 
> Currently I have a fix for cvpcb.
> This is a very low risk change, and a test case.
> An other low risk is the common files.
> 
> The main risk is for Pcbnew files.
> 
> So, if I am the guy who make the job, I am thinking to commit 3 or 4 more 
> basic changes in Pcbnew tree.
> 
> About merge issues, I know a few recent patches are not yet merged and not 
> yet reviewed.
> So, it could be worth to know what patches are still pending.
> 
> 
> -- 
> Jean-Pierre CHARRAS
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] The big rename?

2018-01-28 Thread jp charras
Le 28/01/2018 à 13:15, Jeff Young a écrit :
> As to the outstanding patches, I think they’re all mine.
> 
> The code-review fixes for the update footprints one [1] are the most likely 
> to have merge
> issues.
> 
> The OSX cursor-shape one [2] has already suffered a merge failure between two 
> of my branches.
> But I think it’s been reviewed and the merge-wreck-repairs are ready to go.
> 
> The OSX event-loop issue is the highest priority, but it’s a single-location 
> four-liner [3], so
> it can easily be merged/redone/whatever if necessary.

OK.
I committed it. Thanks.

> 
> I’m currently working on a 6.0 feature to do item highlighting when hovering 
> over conflict items
> in DRC, so there should be a lull in my 5.0 patch posting (unless a 
> regression or something
> critical comes in).
> 
> Cheers, Jeff.
> 
> [1] https://bugs.launchpad.net/kicad/+bug/1466857 [2]
> https://bugs.launchpad.net/kicad/+bug/1745097 [3] 
> https://bugs.launchpad.net/kicad/+bug/1718079
> 
> 
>> Sure.
>> 
>> Currently I have a fix for cvpcb. This is a very low risk change, and a test 
>> case. An other low
>> risk is the common files.
>> 
>> The main risk is for Pcbnew files.
>> 
>> So, if I am the guy who make the job, I am thinking to commit 3 or 4 more 
>> basic changes in
>> Pcbnew tree.
>> 
>> About merge issues, I know a few recent patches are not yet merged and not 
>> yet reviewed. So, it
>> could be worth to know what patches are still pending.
>> 
>> 
>> -- Jean-Pierre CHARRAS


-- 
Jean-Pierre CHARRAS

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] No scaled bitmaps in class_DisplayFootprintsFrame.cpp

2018-01-28 Thread Wayne Stambaugh

I'm sure this is an oversight.  Chris, do you have any input on this?


On 01/24/2018 06:11 AM, Jeff Young wrote:

I just happened to notice that all the other toolbars use scaled bitmaps except 
this one.  Intentional?
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Pin numbers and library modified

2018-01-28 Thread Wayne Stambaugh
I may have missed this when I wrote the legacy parser.  The library 
status should definitely not be modified during a file read.


On 01/25/2018 10:18 AM, Jeff Young wrote:
While profiling library loading I noticed that 
SCH_LEGACY_PLUGIN_CACHE::loadPin() calls pin->SetName()and 
pin->SetNumber(), which appear to be UI-level routines.


Among other things, they (1) set the modified flag (is this perhaps 
behind the library-alwasy-modified bug) and convert all spaces to 
underscores (do we need to do this when reading from a library file — it 
appears prominently in profiles?).



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Build failed in Jenkins: kicad-qa #3430

2018-01-28 Thread Miguel Angel Ajo
See 

Changes:

[jean-pierre charras] move plotter related files to subdir plotters

[jean-pierre charras] rename files, mainly files for plotter control

[jean-pierre charras] rename files: update filenames in sources

--
Started by an SCM change
Building remotely on debian8 (clang gcc linux) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://github.com/KiCad/kicad-source-mirror.git # timeout=10
Fetching upstream changes from https://github.com/KiCad/kicad-source-mirror.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/KiCad/kicad-source-mirror.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision e499d337d84dd8836b142673195a2878a1977e77 
(refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e499d337d84dd8836b142673195a2878a1977e77
Commit message: "rename files: update filenames in sources"
 > git rev-list --no-walk 19e3815c855d451ba43762ec149c6e01e6ea32da # timeout=10
[kicad-qa] $ /bin/sh -xe /tmp/jenkins4201710236291625241.sh
+ cmake --version
cmake version 3.0.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
+ gcc --version
gcc (Debian 4.9.2-10) 4.9.2
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

+ git --version
git version 2.1.4
+ OPTS= -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON -DKICAD_SCRIPTING=ON 
-DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
+ [ -d passed-qa ]
+ [ -d build ]
+ cd build
+ /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_GITHUB_PLUGIN=ON 
-DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON
-- Kicad install dir: 
-- Check for installed GLEW -- found
-- Boost version: 1.55.0
-- Check for installed Python Interpreter -- found
-- Python module install path: lib/python2.7/dist-packages
-- wxPython version 3.0 found.
-- S3DSG version: 2.0.0
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Boost version: 1.55.0
-- Found the following Boost libraries:
--   unit_test_framework
-- Configuring done
-- Generating done
-- Build files have been written to: 

+ echo CMAKE exit code is 0
CMAKE exit code is 0
+ rm -f pcbnew/pcbnewPYTHON_wrap.cxx
+ env
+ grep -q ^MAKEJOBS=
+ echo The MAKEJOBS variable is empty
The MAKEJOBS variable is empty
+ JOBS=4
+ make -j4 pcbnew_python_module
[  0%] [  0%] [  0%] Built target netlist_lexer_source_files
Built target lib_table_lexer_source_files
Built target pcb_lexer_source_files
[  0%] Built target idf3
[  0%] [  0%] Built target pcb_plot_lexer_source_files
Generating version string header
[  0%] Built target page_layout_lexer_source_files
-- Using Git to determine build version string.
-- Found Git: /usr/bin/git (found version "2.1.4") 
-- Git hash: e499d337d84dd8836b142673195a2878a1977e77
-- Git branch: HEAD
-- Writing 
 file with 
version: (2018-01-28 revision e499d33)-HEAD
[  1%] Built target kicad_3dsg
[  1%] Built target version_header
[  2%] Built target lib_dxf
[  2%] Built target polygon
[  2%] Built target specctra_lexer_source_files
Scanning dependencies of target gal
[ 45%] Built target bitmaps
[ 45%] Building CXX object common/CMakeFiles/gal.dir/basic_gal.cpp.o
Scanning dependencies of target pcbcommon
[ 45%] [ 47%] [ 47%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/basepcbframe.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/lset.cpp.o
Building CXX object common/CMakeFiles/pcbcommon.dir/__/pcbnew/board_commit.cpp.o
Linking CXX static library libgal.a
[ 50%] Built target gal
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/board_items_to_polygon_shape_transform.cpp.o
Scanning dependencies of target common
[ 50%] Building CXX object common/CMakeFiles/common.dir/plotters/plotter.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/common.dir/plotters/DXF_plotter.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board_connected_item.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/pcbcommon.dir/__/pcbnew/class_board_item.cpp.o
[ 50%] Building CXX object 
common/CMakeFiles/common.dir/plotters/GERBER_plotter.cpp.o
[ 50%] Building CXX