Logs for #nikola for 2016-05-04

07:30:10 <KwBot> [nikola] drym3r opened issue #2335: Terminal freezing when executing nikola build https://github.com/getnikola/nikola/issues/2335
08:38:26 <KwBot> [nikola] Kwpolska assigned issue #2335 to Kwpolska: Terminal freezing when executing nikola build https://github.com/getnikola/nikola/issues/2335
08:44:22 <KwBot> [nikola] Kwpolska assigned issue #2334 to Kwpolska: init leaves a cache directory in the current working directory https://github.com/getnikola/nikola/issues/2334
08:47:12 <KwBot> [nikola] Kwpolska closed issue #2334: init leaves a cache directory in the current working directory https://github.com/getnikola/nikola/issues/2334
08:47:28 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: https://git.io/vw70l
08:47:28 -GitHub[nikola]:#nikola- nikola/master 02a9bbb Chris Warrick: Fix #2334 -- don’t create Persistor dirs if not configured...
08:47:28 -GitHub[nikola]:#nikola- nikola/master 3ebeb06 Chris Warrick: Changelog for #2330...
08:47:47 <KwBot> [nikola] Kwpolska assigned issue #2333 to Kwpolska: Relative links to bower_components. https://github.com/getnikola/nikola/issues/2333
08:54:06 -travis-ci:#nikola- getnikola/nikola#7071 (master - 3ebeb06 : Chris Warrick): The build passed.
08:54:07 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/81f0e3b0a191...3ebeb06255fc
08:54:07 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/127738990
11:40:05 <RocketLL_iOS_> Hai
11:40:17 <RocketLL_iOS_> So I did some work on www.rocketll.com
11:40:41 <RocketLL_iOS_> How can I add a menu bar part that I can access the pages?
12:11:44 <ChrisWarrick> RocketLL_: add pages to NAVIGATION_LINKS?
12:15:59 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vw7pP
12:15:59 -GitHub[nikola]:#nikola- nikola/master 1a599fb Chris Warrick: Add Lithuanian support...
12:16:15 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed master from 1a599fb to 76c75a0: https://git.io/wJV7fg
12:16:15 -GitHub[nikola]:#nikola- nikola/master 76c75a0 Chris Warrick: Add Lithuanian support...
12:16:27 <ChrisWarrick> git commit -a should totally add files
12:16:49 -travis-ci:#nikola- getnikola/nikola#7072 (master - 1a599fb : Chris Warrick): The build has errored.
12:16:50 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3ebeb06255fc...1a599fb52b8c
12:16:50 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/127777484
12:22:36 -travis-ci:#nikola- getnikola/nikola#7073 (master - 76c75a0 : Chris Warrick): The build passed.
12:22:37 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1a599fb52b8c...76c75a0cfb11
12:22:37 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/127777554
13:48:42 <Crofton|work> I'm trying to install Nikola in a virtualenv on Fedora 23 but get erros
13:48:47 <Crofton|work> is this a known issue?
13:53:00 <ralsina> Crofton|work: depends on what the error is :-)
13:53:09 <Crofton|work> :)
13:53:20 <Crofton|work> Command "/home/balister/openSDR-website/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-1o880bkw/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-c5zmojl7-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/balister/openSDR-website/include/site/python3.4/Pi
13:53:20 <Crofton|work> llow" failed with error code 1 in /tmp/pip-build-1o880bkw/Pillow/
13:54:14 <Crofton|work> is the last message
14:07:08 <ralsina> eek
14:07:26 <ralsina> Crofton|work: looks like an error building Pillow
14:08:51 <ChrisWarrick> Crofton|work: try installing python3-pillow build dependencies via dnf
14:10:33 <ralsina> that actually looks like a python-devel missing package (or whatever it's called on Fedora)
14:11:44 <ChrisWarrick> python3-devel
14:11:47 <Crofton|work> k
14:12:12 <Crofton|work> -devel is installed
14:12:31 <Crofton|work> and -pillow installed
14:12:38 <Crofton|work> trying to do this in the virtualenv
14:19:25 <ChrisWarrick> Crofton|work: what about -pillow build deps?
14:19:50 <Crofton|work> nuked it started over
14:19:53 <Crofton|work> first error is
14:20:09 <Crofton|work>     Can't roll back lxml; was not uninstalled
14:20:09 <Crofton|work>     Command "/home/balister/openSDR-website/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip-build-xv1tgseb/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-j49wtzh7-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/balister/openSDR-website/include/site/python3.4" fa
14:20:09 <Crofton|work> iled with error code 1 in /tmp/pip-build-xv1tgseb/lxml
14:20:20 <Crofton|work> $ virtualenv-3.4 --system-site-packages openSDR-website
14:21:02 <ChrisWarrick> Crofton|work: pastebin full build log somewhere and send us the link
14:21:07 <Crofton|work> k
14:21:58 <Crofton|work> http://pastebin.com/CwcHzjUV
14:22:12 <Crofton|work> line 25?
14:22:31 <Crofton|work> I'm new to this virtualenv stuff
14:36:22 <Crofton|work> any tips on resolving this
14:36:23 <Crofton|work>     ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
14:36:29 <Crofton|work> I added xslt-devel
14:37:56 <Crofton|work> and libjpeg-devel
14:38:00 <Crofton|work> resolved my issues 
14:38:09 <Crofton|work> the quick start makes it seem to easy :)
14:40:18 <Crofton|work> and extras installed 
14:40:27 <Crofton|work> thanks, for the moral support :)
14:47:24 <ChrisWarrick> you’re welcome!
14:47:39 <ChrisWarrick> (the quickstart unfortunately can’t describe every single quirk)
14:48:26 <Crofton|work> I'd figure out how to clean up the error messages, or have a list of likely missing packages
14:48:39 <Crofton|work> in my case looks like xslt-devel and libjpwg-devel
14:55:13 <Sukil> Who would suspect that installing it on Windows would be more straightforward? :)
14:56:41 <ChrisWarrick> you’re cheating
14:56:50 <Crofton|work> WIndows? Is this some new thing?
14:57:04 <ChrisWarrick> but when Pillow provides manylinux1 wheels, one of our problems will be solved
14:57:21 <ChrisWarrick> PyQt5 did, hell froze over, but it’s so easy to install from pip now
14:58:15 <Sukil> Me? Why am I cheating
14:59:11 <ChrisWarrick> because prebuilt packages for windows are much more likely to exist
15:00:07 <Sukil> Oh, that's right, I hadn't thought of that
15:16:05 <ralsina> Sukil: as a side effect of windows coming without a compiler, of course :-)
15:17:19 <Sukil> ralsina: Yup
22:52:45 <phoe6> hello. I did nikola build and nikola deploy to a folder which is served by apache2 (on ubuntu)
22:52:55 <phoe6> I see that my css resources are not found
22:53:29 <phoe6> nikola auto is rendering the site properly, while nikola build and copying the output to a different directory is not rendering then. (It renders without style and javascript)
22:53:43 <phoe6> I am hosting on port 80 only and there is no problem with that.
22:55:22 <phoe6> Here is how it looks like: https://www.dropbox.com/s/qpgrrq16s6wc9lh/Screenshot%202016-05-04%2015.55.06.png?dl=0
22:56:14 <phoe6> I think, I got my problem
22:56:37 <phoe6> The apache is bound to this IP and not 127.0.0.1