Re: [Kicad-developers] macOS issue upstream

2019-04-09 Thread Adam Wolf
We can probably pin it, but I like to keep at least one build running
unpinned versions of everything so that we can detect issues before our
users complain that nothing builds.

I'll test and make sure we are OK this week.

On Tue, Apr 9, 2019 at 3:06 PM Seth Hillbrand  wrote:

> Am 2019-04-09 14:56, schrieb Adam Wolf:
> > Hi folks!
> >
> > If someone is looking for something to do (ha!) some of our macOS
> > builds are broken right now due to an issue between a recent boost
> > update in Homebrew and CMake.  It doesn't look like the community is
> > making much traction, but this may just be me being pessimistic:
> >
> >
> https://discourse.brew.sh/t/boost-with-icu-uses-relative-library-paths/4047/2
> >
> > https://github.com/Homebrew/homebrew-core/issues/36685
> >
> > https://gitlab.kitware.com/cmake/cmake/issues/19035
> >
> > If someone wants to take a look and run things down, that would be
> > awesome.  Let me know.
> >
> > Adam Wolf
>
> Hi Adam-
>
> Is this needed for 5.1.1 or can we pin the previous brew version(s)?
>
> -S
>
___
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] macOS issue upstream

2019-04-09 Thread Seth Hillbrand

Am 2019-04-09 14:56, schrieb Adam Wolf:

Hi folks!

If someone is looking for something to do (ha!) some of our macOS
builds are broken right now due to an issue between a recent boost
update in Homebrew and CMake.  It doesn't look like the community is
making much traction, but this may just be me being pessimistic:

https://discourse.brew.sh/t/boost-with-icu-uses-relative-library-paths/4047/2

https://github.com/Homebrew/homebrew-core/issues/36685

https://gitlab.kitware.com/cmake/cmake/issues/19035

If someone wants to take a look and run things down, that would be
awesome.  Let me know.

Adam Wolf


Hi Adam-

Is this needed for 5.1.1 or can we pin the previous brew version(s)?

-S

___
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] small typos (missing spaces)

2019-04-09 Thread Kerusey Karyu



>
> My bad, please send me the patch with the wording you
> prefer. But didn't you notice this message is not
> (yet) printed anywhere as the m_reporter is always
> null?
>
> Cheers,
> Tom
>

I am just translating here... :(

Kerusey

___
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] small typos (missing spaces)

2019-04-09 Thread Tomasz Wlostowski
On 09/04/2019 18:43, Kerusey Karyu wrote:
> Guys
> 
>> #: pcbnew/exporters/export_hyperlynx.cpp:190
>>
>> m_reporter->Report(
>>   _( "File contains pad shapes that are not supported by the"
>>  "Hyperlynx exporter (oval, rectangle, circle). They have been"
>>  "exported as oval pads." ),
>>  REPORTER::RPT_WARNING );
> 
> Is there no contradiction here or poor wording?
> 
> The first sentence says that oval, rectangular or circular are *not*
> supported - as I understand. But finally these are still exported as
> ovals, which are... after all, unsupported.
> 
> Maybe:
> 
> "File contains pad shapes that are not supported by the"
> "Hyperlynx exporter. Only oval, rectangle, circle are allowed."
> "During export, they will be changed to ovals."
> 

My bad, please send me the patch with the wording you prefer. But didn't
you notice this message is not (yet) printed anywhere as the m_reporter
is always null?

Cheers,
Tom

___
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] macOS issue upstream

2019-04-09 Thread Adam Wolf
Hi folks!

If someone is looking for something to do (ha!) some of our macOS builds
are broken right now due to an issue between a recent boost update in
Homebrew and CMake.  It doesn't look like the community is making much
traction, but this may just be me being pessimistic:

https://discourse.brew.sh/t/boost-with-icu-uses-relative-library-paths/4047/2

https://github.com/Homebrew/homebrew-core/issues/36685

https://gitlab.kitware.com/cmake/cmake/issues/19035

If someone wants to take a look and run things down, that would be
awesome.  Let me know.

Adam Wolf
___
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] small typos (missing spaces)

2019-04-09 Thread Kerusey Karyu

Guys

> #: pcbnew/exporters/export_hyperlynx.cpp:190
>
> m_reporter->Report(
>   _( "File contains pad shapes that are not supported by the"
>  "Hyperlynx exporter (oval, rectangle, circle). They have been"
>  "exported as oval pads." ),
>  REPORTER::RPT_WARNING );

Is there no contradiction here or poor wording?

The first sentence says that oval, rectangular or circular are *not* 
supported - as I understand. But finally these are still exported as 
ovals, which are... after all, unsupported.


Maybe:

"File contains pad shapes that are not supported by the"
"Hyperlynx exporter. Only oval, rectangle, circle are allowed."
"During export, they will be changed to ovals."


Cheers
Kerusey

___
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] small typos (missing spaces)

2019-04-09 Thread Wayne Stambaugh
Marco,

Good catch.  I just pushed the fix for this.

Thanks,

Wayne

On 4/9/2019 6:51 AM, Marco Ciampa wrote:
> Small typos in here (master branch):
> 
> #: pcbnew/exporters/export_hyperlynx.cpp:190
> 
> m_reporter->Report(
> _( "File contains pad shapes that are not supported 
> by the"
>"Hyperlynx exporter (oval, rectangle, circle). 
> They have been"
>"exported as oval pads." ),
> REPORTER::RPT_WARNING );
> 
> ... there are no spaces nor \n ...
> 

___
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] small typos (missing spaces)

2019-04-09 Thread Marco Ciampa
Small typos in here (master branch):

#: pcbnew/exporters/export_hyperlynx.cpp:190

m_reporter->Report(
_( "File contains pad shapes that are not supported by 
the"
   "Hyperlynx exporter (oval, rectangle, circle). They 
have been"
   "exported as oval pads." ),
REPORTER::RPT_WARNING );

... there are no spaces nor \n ...

-- 


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