| *** dlobo has joined #schooltool | 00:38 | |
| *** dlobo has quit IRC | 01:20 | |
| *** dlobo has joined #schooltool | 01:55 | |
| *** dlobo has quit IRC | 02:05 | |
| *** povbot has joined #schooltool | 02:57 | |
| *** ignas has quit IRC | 03:16 | |
| *** ignas has joined #schooltool | 03:17 | |
| *** dlobo has joined #schooltool | 03:21 | |
| *** dlobo has quit IRC | 03:50 | |
| *** dlobo has joined #schooltool | 04:24 | |
| *** pcardune has quit IRC | 04:44 | |
| *** jelkner has joined #schooltool | 05:08 | |
| *** jelkner has quit IRC | 05:09 | |
| *** pcardune has joined #schooltool | 05:17 | |
| *** th1a has quit IRC | 06:19 | |
| *** pcardune has quit IRC | 06:20 | |
| *** pcardune has joined #schooltool | 07:24 | |
| *** krushik has quit IRC | 07:46 | |
| *** ignas has quit IRC | 08:25 | |
| *** dlobo has quit IRC | 08:55 | |
| *** pcardune has quit IRC | 09:22 | |
| *** Aiste has joined #schooltool | 12:06 | |
| *** ignas has joined #schooltool | 14:40 | |
| *** Aiste has quit IRC | 15:28 | |
| *** th1a has joined #schooltool | 16:20 | |
| *** th1a has left #schooltool | 16:20 | |
| *** th1a has joined #schooltool | 16:31 | |
| *** dlobo has joined #schooltool | 17:19 | |
| th1a | menesis: ayt? | 17:31 | 
|---|---|---|
| menesis | th1a: yes | 17:38 | 
| *** th1a has quit IRC | 17:38 | |
| *** th1a has joined #schooltool | 17:41 | |
| th1a | menesis: I'm back. | 17:41 | 
| th1a | Any guesses about this: https://answers.edge.launchpad.net/schooltool/+question/97276 ? | 17:42 | 
| menesis | I don't see what an error is | 17:48 | 
| menesis | i.e. why that happens | 17:48 | 
| th1a | Does she just not have a complete checkout? | 17:48 | 
| th1a | Anyhow, thanks. | 17:50 | 
| th1a | I don't know what's going on with the LP login not working. | 17:51 | 
| *** dlobo has quit IRC | 17:55 | |
| menesis | looks like lxml build dependencies are not installed, but they are not installed by `make ubuntu-environment` | 17:56 | 
| menesis | and this is my fault | 17:57 | 
| th1a | Ah. | 18:08 | 
| th1a | lxml will bite you in the ass. | 18:08 | 
| ignas | it's still way better than libxml2 that we used to use | 18:20 | 
| *** th1a_ has joined #schooltool | 18:29 | |
| *** dlobo has joined #schooltool | 18:38 | |
| ignas | menesis, she ran "make" then it failed, then she did "make ubuntu-environment" (because I suggested it), but that did not get it working, because virtual env only picks up libraries that are installed at the moment you run it | 18:40 | 
| ignas | menesis, so the solution *proably* is make clean && make run | 18:40 | 
| menesis | we don't use virtualenv | 18:41 | 
| menesis | the missing step is apt-get install libxml2-dev libxslt1-dev | 18:41 | 
| ignas | you don't? you have replaced bootstrap.py with a new one? | 18:42 | 
| * ignas does bzr up | 18:42 | |
| ignas | still can bet that you do use it | 18:42 | 
| *** dlobo has quit IRC | 18:42 | |
| ignas | yes you do | 18:42 | 
| ignas | bootstrap.py that schooltool is using | 18:43 | 
| ignas | is a special one that was created by me | 18:43 | 
| ignas | it is virtualenv + buildout bootstrap | 18:43 | 
| ignas | though I don't see "apt-get build-dep python-lxml" | 18:44 | 
| ignas | in your ubuntu-environment | 18:44 | 
| ignas | so that might be missing too | 18:44 | 
| ignas | but even after installing it | 18:44 | 
| ignas | you need make clean | 18:44 | 
| ignas | or else - the virtual env that is in "schooltool/python" | 18:44 | 
| ignas | will not pick up new libraries | 18:46 | 
| menesis | oh ok | 18:47 | 
| menesis | I see why | 18:47 | 
| menesis | I have added libxslt1-dev to `make ubuntu-environment` to solve this | 18:50 | 
| ignas | as long as it works, I'd rather do build-dep, even though it pulls in some stuff that might be not needed | 18:51 | 
| ignas | ok | 18:52 | 
| ignas | I would not do that | 18:52 | 
| ignas | totem-mozilla is not something I want to install for schooltool :) | 18:52 | 
| ignas | oh, sorry - remove for schooltool | 18:53 | 
| menesis | build-dep lxml will remove half your system because it conflicts: python-pkg-resources | 18:53 | 
| menesis | and build-dep needs deb-src enabled in /etc/apt/sources.list | 18:54 | 
| ignas | indeed | 18:54 | 
| *** dlobo has joined #schooltool | 18:55 | |
| ignas | menesis, it used to be more gentle in jaunty | 18:55 | 
| menesis | but why question #97276 still fails I don't know | 18:55 | 
| ignas | hmm | 18:56 | 
| ignas | she had "no space" problem | 18:56 | 
| ignas | maybe she has to delete | 18:56 | 
| ignas | the externals cache | 18:56 | 
| ignas | or whatever that thing is | 18:56 | 
| ignas | eggs = # set to package name in buildout.cfg | 18:57 | 
| ignas | emm | 18:57 | 
| ignas | what does *that* do? | 18:57 | 
| ignas | eggs = schooltool | 18:57 | 
| ignas | should override it | 18:57 | 
| ignas | but maybe it does not? | 18:57 | 
| * ignas is trying make test | 18:58 | |
| menesis | he has a bad buildout.cfg | 19:00 | 
| ignas | i think it's a she | 19:01 | 
| ignas | Jan 05 15:42:48 <thom43thdhtl>I am Miss Thom :) | 19:01 | 
| *** dlobo has quit IRC | 19:58 | |
| *** aelkner has quit IRC | 20:18 | |
| *** aelkner has joined #schooltool | 20:22 | |
| *** dlobo has joined #schooltool | 20:32 | |
| *** jelkner has joined #schooltool | 21:05 | |
| *** dlobo has quit IRC | 21:10 | |
| *** ignas has quit IRC | 21:12 | |
| *** dlobo has joined #schooltool | 21:19 | |
| *** ignas has joined #schooltool | 22:26 | |
| *** menesis has quit IRC | 23:07 | |
| *** jelkner has quit IRC | 23:36 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!