07:33:21 <[Tritium]> Is there a list of the C libraries that nikola depends on? (for example, it depends on lxml, which in turn depends on libxml2) 07:41:55 <ChrisWarrick> [Tritium]: no. We depend on lxml → libxml2, libxslt; Pillow → libjpeg/libpng/etc. Some other dependencies may pull in additional C extensions (eg. pyyaml from watchdog, markupsafe speedups for jinja…) 09:57:53 <KwBot> [nikola-themes] Kwpolska closed issue #68: BNW and octopress seem to be broken https://github.com/getnikola/nikola-themes/issues/68 09:58:18 <KwBot> [nikola-themes] Kwpolska closed issue #73: Logo not showing up in octopress Theme https://github.com/getnikola/nikola-themes/issues/73 09:58:48 <ChrisWarrick> The Octopress theme deadline has passed and the theme has been removed. 10:01:55 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 1 new commit to master: https://git.io/v2bA3 10:01:55 -GitHub[themes]:#nikola- nikola-themes/master 726cf7b Chris Warrick: Delete octopress theme.... 14:07:25 <davidak> https://getnikola.com/ 14:07:25 <davidak> Website is offline No cached version of this page is available. 15:00:10 <davidak> https://ralsina.me/ is also down, maybe it's the same server 15:00:18 <davidak> i wrote him an e-mail 15:00:51 <davidak> maybe someone has a more personal contact 15:01:29 <davidak> i directly got an answer :) 15:01:32 <davidak> >I already contacted the hosting company, they are looking into it. 16:24:55 <ChrisWarrick> davidak: (1) I tweeted at him, got the same response (2) one DO VPS powers ralsina.me and most getnikola.com sites (exceptions include coil demo, on a specialized server, users and irclogs live on my vps) 16:43:01 <ChrisWarrick> (the site is back up for an hour, btw) 19:22:37 <[Tritium]> ChrisWarrick: created a virtual machine, discovered the minimal set of libraries to get nikola working, at least on ubuntu 14.04 19:22:38 <[Tritium]> build-essential python3-dev libxml2-dev libxslt-dev zlib1g-dev libjpeg-dev libtiff4-dev libfreetype6-dev liblcms2-dev libwebp-dev libopenjpeg-dev 19:23:32 <[Tritium]> basically, as long as you have those, on ubuntu, everything will compile, or default to not using a c-extension. (pyyaml for example has to be manually installed to us c-extensions anyways) 19:23:34 <ChrisWarrick> [Tritium]: sounds sane 19:24:20 <[Tritium]> NOW! do do this on redhat, and find someone with a mac to do the same >.> 19:24:44 <ChrisWarrick> [Tritium]: bring up a vagrant box with fedora 23 19:26:41 <[Tritium]> would require setting up vagrant. virtualbox is right there << 20:15:37 <[Tritium]> ChrisWarrick: make automake gcc gcc-c++ redhat-rpm-config python3-devel libxml2-devel libxslt-devel zlib-devel libjpeg-devel libtiff-devel freetype-devel lcms2-devel libwebp-devel openjpeg2-devel 20:15:55 <[Tritium]> redhat-rpm-config was the stumper there 21:17:31 <[Tritium]> just tried with cent... but cent is so old it doesnt have python3