/srv/irclogs.ubuntu.com/2011/07/17/#ubuntustudio-devel.txt

=== scott-kernel-bui is now known as scott-kernel
scott-kernelpersia, i'm having the following lintian error but i am unsure how serious it is given the context03:21
scott-kernelsection-area-mismatch03:21
scott-kerneli believe this kernel is going into the universe repository03:21
persiaThe package shouldn't know which component it will end up in.03:22
scott-kernelbut doesn't the control file dictate this?  in Section:03:22
scott-kernelif i leave Section: as devel or admin it builds without errors03:23
persiaAh, right.  You have "universe/foo" in Section:.  It should be "foo".03:23
persiaNo, it's dictated by the archive overrides.03:23
scott-kernelright, but here's the weird part...the kernel builds with universe/devel giving errors and devel not giving errors03:23
scott-kernelmeta is the inverse, where universe/devel doesn't give errors and devel does :/03:23
scott-kernelah, "builds" = debuild -S -sa03:24
persiaNo control file should ever specify the component.03:25
persiaWhat errors do you get from the meta?03:25
scott-kernelsorry, phone call from father03:28
scott-kernelbut i'm back and getting error03:28
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-headers-lowlatency03:29
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-image-lowlatency03:30
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-lowlatency03:30
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-headers-lowlatency-pae03:30
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-image-lowlatency-pae03:30
scott-kernelE: linux-meta-lowlatency source: section-area-mismatch Package linux-lowlatency-pae03:30
scott-kernelW: linux-meta-lowlatency source: native-package-with-dash-version03:30
scott-kerneli'm guessing the last warning isn't a show stopper and have decided to ignore it for the moment as i can't find a way to fix it03:30
scott-kernelpersia, hmmm, i just noticed part of the problem now, it seems that the control file is being built and the packages that are added are being assigned as Section: universe/devel which the package defined in the control.stub is Section: devel03:31
persiahah!  You found the culprit.03:32
scott-kerneli presume that i need to look in the rules file then03:32
persiagrep -rin the source for "universe/devel" and change that to "devel" and the error should go away.03:32
persiaI don't believe it's in the rules file, but yeah, if you want to *understand* why it's "universe/devel", the rules file is a good place to start.03:32
scott-kerneli forget (and tired after six hours of driving today), are the quotes necessary for grep03:33
persiaNo, except when you have something you need to quote.03:36
persiaTo put that differently, some strings are interpreted by the shell before grep even sees them03:36
persiaSo, for example, `grep \\ myfile` and `grep '\' myfile` are the same.03:36
scott-kernelgrep -rin universe/devel03:37
scott-kernelis that correct? because it seems to be hanging up03:37
persiaNeither really does what you want, because grep then also parses the string.  So to really search for literal '\', you need \\\\ or '\\'.03:37
persia`grep -rin universe/devel .`03:37
persiaIt's waiting for you to give it input, since you didn't specify a location for it to search.03:37
persiaCtrl-D will tell it you're done giving it input, and it will exit.03:38
persiaThe final '.' in my command is the location (current directory)03:38
scott-kernelokay, found it03:38
scott-kerneloh, was i correct to ignore the 'native-package-with-dash-version' warning?03:40
persiaYeah, go ahead and ignore that.03:41
persiaThere's reasons it needs the dash, and if I remember correctly, reasons it needs to be native.03:41
ScottLpersia, https://launchpad.net/~slavender/+archive/broken03:45
ScottLlinux-lowlatency should be fine because i had already removed the universe/* and the only warning or error was the native-package-dash warning03:46
ScottLlinux-meta is uploading again, ppa1 was wrong but ppa2 (uploading still) will be correct (again, less the native-package-dash warning)03:46
ScottLi'm super tired and going to bed03:47
persiaI'm grabbing ~ppa2 for the meta?03:47
ScottLpersia, aye03:47
persiaOK.  I have linux-lowlatency_3.0.0-5.6~ppa1.dsc and linux-meta-lowlatency_3.0.0-5.6~ppa2.dsc03:48
persiaWould you prefer me to review, fix, and upload or review, complain, wait for you?03:48
ScottLyes, that should be correct03:48
ScottLbe gentle, i expect you to point out lots and lots 'o stuff that i'll need to fix :P03:48
persiaSo, which way do you want it?03:53
persiaI can complain a bundle, and you can go fix it.03:53
persiaOr I can upload the package, fixing along the way, and you can see what I changed (and I'll be happy to explain each change)03:54
persiaBut do tell me which you want, as it affects when I can do things.03:57
persiaNote that I'm not doing anything too soon, as I'm supposed to leave for a concert in the next (short) while.03:57
ScottLpersia, i suppose it would be easier for you to fix it, however, i expect that it would be a better educational experience if i fixed it11:52
ScottLso, i think you probably should complain a bundle and let me fix it11:53
ScottLand i do feel responsible for it12:01
ScottLailo_, ping12:04
ScottLoh, i see the linux-meta didn't build in my ppa either :(12:06
persiaScottL, Sounds like a plan.  I'll dig into it, and give you a list.14:39
ScottLpersia, did i disappoint you?15:09
persiaNo.15:09
persiaI haven't looked at it yet, because I've been away from my computer, and I'm not looking at it now because I'm just checking backscroll before sleeping.15:10
persiaI don't really care which way you'd prefer to deal with the package: the key is that it is the way you believe you learn best.15:10
persiaSome folk prefer to have their problems identified, with suggested ways to find solutions.  Other folk prefer to have solutions demonstrated, with explanations.15:10
persiaAs far as I can tell the choice between the two seems to be completely independent of most demographic variables.  I have a suspicion that it's a combination of what their caretakers did when they were three and how they felt about their caretakers.15:11
persia(but this could be completely wrong)15:12

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