[18:47] mhall119: ping [18:59] PabloRubianes: pong [18:59] hi [18:59] jose point me to reach you to a problem I am having with the loco portal [18:59] I cant make it run localy [19:00] I am trying to make it work on ubuntu 14.04 [19:00] PabloRubianes: what's the issue you're having? [19:00] PabloRubianes: are you using virtualenv? [19:00] the "make init" does not work [19:00] I was able to make it work on previous ubuntu versions [19:01] mhall119: yes for other stuff I did virtualenv works [19:01] PabloRubianes: it could be the virtualenv setup that's failing, there are some issues with packages not being where they used to be [19:01] I was finally having some free time I want to use to help in the loco portal [19:02] mhall119: I get this http://paste.ubuntu.com/7469298/ [19:03] yeah, that looks familiar [19:03] daker: ^^ do you have a ready solution to the virtualenv setup issue for LTP? [19:04] atfer work I will try to find a solution but I wanted to ask if there's one already [19:04] PabloRubianes: I think so, a change to the requirements.txt I think [19:06] yesteday I try to use a newer version of the bzr but got the same error [19:07] PabloRubianes: I think it's a change that needs to be made to the Launchpad URL to tell virtualenv where to find it [19:07] daker encountered it too, so I'm hoping he wrote down what he needed to do to fix it [19:08] ok, I imagine somebody else should have found this [19:13] PabloRubianes: try changing your requirements.txt from using bzr==2.6b2 to bzr>=2.6 and running make clean then make init again [19:16] good, I will try it at night [19:16] thanks! sorry to bother [21:28] PabloRubianes: hi [22:48] mhall119: PabloRubianes managed to fix it, a MR is coming now [22:54] mhall119: https://code.launchpad.net/~daker/loco-team-portal/fix.makefile/+merge/219768