/srv/irclogs.ubuntu.com/2009/03/30/#ubuntu-motu.txt

cody-somervillesparr, It doesn't appear a conflict was actually added00:07
cody-somervillehttp://launchpadlibrarian.net/23145334/boost_1.34.1-15ubuntu2_1.34.1-15ubuntu3.diff.gz00:08
cody-somervillehttp://launchpadlibrarian.net/24456406/python2.6_2.6.1-1ubuntu6_2.6.1-1ubuntu7.diff.gz00:08
sparrcody-somerville: even worse?00:21
cody-somervillesparr, It looks like maybe he fixed it00:43
imbrandonugh, i need to relocate to cali00:43
imbrandonheh00:43
cody-somervilleUgh is right.00:43
imbrandoni really want to :)00:44
cody-somervilleI wouldn't want to : (00:44
imbrandonneed to get out of the midwest00:45
imbrandonwonder what the job market right now is like in san fran00:45
* imbrandon opens google00:46
sparrtrying to decide if im selfless enough to spend an hour removing python and reinstalling it from intrepid then jaunty to see if all parts of that bug are really fixed00:46
imbrandonwhere is jono where ya need him :)00:46
imbrandonsparr: go for it :)00:47
dtchensparr: virtual machines are nice, too.00:49
imbrandonas are chroot's00:50
dtchenor {,s}chroots00:50
sparreither way i would have to either make a fresh installation, or roll back an existing installation00:58
sparrno time saved00:58
dtchenmaco posted a jaunty 6 vm on thepiratebay, so at least there's a bit of time saved if you want to use that01:06
dtchen(i.e., alpha 6)01:07
dtchenhmm, it would be worth investigating offering vbox images01:08
sparralpha 6 already has python 2.6.1, no?01:11
=== Snova_ is now known as Snova
=== spork is now known as Guest62032
imbrandon /join #drupal03:50
imbrandonerr03:50
rippsI'm trying to make my ppa packages up to debian standards by including by including an package-version.orig.tar to the packages. I implemented this using cdbs tarball.mk, becuase it always seemed to ingnore the orig.tar otherwise, the problem is that whenever I try to do a test build with pdebuild, I get this error "tar: build-tree: Cannot chdir: No such file or directory"03:56
Amaranthripps: tarball.mk is for tarball-in-tarball packages04:14
rippsHow do I get dput,pdebuild,etc to recognize package.orig.tar.gz then?04:15
rippsAmaranth: ^04:15
Amaranthripps: you create that before you build the package04:16
rippsI've tried having one in my source directory and my ../source, but dput never recognizes and uploads it.04:16
Amaranthripps: it should be like alacarte_0.11.10.orig.tar.gz04:17
Amaranthand it should not have your debian/ dir in it04:17
Amaranthit should be a clean tarball from upstream04:17
Amaranthso for that alacarte package the package is alacarte 0.11.10-0ubuntu1 or whatever, the working directory is alacarte-0.11.1004:18
rippsAmaranth: I know, does the version matter? I use git to update my source dirs, so I tend to just copy the source and remove all the debian stuff when I make orig tarballs04:18
Amaranththe version should correspond to your package version04:18
rippsbrb04:19
nenolodTheMuso: nice patches on alsa-devel04:20
TheMusonenolod: thanks04:21
TheMusonenolod: That script needs a bad cleanup, and I'll probably sit down and do it one day. :)04:21
rippsAmaranth: how much of the version has to correspond with the changelog? I use a fairly long version number libmpd_0.18.0+git090318-0ubuntu2~ripps04:31
Amaranthlibmpd_0.18.0+git090318.orig.tar.gz04:32
rippsAmaranth: I use several debian.distro folders that I individually symlink to debian depending on which package I'm building today, but this seems to cause issues with debuild -S.04:45
rippsAmaranth: http://paste.ubuntu.com/140501/04:51
=== bluesmoke_ is now known as Amaranth
rippsAmaranth: did you see my pastebin?05:00
Amaranthripps: Nope, but I really don't have any more time to help right now, sorry05:01
Amaranthripps: In 2-3 hours more people should be around05:01
rippsAmaranth: I thinked I figured out an alternative, I changed my backporting script to make the debian directory a copy instead of symlink. dput seems to work correctly now.05:07
rippsHmm... Now I need some way for the script to save changes to debian to the old debian.distro directory.05:08
=== spork is now known as Guest74634
dholbachgood morning06:14
rippsI written a script that automates creating an orig tarball, building a source package, and uploading to a repository (using dput). I called it dshove: http://paste.ubuntu.com/140531/06:38
rippsAnything blatanly wrong with it?06:38
rippsActually, it doesn't work right. Does anybody know how to cut the "0ubuntu1~ppa" from a version string?07:01
imbrandonmorning dholbach07:16
dholbachhiya imbrandon07:16
dholbachhow are you doing?07:16
imbrandonwhen i see you come online i know its (local)time for me to sleep :)07:16
imbrandonheh good good07:16
dholbachhehe :-)07:17
imbrandonu?07:17
dholbachsleep tight then :)07:17
dholbachI'm waking up slowly, but I'm good - thanks07:17
tsimpsonripps: something like "dpkg-parsechangelog | grep '^Version:' | sed -e 's/^Version: //' -e 's/-[^\-]*$//'"07:23
rippstsimpson: actually, I figured it out in #ubuntu+1, my new script version: http://paste.ubuntu.com/140545/07:23
tsimpsonripps: that assumes the upstream version won't contain a '-', which is possible (if bad form)07:26
rippstsimpson: well your version works too, so I don't see why not to add it.07:30
* Amaranth seems to remember i.mbrandon saying he slept on european time07:36
rippsShould I create a launchpad bzr branch containing all the devscripts I've come up with?07:45
tsimpsonripps: you could branch ubuntu-dev-tools https://code.launchpad.net/ubuntu-dev-tools07:52
rippshttps://code.edge.launchpad.net/~ripps818/ubuntu-dev-tools/ripps-scripts08:07
Toadstoolgood morning08:17
gordonsymeHello09:00
gordonsymeI'm not sure if this is the right place but I have a question about packaging09:00
gordonsymeI have a Python package and some scripts09:00
gordonsymeI'm using dist-utils to build the Python package and CDBS to build the .deb package09:01
gordonsymeAt this point I want to build three .deb packages.09:01
gordonsymeThe Python package is to be common to each .deb package09:02
gordonsymeActually, scratch that09:02
gordonsymeI probably really want to build four packages09:02
gordonsymeThe python package and one for each script/config09:02
gordonsymeIs this possible with CDBS?09:03
directhexjust write appropriate .install files and debian/control entries09:06
gordonsymedirecthex: CDBS seems to do magic with the tarball from Python's dist-utils, if I add to the control file will CDBS pick this up and do the right thing?09:09
directhexdunno. Python is sluggish interpreted black magic to me09:10
gordonsymedirecthex: Ah :)09:10
gordonsymeI suppose there is nothing to do but experiment, thanks for the help09:10
=== asac_ is now known as asac
goshawkdoes anyone know why this cdbs debian/rules calls build/ldc twice? http://paste.ubuntu.com/140634/11:21
hyperairgoshawk: i have no idea why, but why do you ahve a call to bash?11:35
goshawkhyperair: yes, debug11:35
hyperairlol i see11:35
goshawkhyperair: i put it to track that it's really called twice11:35
goshawk:)11:35
hyperairhahah11:35
hyperairi have no idea why11:35
hyperairwhat's DEB_BUILDDIR again?11:36
goshawkhyperair: the first one copies a directory in the debian build direcotry11:36
goshawkand the other one compiles the previous copied11:37
hyperairnono what doies it refer to11:37
hyperairdebian/?11:37
hyperairdebian/tmp?11:37
hyperairno wait that's DEB_DESTDIR11:37
hyperairso what's DEB_BUILDDIR?11:37
hyperairis it CURDIR?11:37
goshawkno, it's obj-gnu-archblablablasl11:37
hyperair.___________.11:37
goshawkit's the dir in which all in compiled by default11:38
goshawkin cdbs11:38
hyperairi see11:38
hyperairwhy don't you just link it11:39
hyperairln -s tango/ $(DEB_BUILDDIR)/tango11:39
goshawkyep...11:40
goshawki don't wanna make the tree dirty11:40
goshawkso all the changes are in DEB_BUILDDIR11:40
goshawkif i link11:40
goshawkthe tree will be dirty11:40
goshawk:)11:40
goshawkbuild/ldc:: build-runtime-stamp11:41
goshawkbuild-runtime-stamp:11:41
goshawkcp -a tango/ $(DEB_BUILDDIR)/tango/11:41
goshawkcd $(DEB_BUILDDIR) && $(MAKE) runtime11:41
goshawki'm trying this one11:41
goshawki look in a forum11:41
goshawkmaybe it works11:41
* goshawk compiles11:41
hyperairthat's one hell of a hack =\11:44
hyperairgoshawk: you'd be better off not using cdbs11:45
hyperairgoshawk: another thing.. build/ldc:: is called _after_ building ldc11:46
goshawkyep it's what i want11:46
goshawkmake and then make runtime11:46
goshawkyep... i should NOT use cdbs...11:48
goshawkok time to go for me11:49
goshawkthansk for your help hyperair11:49
goshawksee you11:49
hyperairgoshawk: no prob11:50
=== keylocker is now known as leleobhz
=== LucidFox is now known as Morbo
=== Morbo is now known as LucidFox
AnAnt_Hello, is there a way to make pbuilder update from intrepid to jaunty , but get the updates from the alternate CD rather than the internet ?12:20
directhexAnAnt_, much easier to create a new pbuilder12:35
AnAnt_directhex: well, same question, how do I make it get the packages from CD instead of internet ?12:35
hyperairdeb-cdrom?12:35
hyperairor something?12:35
directhexyou should be able to use the cd in your --mirror line12:36
AnAnt_directhex: what makes new pbuilder easier that --update ?12:37
directhexupdates may not end up being 100% clean between releases12:37
directhexif your pbuilder is unclean, you defeat the purpose of using it12:38
AnAnt_directhex: so I use --create , and it will overwrite the existing base.tgz ?12:39
directhexif your system is set up to only use one base.tgz, then probably12:40
AnAnt_directhex: will that remove packages already existing in  /var/cache/pbuilder/result/ ?12:40
hyperairAnAnt_: the only way to remove those is rm them manually =p12:41
AnAnt_ok, good12:42
AnAnt_thanks12:42
=== jcfp-libr is now known as jcfp
=== thunderstruck is now known as gnomefreak
cbx33anyone know who is going GSoC this year for Ubuntu?14:59
jpdscbx33: I don't think we are.15:02
cbx33oh15:02
jpdsThere's stuff at https://wiki.ubuntu.com/GoogleSoC2009 , no idea what the status is.15:04
cody-somervilleUbuntu isn't participating15:05
cbx33ahh ok15:06
cbx33thanks guys15:06
thekornwow, that's surprising, I'm sure I've seen a list with ubuntu beeing one of the accepted organisations for this year15:10
stefanlsdAnyone familiar with a QT .ui file. Im trying to use <includehints> and i'm getting Unexpected element includehints.15:14
bddebianHeya gang15:17
=== bluesmoke_ is now known as Amaranth
goshawkin a debian/rules that use cdbs, what is the difference between build/foo: and build/foo:: ?16:33
directhex:: appends to an existing rule16:37
goshawkdirecthex: thanks :)16:38
=== azeem_ is now known as azeem
goshawkso why if i redefine CMakeCache.txt:: if get debian/rules:13: *** target file `obj-x86_64-linux-gnu/CMakeCache.txt' has both : and :: entries.  Stop.16:45
goshawk?16:45
=== Schnitz_ is now known as Schnitz
keesjpds: why do you have these lines in the pidgin profile?17:03
kees+       deny /etc/kernel rm,17:03
kees+       deny /etc/passwd rm,17:03
jpdskees: Cos pidgin kept asking for them and I wanted to silence it.17:04
keespidgin was asking for "m" on passwd ?17:04
jpdsYeah.17:04
keesthat's very very odd.17:04
* kees will poke at that -- that's either a bug in pidgin or a regression in the kernel.17:05
keesjpds: you did this on i386 or amd64?17:05
jpdskees: i386, lemme check my logs again.17:06
keescat you give me the output of two commands:  sudo cat /proc/1/personality; cat /proc/$$/personality17:06
keesI would expect both to be "00000000"17:07
jpdskees: http://paste.ubuntu.com/140802/17:07
jpdskees: Both are: "00000000" - latest Jaunty.17:08
* kees scratches his head17:08
keesokay, I'll poke around some more later today17:09
jpdskees: http://paste.ubuntu.com/140818/17:18
keesjpds: right, getpwuid shouldn't be mapping "m".17:19
keescan you cat the personality of your pidgin process?17:19
jpdsSame, 000000017:20
keestotally weird!17:20
keesdo you have any warnings in your logs for cups complaining about the need for "m" on /etc/passwd when it prints?17:21
jpdsHaven't used cups.17:21
LegendarioI am having problens when trying to create a package... can ayone help me out with that: http://ubuntu.pastebin.com/d5c95419d17:23
=== solarion_ is now known as Solarion
goshawkLegendario: i don't see any error line from the source, except the one by pbuilder17:40
Legendariogoshawk... i am having another problem now... on debuild...17:40
Legendariono... not at all17:43
goshawklet me see17:43
Legendariogoshawk17:43
Legendariocould debuild it again17:43
Legendariothe problem is on compiling the package with pbuilder really17:43
Legendariogoshawk, what king of error can it be?17:45
goshawkLegendario: maybe some make returns a value which is recognized as an error to pbuilder17:45
Legendariogoshawk, do u think this bug maybe affecting my build? https://bugs.launchpad.net/ubuntu/+source/cdbs/+bug/13898117:47
ubottuUbuntu bug 138981 in cdbs "makefile.mk overwrites LDFLAGS defined in Makefile" [Medium,Confirmed]17:47
Legendariobut i don't see that going on in it17:47
Legendariocause i am not using cdbs...17:48
goshawkLegendario: i don't think so17:48
goshawkif you were affected by the same problem17:48
goshawkdebuild should not work too17:48
Legendarioyeah... everything ok with debuild17:49
Legendariothe problem seem to be when compiling this libweed...17:49
Legendariogoshawk, could give me any suggestion? I am lost?17:54
Legendariolost!17:54
goshawkcan you please past me the output of debuild?17:55
goshawkpaste17:55
Legendariogoshawk, http://ubuntu.pastebin.com/d591711ea17:58
goshawkLegendario: with debuild -S -sa you are preparing a source package17:59
goshawkyou are not compiling17:59
goshawkto compile17:59
goshawkjust run debuild18:00
goshawkbut i think18:00
goshawkthat you will have to download a lot of dependencies18:00
Legendarioi think i have done that already... gonna try againg18:00
Legendariogoshawk, error. gonna paste for u18:01
goshawkLegendario: is it a new package the one you are trying to compile?18:02
Legendariogoshawk, http://ubuntu.pastebin.com/dada0e4818:02
Legendarioyes18:02
goshawkDependências de construção não satisfeitas: libgtk2.0-dev libsdl1.2-dev libtool automake1.918:03
goshawki'm not spanish18:03
goshawkbut it says to install those packages ;)18:03
imbrandonlooks like missing build deps18:03
Legendariogoshawk, it is not spanish. it is portuguese... :-)18:03
goshawkah sorry :D18:04
imbrandonsudo apt-get install libgtk2.0-dev libsdl1.2-dev libtool automake1.918:04
imbrandon:)18:04
Legendariogoshawk, it's been a time since I last tried to build a package... I didn't need to do this in the past... pbuilder used to download those packages to the check enviromment... Did things changed?18:05
goshawkno18:05
goshawkLegendario: the things are the same18:05
goshawkLegendario: but we can figure out what's the error in pbuilder18:06
goshawkso you have two solutions18:06
goshawk1) find a log in which there is the error (from pbuilder's logs)18:06
goshawk2) compile it in your environment with debuild18:06
Legendariogoshawk, i am downloading them... let's just wait a bit...18:06
Legendariomy connection is kind of slow18:07
goshawkin the meantime try to find the error in the pbuilder logs18:07
Legendariogoshawk, where is the log located?18:08
goshawkLegendario: it depends if you are using pbuilder or pbuilder-dist18:09
Legendariopbuilder18:09
goshawkthe first one is in goshawk@earth:/var/cache/pbuilder$ ls18:10
goshawkaptcache  build  pbuildd  pbuilder-mnt  pbuilder-umlresult  result18:10
goshawk/var/cache/pbuilder18:10
goshawkin build18:10
goshawkyou should find the build logs18:10
goshawkno, wrong18:10
Legendarioyeahh, i am not finding them there...18:11
Legendariogoshawk, i've made a search for *.log in the /var/cache/pbuilder but found no thing at all18:12
goshawkyep, i said that it's wrong that's not the correct dir18:13
goshawksorry i don't know18:14
Legendariogoshawk... i don't know if there is such a log...18:14
goshawkpbuilder-dist does it :P18:15
Legendariowell, i've never use pbuilder-dist... how diferent is that?18:16
goshawkpbuilder-dist is just a wrapper that makes you able to have multiple pbuilders for multiple distributions18:16
goshawkyou create a smb link in /usr/local/bin of pbuilder-dist named pbuilder-intrepid for example18:16
goshawkpbuilder-intrepid create18:16
goshawkpbuilder-intrepid build file.dsc18:17
goshawkit builds18:17
goshawklike normal pbuilder18:17
goshawkpbuilder-sid build file.dsc builds for debian sid18:17
goshawkand so on18:17
Legendarioi see here it really has the option to log or not the builds18:18
Legendariobut does it change debian/changelog?18:19
Legendariofor the chosen distro?18:19
goshawkno18:20
goshawkit justs tests build-depends18:20
goshawkin different environments18:20
goshawkit's not used in production where you need to do packages to distribute, pbuilder is to check that the build depends are satisfied18:21
Legendariobut u must have a chroot envirommento for each distro, right?18:21
goshawkyep18:21
goshawkpbuilder-intrepid create18:21
goshawkpbuilder-sid create18:21
goshawkand so on18:21
Legendariogoshawk, tried to debuild here18:22
Legendariodo u want the hole thing or just the end...18:22
goshawkstart from the end :)18:23
Legendariogoshawk, big one: http://ubuntu.pastebin.com/d31c1394e18:26
goshawkwell18:28
goshawkfinally18:28
goshawk:)18:28
goshawkfrom line 42018:28
goshawkthey are all errors18:29
goshawk/home/kemel/Downloads/source/Empacotados/Lives2/lives-0.9.9.7/libweed/weed.c:260: undefined reference to `weed_malloc'18:29
goshawkthe sources are broken IMHO18:29
Legendarioi see, but i can't know why...18:29
goshawkit's reference problem18:29
goshawkit seems that in weed.c some libraries are missed18:30
goshawkweòò18:30
goshawkwell18:30
Legendariogoshawk, what is IMHO?18:31
goshawkonly that file has undefined reference for weed_malloc weed_memcpy weed_free, memset and many otehrs18:31
goshawkIMHO = In my honest opinion18:31
quentusrexCan someone tell me how I can more quickly get a patch into a package?18:31
brooniehumble, normally.18:32
quentusrexor how I can update my own package while I wait?18:32
Legendariogoshawk, is that an upstream problem?18:32
goshawkye18:32
goshawkyep18:32
quentusrexI have hit an issue with an upstream(debian package) bug. I have found the proper patch from the software project, but now it needs to be applied to the package.18:32
=== erhesrhsrtb54vyh is now known as Elbrus
quentusrexWhat do I do now?18:33
Legendariogoshawk, but i believe the author has no problem to compile it...18:33
goshawkLegendario: are you sure that you have the correct version? i mean the same he compiled18:33
brooniequentusrex: Does the package fail to build in Debian?18:34
Legendariogoshawk, i don't know... at least it is the last stable version that is available18:34
quentusrexbroonie: the package does not fail to build18:35
Legendarioi am in touch with him... gonna ask him tough18:35
quentusrexit fails to properly detect the capabilites of the server...18:35
quentusrexit detects all processors as 686, and not about to detect x86_64....18:35
brooniequentusrex: Is there an existing Debian bug for this issue?18:36
quentusrexI just filed it18:36
quentusrexbroonie: it is a brand new bug...18:36
brooniequentusrex: Then send the patch to the bug as well.18:36
quentusrexdebian only applied one of the two patches...18:36
quentusrexI did :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=52178518:36
ubottuDebian bug 521785 in libvirt-bin "libvirt fails to detect host 64 bit capability for kvm" [Important,Open]18:36
quentusrexnow what?18:37
quentusrexI'm a bit worried because my whole network is down because of this bug... :(18:37
broonieWait for the maintainer to react.18:38
quentusrex:)18:38
quentusrexbroonie: could you walk me through modifying the package myself? I have compiled it locally to install it18:43
quentusrexnow I just need to download the source, then compile and reinstall it myself...18:43
broonieThis article has a walkthrogh of rebuilding: http://www.debian-administration.org/articles/2018:45
broonieWhen you download the source check if there's a directory debian/patches in the source.18:45
quentusrexok18:49
=== zMoo is now known as patronDeCombat
=== ejat is now known as e-jat
=== ivoks_ is now known as ivoks
Legendariogoshawk, tell me something... i included a file called GETTING.STARTED on the debia/docs. Where is it going to be included in the end? /usr/share/doc/package-name/GETTING.STARTED?19:10
goshawkno19:11
goshawkLegendario: in debian.docs you put the filenames19:11
goshawkLegendario: that you want to have in /usr/share/doc/ldc19:12
goshawkoops19:12
goshawkremove ldc19:12
goshawk:)19:12
goshawkeg19:13
goshawkgoshawk@earth:~/Documents/Projects/MOTU/ldc/d1/ldc-0.9/debian$ cat docs19:13
goshawkCMakeLists.txt19:13
goshawkreadme.txt19:13
goshawkreadme.txt19:13
goshawkgoshawk@earth:/var/cache/pbuilder$ cd /usr/share/doc/ldc/19:13
goshawkgoshawk@earth:/usr/share/doc/ldc$ ls19:13
goshawkchangelog.Debian.gz  CMakeLists.txt.gz  copyright  readme.txt19:13
goshawkgoshawk@earth:/usr/share/doc/ldc$19:13
=== mcasadevall is now known as NCommander
Legendariogoshawk, no, i just want to write on the README.debian that there is this file called GETTING.STARTED, which is actually a FAQ and tell the location of it19:14
Legendariogoshawk, so i suppose it is going to be /usr/share/doc/package-name/GETTING.STARTED, right?19:15
goshawkif ypu put his name in debian/doc yes19:15
Legendariogoshawk, that's what i did... ;-) thanks...19:16
lfaraonequadrispro: thanks btw for updating those sugar packages in jaunty.19:17
Legendariogoshawk, well, i asked the author to try to compile it himself and see if he gets the same problem...19:17
goshawkLegendario: ;)19:20
Legendariogoshawk, thanks a lot man. gotta go now...19:21
goshawkyou are welcome Legendario19:21
goshawkLegendario in italian is legend :)19:21
goshawkyep, with one more g19:22
Legendariogoshawk, are u italian?19:22
goshawkyep19:22
Legendariogoshawk, half of my family is too...19:22
Legendariofrom Trento...19:22
goshawkah ;)19:22
Legendariomy mothers side19:22
goshawkthe world is little ;)19:22
Legendarioand the italians travel a lot. ;-)19:23
Legendarioand end up coming to Brazil :D19:23
Legendariogoshawk, well see u. Bye19:24
=== patronDeCombat is now known as zMoo
quadrisprolfaraone: :) it's a pleasure19:50
lionelcould someone from motu-sru have a look at bug #220136 ?20:03
ubottuLaunchpad bug 220136 in asterisk-chan-capi "does not provide codecs to translate on hardy" [Undecided,Confirmed] https://launchpad.net/bugs/22013620:03
lionelcody-somerville ? :)20:03
cody-somervillelionel, acked20:14
lionelcody-somerville: thanks!20:14
Legendariogoshawk, can i bother u a second?20:54
goshawkLegendario: yep20:54
Legendarioa new file appeared at the debian folder after i tryed to debuild it20:55
Legendarioit's calle package-name.debhelper.log20:55
goshawkseems interesting20:56
goshawkit's the debhelper log probably20:56
goshawkare you using cdbs?20:56
Legendariothereis only this inside: dh_installdirs20:56
Legendarionot using cdbs20:56
Legendariogoshawk, any hint?20:57
goshawkno20:57
goshawkbtw it's right20:57
goshawkyou don't call debhelper20:57
goshawkyour package dies before reaching all the dh_* scripts20:57
goshawkso it's normal that a log of all the dh_* scripts is empty20:57
goshawkat least it's logical20:58
Legendariogoshawk, but my package is dies on build-stamp, doesn't it?21:01
Legendariodies, sorry21:01
goshawkyep21:01
goshawkit dies while building for a problem in the source IMHO21:01
Legendarioso some dh_scripts are called21:02
Legendarioand why is this specific script appearing in the debhelper log21:02
Legendario?21:02
Legendariogoshawk21:05
goshawkwait i read now21:05
goshawk:)21:05
goshawki think your debian/rules sets it21:06
Legendariogoshawk, it does, but is that what may be causing the problem?21:08
=== jdstrand_ is now known as jdstrand
goshawki dont think21:10
goshawkphone21:11
Legendariogoshawk, ok21:20
goshawkback21:23
Legendariogoshawk, so that doesn't offer any help at all, right?21:25
goshawkyep21:25
goshawkthe error is reported is that the linker does not know which function to reference for the function names it founds21:26
keesjpds: weird, I can't reproduce the "m" thing for pidgin on jaunty i38621:27
goshawkLegendario: to make a final prood21:27
goshawkproof21:27
goshawkLegendario: compile it from scratch21:28
jpdskees: Nothing new in my logs, very odd.21:28
goshawkwithout debian support21:28
Legendariogoshawk, ok. i will try21:28
Legendariothanks again :-)21:28
goshawkLegendario: let me know :)21:28
goshawki'm here everyday :P21:29
Legendariogoshawk, ok21:29
Legendariogoshawk, but i think that what i am doing it is packaging from scratch, actually21:32
Legendario:P21:32
goshawkyep, but since you still dubt that maybe debian/rules is wrong it's the final proof that the source are broken :)21:33
jpdskees: Pushed up fixed profile.21:35
Legendariogoshawk, ok... thanks once again21:37
goshawkgood nights21:38
=== Snova_ is now known as Snova
=== Snova_ is now known as Snova
directhexjcastro, ping?23:19
=== Snova_ is now known as Snova
jcastrodirecthex: yo23:29
directhexjcastro, can we take it to /msg?23:30
jcastroyep23:30
=== Snova_ is now known as Snova
RyanKhmm.. haven't seen ubuntu in years, but picked it up over the weekend and impressed with the changes! Want to help, but a bit overwhelmed with where to start!23:40
maxbFind a bug which bothers you and see it through to being fixed? :-)23:46
directhexyeah, that's the best way to get stuck in23:48
directhexit teaches you all the tools, and gives you both s specific thing to work on and tangible results23:48
RyanKwell, I looked through the bugs (and there's a lot) and they seemed overly complex to just getting started23:48
RyanKwas going to work through the example recipies to get familiar, but the issues I was finding seem to require a lot of knowledge of ubuntu23:49
directhexthere are a lot of core concepts you need to be grounded in to feel comfortable working from scratch23:50
directhexif it's any consolation, i'm still constantly finding things i don't know23:50
* Laney resists smutty comment23:50
jdong*cough* :)23:51
RyanKwell.. the Universe/Multiverse bitesize bugs from https://wiki.ubuntu.com/MOTU/TODO/Bugs was what I was looking at23:52
RyanKis that a good recommended starting place?23:52
Laneythe bitesize tag on LP is probably better23:52
Laneyoh, that's a search link23:53
LaneyRyanK: There's a couple on there with mentors listed23:54
Laneyyou could speak to those people23:54
RyanKahh.. didn't notice the red plus sign... cool!23:55
Laneythere's probably a way to search for all such bugs23:55
RyanKplanning on wiping a laptop tonight and throw the 9.04 beta on there and dig in (assuming everything works on that laptop, reporting any issues, of course!)23:56
Laneyhttps://edge.launchpad.net/~ubuntu-dev/+mentoring23:56

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