*** tpb has joined #timvideos | 00:00 | |
*** CarlFK has quit IRC | 00:33 | |
*** hyades has joined #timvideos | 00:59 | |
*** CarlFK has joined #timvideos | 01:04 | |
*** ChanServ sets mode: +v CarlFK | 01:04 | |
CarlFK | 48 hours of gsts (my new name for gst-switch) and it seems to have .. hung? | 01:42 |
---|---|---|
CarlFK | it's not updateing | 01:42 |
CarlFK | actually the whole OS's display stopped | 01:42 |
CarlFK | the clock in the menu bar isn't updating either | 01:43 |
CarlFK | top shows load average: 2.36, 2.54, 2.54 ; http://paste.ubuntu.com/8876037/ | 01:46 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 01:46 |
*** Niharika has joined #timvideos | 03:01 | |
*** mithro has quit IRC | 03:14 | |
*** mithro has joined #timvideos | 03:18 | |
*** ChanServ sets mode: +o mithro | 03:18 | |
*** Niharika has quit IRC | 04:03 | |
*** CarlFK has quit IRC | 04:09 | |
*** CarlFK has joined #timvideos | 04:12 | |
*** ChanServ sets mode: +v CarlFK | 04:12 | |
*** tija_ has joined #timvideos | 04:44 | |
*** hyades has quit IRC | 05:33 | |
*** hyades has joined #timvideos | 06:45 | |
*** flavioribeiro has quit IRC | 06:47 | |
*** tija_ has quit IRC | 06:51 | |
*** rohitksingh has joined #timvideos | 07:07 | |
*** rohitksingh1 has joined #timvideos | 08:39 | |
*** rohitksingh has quit IRC | 08:39 | |
mithro | CarlFK: I think I've figured out how to get a trusty build working on travis | 08:53 |
mithro | CarlFK: you should try running the tests on your machine and see what happens | 08:53 |
CarlFK | mithro: sure - how? | 12:19 |
*** Niharika has joined #timvideos | 13:15 | |
mithro | see the travis script | 13:21 |
mithro | make xxx-test | 13:21 |
*** Niharika has quit IRC | 13:53 | |
*** Niharika has joined #timvideos | 14:08 | |
CarlFK | mithro: im lost. what travis script, and I don't understand make xxx-test | 14:09 |
CarlFK | also, maybe you know something about what I am currently looking at: https://github.com/copton/react "Command line tool for inotify" - I am trying to encode .dv files as soon as they are created | 14:16 |
tpb | Title: copton/react · GitHub (at github.com) | 14:16 |
*** rohitksingh has joined #timvideos | 14:41 | |
*** rohitksingh1 has quit IRC | 14:41 | |
hyades | CarlFK: not sure but here are some tests https://github.com/timvideos/gst-switch/blob/master/.travis-run.sh | 15:09 |
tpb | Title: gst-switch/.travis-run.sh at master · timvideos/gst-switch · GitHub (at github.com) | 15:09 |
hyades | readme for these is https://github.com/timvideos/gst-switch/blob/master/python-api/README.md | 15:11 |
tpb | Title: gst-switch/README.md at master · timvideos/gst-switch · GitHub (at github.com) | 15:11 |
hyades | CarlFK: and you can also do 'make test' | 15:12 |
CarlFK | hyades: thanks. running... | 15:14 |
CarlFK | make[1]: *** [test-video] Trace/breakpoint trap (core dumped) | 15:14 |
CarlFK | http://paste.ubuntu.com/8885373/ | 15:15 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 15:15 |
*** flavioribeiro has joined #timvideos | 15:21 | |
hyades | CarlFK: another issue, due to new glib version | 15:27 |
CarlFK | hyades - ah, opps, this was't on trusty but utopic. | 15:30 |
hyades | CarlFK: I think this will happen on trusty also | 15:39 |
hyades | CarlFK: can you try out the tests which use the python-api? | 15:49 |
CarlFK | hyades - sure, how? | 15:50 |
hyades | https://github.com/timvideos/gst-switch/blob/master/python-api/README.md | 15:51 |
tpb | Title: gst-switch/README.md at master · timvideos/gst-switch · GitHub (at github.com) | 15:51 |
hyades | you might be interested in integration tests | 15:51 |
CarlFK | $ make unittests | 15:54 |
CarlFK | py.test --cov gstswitch tests/unittests/ --pep8 -v -s | 15:54 |
CarlFK | make: py.test: Command not found | 15:54 |
hyades | CarlFK: for unittests, you will be needing some extra things. Do make integration | 15:56 |
CarlFK | according to README that comes next ;) | 15:56 |
hyades | yea, readme is valid if you follow the travis-setup.py file | 15:57 |
hyades | there are some dependencies which are installed by it | 15:57 |
hyades | s/travis-setup.py/.travis-setup.sh | 15:57 |
CarlFK | why would anyone do that and not what the README says? | 15:58 |
CarlFK | README should say "don't read me, read something else..." ;p | 15:59 |
hyades | its not like this | 15:59 |
CarlFK | also, make integration fails too: make: py.test: Command not found | 16:00 |
hyades | the install script we had executes this file https://github.com/timvideos/gst-switch/blob/master/.travis-setup.sh | 16:00 |
tpb | Title: gst-switch/.travis-setup.sh at master · timvideos/gst-switch · GitHub (at github.com) | 16:00 |
hyades | I guess you had taken out certain packages from file, and some were left out | 16:02 |
CarlFK | yeah, the install script now just installs | 16:02 |
CarlFK | well, it builds | 16:02 |
CarlFK | I am guessing you are talking about https://github.com/timvideos/gst-switch/blob/master/build-min-trusty.sh | 16:03 |
tpb | Title: gst-switch/build-min-trusty.sh at master · timvideos/gst-switch · GitHub (at github.com) | 16:03 |
hyades | sorry I am unaware of this | 16:04 |
hyades | the packages in this file are for *only* building gst-switch. For doing tests you will be needing sudo pip install pytest-pep8 | 16:05 |
CarlFK | make integration ... py.test: error: unrecognized arguments: --cov http://paste.ubuntu.com/8886219/ | 16:08 |
tpb | Title: Ubuntu Pastebin (at paste.ubuntu.com) | 16:08 |
CarlFK | I am guessing you want some sort of make-tests.sh and run-tests.sh | 16:08 |
CarlFK | but really, I am more interested in getting things so it can be used | 16:09 |
hyades | CarlFK: i thought you needed to test things out | 16:57 |
CarlFK | hyades: I am trying to get others interested in working on it. currently it is not very appealing | 17:03 |
CarlFK | finding that it can be build/run without all those git clone was a huge step in that direction | 17:03 |
CarlFK | next will be to get it to work with a dv camera, and then save a file to disk | 17:06 |
CarlFK | as I am doing this, I'll report bugs I find | 17:07 |
*** Niharika has quit IRC | 17:35 | |
*** slomo has joined #timvideos | 17:46 | |
*** Niharika has joined #timvideos | 17:54 | |
*** Niharika has quit IRC | 19:33 | |
*** slomo has quit IRC | 19:38 | |
*** rohitksingh1 has joined #timvideos | 20:41 | |
*** rohitksingh has quit IRC | 20:42 | |
*** rohitksingh1 has quit IRC | 20:59 | |
*** hyades has quit IRC | 22:43 |
Generated by irclog2html.py 2.13.1 by Marius Gedminas - find it at mg.pov.lt!