A currently unstable CI?

2020-04-03 Thread Xim
Dear developers, About an hour ago I submitted a modified commit which only contains a typo fix in the note. To my surprise, Travis Build failed for two times, both reported that one of my dependencies failed. I checked the two logs.

Re: Port ehcache Issue #60219

2020-04-03 Thread Ryan Schmidt
On Apr 2, 2020, at 09:39, SAPTARSHI MUKHERJEE wrote: > Thanks again for assigning to me the issue #60219 related to port ehcache. It > helped me develop a much better understanding about a few things related to > the portfile and the ports. > > I've made the necessary changes that fetches the

Re: A currently unstable CI?

2020-04-03 Thread Ryan Schmidt
> On Apr 3, 2020, at 04:18, Christopher Jones wrote: > > >> No action necessary. Both builds failed because "Could not resolve host". >> Unfortunately we see these types of network errors rather frequently from >> Travis CI and we do not know how to get the Travis people to resolve it. It

Request for package

2020-04-03 Thread Pander
Hi all, What is the proper way to file a request for package? It concerns a new C++ library for spell checking called Nuspell. Thanks, Pander

Re: A currently unstable CI?

2020-04-03 Thread Ryan Schmidt
On Apr 3, 2020, at 03:35, Xim wrote: > Dear developers, > > About an hour ago I submitted a modified commit which only contains a typo > fix in the note. > > To my surprise, Travis Build failed for two times, both reported that one of > my dependencies failed. > I checked the two logs. >

Re: A currently unstable CI?

2020-04-03 Thread Christopher Jones
> No action necessary. Both builds failed because "Could not resolve host". > Unfortunately we see these types of network errors rather frequently from > Travis CI and we do not know how to get the Travis people to resolve it. It > does not appear to be a very good service. We also use the

Re: Request for package

2020-04-03 Thread Ryan Schmidt
On Apr 3, 2020, at 07:36, Pander wrote: > What is the proper way to file a request for package? It concerns a new > C++ library for spell checking called Nuspell. You can file a ticket in our issue tracker: https://trac.macports.org/newticket?type=request

Re: [MacPorts] #60302: nds2-client @0.16.2: error: cannot omit braces around initialization of subobject when using direct list-initialization

2020-04-03 Thread Edward Maros
On 4/2/20 21:35, MacPorts wrote: > #60302: nds2-client @0.16.2: error: cannot omit braces around initialization > of > subobject when using direct list-initialization > +- > Reporter: ryandesign | Owner: emaros > Type: defect |

Re: Port ehcache Issue #60219

2020-04-03 Thread Nils Breunese
Ryan Schmidt wrote: > On Apr 2, 2020, at 09:39, SAPTARSHI MUKHERJEE wrote: > >> Thanks again for assigning to me the issue #60219 related to port ehcache. >> It helped me develop a much better understanding about a few things related >> to the portfile and the ports. >> >> I've made the

Re: Port ehcache Issue #60219

2020-04-03 Thread SAPTARSHI MUKHERJEE
Hi, Thanks for the suggestions. However, having tried a pull request, I unfortunately faced a build error on Azure Pipelines. As per my observation on my local machine, there shouldn't have been an error, as the distfile was fetched correctly, and the build statement mentioned explicitly to

Re: A currently unstable CI?

2020-04-03 Thread Mark Anderson
Considering that XCode 11.4 will only run on 10.15, we should probably do that as soon as possible. We also might want to ditch travis. I barely pay attention to it anymore. Does anyone else? We also might want to consider github actions, which run on azure and can link to what we do on Github