/srv/irclogs.ubuntu.com/2011/09/17/#ubuntu-motu.txt

=== andreas__ is now known as ahasenack
=== kees_ is now known as kees
ScottSanbarQuestion:  I need help with the following lintian output.  I understand the .ex stuff, but not the rest:  http://paste.ubuntu.com/691128/02:39
arand_ScottSanbar: As a general rule, running "lintian-info -t tag-name-here" will give you a good bit of information02:42
ScottSanbararand_: Thanks!  I cleaned up all the lintian errors using that information!  I really appreciate the help! :)03:43
ScottSanbarQuestion:  OK, I updated my package/build so that it has no lintian errors, but that included changing from "native" to "quilt".  It builds fine on my home PC running natty, but when I try to run it on launchpad with a recipe doing an autobuild, it gives the error in the following pastebin.  What am I doing wrong?  Also, I have typed bzr launchpad-login scott-sanbar, but launchpad keeps giving me the error you can see in the pasteb04:00
ScottSanbarQuestion (continued): I found a bug dated 5-15-11 that says you have to merge in a quilt patch from another branch that does nothing to get past this bug in launchpad.  Is this true?04:01
ScottSanbarQuestion:  If you are interested in helping with the above question, my launchpad link for the code/package is: https://code.launchpad.net/~scott-sanbar/hello/main04:14
ScottSanbarAnd yes I know I need to change the package name from hello to something else because hello is taken but that is my next thing after I get it working well as is.04:15
ScottKScottSanbar: That's probably a question for #launchpad (for PPA support) or #ubuntu-packaging.04:24
=== ScottK changed the topic of #ubuntu-motu to: Oneiric: Feature Freeze - Archive Frozen, but unseeded Universe fixes still wanted | Want to get involved with the MOTU? https://wiki.ubuntu.com/MOTU/Contributing | Sponsor queue: http://bit.ly/fz6AyQ | http://qa.ubuntuwire.com/ftbfs | http://people.canonical.com/~ubuntu-archive/NBS | http://qa.ubuntuwire.com/bugs/rcbugs/
ScottSanbarScottK:  OK, thanks - have you looked at my package in launchpad?  I am curious if it is basically in good shape now:  https://code.launchpad.net/~scott-sanbar/hello/main04:25
ScottKNo.  I'm redirecting you to the other channels as you're more likely to find people interested in helping with non-Ubuntu packages.04:26
ScottSanbarScottK:  Oh, ok - I understand.  MOTU is specifically for Ubuntu packages, not necessarily just learning packaging?04:27
ScottKYes.04:27
ScottKMost people are willing to give some help here, but beyond a certain point you're better off asking in channels not focused on Ubuntu.04:27
ScottKYou may also find willing help here too, but for me it's really late and I'm tired.04:28
ScottSanbarScottK:  OK, glad to know it - I appreciate the help to the point you are willing to give it.04:29
ScottSanbarScottK:  I would like to refer you to the following site which probably needs to be updated so that new people like me do not get the improper impression that #ubuntu-motu is the goto channel for new people learning packaging:  https://wiki.ubuntu.com/MOTU/GettingStarted04:43
ScottKGood point.  Thanks.04:48
ScottSanbarScottK: As for me, I am somewhat embarrassed now for havig asked so many beginner questions here when I should have been asking in #launchpad and #ubuntu-packaging.  I hope someone will update the wiki to include those channels as the correct channels for beginner questions. Sorry for all the bothersome questions!!! :(04:51
ScottSanbarScottK:  Or, actually, I guess I am a little confused - is the wiki actually correct, and I am in the right place, or should I really be asking on the other two channels???04:53
ScottSanbarScottK:  (Sorry for allt he questions - I know you are tired - don't answer if you don't feel like it :))04:54
ScottKScottSanbar: It's OK.04:54
ScottKPeople do ask and get help here, it's just that there are other resources too.04:54
ScottSanbarOK, thanks - I'll use the other channels and try not to be too bothersome in general, I guess :)04:55
ScottSanbarScottK: BTW, I have already joined and asked my question on those channels, and thank you very much for pointing them out to me - I never saw them on any of the wikis.  You have been a great help :)04:57
ScottKScottSanbar: I'd prefer you stay here and work in fixing stuff in Ubuntu ...04:57
ScottK;-)04:57
ScottSanbarScottK:  Do I seem to be doing well, then, I guess????04:57
ScottKYou're getting started and learning.  That's good.04:58
ScottKThe fact that you were able to make use of the detailed lintian information and fix things tells me you already have a lot more potential to be an effective contributor than a lot of people who show up.04:59
ScottSanbarScottK:  I am having a blast, and feel I am making good progress.  But, as I usually do, I go slow and ask a lot of questions and really learn from the ground up.  I do not like to go to the next step if I have holes in my knowledge foundation ...04:59
ScottKGreat.04:59
ScottSanbarScottK:  Thanks for the input.  Just to let you know, I have been developing software since 1987, my main skillset being C/C++/FORTRAN in real-time UNIX environments and real-time OSes that are Unix like in many ways for the military.  So, though I do not have much Linux or Ubuntu knowledge, I have some basic software engineering skills developed over some years that I hope will allow me to contribute effectively05:01
ScottSanbarScottK:  Also, Ada in a Unix environment cross-compiled for a PowerPC embedded system (the Avionics Flight Computer for the B1 Bomber)05:02
ScottKInteresting.05:03
ScottKI found when I got started the best thing to do was find things that bugged me about the system and see if I could fix them.05:03
ScottSanbarScottK: I think the Unix will help me because it is pretty much similar to Linux, and I have done some Linux development on YellowDog Linux for the PowerMac.  Anyway, I hope some of that experience will make me a good candidate for Ubuntu development.05:04
ScottKGreat.05:05
ScottKThe most important thing is a willingness to just do stuff.05:05
ScottKIf you wait back for people to tell you what you should do next, you'll spend a lot of time waiting.05:05
ScottSanbarScottK: But am I not starting off doing the right thing first - I have to learn packaging first to do anything at all in defelopment, right?05:05
ScottKDifferent people learn different ways.05:06
ScottKKnowing packaging is important.05:06
ScottKSome people learn best by approaching it systematically, as you seem to be doing, some people just learn little bits as they go.05:06
ScottKBut it's also important to work on fixing bugs in the underlying code.05:07
ScottSanbarScottK:  Yes, I was thinking that.  Overall, though I have been very active on the IRC channels at times, I have spent a heck of a lot more time on the wikis, google, and just doing stuff on my own, like you suggest.05:07
ScottKI'm an OK Python developer and can sort of read C/C++ and monkey patch something into working if I find a patch somewhere, but I can't generally write C/C++ fixes.05:08
ScottKIf you can do that, then figure the fix in the upstream code.  There are lots of people that can package that into a proper package update and get it in the archive.05:08
ScottKOTOH, if you learn to do both, then you can be more self-sufficient.05:09
ScottKIf you want to become an Ubuntu developer and get rights to upload directly to the official archive, you do need to know packaging.05:09
ScottKSo yes, you need to know packaging, but it's not a pre-requisite to being useful.05:09
ScottKMake sense?05:10
ScottSanbarScottK:  I think that is very sound advice.  It also is the direction that the Wikis that lead you in how you should approach Ubuntu development seem to suggest.  However, what I am actually doing is just following the instructions on the Wikis as to my approach to getting involved in the community.  I want to be an Ubuntu OS developer - that is my goal, and there is a specific set of instuctions on the Ubuntu community wikis and m05:10
ScottKYou got cut off.05:10
ScottKafter Ubuntu community wikis and m05:10
ScottSanbarScottK:  ... and my activities are just following those instructions, pretty much. :)05:11
ScottKOK.05:11
ScottSanbarScottK:  Not knowing any better, I just "followed the instructions ...', as best I could decipher them ...05:12
ScottKI've been doing Ubuntu development since 2007 and in 2008 the reorganized the wiki.  I still can't find anything.05:12
ScottSanbarScottK:  Yah, it is pretty involved trying to follow the Wikis, but I am finding that they have what seems to me (not really knowing any better) some pretty good instructions for how best to get involved and learn the necessary tools to become an active contributor to the OS development, which is my goal (at least, I hope :))05:13
ScottKGreat.05:14
ScottKOne other useful trait is a willingness to be wrong in public.05:14
ScottKIf you're worried too much about that, it's hard to get stuff done.05:14
ScottSanbarScottK:  One thing about me is that at times I can be a "bull in a china shop" - I hope I can keep that under control so I do not put anyone off who could help me or who I need to have a good relationship with.  I am trying my best.05:15
ScottSanbarScottK:  Yes, I agree.  I hope I am not currently exhibiting behaviour that seems to indicate an unwillingness to be wrong ... If so, I need to correct that immediately.05:16
ScottKNo.  It was just a general statement.05:16
ScottKslangasek: mailavenger FTBFS smells of multiarch.05:17
ScottSanbarOh, good - I am glad.  I tend to be just the opposite - I tend to be too willing to be wrong, and feel that ego's just get in the way.  I have been a developer for a long time, but all that has taught me is how easy it is to be wrong about stuff you think you are right about.05:17
ScottSanbarScottK:  My problem seems to be a bzr-builder bug.  I am looking for a workaround:  https://bugs.launchpad.net/bzr-builder/+bug/72729905:39
ubottuUbuntu bug 727299 in Baltix "accept quilt returning "2" as success" [Undecided,New]05:39
ScottKDefinitely a #launchpad issue then as they own the infrastructure.05:40
ScottKI've not run into it, but I don't build from recipes either.05:40
ScottSanbarScottK:  OK, thanks - I have posted there, and have a workaround dated 5-15-11 for this, but it looked difficult and not ideal so I was searching for a better answer.  I will restrict further discussion on this to #launchpad.  Thanks again.05:41
ScottKSorry I can't help you on that one.05:42
ScottSanbarScottK:  No problem, I can build fine on my PC, just not in Launchpad.  Probably being a littel too thorough, but it is interesting to me.05:43
ScottSanbarScottK:  That said, since you are in MOTU and do not use recipe, does that mean it is not used in general by MOTU folks?  I figured just by looking at how it was all set up that the recipes were some kind of main way people did stuff, not knowing any better.05:45
ScottKNo, because it can only be used on PPAs and not in the main Ubuntu archive.05:45
ScottSanbarOh, Ok.  I'll look into that better on the Wikis and figure out the difference.  I guess I have not gotten that far yet in the documentations.05:46
ScottSanbar(tutorials, walk-thrus, etc)05:47
ScottSanbarJust as a FYI, the answer seems to be as follows for the above problem, if anyone cares:  https://answers.launchpad.net/launchpad/+question/15765805:53
ScottSanbarScottK:  BTW, thanks again for all your help - I really appreciate it, and the very nice compliment was very nice :)06:29
=== ikonia_ is now known as ikonia
=== kloeri_ is now known as kloeri
=== medberry is now known as med_out
blackzhey people ;)13:54
tumbleweedblackz: hi13:56
blackzhey tumbleweed how're you?13:57
tumbleweednat bad, but very busy today...13:58
=== jemparing_ is now known as jemparing
=== jincreator1 is now known as jincreator
ScottKtumbleweed: It looks like plee-the-bear in Debian fixes it's current FTBFS.  Since it's a game, I think having the latest is best.  I'm busy with $work today, but perhaps you could find someone to investigate.16:15
tumbleweedScottK: not today for me either, but I've added it to the todo list16:16
ScottKOK16:16
=== s1aden is now known as sladen
=== bulldog98_ is now known as bulldog98
jtaylorhow does one best run autoreconf in cdbs packages?17:32
ScottKBy convincing someone else they should do it.17:39
broderjtaylor: dh-autoconf includes a cdbs rule17:39
jtaylorah yes thx17:40
brodererr, dh-autoreconf17:40
=== Quintasan_ is now known as Quintasan

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