*** tpb has joined #timvideos | 00:00 | |
*** iiie0 has quit IRC | 00:48 | |
*** mithro has joined #timvideos | 01:17 | |
*** mithro has quit IRC | 02:13 | |
hyades | CarlFK: it worked? | 04:06 |
---|---|---|
CarlFK | hyades it got to make install - i was wondering if I should do that, or if that would make it hard to see if things were broken yet | 04:07 |
CarlFK | should I sudo make install? | 04:07 |
hyades | you got any errors? | 04:16 |
hyades | CarlFK: you can safely do make uninstall if nothing works :) | 04:18 |
CarlFK | hyades no errors | 04:25 |
hyades | great!, should work fine | 04:25 |
CarlFK | well.. this doesn't tell why your test is failing | 04:26 |
hyades | :) | 04:26 |
CarlFK | test environment - ubuntu desktop or server ? | 04:27 |
hyades | of travis? | 04:27 |
hyades | travis uses server | 04:28 |
hyades | Ubuntu 12.04 LTS Server Edition 64 bit | 04:29 |
hyades | does it make a difference? | 04:30 |
CarlFK | might - also I have some scripts that run as part of the install, that might have pulled in the faac lib or whatever that is missing | 04:31 |
hyades | just run it, I think the faac will still be missing :/ | 04:32 |
hyades | if it pulls the faac lib, its will be good! Atleast will be able to fix this issue | 04:33 |
CarlFK | run what? | 04:34 |
hyades | make install? | 04:34 |
CarlFK | did that, no error | 04:34 |
hyades | CarlFK: btw, you dont have previous versions of gstreamer installed on this box? | 04:38 |
hyades | right? | 04:39 |
CarlFK | hmm.. maybe. | 04:39 |
CarlFK | the setup has evolved over 5 years | 04:39 |
CarlFK | I keep adding stuff as I need it, no much need to remove things | 04:40 |
hyades | hmm, i though you are doing it on a fresh machine | 04:40 |
CarlFK | its kinda fresh :) | 04:41 |
hyades | can you do whereis gst-launch-1.0 and whereis gst-switch-srv | 04:41 |
CarlFK | gst-launch-1: /usr/bin/gst-launch-1.0 /usr/bin/X11/gst-launch-1.0 /usr/local/bin/gst-launch-1.0 | 04:41 |
CarlFK | juser@pc9e:~/tv$ whereis gst-switch-srv | 04:41 |
CarlFK | gst-switch-srv: /usr/local/bin/gst-switch-srv | 04:41 |
hyades | looks fine | 04:41 |
hyades | cd python-api | 04:41 |
hyades | make test | 04:42 |
CarlFK | make: pylint: Command not found | 04:42 |
hyades | sudo pip install pylint | 04:43 |
hyades | maybe you will need to do sudo pip install mock | 04:43 |
hyades | this should have been installed as part of the .travis-setup.py | 04:43 |
hyades | do it for all of these | 04:45 |
hyades | sudo pip install | 04:45 |
hyades | https://github.com/hyades/gst-switch/blob/master/requirements.txt | 04:45 |
tpb | <http://ln-s.net/-wVO> (at github.com) | 04:45 |
*** hyades_ has quit IRC | 04:48 | |
*** hyades has quit IRC | 04:49 | |
CarlFK | ==================== 21 passed, 2 skipped in 71.92 seconds ===================== | 04:52 |
CarlFK | mv: cannot stat `htmlcov/*.*': No such file or directory | 04:52 |
CarlFK | make: [integration] Error 1 (ignored) | 04:52 |
*** hyades has joined #timvideos | 05:21 | |
hyades | CarlFK: that error I have ignored | 05:23 |
hyades | dont worry about that | 05:23 |
CarlFK | k - I think I should re-image the box and avoid anyting that might install faac | 05:24 |
hyades | 21 passed | 05:24 |
hyades | thats good | 05:24 |
hyades | are you on a server or desktop? | 05:25 |
hyades | CarlFK: can you paste the entire output somewhere? | 05:41 |
*** Sewar has quit IRC | 06:11 | |
*** Sewar has joined #timvideos | 06:12 | |
CarlFK | hyades: http://veyepar.nextdayvideo.com/site_media/static/veyepar/temp/x.log | 06:21 |
tpb | <http://ln-s.net/-wWh> (at veyepar.nextdayvideo.com) | 06:21 |
hyades | CarlFK: maybe grep -v GStreamer can help make this readable :) | 06:28 |
hyades | i use make test 2>&1 | grep -v python | tr -s '\n' | 06:29 |
CarlFK | I am off for the night - going to install precise and just server ... mostly.. like I need sshd, and vim.. and my public keys... so stuff that shouldn't matter | 06:36 |
hyades | okay | 06:37 |
hyades | gn | 06:37 |
CarlFK | hyades: + sudo pip install -r requirements.txt --use-mirrors | 07:58 |
CarlFK | Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' | 07:58 |
CarlFK | \ | 07:58 |
CarlFK | guessing wrong dir? | 07:59 |
CarlFK | oh.. no git clone yet | 08:00 |
*** CarlFK has quit IRC | 08:11 | |
hyades | :) | 09:00 |
*** Sewar has quit IRC | 09:11 | |
*** Sewar has joined #timvideos | 09:17 | |
*** mithro has joined #timvideos | 09:35 | |
*** mithro has quit IRC | 10:07 | |
*** hyades has quit IRC | 12:45 | |
*** hyades has joined #timvideos | 13:20 | |
*** hyades_ has joined #timvideos | 13:25 | |
*** CarlFK has joined #timvideos | 14:47 | |
CarlFK | hyades for your dependencies list: ./.travis-setup.sh: line 62: ./autogen.sh: No such file or directory | 14:50 |
hyades | you clone gst-switch? | 14:50 |
CarlFK | oh wait... automake autoconf are installed.. hmm... | 14:50 |
CarlFK | I ran your script | 14:51 |
CarlFK | ./.travis-setup.sh | 14:51 |
hyades | you will need to clone gst-switch | 14:51 |
hyades | cd gst-switch | 14:51 |
hyades | the ./.travis... | 14:51 |
CarlFK | then you need to put that in a script :) | 14:51 |
hyades | hehe, the script builds gst-switch if you have it | 14:52 |
CarlFK | what script? | 14:52 |
hyades | travis-setup.sh | 14:53 |
CarlFK | oh.. if I have gst-switch | 14:54 |
CarlFK | where is that little one that started with "clone" ? | 14:54 |
CarlFK | it was about 6 lines.. clone.. something.. export... | 14:54 |
hyades | well | 14:55 |
hyades | you are on a fresh system? | 14:55 |
CarlFK | pretty much | 14:56 |
CarlFK | apt-get install openssh-server nfs-common bpython git-core subversion git-svn build-essential xclip curl python-setuptools mercurial git automake autoconf libtool | 14:56 |
hyades | ok do | 14:56 |
hyades | git clone https://github.com/hyades/gst-switch.git | 14:57 |
tpb | Title: hyades/gst-switch · GitHub (at github.com) | 14:57 |
hyades | cd gst-switch | 14:57 |
CarlFK | no... | 14:57 |
CarlFK | you have that in a script | 14:57 |
CarlFK | yesterday you forgot the git.. it started with just clone.. then cd.. where is that script ? | 14:58 |
hyades_ | yesterday | 14:58 |
hyades_ | you had built the dependencies | 14:58 |
*** hyades__ has joined #timvideos | 14:59 | |
*** hyades is now known as Guest20086 | 15:00 | |
*** hyades__ is now known as hyades | 15:00 | |
hyades | CarlFK: you referring to this http://pastebin.com/YnkgQfNS | 15:01 |
hyades | ?? | 15:01 |
tpb | Title: git clone https://github.com/hyades/gst-switch.git cd gst-switch export PKG_CO - Pastebin.com (at pastebin.com) | 15:01 |
*** Guest20086 has quit IRC | 15:01 | |
CarlFK | yes | 15:02 |
hyades | this wont do now | 15:02 |
hyades | since you dont have gstreamer etc installed | 15:02 |
hyades | http://pastebin.com/PZEntGzC | 15:04 |
tpb | Title: [Bash] git clone https://github.com/hyades/gst-switch.git cd gst-switch ./.travis-set - Pastebin.com (at pastebin.com) | 15:04 |
hyades | this should do | 15:04 |
hyades | the .travis-setup.sh sets the environment variables | 15:05 |
CarlFK | it will if we add ./.travis-setup.sh at line 3 it will all just work | 15:05 |
hyades | what you mean? | 15:06 |
CarlFK | er, line 3 of http://pastebin.com/YnkgQfNS | 15:06 |
tpb | Title: git clone https://github.com/hyades/gst-switch.git cd gst-switch export PKG_CO - Pastebin.com (at pastebin.com) | 15:06 |
hyades | the .travis-setup.sh has those already :) | 15:07 |
hyades | yesterday you didnt clone gst-switch | 15:08 |
hyades | so I told this script | 15:08 |
CarlFK | oh.. travis will do the make install? | 15:08 |
CarlFK | er , ./.travis-setup.sh really.. yeah | 15:08 |
hyades | travis clone gst-switch | 15:09 |
hyades | it just clones and cd into the directory | 15:09 |
hyades | and then this script runs | 15:09 |
hyades | this script has make install...https://github.com/hyades/gst-switch/blob/master/.travis-setup.sh#L65 | 15:10 |
tpb | <http://ln-s.net/-wgT> (at github.com) | 15:10 |
hyades | CarlFK: what happened? | 15:14 |
CarlFK | : No such file or directoryitch | 15:14 |
CarlFK | not sure what threw that.. digging now | 15:14 |
hyades | CarlFK: check this log file https://s3.amazonaws.com/archive.travis-ci.org/jobs/11161174/log.txt | 15:15 |
hyades | the top few lines, | 15:15 |
hyades | this is how travis will work | 15:16 |
CarlFK | line 1 of .travis-setup.sh - is the space ok in "#! /bin/bash" ? | 15:16 |
hyades | atleast it works on travis | 15:17 |
hyades | it does work on system also | 15:18 |
hyades | on my system | 15:18 |
hyades | what you did till now? | 15:19 |
hyades | just this much is enough to build gst-switch. http://pastebin.com/PZEntGzC | 15:20 |
tpb | Title: [Bash] git clone https://github.com/hyades/gst-switch.git cd gst-switch ./.travis-set - Pastebin.com (at pastebin.com) | 15:20 |
hyades | :) | 15:20 |
CarlFK | there is some funny char in http://pastebin.com/PZEntGzC | 15:20 |
tpb | Title: [Bash] git clone https://github.com/hyades/gst-switch.git cd gst-switch ./.travis-set - Pastebin.com (at pastebin.com) | 15:20 |
hyades | you can just type those! | 15:21 |
CarlFK | \r \n | 15:22 |
hyades | hm | 15:23 |
hyades | what is the error? | 15:24 |
CarlFK | : No such file or directorytch | 15:25 |
CarlFK | ch? | 15:25 |
hyades | strange | 15:25 |
CarlFK | ok, got that out, now .travis-setup.sh is running, and has a requriments.txt | 15:27 |
hyades | what was it? | 15:28 |
CarlFK | the \r | 15:31 |
hyades | maybe pastebin added it | 15:33 |
hyades | CarlFK: so yesterday you had faac pre-installed? | 15:37 |
CarlFK | I don't really know | 15:37 |
hyades | does it look like dependency problem? | 15:38 |
CarlFK | https://github.com/CarlFK/veyepar/blob/master/setup/pxe/install.sh that builds the pxe server that I use to build boxes ... so if you spend about an hour you might be able to figure out if faac was installed :) | 15:40 |
tpb | <http://ln-s.net/-wh5> (at github.com) | 15:40 |
hyades | okay | 15:42 |
CarlFK | https://github.com/CarlFK/veyepar/blob/master/setup/pxe/shaz/var/www/d-i/oneiric/preseed_carl.cfg shows libfaac0 - I #commented out most of those packages, so and changed the type? from desktop to server - so we will see if the faac error shows up | 15:43 |
tpb | <http://ln-s.net/-wh+> (at github.com) | 15:43 |
CarlFK | I figure it is easier to slowly remove things until it breaks | 15:44 |
hyades | :) | 15:45 |
hyades | So, if it due to faac | 15:46 |
hyades | http://packages.ubuntu.com/precise/libfaac-dev | 15:48 |
tpb | Title: Ubuntu – Details of package libfaac-dev in precise (at packages.ubuntu.com) | 15:48 |
hyades | libfaac0 is a dependency | 15:48 |
hyades | the .travis-setup script installs libfaac-dev | 15:49 |
*** iiie0 has joined #timvideos | 16:12 | |
CarlFK | checking if libyaml is compilable | 16:28 |
CarlFK | gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | 16:28 |
CarlFK | build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory | 16:28 |
CarlFK | compilation terminated. | 16:28 |
hyades | what was compiling? | 16:30 |
hyades | i guess this is python-coveralls running | 16:32 |
hyades | is your pip and setuptools version latest, I think pip should fetch all dependencies | 16:36 |
hyades | brb dinner | 16:36 |
hyades | CarlFK: any success? | 17:22 |
CarlFK | juser@pc9e:~/tv$ pip --version | 17:23 |
CarlFK | pip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7) | 17:23 |
CarlFK | how do I check setuptools? | 17:24 |
hyades | CarlFK: anyways you dont need this :) | 17:28 |
hyades | this for uploading to coveralls.io | 17:29 |
hyades | just do | 17:29 |
hyades | ./gst-switch-srv | 17:29 |
hyades | if you still need to solve it, you may try sudo apt-get install python-pip --upgrade | 17:30 |
CarlFK | juser@pc9e:~/tv$ find . -name gst-switch-srv | 17:31 |
CarlFK | ./gst-switch/tools/gst-switch-srv | 17:31 |
CarlFK | should I cd there? | 17:32 |
CarlFK | ./tools/gstworker.c:270:error: missing: faac | 17:33 |
CarlFK | yay | 17:33 |
CarlFK | now I can start adding back what I pulled | 17:33 |
hyades | CarlFK: btw, gst-switch-srv will also be located at /usr/local/bin | 17:34 |
hyades | CarlFK: do you get this | 17:37 |
hyades | ./tools/gstworker.c:784:error: recorder: failed to create new pipeline | 17:37 |
*** rihnapstor has joined #timvideos | 17:50 | |
*** rihnapstor has quit IRC | 17:50 | |
*** rihnapstor has joined #timvideos | 17:50 | |
*** rihnapstor has quit IRC | 17:56 | |
*** rihnapstor has joined #timvideos | 17:57 | |
*** rihnapstor_ has joined #timvideos | 18:01 | |
*** rihnapstor has quit IRC | 18:02 | |
*** rihnapstor__ has joined #timvideos | 18:08 | |
*** rihnapstor_ has quit IRC | 18:08 | |
*** hyades has quit IRC | 18:10 | |
*** rihnapstor__ has quit IRC | 18:13 | |
*** rihnapstor__ has joined #timvideos | 18:13 | |
*** rihnapstor__ has quit IRC | 18:16 | |
*** hyades has joined #timvideos | 18:17 | |
*** rihnapstor__ has joined #timvideos | 18:19 | |
*** hyades has quit IRC | 18:19 | |
*** hyades has joined #timvideos | 18:21 | |
hyades | how do I make py.test return a non-zero exit code if it fails? | 18:22 |
*** rihnapstor__ has quit IRC | 18:25 | |
*** rihnapstor__ has joined #timvideos | 18:25 | |
*** hyades has quit IRC | 18:50 | |
*** hyades has joined #timvideos | 19:01 | |
*** hyades has quit IRC | 19:05 | |
hyades_ | CarlFK: any luck? | 19:37 |
CarlFK | oh yeah... | 19:37 |
*** hyades has joined #timvideos | 19:38 | |
CarlFK | ./tools/gstworker.c:784:error: recorder: failed to create new pipeline | 19:38 |
CarlFK | yep | 19:38 |
hyades | okay | 19:39 |
hyades | so something is missing :) | 19:40 |
CarlFK | the obvious thins are libfaac0 libfaac-dev | 19:41 |
CarlFK | so I'll install libfaac and see what happens - sound good | 19:41 |
CarlFK | er .. libfaac0 | 19:42 |
hyades | i tried | 19:42 |
hyades | didnt work | 19:42 |
CarlFK | libfaac0 is already the newest version. | 19:42 |
CarlFK | yeah | 19:42 |
hyades | libfaac-dev depends on libfaac0 | 19:42 |
CarlFK | yep - both installed | 19:43 |
CarlFK | hmm | 19:43 |
CarlFK | gstreamer0.10-plugins-good | 19:46 |
CarlFK | I installed that, no missing faac error now | 19:46 |
hyades | woah | 19:47 |
hyades | how is this package related? | 19:47 |
hyades | i will try it on travis also. | 19:48 |
hyades | you just added gstreamer0.10-plugins-good ??? Or some other package? | 19:49 |
CarlFK | juser@pc9e:~/tv/gst-switch$ sudo apt-get install gstreamer0.10-plugins-good | 19:49 |
hyades | gstreamer docs say its part of bad plugins http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-bad-plugins/html/gst-plugins-bad-plugins-faac.html | 19:50 |
tpb | <http://ln-s.net/-wnw> (at gstreamer.freedesktop.org) | 19:50 |
hyades | i am guessing that it might be dependency for libvpx | 20:07 |
CarlFK | I have to run - will be back in a few hours | 20:40 |
*** CarlFK has quit IRC | 20:40 | |
*** CarlFK has joined #timvideos | 21:22 | |
*** parx has quit IRC | 22:00 | |
hyades | CarlFK: gstreamer0.10-plugins-good | 22:01 |
hyades | didn't help on travis | 22:01 |
CarlFK | weird | 22:01 |
hyades | https://s3.amazonaws.com/archive.travis-ci.org/jobs/11210260/log.txt | 22:03 |
*** CarlFK has quit IRC | 22:18 | |
*** parx has joined #timvideos | 22:45 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!