I think that will work. We should actually fix it to work with .11. It is a dot release, the changes are minor. Sent from my iPhone> On May 31, 2016, at 6:34 AM, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I hope I've fixed this properly just now in http://llvm.org/viewvc/llvm-project?view=revision&revision=271274. > Fingers crossed that the bots will come back now... > >> On 30 May 2016, at 21:01, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com> wrote: >> >> I honestly do not know how to fix that --- I would otherwise I've committed a fix. >> >> I've been able to hack it locally exploiting the very same lit limitation then the one we're stumbling on (i.e it does not resolve dependency correctly and only pick-up the first constraint). >> You need to make sure the Flask constraint is seen first, even before using the requirements.txt so on the command line before loading the requirements.txt. >> >> >>> -----Original Message----- >>> From: Renato Golin [mailto:renato.golin at linaro.org] >>> Sent: 30 May 2016 20:42 >>> To: Arnaud De Grandmaison >>> Cc: Kristof Beyls; nd; llvm-dev at lists.llvm.org >>> Subject: Re: LNT General Failure >>> >>> On 30 May 2016 at 12:25, Arnaud De Grandmaison >>> <Arnaud.DeGrandmaison at arm.com> wrote: >>>> I confirm this is due to the latest Flask --- Flask-0.11 was released >>>> this weekend --- and for some unknown (to me at least) reason, >>>> although LNT's requirements.txt pins Flask to version 0.10.1, pip installs >>> Flask-0.11. >>>> Forcing Flask to 0.10.1 gets the situation back to normal. >>> >>> Do you know where to change that in LNT? If you could commit a fix, it'd >>> probably get all our bots fixed, too. >>> >>> thanks! >>> --renato >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160531/61ced87e/attachment.html>
It seem like it does fix the issue: http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/4405. I agree with making LNT work with .11 too - but I'm not familiar with the part of LNT that has this dependency, so someone else may have to look into that. Thanks, Kristof On 31 May 2016, at 15:41, Chris Matthews <cmatthews5 at apple.com<mailto:cmatthews5 at apple.com>> wrote: I think that will work. We should actually fix it to work with .11. It is a dot release, the changes are minor. Sent from my iPhone On May 31, 2016, at 6:34 AM, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: I hope I've fixed this properly just now in http://llvm.org/viewvc/llvm-project?view=revision&revision=271274. Fingers crossed that the bots will come back now... On 30 May 2016, at 21:01, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com<mailto:Arnaud.DeGrandmaison at arm.com>> wrote: I honestly do not know how to fix that --- I would otherwise I've committed a fix. I've been able to hack it locally exploiting the very same lit limitation then the one we're stumbling on (i.e it does not resolve dependency correctly and only pick-up the first constraint). You need to make sure the Flask constraint is seen first, even before using the requirements.txt so on the command line before loading the requirements.txt. -----Original Message----- From: Renato Golin [mailto:renato.golin at linaro.org] Sent: 30 May 2016 20:42 To: Arnaud De Grandmaison Cc: Kristof Beyls; nd; llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org> Subject: Re: LNT General Failure On 30 May 2016 at 12:25, Arnaud De Grandmaison <Arnaud.DeGrandmaison at arm.com<mailto:Arnaud.DeGrandmaison at arm.com>> wrote: I confirm this is due to the latest Flask --- Flask-0.11 was released this weekend --- and for some unknown (to me at least) reason, although LNT's requirements.txt pins Flask to version 0.10.1, pip installs Flask-0.11. Forcing Flask to 0.10.1 gets the situation back to normal. Do you know where to change that in LNT? If you could commit a fix, it'd probably get all our bots fixed, too. thanks! --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160531/d1c789bf/attachment.html>
On 31 May 2016 at 15:06, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote:> It seem like it does fix the issue: > http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/4405.Great, thanks!> I agree with making LNT work with .11 too - but I'm not familiar with the > part of LNT that has this dependency, so someone else may have to look into > that.Indeed, and we should do that offline first. :) --renato