[Kicad-developers] Fedora Rawhide build broken due to systemd-nspawn bug

2020-08-19 Thread Steven A. Falco

I've been chasing a build failure on the nightlies for Fedora Rawhide whereby 
wxGTK3-devel is claimed to be missing, even though it is clearly installed.

This bug explains what is going on: 
https://bugzilla.redhat.com/show_bug.cgi?id=1869030

Fixes for the bug are in progress, but there is still some discussion as to 
where and when the fixes will appear.

Unfortunately, I don't know of any workaround for the nightlies, because they 
are built on COPR.  Local mock builds can be done by passing --isolation=simple 
to mock.

Steve

___
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] running gerbview from local build on macOS

2020-08-19 Thread Jonatan Liljedahl
I see! But isn't gerbview always run standalone? Running pcbnew and
eeschema from the main kicad project manager works fine from the build
directory, as long as you don't open a pcb or schematic which are not
named the same as the project - then it will launch a standalone
instance.

On Wed, Aug 19, 2020 at 12:14 PM Ian McInerney  wrote:
>
> My solution was not to use anything other than the main kicad launcher ;). So 
> I never used standalone pcbnew/eeschema/gerbview/... on OSX. I did figure out 
> what it would take to fix the kiface detection issue, and started 
> https://gitlab.com/kicad/code/kicad/-/merge_requests/82 to try to make it so 
> everything will work from the build directory, but I haven't gotten around to 
> figuring out the Python pathing yet (that is the one that is most troublesome 
> for me now that I switched back to a Linux daily driver machine - the kifaces 
> just work for me now :) ).
>
> -Ian
>
> On Wed, Aug 19, 2020 at 10:39 AM Jeff Young  wrote:
>>
>> It’s a “thing” on OSX.  I run the attached script which fixes things up.  
>> Sadly it has to be run after each build.
>>
>> I know Jon has the same issue, but I haven’t heard about it from Ian.  
>> Perhaps he has a better solution….
>>
>> Cheers,
>> Jeff.
>>
>>
>>
>> On 19 Aug 2020, at 10:32, Jonatan Liljedahl  wrote:
>>
>> I now tried deleting the old system-wide /Applications/KiCad, and now
>> when clicking the gerbview button in project manager it gives the same
>> error about not finding _gerbview.kiface
>>
>> On Wed, Aug 19, 2020 at 11:25 AM Jonatan Liljedahl  
>> wrote:
>>
>>
>> Hi! I'm having difficulties launching gerbview from my local build.
>>
>> I'm opening kicad.app like this, while standing in the build directory
>> (/Users/lijon/Coding/kicad/build/master)
>>
>>open kicad/kicad.app
>>
>> ...which works fine. However, clicking the gerbview button in the
>> project manager launches an old gerbview installed in systemwide
>> /Applications/KiCad/
>>
>> Trying to open it manually by
>>
>>open gerbview/gerbview.app
>>
>> fails with "Failed to load kiface library
>> “/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”
>> and then crashes.
>>
>> Same with:
>>
>>./gerbview/gerbview.app/Contents/MacOS/gerbview
>>
>> except now it tries to look in
>> /Users/lijon/Coding/kicad/build/master/Contents/PlugIns/
>>
>> I've also tried to stand in the kicad.app directory and open it from
>> there, but with similar results.
>>
>> Any ideas how to run a locally built gerbview on macOS?
>>
>> Cheers
>> --
>> /Jonatan
>> http://kymatica.com
>>
>>
>>
>>
>> --
>> /Jonatan
>> http://kymatica.com
>>
>> ___
>> 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



-- 
/Jonatan
http://kymatica.com

___
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] running gerbview from local build on macOS

2020-08-19 Thread Ian McInerney
My solution was not to use anything other than the main kicad launcher ;).
So I never used standalone pcbnew/eeschema/gerbview/... on OSX. I did
figure out what it would take to fix the kiface detection issue, and
started https://gitlab.com/kicad/code/kicad/-/merge_requests/82 to try to
make it so everything will work from the build directory, but I haven't
gotten around to figuring out the Python pathing yet (that is the one that
is most troublesome for me now that I switched back to a Linux daily driver
machine - the kifaces just work for me now :) ).

-Ian

On Wed, Aug 19, 2020 at 10:39 AM Jeff Young  wrote:

> It’s a “thing” on OSX.  I run the attached script which fixes things up.
> Sadly it has to be run after each build.
>
> I know Jon has the same issue, but I haven’t heard about it from Ian.
> Perhaps he has a better solution….
>
> Cheers,
> Jeff.
>
>
>
> On 19 Aug 2020, at 10:32, Jonatan Liljedahl  wrote:
>
> I now tried deleting the old system-wide /Applications/KiCad, and now
> when clicking the gerbview button in project manager it gives the same
> error about not finding _gerbview.kiface
>
> On Wed, Aug 19, 2020 at 11:25 AM Jonatan Liljedahl 
> wrote:
>
>
> Hi! I'm having difficulties launching gerbview from my local build.
>
> I'm opening kicad.app like this, while standing in the build directory
> (/Users/lijon/Coding/kicad/build/master)
>
>open kicad/kicad.app
>
> ...which works fine. However, clicking the gerbview button in the
> project manager launches an old gerbview installed in systemwide
> /Applications/KiCad/
>
> Trying to open it manually by
>
>open gerbview/gerbview.app
>
> fails with "Failed to load kiface library
> “/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”
> and then crashes.
>
> Same with:
>
>./gerbview/gerbview.app/Contents/MacOS/gerbview
>
> except now it tries to look in
> /Users/lijon/Coding/kicad/build/master/Contents/PlugIns/
>
> I've also tried to stand in the kicad.app directory and open it from
> there, but with similar results.
>
> Any ideas how to run a locally built gerbview on macOS?
>
> Cheers
> --
> /Jonatan
> http://kymatica.com
>
>
>
>
> --
> /Jonatan
> http://kymatica.com
>
> ___
> 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] running gerbview from local build on macOS

2020-08-19 Thread Nick Østergaard
Isn't there a new cmakevariable to enable the binaries to be run from the
build dir?

ons. 19. aug. 2020 11.38 skrev Jeff Young :

> It’s a “thing” on OSX.  I run the attached script which fixes things up.
> Sadly it has to be run after each build.
>
> I know Jon has the same issue, but I haven’t heard about it from Ian.
> Perhaps he has a better solution….
>
> Cheers,
> Jeff.
>
>
>
> On 19 Aug 2020, at 10:32, Jonatan Liljedahl  wrote:
>
> I now tried deleting the old system-wide /Applications/KiCad, and now
> when clicking the gerbview button in project manager it gives the same
> error about not finding _gerbview.kiface
>
> On Wed, Aug 19, 2020 at 11:25 AM Jonatan Liljedahl 
> wrote:
>
>
> Hi! I'm having difficulties launching gerbview from my local build.
>
> I'm opening kicad.app like this, while standing in the build directory
> (/Users/lijon/Coding/kicad/build/master)
>
>open kicad/kicad.app
>
> ...which works fine. However, clicking the gerbview button in the
> project manager launches an old gerbview installed in systemwide
> /Applications/KiCad/
>
> Trying to open it manually by
>
>open gerbview/gerbview.app
>
> fails with "Failed to load kiface library
> “/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”
> and then crashes.
>
> Same with:
>
>./gerbview/gerbview.app/Contents/MacOS/gerbview
>
> except now it tries to look in
> /Users/lijon/Coding/kicad/build/master/Contents/PlugIns/
>
> I've also tried to stand in the kicad.app directory and open it from
> there, but with similar results.
>
> Any ideas how to run a locally built gerbview on macOS?
>
> Cheers
> --
> /Jonatan
> http://kymatica.com
>
>
>
>
> --
> /Jonatan
> http://kymatica.com
>
> ___
> 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] running gerbview from local build on macOS

2020-08-19 Thread Jeff Young
It’s a “thing” on OSX.  I run the attached script which fixes things up.  Sadly it has to be run after each build.I know Jon has the same issue, but I haven’t heard about it from Ian.  Perhaps he has a better solution….Cheers,Jeff.

link_apps.sh
Description: Binary data
On 19 Aug 2020, at 10:32, Jonatan Liljedahl  wrote:I now tried deleting the old system-wide /Applications/KiCad, and nowwhen clicking the gerbview button in project manager it gives the sameerror about not finding _gerbview.kifaceOn Wed, Aug 19, 2020 at 11:25 AM Jonatan Liljedahl  wrote:Hi! I'm having difficulties launching gerbview from my local build.I'm opening kicad.app like this, while standing in the build directory(/Users/lijon/Coding/kicad/build/master)   open kicad/kicad.app...which works fine. However, clicking the gerbview button in theproject manager launches an old gerbview installed in systemwide/Applications/KiCad/Trying to open it manually by   open gerbview/gerbview.appfails with "Failed to load kiface library“/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”and then crashes.Same with:   ./gerbview/gerbview.app/Contents/MacOS/gerbviewexcept now it tries to look in/Users/lijon/Coding/kicad/build/master/Contents/PlugIns/I've also tried to stand in the kicad.app directory and open it fromthere, but with similar results.Any ideas how to run a locally built gerbview on macOS?Cheers--/Jonatanhttp://kymatica.com-- /Jonatanhttp://kymatica.com___Mailing list: https://launchpad.net/~kicad-developersPost to : kicad-developers@lists.launchpad.netUnsubscribe : https://launchpad.net/~kicad-developersMore 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] running gerbview from local build on macOS

2020-08-19 Thread Jonatan Liljedahl
I now tried deleting the old system-wide /Applications/KiCad, and now
when clicking the gerbview button in project manager it gives the same
error about not finding _gerbview.kiface

On Wed, Aug 19, 2020 at 11:25 AM Jonatan Liljedahl  wrote:
>
> Hi! I'm having difficulties launching gerbview from my local build.
>
> I'm opening kicad.app like this, while standing in the build directory
> (/Users/lijon/Coding/kicad/build/master)
>
> open kicad/kicad.app
>
> ...which works fine. However, clicking the gerbview button in the
> project manager launches an old gerbview installed in systemwide
> /Applications/KiCad/
>
> Trying to open it manually by
>
> open gerbview/gerbview.app
>
> fails with "Failed to load kiface library
> “/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”
> and then crashes.
>
> Same with:
>
> ./gerbview/gerbview.app/Contents/MacOS/gerbview
>
> except now it tries to look in
> /Users/lijon/Coding/kicad/build/master/Contents/PlugIns/
>
> I've also tried to stand in the kicad.app directory and open it from
> there, but with similar results.
>
> Any ideas how to run a locally built gerbview on macOS?
>
> Cheers
> --
> /Jonatan
> http://kymatica.com



-- 
/Jonatan
http://kymatica.com

___
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] running gerbview from local build on macOS

2020-08-19 Thread Jonatan Liljedahl
Hi! I'm having difficulties launching gerbview from my local build.

I'm opening kicad.app like this, while standing in the build directory
(/Users/lijon/Coding/kicad/build/master)

open kicad/kicad.app

...which works fine. However, clicking the gerbview button in the
project manager launches an old gerbview installed in systemwide
/Applications/KiCad/

Trying to open it manually by

open gerbview/gerbview.app

fails with "Failed to load kiface library
“/Users/lijon/Coding/kicad/build/Contents/PlugIns/_gerbview.kiface”
and then crashes.

Same with:

./gerbview/gerbview.app/Contents/MacOS/gerbview

except now it tries to look in
/Users/lijon/Coding/kicad/build/master/Contents/PlugIns/

I've also tried to stand in the kicad.app directory and open it from
there, but with similar results.

Any ideas how to run a locally built gerbview on macOS?

Cheers
-- 
/Jonatan
http://kymatica.com

___
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] Downloads storage maintenance

2020-08-19 Thread Maciej Suminski
Hi,

Nick is right, I forgot that mentioning the timezone is important here.

Cheers,
Orson

On 8/18/20 5:57 PM, Nick Østergaard wrote:
> Probably CEST, and 24h clock...
> 
> man. 17. aug. 2020 16.33 skrev Kevin Cozens  >:
> 
> On 2020-08-17 3:58 a.m., Maciej Suminski wrote:
> > I have received a message saying that a virtual machine hosting the
> > downloads storage might be down on 7th September between 9:00 and
> 12:00.
> 
> Is that AM or PM and in which time zone?
> 
> -- 
> Cheers!
> 
> Kevin.
> 
> http://www.ve3syb.ca/               | "Nerds make the shiny things that
> https://www.patreon.com/KevinCozens | distract the mouth-breathers, and
>                                      | that's why we're powerful"
> Owner of Elecraft K2 #2172          |
> #include      |             --Chris Hardwick
> 
> ___
> 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