/srv/irclogs.ubuntu.com/2015/02/08/#ubuntu-devel.txt

=== darkxst_ is now known as darkxst
aeorildarkxst sarnold thinking what to do next - probably build vim.tiny, but not sure which way to do it03:34
aeorildarkxst sarnold probably take the easy way first and build with --with-features=tiny (or small)03:35
aeorildarkxst did you read the backlog about the vim.tiny and vim.gtk (or vim.gui or whatever)03:36
darkxstaeoril, no03:36
darkxstand I have no idea what tiny is03:36
aeorildarkxst the version of vim that ships with ubuntu is vim.tiny (found via a chain of 2 symbolic links) - it is a stripped down version of vim, I assume.  The one I tested turned out to be configured as "Normal GTK2 GUI"  --version shows this information.  --version shows "Small version without GUI" for the ones that ship with Ubuntu, and /debian/rules in the vim package downloaded from lp03:41
aeorilverifies this03:41
darkxstaeoril, I doubt that is something you could change via an SRU03:41
darkxstand why GTK?03:42
aeorildarkxst I am not sure I would want to change that, but was thinking of doing some more testing somehow using a build more like what is on Ubuntu.  Why GTK?  I have no idea - should I be able to answer that?  Because there is a GUI version and it uses GTK because the designers chose to???03:43
darkxstaeoril, rerun you bisect using the same build options as ubuntu uses03:44
darkxstaeoril, actually I have seen that gtk interface I think, but only on windows!03:45
aeorildarkxst yes, that is what I was thinking - that was my original question, at least what I was trying to convey - should that be my next step ...03:45
darkxstcertainly worth a try, shouldnt take long, know you know how to git bisect ;)03:45
aeorildarkxst yes, the gtk gui version was not any different on Ubuntu than the small no-GTK/GuI version, from what I could see03:45
aeorildarkxst yes, I think I can pull out the proper config rules from /debian/rules - I found the main ones but need to hunt around for any others - another good thing to learn, how to read /debian/rules ...03:46
darkxstaeoril, heh enjoy that03:47
darkxstno  idea what vim uses but basically there are two competing standards, debhelper and cdbs03:48
aeorildarkxst my question was based on something you do not know, though.  There may be a shortcut to try before figuring out all the options from /debian/rules - I asked on #vim and they said I could create vim.tiny with a simple command line option to ./configure - ./configure --with-features=tiny.  Not exactly the same, but if it fails, it might show me the place anyway using bisect03:49
aeorildarkxst debhelper and cdbs - ok - can you explain further, or should I google those?03:50
aeorildarkxst I remember using debhelper, but not all the details ...03:50
aeorildarkxst maybe I should take a detour to a tutorial on the Ubuntu or Debian wikis to learn packaging better?03:53
aeorildarkxst I remember that debhelper or whatever built the desired build environment using rules I specified in some kind of config file.  You have to run it and fix problems until all errors and warnings were gone, IIRC03:57
darkxstaeoril, its just two different systems really dh is simple, cdbs more complicated but mor powerful04:00
darkxst(technically they both use debhelper just in different ways)04:00
darkxstaeoril, gtg, but try build trusty version 7.4.052 (or whatever it was) and see if it fails04:05
darkxstif so go ahead with a bisect04:05
darkxstwith you =tiny thing04:05
aeorildarkxst yes, will do - already found out it works fine without -tiny, so need to do that.  Thanks04:06
aeorildarkxst will you be back?04:06
aeorildarkxst actually, I need to go too so never mind04:06
aeorildarkxst will bisect tomorrow, if I can (busy day)04:06
darkxstaeoril, ok04:07
aeorildarkxst unfortunately, my wife is sick so I have not had the normal amount of time to spend on this past couple of days ...04:08
aeoril(she has the flu)04:08
darkxstsoft ;)04:09
aeorildarkxst soft?04:10
aeorilSociety of Forensic Toxicologists? darkxst?04:13
aeoriloh, you meant my excuse was soft - I thought you were throwning an internet acronym at me!04:13
darkxsthah no your wife is soft taking up all your time for the flu ;)04:14
aeorildarkxst yes, she is a princess for sure - with a capital P!04:14
aeorildarkxst but, I am still very fortunate to have her ...04:14
darkxstheh I kinda had one once, it was very much a one way street04:15
aeorildarkxst actually, it is just the opposite - I am having to do all the stuff she normally does, so I appreciate all the more what she accomplishes in a given day in addition to full time work!04:15
darkxstok, really gtg now04:16
aeorildarkxst ~bye!04:16
aeorildarkxst and thanks!  Will get to it tomorrow hopefully!04:16
darkxstaeoril, if you want easier bugs to work on come join Ubuntu GNOME team ;)04:17
aeorildarkxst maybe so ... :)04:18
aeorildarkxst so far, I still like this one ... :)04:18
aeorildarkxst I think the hard part is having to work with upstream repo for bisect?04:19
darkxstaeoril, that is the usual way04:19
aeorildarkxst I figured ... :)04:19
darkxstI do all my dev work on upstream git repos (for GNOME)04:20
aeorildarkxst I hope I am doing ok with all this ... not being a burden on you guys04:20
darkxstand then backport patches to suit ubuntu packaging04:20
aeorildarkxst I see04:20
darkxstand mostly because I prefer git over bzr04:20
darkxstand jhbuild makes it nice and quick to test builds04:21
aeorildarkxst yes, I was not really as fond of bzr as I am of git now04:21
aeorildarkxst yes, that sounds interesting, and git is a plus for me I think04:21
darkxstaeoril, bzr is dead really (in maintenance mode atleast)04:22
aeorildarkxst I kind of saw the writing on the wall for it a long time ago with the advent of git and github, and some of the problems with big projects people reported with it04:22
darkxstaeoril, git pre-dated bzr04:23
aeorildarkxst maybe the advent of git's popularity or my own familiarity with it?  Anyway, git seemed like a bzr killer at some oint to me04:24
aeorilpoint04:24
aeorildarkxst the thing that really concerned me several years ago about bzr is when I heard people on IRC or whatever mentioning it was unstable with large projects04:25
darkxstnot sure about that04:25
aeorildarkxst there was a particular project they mentioned that was really huge, maybe the biggest on bzr at the time, and people said it was unstable04:26
darkxstmy issues with it are that I learnt git first04:26
darkxstand bzr really has nothing on git, for local branches where you hammer the history04:27
darkxstrebases and what not04:27
aeorildarkxst My biggest issue with my line of chatting at the moment is I really never learned either very well so I need to stop talking about what I don't know about ... :P04:27
aeorildarkxst But i am happy to listen to you! :)04:28
darkxstwell I was going remember!04:28
aeorildarkxst now I just don't believe you at all! ;)04:28
aeorildarkxst Have an Ubuntu day!04:29
aeoril(or night or morning or evening or whatever)04:29
darkxstaeoril, U-GNOME day ;)04:29
aeorillol ok!04:29
darkxstand its about mid afternoon now04:29
aeorilwhere in the world are you?04:30
darkxstin your future ;)04:30
darkxstAus04:30
aeorilCool!04:30
aeorilYou are about 18 or so hours ahead of me then!04:30
aeorilAnd hot!04:31
aeoril(probably)04:31
darkxstaeoril, yes hot, I want to move to Europe to fix that04:31
* darkxst gone now though04:31
aeoriltoodles~04:31
=== mfisch is now known as Guest90369
svetlana1) patch pilots URL in topic got cut off. 2) http://emacs-app.sourceforge.net/ is in gnu/emacs now, built by supplying --with-ns option to configure. how do I request that it is packaged -- with debian first, or not?10:15
=== _salem is now known as salem_
=== salem_ is now known as _salem
Bluefoxicy9.9 Wonderful.  upgrade Chromium, and AGAIN youtube stops working with the html5 player.17:54
BluefoxicyMy video driver still hangs a lot17:56
Bluefoxicylike I can't use rhythmbox because it nearly kills my PC; if I hit the Gnome 3 activities view, trying to composite causes a 2-5 second hang.17:56
BluefoxicyIt was snappy on 14.04 LTS17:56
BluefoxicyDo you know what they told me when I filed the bug?17:56
Bluefoxicy"Upgrade your bios."17:56
BluefoxicyYes, it worked on the previous version, but this version the problem must be my bios.17:57
BluefoxicyWell I did that, and it's still broken.  Good job:  the Intel HD2000 chipset is useless in Ubuntu 14.10, and five-star in 14.04.17:57
* ejat jom makan 17:58
BluefoxicyI'm upgrading to 15.04 as soon as the first beta is out, because I can't imagine it being worse than 14.10.  Every distro occasionally has its sunken ship release, the one that should be blotted out of history; 14.10 is it for Ubuntu.17:59
BluefoxicyUpgrading from 14.04 to 14.10 is as advisable as upgrading from 98SE to Windows ME17:59
bekksWhy dont you stick with 14.04 if that worked fine?17:59
BluefoxicyBecause I'd have to downgrade backwards, somehow, and I can't do-release-downgrade18:00
BluefoxicyHopefully someone took down some lessons learned from this release and came up with a list of things to not do again, and things to do in the future before releasing a production OS18:00
bekksBecause there is no do-release-downgrade at all and downgrading releases isnt supported at all.18:00
bekksDid you file bugs for every single item of your "list", so these "things" will get noticed?18:01
BluefoxicyNo, because some of them are things like the Google Calender plug-in ceasing to function at all in Thunderbird, which I'm not sure is supported anyway, or why it's broken.18:01
BluefoxicyI filed a bug on the video driver and was told that if it worked in 14.04 and ceased functioning on upgrade to 14.10, it was obviously my bios18:02
bekksBluefoxicy: So if it was you bios, ubuntu cant do anything about it.18:03
bekksAnd shipping an old graphics driver is no viable solution.18:03
Bluefoxicybekks:  It was a regression.18:03
BluefoxicyMy hardware is Intel HD2000 in modern Core i5 CPUs18:03
BluefoxicyIf a newer graphics driver fails where an old one worked, the new driver has a regression.  That's a bug.18:04
bekksIf it fails because of a bios issue, the driver cant do anything about it.18:04
BluefoxicyWhen I finally did get my bios updated--a difficult task, as there's no floppy drive and it's difficult to boot DOS (last time I tried a memdisk boot, it refused to patch the bios)--it didn't fix anything.18:04
Bluefoxicybekks: it didn't fail because of a bios update; the response was "oh your bios is a version behind, so we're not looking at this"18:04
Bluefoxicybringing the bios up to date didn't fix it.18:04
BluefoxicyApparently the proper response to a report of stuff suddenly not working on upgrade is "well that's somehow someone else's problem"18:05
Bluefoxicywhen I figure out how Chromium broke AGAIN on upgrade, I'll file a bug on that.  If I ever do.  For some reason, it could play HTML5 youtube videos an hour ago; I ran apt-get upgrade and it upgraded Chromium; I restarted Chromium and now I can't make Youtube videos play at all.18:06
bekksBesides some rare facts I can see a lot of ranting in your posts. Did you continue on providing information on your bug report which you created?18:06
BluefoxicyI ran some commands I was asked for and provided a bunch of files18:07
bekksAnd meanwhile you can add several additional bug reports for the other items on your "list" :)18:07
BluefoxicyMost of everything came down to the graphics driver; there's also some kind of system issue with running out of memory (the OOM killer doesn't kick in when you're low on pagecache, so you just grind the system to a halt--this is being looked into on linux-mm), which is secondary to Chromium going out-of-control and allocating tons of RAM; and Chromium randomly breaks for Youtube HTML5 videos when it's updated18:10
BluefoxicyOf course, the graphics driver in question is a majority driver:  it's Intel HD graphics18:11
Bluefoxicyand I have nfc what's actually wrong with Chromium18:11
bekksAnd can you confirm that issue using other browsers?18:18
Bluefoxicyhttps://www.youtube.com/watch?feature=player_detailpage&v=eRxOcdLm2_8 plays with HTML5 in Firefox.  In Chromium, it just shows a spinning circle, and downloads the whole video; if I seek through the video, it shows me the frame I seek to (as if paused), while the player acts as if it is perpetually waiting to buffer.18:22
Bluefoxicyoh ffs.18:30
BluefoxicyI can't unload the sound card driver module.  I bet my sound card driver is AFU and it's causing video to not play in Chromium (only on Youtube:  video plays without sound on Twitch and in Firefox; I have nfc why)18:34
BluefoxicyI need about 5 minutes to do some maneuvering to cover my identity in some other places before I can reboot.18:35
Bluefoxicysound core failure.  Complete sound core failure.  Now I have to track down why >:|18:56

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