Re: [Kicad-developers] OS X bundling

2015-06-12 Thread Adam Wolf
Sounds good, no problem.

Adam Wolf
On Jun 12, 2015 6:51 AM, Wayne Stambaugh stambau...@gmail.com wrote:

 After the stable release, I am ripping out all of the old OSX cmake
 build configuration code along with the dependency build code.  This
 should significantly simplify our cmake code.  Please don't make any
 changes to the legacy OSX build configuration code.

 On 6/11/2015 9:08 PM, Bernhard Stegmaier wrote:
  osx_fixbundles.sh was the script that did the library bundling before I
  changed it to using builtin CMake functions for it.
  Maybe it is still referenced here and there in some old CMake code, but
  IMHO it can just be deleted with every reference to it.
 
 
  Regards,
  Bernhard
 
 
  On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com
  mailto:gcor...@abode.com wrote:
 
  I think that can go.  Though it looks like there’s some code in
  osx_fixbundles.sh that ostensibly migrates kiface modules inside the
  bundle, that code looks out of date and inert.  Perhaps Bernhard has
  some insight into what that’s supposed to be doing.
 
  There are a couple of other references to cvpcb.app in CMakeList
  files.  I’ve attached a patch with this as well as those.  There’s
  also some references in the packaging directory, but I suspect that
  isn’t being used at the moment so I’ve left it alone.
 
  I used the same approach that you did for the other cvpcb stuff in
  CMakeLists, but I presume those blocks will be removed entirely in the
  near future.
 
 
  Garth
 
  nix_cvpcb.patch
 
  On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
  mailto:stambau...@gmail.com wrote:
 
  Thanks Adam.  As soon as you let me know, I will commit the changes.
 
  On 6/11/2015 1:48 PM, Adam Wolf wrote:
  I bet it can be.
 
  I will put checking that on the top of my KiCad list.
 
  Adam Wolf
 
  On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
  stambau...@gmail.com mailto:stambau...@gmail.com
  mailto:stambau...@gmail.com wrote:
 
 Adam,
 
 There is also this line (521) in CMakeList.txt:
 
 add_custom_target( osx_fix_bundles ALL DEPENDS
 cvpcb eeschema gerbview kicad pcbnew bitmap2component
 pcb_calculator pl_editor)
 
 
 I'm guessing cvpcb can be removed from the list.
 
 Wayne
 
 On 6/11/2015 11:44 AM, Adam Wolf wrote:
  Builds resumed on the build cluster.
 
  I need to understand the bundling a bit more--for instance, should we
  still be adding cvpcb.app to search lists in gestfich.cpp?
 
  Adam Wolf
 
  On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
  stambau...@gmail.com
  mailto:stambau...@gmail.com mailto:stambau...@gmail.com
  mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
 Thanks Garth.  I committed your patch in the product branch r5731.
 Hopefully this will get the OSX users back up and running.
 
 Cheers,
 
 Wayne
 
 On 6/11/2015 4:16 AM, Garth Corral wrote:
 
  Looks like the OS X install is trying to copy the nonexistant
  cvpcb.app into the main bundle, killing the build.
 
 
  Patch attached
 
 
 
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
  mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 mailto: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
  mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
 mailto: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
  mailto:kicad-developers@lists.launchpad.net
 mailto: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
  mailto: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
  mailto:kicad-developers@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~kicad-developers
  More help   : 

Re: [Kicad-developers] OS X bundling

2015-06-12 Thread Wayne Stambaugh
After the stable release, I am ripping out all of the old OSX cmake
build configuration code along with the dependency build code.  This
should significantly simplify our cmake code.  Please don't make any
changes to the legacy OSX build configuration code.

On 6/11/2015 9:08 PM, Bernhard Stegmaier wrote:
 osx_fixbundles.sh was the script that did the library bundling before I
 changed it to using builtin CMake functions for it.
 Maybe it is still referenced here and there in some old CMake code, but
 IMHO it can just be deleted with every reference to it.
 
 
 Regards,
 Bernhard
 
 
 On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com
 mailto:gcor...@abode.com wrote:

 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has
 some insight into what that’s supposed to be doing.

 There are a couple of other references to cvpcb.app in CMakeList
 files.  I’ve attached a patch with this as well as those.  There’s
 also some references in the packaging directory, but I suspect that
 isn’t being used at the moment so I’ve left it alone.

 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the
 near future.


 Garth

 nix_cvpcb.patch

 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

 Thanks Adam.  As soon as you let me know, I will commit the changes.

 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.

 I will put checking that on the top of my KiCad list.

 Adam Wolf

 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
 stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

Adam,

There is also this line (521) in CMakeList.txt:

add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)


I'm guessing cvpcb can be removed from the list.

Wayne

On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.

 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?

 Adam Wolf

 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
 stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:

Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.

Cheers,

Wayne

On 6/11/2015 4:16 AM, Garth Corral wrote:

 Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.


 Patch attached







 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto: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
 mailto: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 

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Wayne Stambaugh
Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.

Cheers,

Wayne

On 6/11/2015 4:16 AM, Garth Corral wrote:
 
 Looks like the OS X install is trying to copy the nonexistant cvpcb.app into 
 the main bundle, killing the build.
 
 
 Patch attached
 
 
 
 
 
 
 
 ___
 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] OS X bundling

2015-06-11 Thread Garth Corral
This fixes everything I know about.  I'm using a build made with these changes.

Garth

 On Jun 11, 2015, at 1:01 PM, Wayne Stambaugh stambau...@gmail.com wrote:
 
 I've already fixed all of this in my branch.  Does this resolve all of
 the cvpcb osx app bundle issues?  If so I will commit the changes.
 
 On 6/11/2015 3:24 PM, Garth Corral wrote:
 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has
 some insight into what that’s supposed to be doing.
 
 There are a couple of other references to cvpcb.app in CMakeList files.
 I’ve attached a patch with this as well as those.  There’s also some
 references in the packaging directory, but I suspect that isn’t being
 used at the moment so I’ve left it alone.
 
 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the
 near future.
 
 
 Garth
 
 
 
 
 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:
 
 Thanks Adam.  As soon as you let me know, I will commit the changes.
 
 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.
 
 I will put checking that on the top of my KiCad list.
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
 stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:
 
   Adam,
 
   There is also this line (521) in CMakeList.txt:
 
   add_custom_target( osx_fix_bundles ALL DEPENDS
   cvpcb eeschema gerbview kicad pcbnew bitmap2component
   pcb_calculator pl_editor)
 
 
   I'm guessing cvpcb can be removed from the list.
 
   Wayne
 
   On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.
 
 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
 stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
   Thanks Garth.  I committed your patch in the product branch r5731.
   Hopefully this will get the OSX users back up and running.
 
   Cheers,
 
   Wayne
 
   On 6/11/2015 4:16 AM, Garth Corral wrote:
 
 Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.
 
 
 Patch attached
 
 
 
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto: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] OS X bundling

2015-06-11 Thread Wayne Stambaugh
I just committed the changes.  Lets see if this gets Adam's nightly OSX
builds back up.  Please let me know if there are any other lingering
issues and I will commit them asap.

On 6/11/2015 4:38 PM, Garth Corral wrote:
 This fixes everything I know about.  I'm using a build made with these 
 changes.
 
 Garth
 
 On Jun 11, 2015, at 1:01 PM, Wayne Stambaugh stambau...@gmail.com wrote:

 I've already fixed all of this in my branch.  Does this resolve all of
 the cvpcb osx app bundle issues?  If so I will commit the changes.

 On 6/11/2015 3:24 PM, Garth Corral wrote:
 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has
 some insight into what that’s supposed to be doing.

 There are a couple of other references to cvpcb.app in CMakeList files.
 I’ve attached a patch with this as well as those.  There’s also some
 references in the packaging directory, but I suspect that isn’t being
 used at the moment so I’ve left it alone.

 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the
 near future.


 Garth




 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

 Thanks Adam.  As soon as you let me know, I will commit the changes.

 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.

 I will put checking that on the top of my KiCad list.

 Adam Wolf

 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
 stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

   Adam,

   There is also this line (521) in CMakeList.txt:

   add_custom_target( osx_fix_bundles ALL DEPENDS
   cvpcb eeschema gerbview kicad pcbnew bitmap2component
   pcb_calculator pl_editor)


   I'm guessing cvpcb can be removed from the list.

   Wayne

   On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.

 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?

 Adam Wolf

 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
 stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:

   Thanks Garth.  I committed your patch in the product branch r5731.
   Hopefully this will get the OSX users back up and running.

   Cheers,

   Wayne

   On 6/11/2015 4:16 AM, Garth Corral wrote:

 Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.


 Patch attached







 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto:kicad-developers@lists.launchpad.net
   mailto: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
 mailto: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] OS X bundling

2015-06-11 Thread Bernhard Stegmaier
osx_fixbundles.sh was the script that did the library bundling before I changed 
it to using builtin CMake functions for it.
Maybe it is still referenced here and there in some old CMake code, but IMHO it 
can just be deleted with every reference to it.


Regards,
Bernhard


 On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com wrote:
 
 I think that can go.  Though it looks like there’s some code in 
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the bundle, 
 that code looks out of date and inert.  Perhaps Bernhard has some insight 
 into what that’s supposed to be doing.
 
 There are a couple of other references to cvpcb.app in CMakeList files.  I’ve 
 attached a patch with this as well as those.  There’s also some references in 
 the packaging directory, but I suspect that isn’t being used at the moment so 
 I’ve left it alone.
 
 I used the same approach that you did for the other cvpcb stuff in 
 CMakeLists, but I presume those blocks will be removed entirely in the near 
 future.
 
 
 Garth
 
 nix_cvpcb.patch
 
 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com wrote:
 
 Thanks Adam.  As soon as you let me know, I will commit the changes.
 
 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.
 
 I will put checking that on the top of my KiCad list.
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
Adam,
 
There is also this line (521) in CMakeList.txt:
 
add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)
 
 
I'm guessing cvpcb can be removed from the list.
 
Wayne
 
On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.
 
 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com 
 mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com 
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.
 
Cheers,
 
Wayne
 
On 6/11/2015 4:16 AM, Garth Corral wrote:
 
 Looks like the OS X install is trying to copy the nonexistant cvpcb.app 
 into the main bundle, killing the build.
 
 
 Patch attached
 
 
 
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
___
Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 
___
Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Garth Corral
Ah, makes sense.  Thanks, Bernhard.

Garth

 On Jun 11, 2015, at 6:08 PM, Bernhard Stegmaier stegma...@sw-systems.de 
 wrote:
 
 osx_fixbundles.sh was the script that did the library bundling before I 
 changed it to using builtin CMake functions for it.
 Maybe it is still referenced here and there in some old CMake code, but IMHO 
 it can just be deleted with every reference to it.
 
 
 Regards,
 Bernhard
 
 
 On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com 
 mailto:gcor...@abode.com wrote:
 
 I think that can go.  Though it looks like there’s some code in 
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the bundle, 
 that code looks out of date and inert.  Perhaps Bernhard has some insight 
 into what that’s supposed to be doing.
 
 There are a couple of other references to cvpcb.app in CMakeList files.  
 I’ve attached a patch with this as well as those.  There’s also some 
 references in the packaging directory, but I suspect that isn’t being used 
 at the moment so I’ve left it alone.
 
 I used the same approach that you did for the other cvpcb stuff in 
 CMakeLists, but I presume those blocks will be removed entirely in the near 
 future.
 
 
 Garth
 
 nix_cvpcb.patch
 
 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com wrote:
 
 Thanks Adam.  As soon as you let me know, I will commit the changes.
 
 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.
 
 I will put checking that on the top of my KiCad list.
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
Adam,
 
There is also this line (521) in CMakeList.txt:
 
add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)
 
 
I'm guessing cvpcb can be removed from the list.
 
Wayne
 
On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.
 
 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com 
 mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com 
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.
 
Cheers,
 
Wayne
 
On 6/11/2015 4:16 AM, Garth Corral wrote:
 
 Looks like the OS X install is trying to copy the nonexistant cvpcb.app 
 into the main bundle, killing the build.
 
 
 Patch attached
 
 
 
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
 More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
___
Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 
___
Mailing list: https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net 
 mailto:kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers 
 https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp 
 https://help.launchpad.net/ListHelp
 
 
 
 ___
 Mailing list: https://launchpad.net/~kicad-developers 
 

Re: [Kicad-developers] OS X bundling

2015-06-11 Thread Adam Wolf
Sorry sometimes I respond with the wrong email address...
On Jun 11, 2015 8:33 PM, Adam Wolf adamww...@gmail.com wrote:

 There is also other Mac packaging stuff from a few years ago that can be
 removed safely. If no one objects.  I can prepare a patch for those as well.

 Adam Wolf
 On Jun 11, 2015 8:08 PM, Bernhard Stegmaier stegma...@sw-systems.de
 wrote:

 osx_fixbundles.sh was the script that did the library bundling before I
 changed it to using builtin CMake functions for it.
 Maybe it is still referenced here and there in some old CMake code, but
 IMHO it can just be deleted with every reference to it.


 Regards,
 Bernhard


 On 11 Jun 2015, at 21:24, Garth Corral gcor...@abode.com wrote:

 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has some
 insight into what that’s supposed to be doing.

 There are a couple of other references to cvpcb.app in CMakeList files.
 I’ve attached a patch with this as well as those.  There’s also some
 references in the packaging directory, but I suspect that isn’t being used
 at the moment so I’ve left it alone.

 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the near
 future.


 Garth

 nix_cvpcb.patch

 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 wrote:

 Thanks Adam.  As soon as you let me know, I will commit the changes.

 On 6/11/2015 1:48 PM, Adam Wolf wrote:

 I bet it can be.

 I will put checking that on the top of my KiCad list.

 Adam Wolf

 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com stambau...@gmail.com wrote:

Adam,

There is also this line (521) in CMakeList.txt:

add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)


I'm guessing cvpcb can be removed from the list.

Wayne

On 6/11/2015 11:44 AM, Adam Wolf wrote:

 Builds resumed on the build cluster.

 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?

 Adam Wolf

 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com stambau...@gmail.com
 mailto:stambau...@gmail.com stambau...@gmail.com 
 mailto:stambau...@gmail.com stambau...@gmail.com wrote:

Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.

Cheers,

Wayne

On 6/11/2015 4:16 AM, Garth Corral wrote:


 Looks like the OS X install is trying to copy the nonexistant cvpcb.app
 into the main bundle, killing the build.


 Patch attached







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

mailto:kicad-developers@lists.launchpad.net
 kicad-developers@lists.launchpad.net

mailto:kicad-developers@lists.launchpad.net
 kicad-developers@lists.launchpad.net

mailto:kicad-developers@lists.launchpad.net
 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

mailto:kicad-developers@lists.launchpad.net
 kicad-developers@lists.launchpad.net

mailto:kicad-developers@lists.launchpad.net
 kicad-developers@lists.launchpad.net

mailto:kicad-developers@lists.launchpad.net
 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
mailto:kicad-developers@lists.launchpad.net
 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] OS X bundling

2015-06-11 Thread Garth Corral

Looks like the OS X install is trying to copy the nonexistant cvpcb.app into 
the main bundle, killing the build.


Patch attached



kicad_CMakeLists.txt.patch
Description: Binary data




smime.p7s
Description: S/MIME cryptographic signature
___
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] OS X bundling

2015-06-11 Thread Wayne Stambaugh
Yep.  That should be removed too.  I get to it as soon as possible.  Any
other places that this might be lurking in the code?

On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.
 
 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:
 
 Thanks Garth.  I committed your patch in the product branch r5731.
 Hopefully this will get the OSX users back up and running.
 
 Cheers,
 
 Wayne
 
 On 6/11/2015 4:16 AM, Garth Corral wrote:
 
  Looks like the OS X install is trying to copy the nonexistant cvpcb.app 
 into the main bundle, killing the build.
 
 
  Patch attached
 
 
 
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
 mailto: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
 mailto: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] OS X bundling

2015-06-11 Thread Wayne Stambaugh
Adam,

There is also this line (521) in CMakeList.txt:

add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)


I'm guessing cvpcb can be removed from the list.

Wayne

On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.
 
 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:
 
 Thanks Garth.  I committed your patch in the product branch r5731.
 Hopefully this will get the OSX users back up and running.
 
 Cheers,
 
 Wayne
 
 On 6/11/2015 4:16 AM, Garth Corral wrote:
 
  Looks like the OS X install is trying to copy the nonexistant cvpcb.app 
 into the main bundle, killing the build.
 
 
  Patch attached
 
 
 
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~kicad-developers
  Post to : kicad-developers@lists.launchpad.net
 mailto: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
 mailto: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] OS X bundling

2015-06-11 Thread Adam Wolf
I bet it can be.

I will put checking that on the top of my KiCad list.

Adam Wolf

On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.com
wrote:

 Adam,

 There is also this line (521) in CMakeList.txt:

 add_custom_target( osx_fix_bundles ALL DEPENDS
 cvpcb eeschema gerbview kicad pcbnew bitmap2component
 pcb_calculator pl_editor)


 I'm guessing cvpcb can be removed from the list.

 Wayne

 On 6/11/2015 11:44 AM, Adam Wolf wrote:
  Builds resumed on the build cluster.
 
  I need to understand the bundling a bit more--for instance, should we
  still be adding cvpcb.app to search lists in gestfich.cpp?
 
  Adam Wolf
 
  On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com
  mailto:stambau...@gmail.com wrote:
 
  Thanks Garth.  I committed your patch in the product branch r5731.
  Hopefully this will get the OSX users back up and running.
 
  Cheers,
 
  Wayne
 
  On 6/11/2015 4:16 AM, Garth Corral wrote:
  
   Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.
  
  
   Patch attached
  
  
  
  
  
  
  
   ___
   Mailing list: https://launchpad.net/~kicad-developers
   Post to : kicad-developers@lists.launchpad.net
  mailto: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
  mailto: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] OS X bundling

2015-06-11 Thread Wayne Stambaugh
Thanks Adam.  As soon as you let me know, I will commit the changes.

On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.
 
 I will put checking that on the top of my KiCad list.
 
 Adam Wolf
 
 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:
 
 Adam,
 
 There is also this line (521) in CMakeList.txt:
 
 add_custom_target( osx_fix_bundles ALL DEPENDS
 cvpcb eeschema gerbview kicad pcbnew bitmap2component
 pcb_calculator pl_editor)
 
 
 I'm guessing cvpcb can be removed from the list.
 
 Wayne
 
 On 6/11/2015 11:44 AM, Adam Wolf wrote:
  Builds resumed on the build cluster.
 
  I need to understand the bundling a bit more--for instance, should we
  still be adding cvpcb.app to search lists in gestfich.cpp?
 
  Adam Wolf
 
  On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.com 
 mailto:stambau...@gmail.com
  mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:
 
  Thanks Garth.  I committed your patch in the product branch r5731.
  Hopefully this will get the OSX users back up and running.
 
  Cheers,
 
  Wayne
 
  On 6/11/2015 4:16 AM, Garth Corral wrote:
  
   Looks like the OS X install is trying to copy the nonexistant 
 cvpcb.app into the main bundle, killing the build.
  
  
   Patch attached
  
  
  
  
  
  
  
   ___
   Mailing list: https://launchpad.net/~kicad-developers
   Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
  mailto:kicad-developers@lists.launchpad.net
 mailto: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
 mailto:kicad-developers@lists.launchpad.net
  mailto:kicad-developers@lists.launchpad.net
 mailto: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
 mailto: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] OS X bundling

2015-06-11 Thread Garth Corral
I think that can go. Though it looks like there’s some code in osx_fixbundles.sh that ostensibly migrates kiface modules inside the bundle, that code looks out of date and inert. Perhaps Bernhard has some insight into what that’s supposed to be doing.There are a couple of other references to cvpcb.app in CMakeList files. I’ve attached a patch with this as well as those. There’s also some references in the packaging directory, but I suspect that isn’t being used at the moment so I’ve left it alone.I used the same approach that you did for the other cvpcb stuff in CMakeLists, but I presume those blocks will be removed entirely in the near future.Garth

nix_cvpcb.patch
Description: Binary data
On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com wrote:Thanks Adam. As soon as you let me know, I will commit the changes.On 6/11/2015 1:48 PM, Adam Wolf wrote:I bet it can be.I will put checking that on the top of my KiCad list.Adam WolfOn Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh stambau...@gmail.commailto:stambau...@gmail.com wrote:Adam,There is also this line (521) in CMakeList.txt:add_custom_target( osx_fix_bundles ALL DEPENDScvpcb eeschema gerbview kicad pcbnew bitmap2componentpcb_calculator pl_editor)I'm guessing cvpcb can be removed from the list.WayneOn 6/11/2015 11:44 AM, Adam Wolf wrote:Builds resumed on the build cluster.I need to understand the bundling a bit more--for instance, should westill be adding cvpcb.app to search lists in gestfich.cpp?Adam WolfOn Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh stambau...@gmail.commailto:stambau...@gmail.commailto:stambau...@gmail.commailto:stambau...@gmail.com wrote:Thanks Garth. I committed your patch in the product branch r5731.Hopefully this will get the OSX users back up and running.Cheers,WayneOn 6/11/2015 4:16 AM, Garth Corral wrote:Looks like the OS X install is trying to copy the nonexistant cvpcb.app into the main bundle, killing the build.Patch attached___Mailing list: https://launchpad.net/~kicad-developersPost to : kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netUnsubscribe :https://launchpad.net/~kicad-developersMore help :https://help.launchpad.net/ListHelp___Mailing list:https://launchpad.net/~kicad-developersPost to :kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netUnsubscribe :https://launchpad.net/~kicad-developersMore help :https://help.launchpad.net/ListHelp___Mailing list:https://launchpad.net/~kicad-developersPost to :kicad-developers@lists.launchpad.netmailto:kicad-developers@lists.launchpad.netUnsubscribe : https://launchpad.net/~kicad-developersMore help : https://help.launchpad.net/ListHelp___Mailing list: https://launchpad.net/~kicad-developersPost to : kicad-developers@lists.launchpad.netUnsubscribe : https://launchpad.net/~kicad-developersMore help : https://help.launchpad.net/ListHelp

smime.p7s
Description: S/MIME cryptographic signature
___
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] OS X bundling

2015-06-11 Thread Wayne Stambaugh
I've already fixed all of this in my branch.  Does this resolve all of
the cvpcb osx app bundle issues?  If so I will commit the changes.

On 6/11/2015 3:24 PM, Garth Corral wrote:
 I think that can go.  Though it looks like there’s some code in
 osx_fixbundles.sh that ostensibly migrates kiface modules inside the
 bundle, that code looks out of date and inert.  Perhaps Bernhard has
 some insight into what that’s supposed to be doing.
 
 There are a couple of other references to cvpcb.app in CMakeList files.
  I’ve attached a patch with this as well as those.  There’s also some
 references in the packaging directory, but I suspect that isn’t being
 used at the moment so I’ve left it alone.
 
 I used the same approach that you did for the other cvpcb stuff in
 CMakeLists, but I presume those blocks will be removed entirely in the
 near future.
 
 
 Garth
 
 
 
 
 On Jun 11, 2015, at 10:46 AM, Wayne Stambaugh stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

 Thanks Adam.  As soon as you let me know, I will commit the changes.

 On 6/11/2015 1:48 PM, Adam Wolf wrote:
 I bet it can be.

 I will put checking that on the top of my KiCad list.

 Adam Wolf

 On Thu, Jun 11, 2015 at 12:42 PM, Wayne Stambaugh
 stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com wrote:

Adam,

There is also this line (521) in CMakeList.txt:

add_custom_target( osx_fix_bundles ALL DEPENDS
cvpcb eeschema gerbview kicad pcbnew bitmap2component
pcb_calculator pl_editor)


I'm guessing cvpcb can be removed from the list.

Wayne

On 6/11/2015 11:44 AM, Adam Wolf wrote:
 Builds resumed on the build cluster.

 I need to understand the bundling a bit more--for instance, should we
 still be adding cvpcb.app to search lists in gestfich.cpp?

 Adam Wolf

 On Thu, Jun 11, 2015 at 7:15 AM, Wayne Stambaugh
 stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com
 mailto:stambau...@gmail.com mailto:stambau...@gmail.com wrote:

Thanks Garth.  I committed your patch in the product branch r5731.
Hopefully this will get the OSX users back up and running.

Cheers,

Wayne

On 6/11/2015 4:16 AM, Garth Corral wrote:

 Looks like the OS X install is trying to copy the nonexistant
 cvpcb.app into the main bundle, killing the build.


 Patch attached







 ___
 Mailing list: https://launchpad.net/~kicad-developers
 Post to : kicad-developers@lists.launchpad.net
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto:kicad-developers@lists.launchpad.net
mailto: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
 mailto: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