Re: Buildbot failures on 10.11

2019-03-22 Thread Ken Cunningham
see also https://lists.macports.org/pipermail/macports-tickets/2019-March/255897.html ? delete the cache file? K

Re: Buildbot failures on 10.11

2019-03-22 Thread Ryan Schmidt
On Mar 22, 2019, at 18:38, Chris Jones wrote: > I am seeing an odd build failure on the 10.11 builder. > > https://build.macports.org/builders/ports-10.7_x86_64_legacy-builder/builds/98142/steps/install-port/logs/stdio > > I have tested the port in question on a 10.11 VM I have and it builds

Re: Buildbot 10.6_x86_64 Xcode Issues

2019-03-22 Thread Ryan Schmidt
On Mar 22, 2019, at 13:55, David Evans wrote: > Some builds are failing on ports-10.6_x86_64_legacy-builder due to apparent > Xcode installation issues. > > In my case (gtk3): > > DEBUG: Sourcing PortGroup compiler_blacklist_versions 1.0 from >

Buildbot failures on 10.11

2019-03-22 Thread Chris Jones
Hi, I am seeing an odd build failure on the 10.11 builder. https://build.macports.org/builders/ports-10.7_x86_64_legacy-builder/builds/98142/steps/install-port/logs/stdio I have tested the port in question on a 10.11 VM I have and it builds fine, so its not an issue with the port itself, i

Re: made a pull request(GSoC)

2019-03-22 Thread Mojca Miklavec
Dear Mihir, This list is being read by hundreds of developers (receiving lots of emails to their mailboxes daily), most of which are not interested in GSOC. Please pay respect to them and use a single email thread with a clear topic name for all your correspondence (for all summer :). The

made a pull request(GSoC)

2019-03-22 Thread Mihir Luthra
hey everyone, I was checking porttrace.tcl code. In the code tracelib is being used both as a command and a variable name. While loading darwintrace library through DYLD_INSERT_LIBRARIES, tracelib is used as a variable for storing darwintrace library path. I renamed that tracelib variable to

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Thank you for providing me with ideas. I will try to migrate the existing setup to buildbot 2.x. Rajdeep On Fri, Mar 22, 2019 at 11:32 PM Mojca Miklavec wrote: > Dear Rajdeep, > > Sorry for some delay, but here are some other general ideas related to > the buildbot. > > My feeling is that

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Thanks, this is great. Sure, I'm learning about angularjs directives to fit in the custom component. Rajdeep On Fri, Mar 22, 2019 at 8:40 PM Pierre Tardy wrote: > > > On Fri, Mar 22, 2019 at 12:27 PM Rajdeep Bharati < > rajdeepbharat...@gmail.com> wrote: > >> I set up the project according to

Re: Regarding GSoC

2019-03-22 Thread Mojca Miklavec
On Fri, 22 Mar 2019 at 18:32, Mihir Luthra wrote: > > Thanks for the helpful response ^_^ > > Directly altering the code in the base, maybe I am not that much ready I > guess. > > I think making a small introduction in the documentation for newcomers to > MacPorts community to get a really easy

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Mojca Miklavec
Dear Rajdeep, Sorry for some delay, but here are some other general ideas related to the buildbot. My feeling is that implementing https://trac.macports.org/ticket/55978 alone might not be enough on its own to fill the full summer (I leave it up to Pierre to judge). If this project get

Regarding GSoC

2019-03-22 Thread Mihir Luthra
Thanks for the helpful response ^_^ Directly altering the code in the base, maybe I am not that much ready I guess. I think making a small introduction in the documentation for newcomers to MacPorts community to get a really easy high level understanding on how the MacPorts code flows to get

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
> I am slightly concerned about Vue's market share compared to React The market share is indeed different, but this is in a huge market. [image: image.png][image: image.png] [image: image.png] hopefully mailman won't mind the html email :-} Pierre On Fri, Mar 22, 2019 at 5:35 PM Mojca

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Mojca Miklavec
Dear Rajdeep, On Fri, 22 Mar 2019 at 15:56, Rajdeep Bharati wrote: > > I was going through the ticket and implemented a really basic (and > incomplete) version of View nr. 1: > https://rajdeepbharati.github.io/macports-views/ as a standalone Vue app. Thank you very much. > This is currently

Re: Update Qt5

2019-03-22 Thread Craig Treleaven
> On Mar 20, 2019, at 8:19 PM, Ruben Di Battista > wrote: > > I’m working on pushing the new version of ParaView. It currently has problems > with Qt 5.11 and it’s reported in the Kitware Gitlab issue tracker that with > the new Qt (5.12.2) on Mojave, the problems vanish. Can we bump up the

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Mojca Miklavec
Dear Pierre, On Fri, 22 Mar 2019 at 08:34, Pierre Tardy wrote: > > Hi, > > Vue and React are the two major JS frameworks in 2018/2019. React is still > the major one, probably thanks to the fact that react-native is very useful > for mobile. So learning react allows you to make both webapps and

Re: Regarding GSoC

2019-03-22 Thread Mojca Miklavec
Dear Mihir, On Fri, 22 Mar 2019 at 16:04, Mihir Luthra wrote: > > Hi there, > > @Mojca Miklavec I have been working on getting a good understanding of > MacPorts base. > > My project would be trace mode optimisation. > I feel I have come quite far in understanding the trace mode working in code.

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
On Fri, Mar 22, 2019 at 12:27 PM Rajdeep Bharati wrote: > I set up the project according to your PR and it's working fine using > React. For setting it up with Vue, do I need to write the components in > typescript? Also, I had a doubt: after making changes to the code and > testing, do I need

Regarding GSoC

2019-03-22 Thread Mihir Luthra
Hi there, @Mojca Miklavec I have been working on getting a good understanding of MacPorts base. My project would be trace mode optimisation. I feel I have come quite far in understanding the trace mode working in code. I have made plans on what I will do for the project and have started to

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Hi, I was going through the ticket and implemented a really basic (and incomplete) version of View nr. 1: https://rajdeepbharati.github.io/macports-views/ as a standalone Vue app. This is currently fetching 10 latest commits using the GitHub API (You can

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
I set up the project according to your PR and it's working fine using React. For setting it up with Vue, do I need to write the components in typescript? Also, I had a doubt: after making changes to the code and testing, do I need to run `pip install -e .` again and again? The webpack or gulp dev

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Thanks, I'll check it out. On Fri, Mar 22, 2019 at 3:12 PM Pierre Tardy wrote: > Hi Rajdeep, > > I created a pull request against the react boilerplate to cleanup the > angular.js integration: > https://github.com/uglycoyote/buildbot-react-plugin-boilerplate/pull/1 > > I guess using this method

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Hi Rajdeep, I created a pull request against the react boilerplate to cleanup the angular.js integration: https://github.com/uglycoyote/buildbot-react-plugin-boilerplate/pull/1 I guess using this method should work better for you for vue.js as well. Pierre On Fri, Mar 22, 2019 at 9:10 AM

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Yes, I can see it. On Fri, Mar 22, 2019 at 1:16 PM Pierre Tardy wrote: > Hi Rajdeep. > I commented in the code. Do you see the comments? > > https://github.com/rajdeepbharati/buildbot-vue-plugin-boilerplate/commit/a1ff8178a327b52757d63e907036b6586a9cf5cc > > Pierre > > On Fri, Mar 22, 2019 at

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Hi Rajdeep. I commented in the code. Do you see the comments? https://github.com/rajdeepbharati/buildbot-vue-plugin-boilerplate/commit/a1ff8178a327b52757d63e907036b6586a9cf5cc Pierre On Fri, Mar 22, 2019 at 8:35 AM Pierre Tardy wrote: > Hi, > > Vue and React are the two major JS frameworks in

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Pierre Tardy
Hi, Vue and React are the two major JS frameworks in 2018/2019. React is still the major one, probably thanks to the fact that react-native is very useful for mobile. So learning react allows you to make both webapps and mobile apps (even if you cannot really share UI code between the two

Re: GSoC 2019 [Buildbot ideas]

2019-03-22 Thread Rajdeep Bharati
Dear Pierre, I read the documentation that you sent and made changes to the code. However, I am still unable to render the template on the screen. The Vue lifecycle methods (created, mounted, etc) are working, as you can see in the console: Screen Recording 2019-03-22 at 12.23.51 PM.mov