/srv/irclogs.ubuntu.com/2015/02/03/#ubuntu-autopilot.txt

balloonsrpadovani, that time it failed though.. before the app never launched00:07
balloonsrpadovani, wow, look at how slow it runs ;-) http://91.189.93.70:8080/job/generic-mediumtests-vivid/940/artifact/ubuntu_calculator_app.tests.test_main.MainTestCase.test_operation_on_infinite_number.ogv. Still these look correct. You'll have to change the asserts in the tests to match the new significant figures you calculate too00:10
MacSlowWhy are dash and unity8 just two small square windows when an autopilot-test is started on the desktop? What's missing to have them use the usual 40x71 GU dimensions?15:59
MacSlowelopio, ^16:17
elopioMacSlow: hum, that I don't know. Does the same happen when you do initctl start unity8?16:18
MacSlowelopio, yes16:18
elopioMacSlow: when I do that I get the two windows, with space enough for three columns of apps.16:19
thomihey barry, got time for me to hassle you about packaging *again*? :D20:31
barrythomi: it's a brand new day, so sure!20:34
thomibarry: so, I get one question a day? :D20:34
thomicurses! did I just use it up?20:34
barrybzzt!  that's two20:35
thomiheh20:36
thomibarry: so, I've used pybuild before several times, and never had this issue...20:36
thomiselenium ships some binary files which are listed in the data_files section of setup.py20:36
thomibut pybuild can't see them - I suspect because they're not copied into the temporary directory perhaps20:37
thomiAny ideas? The branch I'm working from is lp:~thomir/+junk/selenium-packaging20:37
barrythomi: make sure there's a MANIFEST.in file that names those data files, otherwise they may not get into the orig.tar.gz20:38
barrythat's always been what bites me20:39
thomiahhhh20:39
thomithey're not :D20:39
thomibarry: actually, they are, I missed them20:40
thomi"recursive-include py/selenium/webdriver/firefox/x86 *.so"20:40
barrythomi: so if you `python setup.py sdist` they end up in the .tar.gz?20:40
thomibarry: yes20:41
thomibarry: the error message I get is:20:41
thomierror: can't copy 'py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so': doesn't exist or not a regular file20:41
barryoh, .so files.  those might be getting filtered out by other bits of the debian build tools.  `export DH_VERBOSE=1` in your d/rules file.  so it is (almost?) never correct to include .so files source packages, those just might be getting filtered out20:42
thomiI assume that a .so counts as a 'regular' file - it's not a socket or anything20:42
barrythomi: where do you get that error?20:42
thomiI have verbose set, I don't see any filter messages20:42
thomilet me pastebin, one second20:42
thomibarry: http://pastebin.ubuntu.com/10041069/20:43
thomifurther up I get:20:43
thomiwarning: no files found matching '*.so' under directory 'py/selenium/webdriver/firefox/x86'20:43
thomiwhich I guess is a sign of the root cause...20:44
barryyep, i see that20:44
thomiI assume that, if those files were being filtered there'd be some sort of log message?20:57
thomibarry: I guess you're stumped too? Who else should I bug? I'm tempted to email the DPMT ML, but I suspect I'll get the "don't put .so files in your source package" answer :(22:33
barrythomi: probably so.  but iirc there's a debian/binary-file-override-magic file that might do the trick.  right now i can't remember what it's called and am putting out some other fires :(22:41
thomibarry: ahh, ok, no worries22:41
barrythomi: debian-python@ is your best bet22:41

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