Tuesday, 2013-09-10

*** tpb has joined #timvideos00:00
*** iiie0 has quit IRC00:48
*** mithro has joined #timvideos01:17
*** mithro has quit IRC02:13
hyadesCarlFK: it worked?04:06
CarlFKhyades 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 yet04:07
CarlFKshould I sudo make install?04:07
hyadesyou got any errors?04:16
hyadesCarlFK: you can safely do make uninstall if nothing works :)04:18
CarlFKhyades no errors04:25
hyadesgreat!, should work fine04:25
CarlFKwell.. this doesn't tell why your test is failing04:26
hyades:)04:26
CarlFKtest environment - ubuntu desktop or server ?04:27
hyadesof travis?04:27
hyadestravis uses server04:28
hyades Ubuntu 12.04 LTS Server Edition 64 bit04:29
hyadesdoes it make a difference?04:30
CarlFKmight - also I have some scripts that run as part of the install, that might have pulled in the faac lib or whatever that is missing04:31
hyadesjust run it, I think the faac will still be missing :/04:32
hyadesif it pulls the faac lib, its will be good! Atleast will be able to fix this issue04:33
CarlFKrun what?04:34
hyadesmake install?04:34
CarlFKdid that, no error04:34
hyadesCarlFK: btw, you dont have previous versions of gstreamer installed on this box?04:38
hyadesright?04:39
CarlFKhmm.. maybe.04:39
CarlFKthe setup has evolved over 5 years04:39
CarlFKI keep adding stuff as I need it, no much need to remove things04:40
hyadeshmm, i though you are doing it on a fresh machine04:40
CarlFKits kinda fresh :)04:41
hyadescan you do whereis gst-launch-1.0 and whereis gst-switch-srv04:41
CarlFKgst-launch-1: /usr/bin/gst-launch-1.0 /usr/bin/X11/gst-launch-1.0 /usr/local/bin/gst-launch-1.004:41
CarlFKjuser@pc9e:~/tv$ whereis gst-switch-srv04:41
CarlFKgst-switch-srv: /usr/local/bin/gst-switch-srv04:41
hyadeslooks fine04:41
hyadescd python-api04:41
hyadesmake test04:42
CarlFKmake: pylint: Command not found04:42
hyadessudo pip install pylint04:43
hyadesmaybe you will need to do sudo pip install mock04:43
hyadesthis should have been installed as part of the .travis-setup.py04:43
hyadesdo it for all of these04:45
hyadessudo pip install04:45
hyadeshttps://github.com/hyades/gst-switch/blob/master/requirements.txt04:45
tpb<http://ln-s.net/-wVO> (at github.com)04:45
*** hyades_ has quit IRC04:48
*** hyades has quit IRC04:49
CarlFK==================== 21 passed, 2 skipped in 71.92 seconds =====================04:52
CarlFKmv: cannot stat `htmlcov/*.*': No such file or directory04:52
CarlFKmake: [integration] Error 1 (ignored)04:52
*** hyades has joined #timvideos05:21
hyadesCarlFK: that error I have ignored05:23
hyadesdont worry about that05:23
CarlFKk - I think I should re-image the box and avoid anyting that might install faac05:24
hyades21 passed05:24
hyadesthats good05:24
hyadesare you on a server or desktop?05:25
hyadesCarlFK: can you paste the entire output somewhere?05:41
*** Sewar has quit IRC06:11
*** Sewar has joined #timvideos06:12
CarlFKhyades: http://veyepar.nextdayvideo.com/site_media/static/veyepar/temp/x.log06:21
tpb<http://ln-s.net/-wWh> (at veyepar.nextdayvideo.com)06:21
hyadesCarlFK: maybe grep -v GStreamer can help make this readable :)06:28
hyadesi use make test 2>&1 | grep -v python | tr -s '\n'06:29
CarlFKI 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 matter06:36
hyadesokay06:37
hyadesgn06:37
CarlFKhyades: + sudo pip install -r requirements.txt --use-mirrors07:58
CarlFKCould not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'07:58
CarlFK\07:58
CarlFKguessing wrong dir?07:59
CarlFKoh.. no git clone yet08:00
*** CarlFK has quit IRC08:11
hyades:)09:00
*** Sewar has quit IRC09:11
*** Sewar has joined #timvideos09:17
*** mithro has joined #timvideos09:35
*** mithro has quit IRC10:07
*** hyades has quit IRC12:45
*** hyades has joined #timvideos13:20
*** hyades_ has joined #timvideos13:25
*** CarlFK has joined #timvideos14:47
CarlFKhyades for your dependencies list: ./.travis-setup.sh: line 62: ./autogen.sh: No such file or directory14:50
hyadesyou clone gst-switch?14:50
CarlFKoh wait...  automake autoconf are installed.. hmm...14:50
CarlFKI ran your script14:51
CarlFK./.travis-setup.sh14:51
hyadesyou will need to clone gst-switch14:51
hyadescd gst-switch14:51
hyadesthe ./.travis...14:51
CarlFKthen you need to put that in a script :)14:51
hyadeshehe, the script builds gst-switch if you have it14:52
CarlFKwhat script?14:52
hyadestravis-setup.sh14:53
CarlFKoh.. if I have gst-switch14:54
CarlFKwhere is that little one that started with "clone" ?14:54
CarlFKit was about 6 lines.. clone.. something.. export...14:54
hyadeswell14:55
hyadesyou are on a fresh system?14:55
CarlFKpretty much14:56
CarlFKapt-get install  openssh-server nfs-common bpython git-core subversion git-svn build-essential xclip curl python-setuptools mercurial git automake autoconf libtool14:56
hyadesok do14:56
hyadesgit clone https://github.com/hyades/gst-switch.git14:57
tpbTitle: hyades/gst-switch · GitHub (at github.com)14:57
hyadescd gst-switch14:57
CarlFKno...14:57
CarlFKyou have that in a script14:57
CarlFKyesterday you forgot the git.. it started with just clone.. then cd.. where is that script ?14:58
hyades_yesterday14:58
hyades_you had built the dependencies14:58
*** hyades__ has joined #timvideos14:59
*** hyades is now known as Guest2008615:00
*** hyades__ is now known as hyades15:00
hyadesCarlFK: you referring to this http://pastebin.com/YnkgQfNS15:01
hyades??15:01
tpbTitle: 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 IRC15:01
CarlFKyes15:02
hyadesthis wont do now15:02
hyadessince you dont have gstreamer etc installed15:02
hyadeshttp://pastebin.com/PZEntGzC15:04
tpbTitle: [Bash] git clone https://github.com/hyades/gst-switch.git cd gst-switch ./.travis-set - Pastebin.com (at pastebin.com)15:04
hyadesthis should do15:04
hyadesthe .travis-setup.sh sets the environment variables15:05
CarlFKit will if we add  ./.travis-setup.sh at line 3 it will all just work15:05
hyadeswhat you mean?15:06
CarlFKer, line 3 of http://pastebin.com/YnkgQfNS15:06
tpbTitle: git clone https://github.com/hyades/gst-switch.git cd gst-switch export PKG_CO - Pastebin.com (at pastebin.com)15:06
hyadesthe .travis-setup.sh has those already :)15:07
hyadesyesterday you didnt clone gst-switch15:08
hyadesso I told this script15:08
CarlFKoh.. travis will do the make install?15:08
CarlFKer , ./.travis-setup.sh really.. yeah15:08
hyadestravis clone gst-switch15:09
hyadesit just clones and cd into the directory15:09
hyadesand then this script runs15:09
hyadesthis script has make install...https://github.com/hyades/gst-switch/blob/master/.travis-setup.sh#L6515:10
tpb<http://ln-s.net/-wgT> (at github.com)15:10
hyadesCarlFK: what happened?15:14
CarlFK: No such file or directoryitch15:14
CarlFKnot sure what threw that.. digging now15:14
hyadesCarlFK: check this log file https://s3.amazonaws.com/archive.travis-ci.org/jobs/11161174/log.txt15:15
hyadesthe top few lines,15:15
hyadesthis is how travis will work15:16
CarlFKline 1  of .travis-setup.sh  - is the space ok in "#! /bin/bash" ?15:16
hyadesatleast it works on travis15:17
hyadesit does work on system also15:18
hyadeson my system15:18
hyadeswhat you did till now?15:19
hyadesjust this much is enough to build gst-switch. http://pastebin.com/PZEntGzC15:20
tpbTitle: [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
CarlFKthere is some funny char in http://pastebin.com/PZEntGzC15:20
tpbTitle: [Bash] git clone https://github.com/hyades/gst-switch.git cd gst-switch ./.travis-set - Pastebin.com (at pastebin.com)15:20
hyadesyou can just type those!15:21
CarlFK  \r  \n15:22
hyadeshm15:23
hyadeswhat is the error?15:24
CarlFK: No such file or directorytch15:25
CarlFKch?15:25
hyadesstrange15:25
CarlFKok, got that out, now .travis-setup.sh  is running, and has a requriments.txt15:27
hyadeswhat was it?15:28
CarlFKthe \r15:31
hyadesmaybe pastebin added it15:33
hyadesCarlFK: so yesterday you had faac pre-installed?15:37
CarlFKI don't really know15:37
hyadesdoes it look like dependency problem?15:38
CarlFKhttps://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
hyadesokay15:42
CarlFKhttps://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 up15:43
tpb<http://ln-s.net/-wh+> (at github.com)15:43
CarlFKI figure it is easier to slowly remove things until it breaks15:44
hyades:)15:45
hyadesSo, if it due to faac15:46
hyadeshttp://packages.ubuntu.com/precise/libfaac-dev15:48
tpbTitle: Ubuntu – Details of package libfaac-dev in precise (at packages.ubuntu.com)15:48
hyadeslibfaac0 is a dependency15:48
hyadesthe .travis-setup script installs libfaac-dev15:49
*** iiie0 has joined #timvideos16:12
CarlFK    checking if libyaml is compilable16: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.o16:28
CarlFK    build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory16:28
CarlFK    compilation terminated.16:28
hyadeswhat was compiling?16:30
hyadesi guess this is python-coveralls running16:32
hyadesis your pip and setuptools version latest, I think pip should fetch all dependencies16:36
hyadesbrb dinner16:36
hyadesCarlFK: any success?17:22
CarlFKjuser@pc9e:~/tv$ pip --version17:23
CarlFKpip 1.0 from /usr/lib/python2.7/dist-packages (python 2.7)17:23
CarlFKhow do I check setuptools?17:24
hyadesCarlFK: anyways you dont need this :)17:28
hyadesthis for uploading to coveralls.io17:29
hyadesjust do17:29
hyades./gst-switch-srv17:29
hyadesif you still need to solve it, you may try sudo apt-get install python-pip --upgrade17:30
CarlFKjuser@pc9e:~/tv$ find . -name gst-switch-srv17:31
CarlFK./gst-switch/tools/gst-switch-srv17:31
CarlFKshould I cd there?17:32
CarlFK./tools/gstworker.c:270:error: missing: faac17:33
CarlFKyay17:33
CarlFKnow I can start adding back what I pulled17:33
hyadesCarlFK: btw, gst-switch-srv will also be located at /usr/local/bin17:34
hyadesCarlFK: do you get this17:37
hyades./tools/gstworker.c:784:error: recorder: failed to create new pipeline17:37
*** rihnapstor has joined #timvideos17:50
*** rihnapstor has quit IRC17:50
*** rihnapstor has joined #timvideos17:50
*** rihnapstor has quit IRC17:56
*** rihnapstor has joined #timvideos17:57
*** rihnapstor_ has joined #timvideos18:01
*** rihnapstor has quit IRC18:02
*** rihnapstor__ has joined #timvideos18:08
*** rihnapstor_ has quit IRC18:08
*** hyades has quit IRC18:10
*** rihnapstor__ has quit IRC18:13
*** rihnapstor__ has joined #timvideos18:13
*** rihnapstor__ has quit IRC18:16
*** hyades has joined #timvideos18:17
*** rihnapstor__ has joined #timvideos18:19
*** hyades has quit IRC18:19
*** hyades has joined #timvideos18:21
hyadeshow do I make py.test return a non-zero exit code if it fails?18:22
*** rihnapstor__ has quit IRC18:25
*** rihnapstor__ has joined #timvideos18:25
*** hyades has quit IRC18:50
*** hyades has joined #timvideos19:01
*** hyades has quit IRC19:05
hyades_CarlFK: any luck?19:37
CarlFKoh yeah...19:37
*** hyades has joined #timvideos19:38
CarlFK./tools/gstworker.c:784:error: recorder: failed to create new pipeline19:38
CarlFKyep19:38
hyadesokay19:39
hyadesso something is missing :)19:40
CarlFKthe obvious thins are libfaac0 libfaac-dev19:41
CarlFKso I'll install libfaac and see what happens - sound good19:41
CarlFKer ..  libfaac019:42
hyadesi tried19:42
hyadesdidnt work19:42
CarlFKlibfaac0 is already the newest version.19:42
CarlFKyeah19:42
hyadeslibfaac-dev depends on libfaac019:42
CarlFKyep - both installed19:43
CarlFKhmm19:43
CarlFKgstreamer0.10-plugins-good19:46
CarlFKI installed that, no missing faac error now19:46
hyadeswoah19:47
hyadeshow is this package related?19:47
hyadesi will try it on travis also.19:48
hyadesyou just added gstreamer0.10-plugins-good ??? Or some other package?19:49
CarlFKjuser@pc9e:~/tv/gst-switch$ sudo apt-get install gstreamer0.10-plugins-good19:49
hyadesgstreamer 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.html19:50
tpb<http://ln-s.net/-wnw> (at gstreamer.freedesktop.org)19:50
hyadesi am guessing that it might be dependency for libvpx20:07
CarlFKI have to run - will be back in a few hours20:40
*** CarlFK has quit IRC20:40
*** CarlFK has joined #timvideos21:22
*** parx has quit IRC22:00
hyadesCarlFK: gstreamer0.10-plugins-good22:01
hyadesdidn't help on travis22:01
CarlFKweird22:01
hyadeshttps://s3.amazonaws.com/archive.travis-ci.org/jobs/11210260/log.txt22:03
*** CarlFK has quit IRC22:18
*** parx has joined #timvideos22:45

Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!