/srv/irclogs.ubuntu.com/2007/05/31/#ubuntu-motu.txt

=== Subhuman [n=jack@host86-138-222-186.range86-138.btcentralplus.com] has joined #ubuntu-motu
pochugood night folks!12:18
keescook*fume* I hate squid! why is it sooo broken?12:18
ward_persia, its a very small file :-)12:18
persiaward_: structscanner.h?12:19
ward_persia, yeah12:19
persiaward_: Should be an easy patch then :)12:19
ward_like one page12:19
ward_what is a namespace? :s12:19
ward_namespace utils12:19
ajmitchkeescook: because it likes to inflict pain?12:19
ward_and in there there is class StructScanner12:20
ward_{12:20
ward_my guess is that's the part u mean?12:20
ward_persia12:20
keescookajmitch: that must be the answer.  It's making me reaaly crazy at the moment.  endless random "connection reset by peer".  gaah12:20
persiaward_: "namespace utils" is a compiler directive that indicates that any identifiers for which the namespace is not explicitly declared (like std::string) should be considered in the utils namespace (automatic prepending of utils::).12:20
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
ward_persia, i'm unfamiliar with notation like std::string, never did c / c++12:22
ward_this looks a bit odd for me12:22
ward_but since its so small i sohuld be able to figure it out, but i don't understand what's going wrong yet12:22
ward_#include "istructtokenlistener.h"12:22
ward_so i sohuld probably check that header too?12:23
persiaward_: In your make output, it said there was an extra declaration.  Because namespace utils is already declared, anything with utils:: is probably wrong.  Also, if you're looking at code inside class StructScanner, anything with structscanner:: is probably wrong.12:24
persias/declaration/specification/12:24
ward_persia, that's gonna be quite a chunk12:26
persiaward_: Take another look at your make output.  There are three declarations that are indicated as having something wrong.  Try those first.12:27
ward_persia, ok12:28
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
superm1Lutin, ScottK: there are packages already in ubuntu's archive that have a lib* source package and create binary packages that aren't lib*.  For example: http://packages.ubuntu.com/feisty/source/libextractor-python12:34
ScottKsuperm1: OK.  I'm fine with it.  If you can find another MOTU that agrees, then you're good.  12:35
persialibjsw2 is another example.12:35
superm1well persia would you be able to look over this revu then to add comments (and possibly advocate?)12:36
=== ward_ crosses fingers, make is running; persia
persiasuperm1: I need to leave in about 10 minutes, but if nobody else looks at it before I have time, I'll take a look in 12-15 hours.12:37
superm1Okay persia thanks12:37
persiaward_: Good luck.  I suspect it won't work the first time (it usually takes me at least 3 times to fix all the compiler errors when building).12:37
ward_persia, i allready fixed 2 other problems :p12:38
ward_persia, its time to give me a break :p12:38
persiaward_: Then this time might be it :)12:38
ward_persia, i'm fairly confident i erased the right lines though12:38
ward_how exactly is it possible that some packages are so impossible to build?12:39
ward_whats the reason that it happens i mean12:40
persiaward_: Packages get old over time, and standards change.12:40
ward_that i need to replace ffmpeg with a svn version, use gcc3.4, edit a header, etc12:40
persiaward_: If you had to do that much, it might just be poor code.12:41
ward_lol gephex 0.4.4 also has problems (and when u finally fix them, u end up with a GUIu cannot use)12:41
ward_persia, the weird thing is it works really nice and fast12:41
ward_(its a live video manipulation tool)12:41
ward_anyway i hope it works now12:42
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
ward_persia, http://paste.ubuntu-nl.org/23339/12:46
ward_lol12:46
ward_it says it misses what i removed from the code12:46
persiaward_: It looks like you deleted the lines.  You just need to remove utils::StructScanner:: from the declarations.  I have to go now, but give that a try.12:47
=== persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu []
ward_allright :-D that error is gone, and i got a new similar one, so i know how to fix it :-)12:52
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu
TheMusowoohoo!01:00
TheMusoLP closes bugs from changelogs!01:00
TheMusoFinally.01:00
ward_can anyone look at this: http://paste.ubuntu-nl.org/23340/01:00
ward_could those errors be because i'm using gcc3.4 instead of gcc4 ?01:01
crimsunno01:03
crimsunyour error is on line 10801:03
crimsunsorry, 10501:03
ward_lol omg, thanx crimsun 01:04
ward_i'm at it too long i think, loosing focus lol01:04
ward_crimsun, this means its looking for avutils.h in '../../../contrib/ffmpeg/libavcodec/' ?       ../../../contrib/ffmpeg/libavcodec/avcodec.h:30:20: error: avutil.h: No such file or directory01:06
=== jml [n=jml@121.44.221.16] has joined #ubuntu-motu
StevenKTheMuso: Wow! Which bug?01:07
LaserJockcrimsun: turns out the gnuchess stuff in ./configure was used01:08
crimsunLaserJock: used where and when?01:08
LaserJockcrimsun: the hard-coded stuff I found was a failsafe01:08
LaserJockit's used at build time to get the path for gnuchess01:09
ward_how can i tell make avutil.h is in another dir?01:09
LaserJockthen at run time it uses that variable if set, otherwise it has that hardcoded path (which wouldn't work in this case I don't think)01:09
superm1crimsun, could you comment at all about the source package naming confusion of libhdhomerun above by me, ScottK and Lutin ?01:09
TheMusoStevenK: You seen -devel-announce?01:09
StevenKTheMuso: I just got to work. I haven't read mail yet.01:10
TheMusoStevenK: Ah okk.01:10
TheMusomdz posted about it.01:10
leonelScottK:  here we go again with   clamav   there's a new version ..01:10
leonelScottK:  WARNING: Local version: 0.90.2 Recommended version: 0.90.301:10
leoneleven there's no official release announce  01:10
=== concept10 [n=concept1@ppp-70-254-93-221.dsl.rcsntx.swbell.net] has joined #ubuntu-motu
crimsunward_: do you have the appropriate -dev packages installed?01:16
leonelScottK: http://downloads.sourceforge.net/clamav/clamav-0.90.3.tar.gz   here is the tarball01:16
crimsunsuperm1: I'll have to read in a bit01:16
ward_crimsun, yep, but i think i've found something, i'll go try that first01:17
=== macd [n=d@cl-116.atl-01.us.sixxs.net] has joined #ubuntu-motu
=== porthose [n=charliej@72.24.69.50] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== iceman [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu
Q-FUNKhm01:25
Q-FUNKodd file that "sudo rm -rf" cannot remove and whose attributes appear as:01:26
Q-FUNK?--------- ? ? ? ? filename01:26
crimsunumount and fsck the fs?01:26
Q-FUNKdone.  still not good01:30
Q-FUNKbesides, that files remained form an old backup01:31
Q-FUNKit apparently stuck during homedir restore to a new server01:31
=== jml_ [n=jml@121.44.221.16] has joined #ubuntu-motu
ward_http://paste.ubuntu-nl.org/23347/01:41
ward_what's wrong with the arrays?01:41
ward_arraytype heeft onvolledig elementtype means "array type has uncomplete element type"01:42
=== mwolson [i=mwolson@jpi-wlafyte-212-116.dmisinetworks.net] has joined #ubuntu-motu
ward_what does that mean?01:49
ward_(i'm not a coder)01:49
crimsunpaste the source code lines01:50
crimsunthat would be lines 67 & 71 of common.h01:50
ward_extern const struct AVOption avoptions_common[3 + 5] ;01:50
crimsunlikely it's a pointer vs. array ...01:50
ward_extern const struct AVOption avoptions_workaround_bug[11] ;01:50
ward_that's them01:51
ward_the only thing i know about an array is that it is sortof a list of more items01:51
ward_lol01:51
ward_crimsun, i posted the lines01:52
crimsunarrays are solely of object types01:52
ward_crimsun, i don't really know how u mean that01:52
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
ward_crimsun, (everything i know about coding is very distant schoolknowledge very far away in my head)01:53
ward_crimsun, can u give an example on how i could fix them?01:54
crimsunthis is a classic example of gcc4 Doing The Right Thing01:55
ward_crimsun, i can't use gcc4 because of other errors :(01:55
ward_Ash-Fox, told me (he helped me earlyer)01:56
ward_i use gcc3.4 atm01:56
crimsunyou really should get the errors triggered by gcc4 fixed01:56
ward_crimsun, ok i'll start over then01:57
crimsuns/trigger/expos/01:57
ward_what is that? :s01:57
=== macd [n=d@cl-116.atl-01.us.sixxs.net] has joined #ubuntu-motu
crimsunI was attempting to disambiguate "errors triggered by gcc4" [which could be misinterpreted as a bug in gcc4]  and "exposed by gcc4" [which strictly means an error in the code you're attempting to compile] 01:58
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
ward_crimsun, i'm gonna try it using gcc402:06
ward_but i frist need to know how to remove the symlink i made02:06
ward_and i can't find that on google apperantly...02:06
crimsunwhat symlink did you make?02:06
crimsun(please don't tell me you did this for gcc/cpp/g++ ...)02:07
ward_one to make it use gcc3.402:07
ward_crimsun, oops02:07
ward_crimsun, correct02:07
ward_it was Ash-Fox his advice02:07
ward_crimsun, please don't tell me its unfixable or hard to fix02:08
crimsunit's not unfixable or hard to fix02:09
=== Kioshen [n=kioshen@modemcable125.151-80-70.mc.videotron.ca] has joined #ubuntu-motu
crimsunit's just not the Debian way to do it.02:09
ward_crimsun, ok02:10
ward_crimsun, could you tell me how to list and remove a symlink please? (i'll write it down so i wont need google next time)02:10
crimsunyou may use rm to delete a symlink02:11
ward_is there no way to list all of them?02:11
=== ward_ start to search for the symlink
ward_lol02:11
crimsunI don't know which symlinks you set02:11
ward_crimsun, i can look that up, just a second ;-)02:11
ward_ln -s /usr/bin/gcc-3.4 ~/bin/gcc02:14
ward_crimsun, 02:14
ward_so u just remove the littel icon i see in ~/bin/gcc ?02:14
ward_with nautilus02:14
ward_(or rm)02:15
ward_done02:15
ward_ok i'm back at normal gcc says gcc --vrsion02:16
ward_version02:16
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has left #ubuntu-motu []
minghuacrimsun: just curious, is there a Debian way to change /usr/bin/gcc?02:16
ward_doing make clean, then ./configure and make again02:17
minghuacrimsun: or the Debian way is just setting CC or PATH, etc.?02:17
leonelis the Q&A  now ? 02:18
ward_crimsun, i got the same error with gcc4 ........02:18
ward_common.h:67: fout: arraytype heeft onvolledig elementtype02:18
ward_common.h:71: fout: arraytype heeft onvolledig elementtype02:18
crimsunleonel: yes02:18
ward_translation:02:18
ward_"arraytype has incomplete elementtype"02:19
=== joejaxx applauds elkbuntu
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
ward_crimsun, any ideas left?02:34
ward_same error02:34
ward_<ward_> translation:02:34
ward_<ward_> "arraytype has incomplete elementtype"02:34
crimsunI'm busy ATM, sorry02:34
ward_crimsun, no problem02:34
ward_anyone else?02:34
=== RAOF [n=Chris_@matht464.maths.unsw.edu.au] has joined #ubuntu-motu
=== Kioshen_ [n=kioshen@modemcable125.151-80-70.mc.videotron.ca] has joined #ubuntu-motu
crimsunminghua: gcc-defaults sets it.  exporting/setting CC/CPP/CXX is the preferred way instead of fudging symlinks.02:50
crimsunward_: what's the issue?02:51
ward_crimsun, http://paste.ubuntu-nl.org/23347/02:53
ward_still the same error02:53
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
crimsunward_: ...but you didn't fix the source code itself.  Surely you didn't expect the error to magically disappear?02:55
minghuacrimsun: thanks02:56
ward_crimsun, i don't know what to do with the sourc,e sorry02:56
ward_crimsun, i don't normally code stuff :(02:56
ward_i don't see what's wrong with the array02:56
ward_crimsun, you said it was probably solved by using gcc4, thats what i'm using now02:59
ward_just to make sure u don't think i'm still at gcc3.402:59
crimsunerr, I said that?03:00
ward_<crimsun> this is a classic example of gcc4 Doing The Right Thing03:00
crimsunAFAIR, I said that gcc4 does the right thing.  This means that it's more strict than 3.4, so it will throw more errors.  You need to fix the source code.03:01
ward_i thought you meant that with this sentence yes03:01
ward_aaaaah :-)03:01
ward_crimsun, ok but still i don't know how to fix the arrays03:01
ward_i'm not a coder03:01
ward_(but i do understand basics to some level)03:01
=== ward__ [n=ward@39.21-67-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
=== Jucato [n=jucato@124.106.179.108] has joined #ubuntu-motu
=== WillyWonka [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu ["TWSS"]
=== StevenK pulls out the defibrillator for use on #ubuntu-classroom.
superm1StevenK, is there a class going on tonight for MOTU?03:19
ward__crimsun, also: the old error is long gone (this one:)03:22
ward__oops too far away lol, but the one with the wrong path to the ffmpeg file = fixed03:22
ward__just to make sure you know that03:22
ward__its only about the arrays03:23
StevenKsuperm1: There's a Q&A session on. Apparently.03:23
superm1ah03:24
superm1StevenK, seems a bit dead for a Q&A session no?03:24
crimsunit's over in 6 minutes.03:24
crimsun(the next Q&A will be at 1200 UTC)03:24
superm1ah03:25
superm1crimsun, did you get a chance to look over that discussion earlier today about the naming of that source package?03:28
ward__what's wrong with this please? extern const struct AVOption avoptions_workaround_bug[11] ;03:28
RAOFward__: We'd generally need *some* context.  Why not pastebin the source which has errors?  And the actual errors, too - they generally contain invaluable information.03:30
ward__RAOF, ok but the actual error i pasted here too03:31
ward__so, all in a row:03:31
ward__output make: http://paste.ubuntu-nl.org/23347/03:31
ward__with the actual error in dutch03:31
ward__line 17 and 1803:32
ward__its translated:03:32
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
ward__arraytype has incomplete element type03:32
ward__(Fout = error)03:32
ward__source is comming up :-)03:32
ward__source: http://paste.ubuntu-nl.org/23357/03:33
minghuaward__: run "LANG=C make" can save you a lot of explanations :-)03:33
ryanakcacan someone please review http://revu.tauware.de/details.py?upid=5314 ?03:34
ward__minghua, can you please explain that?03:34
ward__RAOF, i posted everything in a row now :-)03:35
ward__RAOF, please tell me if you want more info03:35
=== luis_lopez [n=luis@ip216-239-85-32.vif.net] has joined #ubuntu-motu
RAOFWell, I think that error tells me exactly what I need to know.  You probably don't have the necessary includes which actually *define* AVOption.  Secondly, I don't think the line should have the arraysize - you're just importing an extern, which is going to be allocated somewhere else, right?  It'll be imported as a pointer.03:35
minghuaward__: instead of running command "make", you can run "LANG=C make", then the messages from compiler will be English instead of Dutch03:35
ward__RAOF, i'm not a coder, i'm not evne long into ubuntu03:36
RAOFward__: Yup.  You can't allocate something (which is what the foo[11]  says to do - allocate an array of size 11 on the stack) without knowing how big it is :)03:36
ward__minghua, i'll keep that in mind thanx for the tip :-)03:36
RAOFward__: So where is this code coming from?03:37
ward__gephex03:37
ward__(www.gephex.org)03:37
ward__i'm just trying to build it03:37
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
ward__got nothing to do with it03:37
RAOFward__: Ah, OK.  It's broken.03:37
RAOFward__: Go complain to whoever wrote it :)03:37
ward__lol RAOF nice (not)03:37
ward__RAOF, i was hoping it could be easily fixed?03:37
RAOFward__: Not without some understanding of what it's actually trying to do.  And the person most likely to have that understanding is the guy who wrote it :)03:38
ward__(i had to correct a header earlyer too :s )03:38
ward__RAOF, damnit why is it not documented :p03:39
=== ward__ is pissed at un-documented code
RAOFWell, you could *possibly* just add and "#include <avutil.h>" (or whatever ffmpeg header includes the AVOption definition)03:39
ward__*allmost* undocumented03:39
ward__RAOF, its worth a try03:40
ward__RAOF, but won't it still complain about those arrays then?03:40
RAOFNo, it shouldn't.  Because it will then actually know how big they are, and be able to allocate them.03:41
RAOFBut it would seem that the guy who wrote that code didn't actually build it, because I can't see how it could ever work.03:41
ward__RAOF, it just misses variables from other files?03:41
ward__RAOF, lol its their official source :p03:41
ward__form the 0.4.3 version03:42
RAOFYeah.  You need to have AVOption defined before you can create an AVOption array :)03:42
ward__and AVOption is in one of the ffmpeg headers03:42
ward__?03:42
ward__so i have a good chance of getting it to work with including the right header :-)03:43
minghuaRAOF: it's an header, so maybe just #include orders03:44
RAOFAh, of course.  But it has an explicit forward declaration of AVOption in there, too.03:45
ward__RAOF, minghua how do i know wich header AVOption is in?03:45
RAOFAs far as I'm aware, there's not situation in which that would help.  Either avfoo.h has been included first, or those arrays can't be allocated.03:45
minghuaalso it's enclosed by #ifdef HAVE_AV_CONFIG_H ... #endif03:46
RAOFward__: "grep AVOption /usr/include/*.h" ?03:46
=== TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu
minghuaso supposedly that is defined in av-config.h03:46
ward__RAOF, i'll write it down, so i can't forget it this time :-)03:47
ward__i'm used to using GUIs03:48
ward__RAOF, i find no headers :s03:49
RAOFward__: Add -R.  "grep -R AVOption /usr/include/*.h"03:50
RAOF(That makes it recursive, so it'll go into sub-directories)03:50
ward__RAOF, nothing still03:50
ward__RAOF, i'll try the ffmpeg source03:51
ward__nothing03:51
ward__:s03:51
ward__how's that evne possible? :s03:53
ward__its clearly about ffmpeg03:53
ward__#define AVOPTION_CODEC_STRING(name, help, field, str, val) \03:54
ward__    { name, help, offsetof(AVCodecContext, field),03:54
ward__RAOF, minghua i just saw i made a huge mistake03:55
ward__RAOF, minghua the code is from ffmpeg03:55
ward__RAOF, minghua i made the mistake because ffmpeg comed with the gephex source...03:55
ward__sorry03:55
ward__does that make more sense?03:56
RAOFAh, so gephex comes with a copy of the ffmpeg source?04:00
ward__yep04:00
RAOFFair enough.  Grep that source, instead :)04:00
ward__RAOF, i allready tried, nothing....04:00
ward__:s04:00
ward__RAOF, in the meantime i'll try an svnned ffmpeg too04:04
ward__RAOF, nothing in the svn version either :s04:05
ward__RAOF, any other suggestion?04:08
ScottKleonel: I saw the release announcement.  I don't see anything in 0.90.3 to be excited about.  They also announced 0.91 RC 1 at the same time.  At this point I'm thinking we should wait for that and backport that to Feisty (and earlier if we get the policy issues worked out).04:11
RAOFward__: Sorry, no, not really.04:17
ward__RAOF, ok np04:17
ward__thanx anyway04:17
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== Knightlust [n=Dax@ubuntu/member/knightlust] has joined #ubuntu-motu
=== mattva01 [n=matthew@c-69-143-121-184.hsd1.va.comcast.net] has joined #ubuntu-motu
crimsunwhew, enough flying for me04:30
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== matthew_ [n=matthew@c-69-143-121-184.hsd1.va.comcast.net] has joined #ubuntu-motu
LaserJockcrimsun: in DC now?04:39
=== _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
crimsunLaserJock: no, back home.  Flew to Charlotte for some meetings earlier.04:40
=== _MMA_ [n=atm@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
crimsunI don't move until late June.04:40
LaserJockoh, right04:40
=== aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu
leonelScottK: only the  PDF  security bug04:49
leonelScottK:  http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-202904:49
=== matthew_ [n=matthew@c-69-143-121-184.hsd1.va.comcast.net] has joined #ubuntu-motu
=== jml [n=jml@203-113-250-169-static.TAS.netspace.net.au] has joined #ubuntu-motu
=== porthose_ [n=charliej@72.24.69.50] has joined #ubuntu-motu
=== nixternal_ [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== MatthewV [n=MatthewV@123.200.138.126] has joined #ubuntu-motu
=== beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
Hobbseehi all05:46
LaserJockhi Hobbsee 05:46
ajmitchhello Hobbsee 05:47
Hobbsee:)05:47
leonelsee you 05:53
leoneltomorrow05:53
leonelapt-get remove leonel ...05:53
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
joejaxxhello all06:06
=== ajmitch_ [n=ajmitch@port166-123.ubs.maxnet.net.nz] has joined #ubuntu-motu
=== orion2012 [n=orion@hypnogogic.org] has joined #ubuntu-motu
=== Sp4rKy_ [n=Sp4rMy@srv122.hosteur.com] has joined #ubuntu-motu
=== lionel_ [n=lionel@ip-61.net-82-216-103.rev.numericable.fr] has joined #ubuntu-motu
joejaxxwelcome back netsplitters06:10
Hobbseehi joejaxx!06:11
joejaxx:D06:11
joejaxxhello Hobbsee 06:11
joejaxx:)06:11
=== ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
=== chninkel [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu
=== jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has joined #ubuntu-motu
=== jwhitlark [n=jwhitlar@64-121-52-87.c3-0.snmt-ubr1.sfrn-snmt.ca.cable.rcn.com] has left #ubuntu-motu []
=== poningru` [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
=== jml [n=jml@121.44.221.16] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== chninkel [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== chninkel [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
=== ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu
=== Baby [n=miry@pdpc/supporter/silver/kavi/baby] has joined #ubuntu-motu
=== chninkel [n=yann@alcyone.pleiades.fr.eu.org] has joined #ubuntu-motu
=== Treenaks [n=martijn@thuis.foodfight.org] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== Czessi [n=Czessi@dslb-088-073-009-056.pools.arcor-ip.net] has joined #ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu
=== elkbuntu [n=melissa@ubuntu/member/elkbuntu] has joined #ubuntu-motu
=== Spec [n=nwheeler@ubuntu/member/spec] has joined #ubuntu-motu
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
crimsungpocentek: ping, cdbs usage in gutsy's xfce4-mixer breaks the build [xfce4-mixer-alsa is never generated, and xfce4-mixer-oss actually contains the ALSA-enabled version] .  I'm going to revert it to non-cdbs.07:52
crimsungpocentek: (as a result, xubuntu-desktop will be installable once again, since xfce4-mixer-alsa is currently uninstallable)07:53
crimsunmoreover, I don't feel cdbs buys us anything in this instance, and it's already demonstrated that maintaining such a delta leads to subtle bugs07:55
StevenKDebian's xfce4-mixer doesn't use CDBS?07:56
crimsunnope07:57
crimsundebhelper and quilt07:57
StevenKHrm. I'm personally of the opinion that we should be sticking as close as possible to Debian.07:58
crimsunyep, and dropping cdbs will realign us with Debian with the exception of one additional patch in debian/patches/07:59
StevenKSo the only changes are debian/rules, control and that patch?08:00
crimsunjust debian/{control,changelog} and debian/patches/02_xfce4-mixer-panel-plugin_border.patch08:04
crimsunerr, that's what it will be08:04
crimsunthe current delta is debian/{control,changelog,rules} and said patch08:04
=== StevenK ponders doing it.
crimsunxfce4-mixer?08:10
crimsunI'm looking at it now, but if you'd like it, feel free08:10
crimsunit'll strike one off http://people.ubuntu.com/~ubuntu-archive/testing/gutsy_probs.html08:11
Hobbsee2 actually08:12
crimsunoh right, the bottom two08:12
=== viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-motu
=== Jucato_ [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu
=== tonyy [n=anthony@ubuntu/member/tonyyarusso] has joined #ubuntu-motu
=== Lure [n=lure@external-1.hermes.si] has joined #ubuntu-motu
=== luisbg [n=d33p@87.217.145.66] has joined #ubuntu-motu
=== pgquiles [n=pgquiles@62.43.226.52.static.user.ono.com] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F7275C.versanet.de] has joined #ubuntu-motu
=== Starting logfile irclogs/ubuntu-motu.log
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu
=== Topic for #ubuntu-motu: Ubuntu Masters of the Universe: https://wiki.ubuntu.com/MOTU | Want to get involved with the MOTUs? https://wiki.ubuntu.com/MOTU/Contributing
=== Topic (#ubuntu-motu): set by persia at Sat May 26 10:02:18 2007
Hobbseemorning dholbach 09:05
dholbachhiya Hobbsee09:05
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
Hobbsee:)09:08
Tonio_hey Hobbsee09:08
Hobbsee:)09:08
=== chris_ [n=chris@dhcp047044.wireless.unsw.EDU.AU] has joined #ubuntu-motu
LaserJockHobbsee: like National Instruments Labview?09:14
HobbseeLaserJock: yes09:14
LaserJockI was doing that today too!09:14
=== Hobbsee got it as part of her electronics textbook. using it for physics. it works
LaserJocktrying to figure out how to get the blasted thing to talk to our new oscilliscope09:14
LaserJockI spent a couple hours digging through the driver09:15
LaserJockand finally found that the function that checked the oscilliscope model had a '" instead of a " around the name of my particular model09:15
=== thekorn [n=thekorn@a81-14-186-197.net-htp.de] has joined #ubuntu-motu
Hobbseeheh09:15
LaserJockthat stupid ' was all that was preventing me from getting the thing to work09:15
LaserJockand *my* model was the only one with that proble09:16
LaserJock+m09:16
Hobbseeawww09:17
FujitsuWhat does Labview do?09:17
imbrandonviews the lab?09:20
imbrandonheh09:20
LaserJockLabview is *the* industry standard for data aquisition many scientific fields09:20
LaserJock*in many09:20
LaserJockin fact, I better hope I don't need to get an industry job as I don't know Labview at all09:21
imbrandonheh09:21
LaserJockit's like a graphical programming framework09:21
Hobbseeat least it works on linux.09:21
LaserJockwe just bought a new Dell with XP on it just for Labview09:21
LaserJockI spent nearlly $3000 to get a Labview system going09:22
imbrandonDell with Ubuntu for Labview ?09:22
LaserJocktoo bad it was before then09:22
imbrandonhehe09:22
LaserJockbut I don't think my boss would go for it09:22
LaserJockhe didn't like the idea of running Labview on Linux09:22
Hobbseei guess you need teh driver support09:23
LaserJockFujitsu: http://www.ni.com/labview/ if you want more info09:23
LaserJockwell, I think mostly my boss doesn't see Linux as a desktop OS09:23
LaserJockhe ran it as a Desktop OS for many many years09:23
imbrandonhe hasent used ubuntu on a dell :)09:24
LaserJockbut he also does everything in Fortran and uses Latex for presentations09:24
imbrandonheh09:24
LaserJockeven on his Mac09:24
LaserJockalthough he does seemed to have started using Excel a bit09:25
imbrandoncalc ? heh09:25
=== imbrandon stops
LaserJockwell, he was die hard linux09:26
LaserJockprobably one of the biggest linux advocates in my uni09:26
LaserJockand still is, to some extent09:26
LaserJockbut OS X got him09:26
Fujitsu:(09:26
LaserJockwe used to have 6 or so Linux machines09:27
LaserJockno Windows09:27
LaserJocknow we have 2 Linux machines and 4 imacs running OS X09:28
LaserJockI wish Ubuntu would've come along a little sooner09:29
LaserJockFC 1 is what killed him09:29
=== nixternal_ [n=nixterna@c-71-194-189-213.hsd1.il.comcast.net] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== BugMaN [n=BugMaN@151.100.133.15] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
elkbuntucrimsun, what is this i hear about nixternal using vista and where is the evidence? kthxbai :09:44
=== bersace [n=bersace@81.185.32.206] has joined #ubuntu-motu
=== polopolo [n=paul@ip5457cfa6.direct-adsl.nl] has joined #ubuntu-motu
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu
=== thoreauputic [n=prospero@ubuntu/member/thoreauputic] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu
=== davromaniak [n=cyril@ALyon-203-2-1-160.w217-128.abo.wanadoo.fr] has joined #ubuntu-motu
=== dholbach_ [n=daniel@i59F761EA.versanet.de] has joined #ubuntu-motu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
DktrKranzis "Architecture: linux-any" acceptable in debian/control?10:31
imbrandons/linux-//10:39
DktrKranzok, thanks :)10:39
imbrandonelkbuntu, per proper lolcode its KTHXBYE not kthxbai :)10:40
imbrandonhehe10:40
=== cassidy [n=cassidy@host-85-27-113-187.brutele.be] has joined #ubuntu-motu
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-motu
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
=== tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu
ajmitcharg, monitor seems deadish11:10
ajmitchnow I'm stuck with only 1 screen :(11:15
highvoltageajmitch: what if you press ctrl+a then c ?11:15
highvoltageajmitch: that should give you a new one? ;)11:15
ajmitchnot helpful11:15
=== ajmitch is too used to a 3200x1200 desktop to go back
highvoltageouch11:16
highvoltagedying hardware is not fun11:16
ajmitchit was dying for awhile11:16
ajmitchthis was not unexpected11:17
=== ajmitch has to make do with a 20" flat panel
Hobbseeajmitch: but you're not out of the country!11:21
Hobbseeit's not allowed to die.11:21
ajmitchI know!11:22
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
dholbachis there any new contributor who'd like to a first upload and use https://wiki.ubuntu.com/MOTU/Recipes/Debdiff and make gnopernicus build-depends on libgnome-speech-dev instead of libgnome-speech3-dev? :-)11:28
dholbachsame for lsr?11:28
TheMusodholbach: I'll do that.11:35
TheMusodholbach: I'd rather do the a11y stuff.11:35
TheMusoI've just been busy with other things.11:35
wolfeonajmitch: hehe, yeah. that is what I use, 3200x120011:36
wolfeonCRT though..11:37
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
dholbachTheMuso: ok11:37
HobbseeTheMuso: didnt think you were a new contributor11:40
crimsunI am!11:40
TheMuso~/aw11:42
TheMusogah11:42
TheMusoHobbsee: heh11:42
TheMusoHobbsee: I see that stuff as my pet though.11:42
Hobbsee(sounds like a bitesize bug)11:42
TheMusoSO?11:43
Hobbseeno big problem.  just anyone who was looking for something to do, like the guy from yesterday could do it.  but they havent shown up11:43
=== Hobbsee shrugs, goes back to lurking
DktrKranzif you want a new contributor, here I am :)11:46
crimsunoff to work.11:51
gnomefreakanyone have a minute to look at this error and let me know what i can do? http://gnomefreak.pastebin.ca/52531811:57
gnomefreakit seems like its something that is in my face just cant see it11:57
highvoltagedholbach: ooh, I just took a peak at the recipes pages and notice that you use bresero as an example. how convenient!11:58
dholbachhighvoltage: it's still not updated in the archive :)12:00
=== pochu [n=emilio@168.Red-83-57-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu
highvoltagedholbach: I'll get it done this week still, I've been swamped in different ways since getting back home12:00
highvoltagedholbach: btw, do you have to use American spelling in control files?12:00
dholbachI can imagine12:00
dholbachtake your time12:00
dholbachhighvoltage: not at all12:01
highvoltage(I just noticed the s/dolour/color)12:01
highvoltage*colour12:01
dholbachhighvoltage: it was just a bad joke12:01
highvoltageaaaaaah :)12:01
highvoltageshew!12:01
dholbachmaybe I should make that clear :)12:01
dholbachadded a note12:02
=== StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu
=== Hobbsee [n=user@ubuntu/member/hobbsee] has joined #ubuntu-motu
Babyis is possible from debian/rules file to know whether the package is being built for ubuntu? any extra define or something like that?12:15
=== luisbg [n=d33p@87.217.144.74] has joined #ubuntu-motu
imbrandonBaby, not that i'm aware, why would you want to though ?12:16
Babyfor the menu stuff, i heard that there were differences12:17
StevenKBaby: lsb-release12:18
StevenKAlthough it's kind of messy to rely on that.12:18
Babyyup, that's what i was thinking12:18
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
Babydh_iconcache is specific to ubuntu too, isn't it?12:21
Babylunch time for me, i'll ask later about it12:22
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
HobbseeBaby: yes it is12:25
pochuBaby: Debian #369755. Tomorrow will be its first birthay :/12:27
ubotuDebian bug 369755 in debhelper "Use dh_iconcache to update GTK's icon cache." [Wishlist,Open]  http://bugs.debian.org/36975512:27
StevenKYeah, well, Joey Hess doesn't like Ubuntu much.12:28
=== lfittl [n=lfittl@213.129.230.12] has joined #ubuntu-motu
imbrandonhe can get over it12:30
StevenKI can't see him doing so.12:37
StevenKI can see his point, though.12:37
=== nixternal_ [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-motu
=== lfittl_ [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
=== lfittl [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
gnomefreakafter modifing debian/configure.in do i have to run anything other than clean or build?12:56
sacaterif I were to try and use gentoo portage on ubuntu might it break apt?12:57
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
=== lfittl_ [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
=== lfittl [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
Amaranthsacater: almost certainly12:59
=== lfittl_ [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
sacaterdarn it12:59
=== persia [n=persia@ubuntu/member/persia] has joined #ubuntu-motu
jmggoldsarn it!01:01
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu
DarkSun88Hi all01:02
=== sacater waves at DarkSun88
imbrandonsacater, it wouldent "break" apt but it would render any package you installed form portage useless in apt and anything that depends on it01:03
sacaterimbrandon: oookkaay01:03
=== sacater takes that in
DarkSun88Hi sacater 01:03
sacaterimbrandon: sooo.... I could install from portage, but apt wouldnt see it and think it is not there, as it was not recorded in the database01:04
imbrandonsacater, if your bent on a portage type system write some wrappers for "apt-get source -b <package>"01:04
sacateraha01:04
ryanakcacan someone please review http://revu.tauware.de/details.py?upid=5314 ?01:04
sacaterimbrandon: good idea01:04
jmgsacater, is there a gentoo build script you are trying to port?01:04
sacaterno no01:05
sacaterim just trying portage01:05
jmgok01:05
jmguse a chroot01:05
jmg;)01:05
sacaterseeing if it is any better than apt01:05
=== jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu
jmgor a vm01:05
imbrandonend users complieing from source is *never* better01:05
=== jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu
imbrandondevelopers , yes, powerusers possibly, but end users *never*01:06
sacaterimbrandon: apt-get source is probably better, ill just make some commands01:06
imbrandon:)01:06
sacaterimbrandon: hell I could even make a new bit of software :P01:06
jmgbased on my recent experiences with gutsy, i have an idea for a new project - daily vm builds of unstable01:07
=== AlinuxOS [n=vsichi@host122-198-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
jmgdistribute a diff against the previous version01:07
jmgcause having to wait for gutsy to get fixed was a pain.01:08
jmgoh crap.01:08
sacaterimbrandon: dpkg-buildpackage: source version is 0.5.1-2ubuntu101:09
sacaterdpkg-buildpackage: source changed by Stephan Hermann <sh@sourcecode.de>01:09
sacaterdpkg-buildpackage: host architecture i38601:09
sacaterdpkg-buildpackage: source version without epoch 0.5.1-2ubuntu101:09
sacaterdpkg-checkbuilddeps: Unmet build dependencies: python-dev polygen01:09
sacaterdpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.01:09
sacaterdpkg-buildpackage: (Use -d flag to override.)01:09
sacaterBuild command cd cappuccino-0.5.1 && dpkg-buildpackage -b -uc failed.01:09
sacaterE: Child process failed01:09
sacaterthats for cappucino01:09
sacateri can never spell it01:09
geserapt-get build-dep cappuccino01:09
=== sacater slaps himself
sacaterof course01:09
sacatersory01:09
sacaterbut..01:09
sacaterthat uses apt01:10
sacatercould I do something like apt-get source -b dep01:10
sacateror something else weird...01:10
geserand then a packages build-depends on python-all-dev and you start rebuilding python2.4 and python2.5 (and perhaps it's build-deps)01:12
ryanakcageser: lol01:12
=== ryanakca loves cappuccino
sacaterapt-get build-deps is not what Im after01:13
sacateri would want them to be compiled too01:13
=== sacater is thinking about a portage thing in ubuntu :P
sacaterapt or a portage-mock01:13
geserdo you really want to rebuild large parts of the system because of one package?01:15
sacatergeser: no no, I just want to have the ability to compile source easily01:15
sacatergentoo uses portage, which gets all the sources, including dependancies01:15
sacaterthen compiles and installs them01:16
=== tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-motu
sacaterfrom what imbrandon has told me, I think i could install portage onto my laptop, but any packages that are installed, apt wouldnt detect and ignore, seeing as they were not registered with apt's database01:16
=== lfittl [n=lfittl@2001:6f8:107e:30:216:36ff:fe17:3cef] has joined #ubuntu-motu
jmgsacater: you could write a wrapper to register them with debian (equivs)01:17
sacaterjmg: explain :P01:18
StevenKjmg: No encourging the ricer to do great evil. :-P01:18
jmghttp://www.debian.org/doc/manuals/apt-howto/ch-helpers.en.html01:19
jmgsacater: yeah, just promise us no insane cflags.01:19
jmgStevenK: i miss funroll-loops :(01:19
=== StevenK sends jmg a SIGILL
jmghttp://web.archive.org/web/20060513022941/http://www.funroll-loops.org/01:20
gnomefreakafter changing debian/configure.in do i have to run anything or can i just continue to apply a patch and build?01:20
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== bueroman [n=setanta@200.184.118.132] has joined #ubuntu-motu
jmg"I use Gentoo because I'm a speed freak - I can't stand the thought that some of my packages might not be running as fast as they could be."01:21
sacaterthats the negative side of gentoo01:21
sacaterthough it does source01:21
sacatertakes longer01:21
sacaterubuntu uses pre-built binaries :D01:22
jmg"Yea, I really don't understand all the complaints about the time to install gentoo. It is like complaining about your Ferrari because the dealership was so far away."01:22
jmg^^ gold01:22
jmg"Yet, binary distros are riddled with bugs, and are much more annoying to fix given the the cumbersome edit/build package/install package cycle."01:22
persiagnomefreak: Check your rules file.  If ./configure is regenerated as part of the build, you don't need to do anything at all.  If it's not, you need to manually rerun autoconf.01:23
StevenKPersonally, I don't want to build the toolchain 3 times when I install. If I wanted that, I'd use LFS.01:23
joejaxxStevenK: lol01:23
imbrandonStevenK, exactly01:23
gnomefreakpersia: nothing in rules from what i can tell01:23
gnomefreakrules file very small01:23
StevenKAnd I don't need to keep my hand on it saying "Ohh, ohh, ohh, -O7"01:24
persiagnomefreak: CDBS?01:24
gnomefreakyep01:24
gnomefreakclean::01:24
gnomefreakrm -f data/GNOME_Gwget.server.in data/GNOME_Gwget.server \01:24
gnomefreakdata/gwget.schemas01:24
gnomefreakthat is the clean section of rules01:24
persiagnomefreak: If it includes /usr/share/cdbs/1/class/autotools.mk, you're all set.  If not, you might want to regenerate.01:25
=== tsmithe [n=toby@ubuntu/member/tsmithe] has joined #ubuntu-motu
gnomefreakpersia: it doesnt01:25
gnomefreakcan i add it and call it a day?01:25
persiagnomefreak: If you're not finding it, but you think it should work, try building, and see if your change applied.01:27
=== porthose [n=charliej@72.24.69.50] has joined #ubuntu-motu
gnomefreakpersia: i would think since there isnt a autotools.mk file it wont work01:28
gnomefreakis taht fairly accurate01:28
=== bashelier [n=bashelie@srv122.hosteur.com] has joined #ubuntu-motu
=== bashelier [n=bashelie@193.34.16.167] has joined #ubuntu-motu
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu
gnomefreaklets try autoconf manually. how would i do that?01:29
gnomefreaks/try autoconf/try running autoconfig01:29
persiagnomefreak: That's my thought too, but there may be a mysterious something: GNOME is funny that way.  I'd recommend trying a build before running autoreconf anyway.01:29
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
gnomefreakpersia: dpkg-buildpackage -rfakeroot -nc fails with some aclocal errors  i will pastebin them01:36
gnomefreakpersia: http://gnomefreak.pastebin.ca/52547501:37
persiagnomefreak: I suspect you can either add autotools.mk (and adjust build-dep appropriately), or run `autoreconf` in the directory in which the modified configure.in resides to address that.01:40
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
gnomefreakok ill try autoreconf  its easier (this package has beena nightmare01:41
gnomefreakpersia: its not letting me :( it tells me configure.in or configure.ac is required so i ran autoreconf configure.in and givesme same output01:43
persiagnomefreak: I suspect that you are either suffering from timestamp issues or my understanding of autoreconf is flawed.  It looks to me like you have an outdated aclocal.m4.  Could you check the timestamps?  If it is newer than configure.in, I'm wrong.  If it is older, you might could try running `aclocal` to update it.01:50
gnomefreakaclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library  am i missing something?01:52
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== leonel [n=leonel@189.155.118.165] has joined #ubuntu-motu
StevenKIs libtool installed?01:52
leonelgood  morning every one ..01:52
StevenKAs much as I dislike to suggest it, given libtool's reputation.01:53
gnomefreakStevenK: ofcourse not :(01:53
gnomefreakit will be in a sec01:53
=== gnomefreak wonders if i should have changed configure.in instead of debian/configure.in
persiagnomefreak: That's often a better place, although it depends on what you are changing.01:55
gnomefreakjust depends01:55
dholbachMOTU Q&A session in 3 minutes in #ubuntu-classroom01:57
ScottKjdong: Would you or someone in feisty-backports please have an accelerated look at Bug #117794.  As it stands, the current clamtk package in Feisty is essentially useless and this new one actually works.01:57
ubotuLaunchpad bug 117794 in feisty-backports "Backport of clamtk 2.32-1 from Gutsy to Feisty" [Undecided,Unconfirmed]  https://launchpad.net/bugs/11779401:57
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
ScottKleonel: Good morning.01:57
joejaxxyeah/win 1201:58
joejaxxbah01:58
leonelhey  ScottK ..01:58
ScottKleonel: I'll make you a deal on clamav.  You find the patch from upstream for that PDF issue that's fixed in 0.90.3 and I'll package it up for keescook to publish as a security update for Feisty.  I agree that one should be fixed, but I don't have time to hunt up the patch.01:59
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
TheMusodholbach: Have you fixed orca to use the new gnome-speech?02:01
TheMusoThats a yes.02:01
TheMusoAnswered my own question.02:01
StevenKTheMuso: Best kind. Then you can be sure of the answer.02:02
TheMusoStevenK: True that.02:02
StevenKTheMuso: The Q&A session is going in -classroom if you want to help out.02:02
TheMusoSure.02:02
dholbachTheMuso: yes :)02:02
=== icf7 [n=chatzill@WL-POOL00-36.UNI-MUENSTER.DE] has joined #ubuntu-motu
=== blackskad [n=blackska@latex.ugent.be] has joined #ubuntu-motu
=== viviersf [n=cain@gw.impilinux.co.za] has joined #ubuntu-motu
=== blackskad [n=blackska@latex.ugent.be] has left #ubuntu-motu []
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
leonelScottK: let's smash that bug02:07
ScottKleonel: Great.  Let me know when you find the patch.02:08
leonelScottK: it has another bug but only affects  with  files on  FAT filesystems   02:08
=== ScottK isn't going to worry that one.
ScottKIt's not a security issue.02:09
leonelScottK: I'll  start  in about  3 - 4 hours ...  and let you know the progress 02:09
leonelScottK: you are right .02:09
ScottKleonel: OK.  I should be around then.02:09
leonelok02:09
persiaScottK: Are you sure?  Does nobody scan FAT USB sticks?02:09
leonelnow I got to go  for 1 hour and be back02:09
ScottKpersia: Is it a security issue?02:10
StevenKpersia: My USB stick resents being called fat.02:10
=== ScottK didn't look at it very hard.
leonelpersia: gets in a loop  when scanning files on FAT filesystems02:10
=== persia looks for the bug to have an actual opinion rather than a reflexive response.
leonelI can look at it   ant see what happens  02:10
ScottKpersia: Good.  That'll be one of us then.02:11
persia:)02:11
leonelpersia: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-265002:11
persialeonel: That's a great help.  Thanks.02:12
leonelpersia: no problemo 02:12
persiaScottK: I'd say so.  It can take a machine down if the right MS word document is on a scanned USB stick.02:12
ScottKleonel: OK.  I'll call that one a security bug then if it's got a CVE.  I think that's lower priority than the PDF bug, but still doable.02:12
ScottKpersia: Agreed.  OTOH, I'm a lot less worried about desktop DoS than server DoS.  On a desktop, you pull out the memory stick and restart.02:13
persialeonel: Of course, if you can fix both in the same upload, you get bonus points :)02:13
persiaScottK: You haven't met the same junior sysadmins I have then :)02:14
ScottKNot saying it shouldn't be fixed, just less important than the PDF one.02:14
=== effie_jayx [n=valles@190.37.175.48] has joined #ubuntu-motu
=== xxxxx1 [n=will@44125.static.fln.virtua.com.br] has joined #ubuntu-motu
xxxxx1morning people!02:15
effie_jayxxxxxx1, good morning :D02:16
dholbachanother ping: MOTU Q&A session in #ubuntu-classroom :-)02:18
=== leonel_ [n=leonel@189.155.118.165] has joined #ubuntu-motu
leonel_ScottK:   but what about  the  freshclam message that we are using  an outdated clamav version ?02:22
=== fernando__ [n=fernando@189.0.207.165] has joined #ubuntu-motu
ScottKleonel_: Nothing to be done about that directly.  Once clamav 0.91 is out (it had it's first release candidate yesterday) and we get that into Gutsy, I'll ask for a backport.  Just ignore it.02:24
=== thekorn [n=thekorn@a89-182-76-113.net-htp.de] has joined #ubuntu-motu
=== jekil [n=alessand@host158-58-dynamic.8-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
Lureany revu-admin here?02:31
Luredo I need to do something special to get reviewers right as a motu?02:31
sacatersigh02:32
sacateris it possible to install portage on ubuntu02:32
jekilhello02:32
persiaLure: You need someone to add you to the list.  Takes about 5 minutes, but requires a REVU-admin.02:32
Lurepersia: thanks, so it is not linked to LP?02:32
TheMusosacater: Why would you want to do that?02:33
persiaLure: Only loosely at this point.  There were plans to make a closer link several months ago, but I haven't heard anything new since January or so.02:33
Luresiretart, ajmitch, raphink: anybody around? ^^^02:34
sacaterTheMuso: a sort of bet, a sort of challenge, a sort of experiment02:34
sacaterTheMuso: im having an argument with some mates about portage and apt02:34
TheMusosacater: Well if you want to screw up your system, go ahead and try it.02:34
sacaterTheMuso: ah02:34
sacaterTheMuso: how would it screw it up02:35
sacaterive been told databases would be the trouble02:35
TheMusosacater: Portage also installs into /usr 02:35
TheMusoSo one package system would tread on another.02:35
sacaterhmm02:36
StevenKAnd on a Ubuntu system, I'm of the opinion (and many agree with me), that /usr isn't yours to touch.02:36
sacaterdarn it02:36
TheMusoStevenK: Add me to the agreement list.02:36
sacaterwell I already do that myself02:36
persiasacater: If you're truly bent and determined, search the debian-devel archives for hints on building Debian from source, or be prepared to reinstall after your experiment.02:36
sacateri compile xfce and fluxbox myself, and they install fine02:36
sacaterand work fine02:36
sacaterhmm02:36
sacaterpersia: okies thanks02:36
siretartLure: uh?02:36
Luresiretart: can you enable my reviewers rights on revu?02:37
siretartyour revu id? (email)02:37
Luresiretart: [14:32]  <persia> Lure: You need someone to add you to the list.  Takes about 5 minutes, but requires a REVU-admin.02:37
Luresiretart: lure@ubuntu.com02:37
=== persia enjoys geolocation by timestamp skew :)
siretartLure: done02:38
sacaterpersia: i compile lots of software from source, whole desktop enviroments, and they all work fine without any conflicts02:39
Luresiretart: thanks!02:39
persiasacater: You have better luck than I.02:40
persia(assuming "compiling from source" does not include "wrapping in Debian packaging")02:40
StevenKI've managed to blow up machines by compiling, say, Perl from source.02:41
sacaterpersia: configure02:41
sacatermake02:41
sacatermake install02:41
sacaterworks fine for me02:41
StevenKThe perl in /usr/local/bin trumps the one in /usr/bin, and the Perl in /usr/local/bin doesn't have the module paths the packaged one has, and therefore can't find anything.02:42
sacaterazeem: su02:43
sacatersorry02:43
sacaterwrong channel02:43
shawarmagnomefreak: Does your debian/gwget.install refer to /usr/include/gwget ?02:47
shawarmagnomefreak: Wow. never mind.02:47
shawarmagnomefreak: I hadn't noticed my irc window was scrolled *way* up.. :)02:47
=== jussio1 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
effie_jayxScottK, ok.. I'm merging clamav right?02:49
ScottKYes02:50
=== ScottK hasn't looked at it yet, but the last one I did only had one Ubuntu unique change left in it.
ScottKHave you done merges before?02:51
effie_jayxScottK,  nope ... my first one... but I am putting heart to it... 02:51
ScottKOK.  Do you know where to start?02:52
leonel_ScottK: but we'll have the same with gutsy  once  0.91.1  is released   I think  we need to work that  out 02:52
raphinkLure: yes02:52
raphinkI'm around02:52
raphinkif it's not too late to answer02:52
raphinkah I see siretart answered already :)02:53
Lureraphink: hello - already fixed by siretart02:53
ScottKleonel_: There really isn't much to be done.  Clamav always wants to to run the latest and greatest, but distributions will almost always lag.  Backports is the best answer.02:53
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu
leonel_I'd like to run  the latest and greatest   clamav  and other 2 or 3  packages 02:55
effie_jayxScottK,  where could I start... I have checked packaging recipe and I think It doesn't look difficult02:55
ScottKeffie_jayx: Go to http://dad.dunnewind.net/universe.php02:56
TheMusoum ok.02:56
TheMusoWhats happened to launchpad?02:56
ScottKeffie_jayx: Get the grab-mergs.sh script02:57
=== TheMuso can't set priority/milestone any more.
TheMusothats why02:57
ScottKTheMuso: LP is having permissions issues.02:57
TheMusoI'm ot logged in02:57
ScottKThat'll do it to02:57
ScottKeffie_jayx: make a new working director.02:57
ScottKeffie_jayx: I usualy put grab-merge.sh one level higher than my merging directory.02:58
=== TheMuso has a scripts dir.
effie_jayxScottK,  got it02:58
leonel_ScottK:  so if  I patch  freshclam to remove that  message that we are running an outdated  clamav version ?02:58
ScottKeffie_jayx: Then from inside your new directory, run sh ../grab-merge.sh clamav (it will erase anythin in that dir, so make sure you are in the right place).02:59
leonel_ScottK: outdated will be  when  0.91   is released  not  the security updates ..02:59
ScottKleonel_: Not a security issue.  Don't do it.02:59
effie_jayxScottK,  I got two new files03:00
ScottKleonel_: If it's outdated, it's outdated.  The warning just means you need to decide if you care.  Except for security stuff, I personally don't.03:00
effie_jayxScottK,  merge-buildpackage, merge-buildchanges03:00
effie_jayxScottK, merge-genchanges03:01
effie_jayxsorry03:01
leonel_ScottK:  ok03:01
ScottKeffie_jayx: Did you get the clamav files too?03:02
effie_jayxno03:02
=== Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
ScottKeffie_jayx: Hmmm.  Let me try.03:02
effie_jayxok03:03
effie_jayxScottK,  I got em03:06
ScottKOK03:07
=== ScottK is tied up for a few minutes.
StevenKScottK: You should tell your kids to not do that.03:07
effie_jayxScottK,  no problem... one of the packaes is taking long03:07
=== persia [n=persia@ubuntu/member/persia] has left #ubuntu-motu []
=== bmm [n=chatzill@cc400801-a.groni1.gr.home.nl] has joined #ubuntu-motu
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== persia [n=ubuntu@ubuntu/member/persia] has joined #ubuntu-motu
ScottKeffie_jayx: I'm back.03:18
effie_jayxScottK,  got the files03:18
ScottKStevenK: No kids home ATM, that's why I can do that.03:18
ScottKOK.03:18
ScottKeffie_jayx: look at REPORT and see if there are any conflicts.  03:18
effie_jayxScottK,  no problems encountered during the merge03:20
ScottKThen look at debian/changelog and see what's new and how it might relate to the Ubuntu unique stuff.03:20
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu
mruizhi all03:20
effie_jayxScottK,  where can I find it?03:23
mruizhi effie_jayx, congratulations!03:23
effie_jayxmruiz,  thanks :D03:23
ScottKeffie_jayx: In the dir you downloaded to there should be a clamav-0.90.3 dir, look in there.03:24
mruizping zul03:28
effie_jayxScottK,  found the file ... reading it 03:28
=== rpereirab [n=rpereira@ubuntu/member/rpereira] has joined #ubuntu-motu
effie_jayxScottK,  done... 03:31
ScottKOK.  What's your opinion?03:32
effie_jayxThere are quite a few bug fixes... mostly related to scanning as root and scanning with restrictions03:33
effie_jayxsome memory optimization there too03:34
ScottKNow go find the Ubuntu unique change and see if it still looks proper.03:34
dholbachmruiz: just zell zul in here that you want to do his vzctl merge03:36
mruizok :-)03:36
bmm...broadcasting... Any comments on http://revu.tauware.de/details.py?upid=5295 are welcome, I'm looking for advocates.03:37
mruizdholbach: this is a merge, because the idea is to preserve Ubuntu changes :-)03:39
dholbachmruiz: right, that's what we do merges for03:40
=== mruiz is learning... dholbach is a good teacher!
dholbachthanks :)03:40
dholbachTheMuso: seems that dktrkranz did the xawtv merge03:41
TheMusodholbach: Yeah I know. I uploaded it.03:41
dholbachah ok03:41
dholbachthanks03:42
effie_jayxScottK, where should I be looking at... ?03:43
ScottKeffie_jayx: Look at the last entry in debian/changelog for an ubuntu specific version and see if that tells you where to look.03:44
ScottKeffie_jayx: This gets much easier with practice.03:44
=== cypher1 [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu
effie_jayxScottK,  there is this file 0.90.3-1ubuntu103:47
ScottKeffie_jayx: That's the version you are trying to make right now.  Look for the Ubuntu entry before that.03:47
=== ward [n=ward@39.21-67-87.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
effie_jayxScottK,  I think I am not looking in the right place03:48
ScottKeffie_jayx: Are you looking in debian/changelog?03:49
wardcan anyone please take a look at this: http://paste.ubuntu-nl.org/23426/03:49
=== nixternal_ [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
wardits an error i get from make03:50
wardi'm making gephex but this error seems to come from the ffmpeg source that comes with gephex03:51
effie_jayxScottK,  found it...03:51
wardbut i replaced the ffmpeg that comed with gephex by the latest (because theirs was not working)03:51
StevenKward: You should see if you can convince gephex's build system to use the installed ffmpeg.03:51
wardStevenK, good idea, maybe that's working with ./configure03:52
=== vijay2000 [n=vijay@59.92.35.76] has joined #ubuntu-motu
wardStevenK, i'll try it right away03:52
dholbachdoes anybody have an easy task for vijay2000 at hand?03:53
=== thekorn [n=thekorn@a81-14-151-108.net-htp.de] has joined #ubuntu-motu
wardStevenK, damn, i cna only sitch ffmpeg support on or off (and obviously i want ffmpeg support because this is a VJ application)03:53
dholbachStevenK: would you mind if vijay2000 does the gdeskcal update?03:54
wardStevenK, could it help when i replace it with the source of the ffmpeg in the repos?03:54
StevenKdholbach: Not at all03:55
dholbachStevenK: thanks a lot03:55
StevenKward: You could probably hack configure.in to look for the installed ffmpeg.03:55
dholbachvijay2000: do you want to do the update of gdeskcal?03:55
=== RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu
wardStevenK, i'll take a look thanx, but i'm no coder so i'm not sure if i can03:56
vijay2000dholbach: i have no issues 03:56
dholbachvijay2000: thanks03:56
effie_jayxScottK,  I can't seem to find a file wehre to look.. I check the debian/changelog and reads New Upstream version... and  stop using  killproc... no sign of a file03:57
vijay2000dholbach: I want to know the procedure for doing the update03:57
ScottKeffie_jayx: Look at the 0.90.2-4ubuntu1 entry03:57
=== Peaker [n=Peaker@84.94.134.166.cable.012.net.il] has joined #ubuntu-motu
dholbachvijay2000: I think I mentioned the MOTU/Recipes page yesterday already?03:58
effie_jayxScottK,  debian/clamav-freshclam.init.in specify pidfile when starting <----03:58
ScottKYes03:59
=== cbx33 [n=pete@ubuntu/member/cbx33] has joined #ubuntu-motu
ScottKeffie_jayx: In the directory you downloaded to there is a proposed patch for the new Ubuntu version.  You can look in there too to get an idea of the exact change.03:59
effie_jayxScottK,  clamav_0.90.3-1ubuntu1.patch04:00
ScottKYes04:01
leonelScottK: are you working with  the clamav patches ?04:03
wardStevenK, i can only find configure.ac , is it possible thats the right one?04:03
wardit seems like it04:03
ScottKleonel: No, you were going to find them for me.04:03
mruizdholbach: I sent an email to zul about the merge04:04
=== hjmf [n=hjmf@114.Red-83-49-16.dynamicIP.rima-tde.net] has joined #ubuntu-motu
dholbachmruiz: zul is in here :)04:04
leonelso I'm not going to do the  patching ?04:04
mruizyes, I tried with ping as well! ;-)04:05
ScottKleonel: You can do the patching too.04:05
icf7Where do I get the debootstrap script to use a gutsy-pbuilder on feisty?04:06
=== kink [n=thijs@squirrelmail/developer/kink] has joined #ubuntu-motu
=== Peaker_ [n=Peaker@84.94.205.5.cable.012.net.il] has joined #ubuntu-motu
effie_jayxScottK,  ok I opened the file .patch04:07
=== blackskad [n=blackska@latex.ugent.be] has joined #ubuntu-motu
ScottKWhat's there makes no sense to me.04:08
=== ScottK may have messed up the last merge.
=== ScottK looks
leonelScottK: ok04:08
wardStevenK, its not possible i think, because it really needs the sourcefiles to compile gephex itself04:09
wardStevenK, and if i look at installed files with ffmpeg there's no source there04:09
=== afflux [i=fnord@pentabarf.de] has joined #ubuntu-motu
StevenKward: Surely it only needs the headers to compile against?04:10
wardStevenK, yea probably04:11
=== ward looks again
wardStevenK, i'm not a coder, forgive me if i'm being stupid sometimes04:12
=== kink [n=thijs@squirrelmail/developer/kink] has left #ubuntu-motu ["Leaving"]
mruizdholbach: then, I have to wait for zul's answer...04:13
wardStevenK, yeah i think it only needs the headers but i'm not sure04:13
ScottKArghh.04:13
effie_jayxScottK,  what happened?04:13
dholbachmruiz: no, just do it04:13
wardStevenK, where can i find them on my system? google doest give me usefull info (up till now)04:13
mruizdholbach: ok... let's continue!04:13
dholbachalriht04:13
ScottKeffie_jayx: Looks like something got messed up when I did the last merge.04:14
mruizdholbach: now, I have to modify debian/changelog04:14
ScottKeffie_jayx: We'll fix it now.04:14
ScottKeffie_jayx: Open the freshclam init.in file in your favorite text editor.04:14
dholbachmruiz: link/send the diff to me, once you're done04:15
effie_jayxScottK,  it's open04:15
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
ScottKOK.  Find the spot in the file mentioned in the patch.04:16
wardStevenK, i did "apt-get source ffmpeg" instead04:16
wardand replaced that with the original ffmpeg04:16
wardStevenK, got the same error04:16
ScottKeffie_jayx: Did you find it?04:19
icf7How do create a gutsy pbuilder environment in feisty? The corresponding debootstrap script is missing04:19
=== bersace [n=bersace@81.185.32.206] has joined #ubuntu-motu
ScottKeffie_jayx: In the patch file, look at the end.  It shows you the change in the freshclam init.  That's what you want to find.04:20
leonelScottK:  once I've found  the bugs and do the patch  do I  apply with  dpatch-edit-patch and  edit the files that need patchin ?04:21
ScottKleonel: Yes.  It's very much like what you did with squirrelmail.04:21
effie_jayxScottK,  found it 04:21
leonelScottK: ok thanks04:22
ScottKeffie_jayx: The part of the line that says "$DAEMON clamav-feshclam,init.in -d" should be "$DAEMON $PIDFILE -d"04:23
ScottKeffie_jayx: The Ubuntu change is to tell freshclam to specify a PID file when starting.04:23
effie_jayxok04:24
wardcould someone please take another look at this please? http://paste.ubuntu-nl.org/23426/04:24
vijay2000hi i am doing a update of gdeskcal 04:25
vijay2000the link provided in the copyright file is not found http://www.pycage.de/software_gdeskcal.htm04:26
effie_jayxScottK,  I saw it in the patch04:26
mruizdholbach: I have to remove "Merge from debian unstable, remaining changes:" ?04:27
dholbachvijay2000: but it'S on the same page: pycage.de04:27
dholbachmruiz: hum, why?04:27
effie_jayxScottK,  I changed it04:27
dholbachmruiz: is there nothing worth keeping04:27
dholbach?04:27
ScottKeffie_jayx: Check in debian/control and make sure maintainer is correct (should be MOTU).04:28
mruizdholbach: I ask you, because my comment is "Disabled all architectures except i386"04:28
effie_jayxScottK,  04:28
dholbachmruiz: you can have both comments in there04:29
effie_jayxScottK,  It reads Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>04:29
ScottKThat's correct04:30
mruizdholbach: I prefer only one comment ;-)04:30
dholbachmruiz: "Merge from debian unstable, remaining changes:" is a standard comment we use04:31
dholbachmruiz: after that we list the changes explicitely04:31
ScottKeffie_jayx: Now go back to debian/changelog and update the current entry.  Describe the Ubuntu unique changes (in this case you can look at the previous entry and copy it).04:31
mruizdholbach: I know, but the last uploader (ubuntu) did it (only one comment)04:31
effie_jayxScottK,  save changes on the patch?04:31
ScottKeffie_jayx: Also put your name/email in for the bottom line of the changelog entry04:31
dholbachmruiz: then just stick to the "Merge from debian unstable, remaining changes:" + list of changes04:31
ScottKeffie_jayx: Yes04:32
effie_jayxScottK,  no changes to the init.in file?04:32
ScottKeffie_jayx: Just the one you made.04:32
dholbachvijay2000: rename  gDeskCal-1.01 to  gdeskcal-1.0104:33
ScottKeffie_jayx: When you use grab-merge it's already put in the Ubuntu unique stuff it knows about from the previous release.04:33
=== H4wk [n=david@3.138.broadband4.iol.cz] has joined #ubuntu-motu
vijay2000dholbach: thanks04:33
effie_jayxScottK,  ok04:33
effie_jayxScottK,  let me double check... I changed the patch and saved... I didn't touch clamav-freshclam.init.in04:34
vijay2000dholbach: in the change log the existing version is gdeskcal (0.57.1-1ubuntu2) now the version to which we will be 04:35
dholbachthe upstream version is 1.0104:35
ScottKOH.  Misunderstanding here.  Change clamav-freshclam.init.in, not the patch.  We'll make a new patch when we are done.  Sorry.04:35
dholbachas debian does not hav it yet, it will be -0ubuntu104:35
dholbachbut this is answered on MOTU/FAQ too04:35
vijay2000dholbach: updating is 1.0.1 so can i write it as (1.0.1-0ubuntu1)04:35
dholbachno04:36
dholbachupstream version is 1.01, not 1.0.104:36
dholbachthat's a difference04:36
effie_jayxScottK,  got it04:36
vijay2000so its 0.1.0104:36
dholbachno04:36
icf7How do create a gutsy pbuilder environment in feisty? The corresponding debootstrap script is missing, is there a special package?04:36
dholbach1.01-0ubuntu104:36
vijay2000ok04:36
dholbachicf7: I believe it's in feisty-backports04:36
dholbachicf7: if not, you should be able to download it from http://launchpad.net/ubuntu/+source/debootstrap04:37
ScottKeffie_jayx: Let me know when you are done.04:37
mruizicf7: the best way is to install the Feisty's (backports) debootstrap version 04:37
icf7dholbach: ty04:38
dholbachanytime04:38
effie_jayxScottK,  ok... I just changed it on init.in04:38
mruizdholbach: debian/changelog -> done!04:38
ScottKeffie_jayx: Then go spiff up the changelog.04:38
effie_jayxScottK,  good04:38
effie_jayxScottK,  you said my name and email... which changelo04:40
=== svaksha [n=svaksha@unaffiliated/svaksha] has joined #ubuntu-motu
ScottKeffie_jayx: debian/changelog where it now says Ubuntu DaD04:40
effie_jayxScottK,  got it04:41
effie_jayxScottK,  I saw yours before this one04:41
ScottKYes04:41
effie_jayxScottK,  the only change is  clamav-freshclam.init.in just like yours?04:44
effie_jayxI didn't have to update the mantainers info04:44
vijay2000 dholbach: i get the following error when i build gdeskcal http://paste.ubuntu-nl.org/23435/04:44
ScottKeffie_jayx: And the maintainer change04:45
effie_jayxok04:45
ScottKeffie_jayx: That's a change from Debian, but DaD already did it for you.04:45
effie_jayxok04:45
effie_jayxScottK,  then same changes as from your merge?04:46
ScottKYes04:46
dholbachvijay2000: you have to check if there's a locale directory or if things changed?04:46
effie_jayxScottK,  done04:47
=== tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-motu
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
ScottKeffie_jayx: Do you have a Gutsy pbuilder or chroot set up to test build this package?04:48
effie_jayxno04:49
ScottKeffie_jayx: That's probably the next thing to work on.04:49
effie_jayxok04:49
=== ScottK is going to look around as it's been a while since I did it...
=== freeflying [n=freeflyi@123.116.98.163] has joined #ubuntu-motu
=== Sindwiller [n=sindwill@84-75-101-114.dclient.hispeed.ch] has joined #ubuntu-MOTU
ScottKAnyone...  Can we create Gutsy pbuilders directly now or do we still have to make a Feisty one and upgrade it.04:50
=== tideline [n=tideline@65.98.69.13] has joined #ubuntu-motu
icf7ScottK: I just asked a similar question ;) Install the backports' pbuilder and you can directly create a gutsy pbuilder04:51
ScottKicf7: Thanks04:53
=== hjmf [n=hjmf@114.Red-83-49-16.dynamicIP.rima-tde.net] has joined #ubuntu-motu
=== ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu
=== H4wk [n=david@3.138.broadband4.iol.cz] has left #ubuntu-motu []
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-motu
vijay2000dholbach: there is no locale directory in the new version 05:00
dholbachok, then you can remove the line from debian/rules05:00
vijay2000ok05:00
=== SjB [n=steve@129.100.33.76] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu
mruizping dholbach 05:06
dholbachmruiz: pong05:06
dholbachjust ask your question05:06
mruiz:-)05:06
=== fredix [n=fredix@86.67.45.158] has joined #ubuntu-motu
dholbachI'm in a meeting, but I'm sure somebody can answer it too05:06
mruizand I had some problems with the connection!05:07
mruizMOTU-mentors ML is a very good idea!05:08
vijay2000after removing a line in debian/rules do we have to debuild and then do a build?05:08
mruizdholbach:  now I have to build the merge with merge-buildpackage -rfakeroot -k<mykey> ... 05:09
dholbachmruiz: I don't think I ever used merge-buildpackage ... better to ask somebody else about that05:10
dholbachvijay2000: yes, just try it05:10
mruizdholbach: what's your recipe ?05:11
dholbachif you have the merge done, just do     debuild -S -sa -k<keyid>   to build the source package05:12
dholbachbut please ask in the channel05:12
dholbachI'm in a meeting05:12
mruizthis script says: exec dpkg-buildpackage -S -v3.0.11-13ubuntu1 -sa "$@"05:12
mruizno worries, mate05:12
mruizdholbach: sorry05:12
=== beuno [n=martin@ubuntu/member/beuno] has joined #ubuntu-motu
dholbachnp05:12
vijay2000its not working 05:13
dholbachdebuild -S -sa -v3.0.11-13ubuntu1 -k<keyid>     should work too05:13
vijay2000it still shows the same error 05:13
dholbachmruiz: check out    man dpkg-buildpackage     for more options05:13
mruizthanks!05:14
=== fernando__ [n=fernando@189.0.198.208] has joined #ubuntu-motu
mruizsomeone use merge-buildpackage ?05:15
Hobbseeyes05:15
Hobbseemruiz: run it from teh source directory05:16
mruizhi Hobbsee. I'm following https://wiki.ubuntu.com/MOTU/School/Merging-and-Syncing, step six. In which directory must I use it?05:16
Hobbseeas in ../merge-buildpackage05:16
mruizok05:16
=== Hobbsee looks
dholbachvijay2000: exactly the same error message?05:17
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-motu
vijay2000dholbach: i fixed that ... now the other error is we have file called readme.skins in the older version which is not present in the new version05:19
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
=== Monk-e [i=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
dholbachright, then you can change that in debian/* too05:19
vijay2000you mean in debian/rules05:20
=== fargiolas [n=pippo@host12-4-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
mruizHobbsee: I did it, but 2 warnings appeared: http://paste.ubuntu-nl.org/23445/ (final)05:21
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu
=== Peaker_ is now known as Peaker
PeakerScottK: Are you the one who does the scipy/numpy packages?05:22
ScottKPeaker: We maintain packages as a team here, but I've worked on them recently.05:22
=== ScottK looks around for cover...
=== jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
ScottKjussi01: Hello.  05:23
PeakerScottK: ah, ok.  Wanted to say that the up-to-date scipy/numpy packages don't work even upstream (the tarballs of both compile but don't really work)05:23
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has left #ubuntu-motu []
ScottKjussi01: Did you see my comment on your package.05:23
PeakerScottK: Actually scipy's doesn't compile out of the box even05:23
ScottKPeaker: OK.  Then you really need to complain with the upstream.05:23
jussi01hello ScottK, thanks for your review05:24
ScottKIf it's a packaging problem or some bug fixing, we can help out.05:24
Hobbseemruiz: you can ignore them05:24
jussi01ScottK: yes, i did :D05:24
mruizthanks Hobbsee 05:24
mruizwhat's about the Maintainer field in debian/control ?05:24
PeakerScottK: Yeah, I know - just wanted to let you know its not a package problem, cause I was complaining about my problems the other day :)05:25
mruizHobbsee: I don't know if I have to modify it when I'm merging05:25
Hobbseeyou dont05:25
mruizok05:25
ScottKPeaker: OK.  Well the Debian numbpy update in Experimental claims compatiblity.05:25
ScottKPeaker: Did you find that didn't help?05:25
Hobbseemruiz: i dont see where you're meaning?05:25
PeakerScottK: No, couldn't get the pmanager to work so I decided to just test the upstream. You say Debian folks fixed the upstream problems?05:26
ScottKPeaker: Or scipy update.  I don't recall which.05:26
ScottKDunno.05:26
ScottKPeaker: Wait a second.05:26
vijay2000can anybody help me with this error . since daniel is busy in a meeting http://paste.ubuntu-nl.org/23448/05:26
mruizHobbsee: no worries05:26
ScottKPeaker: http://packages.debian.org/changelogs/pool/main/p/python-scipy/current/changelog  05:27
ScottKPeaker: Hard to tell if fixes compatibilty addresses your issue or not, but it might.05:28
PeakerScottK: its hard to call it an "issue" -- scipy doesn't compile out of the box :) And then it spouts deprecation warnings when imported and its tests failed05:28
ScottKPeaker: But the Ubuntu package compiles.05:29
Lutinbluekuja: ctorrent has been uploaded to unstable, is it ok to request a sync ?05:29
bluekujaLutin, it has been uploaded in ubuntu too before unstable :)05:31
bluekujaLutin: new packages are synced automatically from debian if they are NEW05:32
jussi01ScottK: how is your mirror now? still down?05:32
bluekujaLutin: until sync close on 20 june05:32
Lutinbluekuja: it's not going to be autosynced, as it was uploaded in ubuntu before05:33
ScottKjussi01: I tried it this morning and that one package still 404'ed05:33
bluekujaLutin, is the same version both in debian and ubuntu now, why we need a sync?05:33
Lutinbluekuja: because keeping a different version in debian and ubuntu if there's no reason to do so is just pointless05:34
Lutinand because if you update your package in debian then it'll get properly autosynced05:34
bluekujaLutin, go for a sync then :)05:35
jussi01ScottK: ok np's05:36
bluekujaLutin, thanks for it05:36
Lutinbluekuja: np05:36
bluekujaLutin, you can request a sync for gtorrent-viewer too05:36
mruizHobbsee: afterwards, I have to test the build with pbuilder -> "sudo pbuilder build  file.dsc" . I'm right?05:36
bluekujaLutin, you'll find it in the list ;)05:36
pochuLutin: so are you in the team?05:37
=== reggaemanu_ [n=manu@ARennes-257-1-160-82.w86-214.abo.wanadoo.fr] has joined #ubuntu-motu
Hobbseemruiz: yes05:38
Hobbseeif you havent already05:38
Hobbseebut that merge-buildpackage needs to be the last script that you run05:38
Lutinpochu: ?05:39
vijay2000anybody help me please with this error http://paste.ubuntu-nl.org/23448/05:39
mruizthanks Hobbsee 05:40
=== bleinmono [n=toffel@ppp91-76-180-96.pppoe.mtu-net.ru] has joined #ubuntu-motu
dholbachvijay2000:     grep -r README.skins debian05:40
dholbachvijay2000: that will find out the file that mentions README.skins05:40
Hobbseecp: cannot stat `README.skins': No such file or directory05:40
dholbachvijay2000: remove it from there, try again05:40
Lutinbluekuja: next you upload a new upstream version in ubuntu of a package which is already in debian, please do *not* discard the previous changelog entries05:41
pochuLutin: the torrent team :)05:41
=== herzi [n=herzi@217.237.166.98] has joined #ubuntu-motu
pochusince you're syncing every torrent app... ;)05:41
herzidholbach: ping05:41
Lutinpochu: lol :)05:41
bluekujaLutin, yea.05:42
=== cassidy [n=cassidy@host-85-27-113-187.brutele.be] has joined #ubuntu-motu
Lutinpochu: no, I'm not ;)05:42
ScottKLaserJock: What would you think about us going ahead and syncing python-scipy from Debian Experimental.  The version in Unstable is known not to work with the version of python-numpy we have in Gutsy. http://packages.debian.org/changelogs/pool/main/p/python-scipy/current/changelog05:42
bluekujapochu: he pinged me for some syncs 05:42
bluekujapochu: for packages I maintain in debian05:42
bluekuja:)05:42
Lutinbluekuja: was saying that because of gtorrent-viewer05:42
wardcommon.c:48: error: expected ')' before '*' token05:43
ward     code: void align_put_bits(PutBitContext *s)05:43
wardcan anyone tell me whats wrong with this?05:43
bluekujaLutin, which previous entries I dropped, sorry?05:44
Lutinbluekuja: all the entries from debian05:44
=== DktrKranz [n=dktrkran@ubuntu/member/dktrkranz] has joined #ubuntu-motu
DktrKranzdholbach, around?05:44
pochuLutin: you could join :)05:44
=== nixternal [n=nixterna@ubuntu/member/pdpc.active.nixternal] has joined #ubuntu-motu
bluekujaLutin, those are not official, so I dropped them05:45
Lutinpochu: yeah, I could . I worked on bittorrent some times ago too, but never uploaded the fixes actually05:45
Lutinbluekuja: what do you mean by 'official' ? those are debian05:45
bluekujaLutin: official = made for upstream purpose05:45
dholbachDktrKranz: no, in a phone call05:46
dholbachdrop me a mail or ask in here, sorry05:46
bluekujaLutin, the first upload was made by me05:46
=== TomaszD [n=tom@unaffiliated/tomaszd] has joined #ubuntu-motu
DktrKranzok, I'll wait for you to finish05:46
DktrKranzor I'll reply to ubuntu-motu ML05:46
Lutinbluekuja: the first upload to debian ?05:46
bluekujaLutin, dont worry about it, I gonna re-apply them (it's not needed but ok)05:47
mruizI'm following the last step of https://wiki.ubuntu.com/MOTU/School/Merging-and-Syncing. I built my merged package with pbuilder, but I don't understand why I have to check the contents of the created debs (dpkg-deb -c foo.deb). Any idea?05:47
bluekujaLutin, with the next upstream release05:47
Lutinbluekuja: anyways the package will be synced, don't bother05:47
vijay2000dholbach: the docs file had the line  README.skins . i removed it 05:48
Lutinbluekuja: but when you upload a package in debian which is already in debian, please keep the changelog05:48
bluekujaLutin, k thanks05:48
=== afflux [i=fnord@pentabarf.de] has left #ubuntu-motu []
bluekujaLutin, it wasnt in debian05:48
Lutinerr. in ubuntu which is already in debian05:48
bluekujasounds better05:48
bluekuja^^05:48
vijay2000the older version has the README.skins file in the gdeskcal-0.57.1/05:48
bluekujaLutin, #ubuntu-motu-torrent if interested in joining :)05:48
Lutinbluekuja: it was in debian05:48
DktrKranzmruiz, where exactly?05:49
bluekujaLutin, no it wasnt. Please check http://packages.qa.debian.org/g/gtorrent-viewer.html05:49
DktrKranzforget about it, found :)05:49
Lutinbluekuja: http://packages.debian.org/changelogs/pool/main/g/gtorrent-viewer/gtorrent-viewer_0.2b-1/changelog => where does all these entries come from ?05:50
mruizDktrKranz, ;-)05:50
=== cypher1 [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu
bluekujaLutin, from the package made locally by upstream (not for uploads purposes)05:51
DktrKranzmruiz, such command shows the content of a debian package05:51
Lutinsigh. they should never have been part of the debian changelog the imo. anyways, that doesn't matter05:52
bluekujaLutin, dont worry05:52
mruizthanks DktrKranz 05:52
bluekuja:)05:52
DktrKranzI think you have to check if it contains all the files you want to include05:53
DktrKranzand to verify if documentation, desktop files, and so on, are included05:53
=== stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu
mruizI think that's OK ;-)05:53
=== math_b [n=mathieu@vbo91-2-82-239-207-88.fbx.proxad.net] has joined #ubuntu-motu
DktrKranzI prefer check it by installing it in a virtual machine, though :)05:54
herzidholbach: do you want to visit the social event of the linuxtag this evening?05:54
DktrKranzthat way I know if05:54
DktrKranz1) installs05:54
DktrKranz2) runs05:54
DktrKranz3) doesn't bother other packages05:54
=== zakame [n=zakame@ubuntu/member/zakame] has left #ubuntu-motu ["Kopete]
dholbachherzi: yes, I'll be there later05:58
herzido you already have a ticket?05:59
dholbachherzi: juliux organised something05:59
herziokay05:59
mruizdholbach: I have to alert a MOTU about my merged source package ;-)05:59
dholbachthanks for asking, I look forward to seeing you all later05:59
dholbachmruiz: if you can upload it somewhere and announce it here, somebody will take a look at it05:59
dholbachvijay2000: same goes for you - if you have finished the source package and can upload it somewhere, that'd be great06:00
mruizdholbach: ok. Which files do you need?06:00
herzidholbach: btw, did you finally find the source code for me?06:00
dholbachdebdiff from the debian to the merged ubuntu version should be fine06:00
dholbachherzi: I found it, but I failed to make it build06:00
dholbachherzi: how long will you be in berlin?06:00
dholbachherzi: I can show you the stuff, but I'm sure you'll be somewhat disappointed06:01
dholbachvijay2000: if you can upload the .diff.gz .orig.tar.gz and .dsc somewhere, that'd be cool06:01
dholbachmruiz, vijay2000: please mail me the URL, if you don't find a reviewer here06:03
dholbachI'll call it a day soon06:03
vijay2000dholbach: where should i upload06:04
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
dholbachvijay2000: do you have a place where you can upload the package?06:05
vijay2000no06:05
dholbachvijay2000: if not, look at http://wiki.ubuntu.com/REVU06:05
dholbachif everything fails, send by mail06:05
dholbachI'll leave in a bit06:05
jussi01Hei, if someones got time: http://revu.tauware.de/details.py?upid=5334 a review/advocacy? would be wonderful!06:06
=== tmarble [n=tmarble@user-38q4et6.cable.mindspring.com] has joined #ubuntu-motu
vijay2000ok 06:07
=== dholbach calls it a day
dholbachhave a nice day and see you tomorrow06:08
jussi01bye dholbach06:08
=== RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu
=== RainCT [n=RainCT@77.209.38.254] has joined #ubuntu-motu
=== pirast [n=martin@p508B21AA.dip0.t-ipconnect.de] has joined #ubuntu-motu
ScottKjussi01: I'm trying to build it again now.06:12
jussi01ScottK: I uploaded the changed one, did you see?06:12
ScottKYes06:12
jussi01:D06:13
=== jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has joined #ubuntu-motu
jussi01ScottK: Ill be away for a little while. Back in about  an hour06:14
=== RedKrieg [n=RedKrieg@ip68-230-209-186.rd.hr.cox.net] has joined #ubuntu-motu
leonelScottK: for the  2 bugs  I'll try to fix  should I report a bug in launchpad  for each  or  just  1 report  for both ?06:15
=== matid [n=matid@195.116.35.6] has joined #ubuntu-motu
ScottKleonel: One bug is good.  Please link it to the CVE reports.06:16
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu
leonelScottK:  ok06:17
=== mathiaz [n=mathiaz@dsl-149-212.aei.ca] has joined #ubuntu-motu
=== acm [n=ameinke@p57BCC842.dip0.t-ipconnect.de] has joined #ubuntu-motu
leonelScottK:  reported ..06:25
ScottKOK.  Let me know if you need help.06:25
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
effie_jayxScottK,  ping06:26
leonelScottK: I will need  and let you know ...06:26
=== vi1 [n=vladimir@catv-tisnov-86.selfnet.cz] has joined #ubuntu-motu
mathiazI need some guidance on how to create a preinst script. Is there a template for preinst script ?06:27
ScottKeffie_jayx: Hi06:27
ScottKeffie_jayx: Next step is pbuilder...06:27
effie_jayxScottK, :D06:27
ScottKeffie_jayx: Are you running Feisty?06:27
effie_jayxyes06:27
ScottKeffie_jayx: Make sure you have the feisty-backports repository enabled and then install pbuilder.06:28
evandpochu: whenever you get a chance, can you take another look at #11783406:30
pochubug 11783406:30
ubotuLaunchpad bug 117834 in amule "Please sponsor amule upload" [Undecided,Unconfirmed]  https://launchpad.net/bugs/11783406:30
pochuevand: sure :)06:30
effie_jayxScottK,  got it06:30
evandthanks a bunch06:30
ScottKeffie_jayx: There is more than one way to set up pbuilder.  The easiest in my book is to use the pbuilder-feisty script found here: http://revu.tauware.de/~laserjock/ - You will want to rename it pbuilder-gutsy before you run it.06:31
nixternalthere is also a write up on the wiki06:33
nixternalyou also need the custom pbuilderrc06:33
nixternalthat is where you make all of the groovy settings06:33
effie_jayxScottK,  got it06:33
=== ceros [n=user@c-76-111-84-156.hsd1.va.comcast.net] has joined #ubuntu-motu
ScottKeffie_jayx: Put the script somewhere convenient and then run sh pbuilder-gutsy create (it'll ask you for your password, this is normal)06:34
ScottKeffie_jayx: That's going to take a while, so let me know when you have it started.06:34
effie_jayxScottK,  I have started it06:35
ScottKOK.  Now go back to your clamav package.  In the dir that you put it, you will see merge-buildpackage06:37
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
effie_jayxScottK,  got it 06:38
ScottKGo ahead and run that.  That'll build the source package.06:38
=== Lure [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu
effie_jayxScottK,  the sh pbuilder-feisty hasn't finished yet.. I started it a few minutes ago06:39
effie_jayxScottK,  shall I wait till that is done?06:39
jussi01ScottK: Im back, how did the build go?06:40
ScottKeffie_jayx: Did you make pbuilder-feisty or pbuilder-gutsy?06:40
ScottKjussi01: Just commented.  Have a look.06:40
effie_jayxgutsy sorry06:40
ScottKOK.  That's good.06:40
jussi01ScottK: thanks06:41
effie_jayxScottK,   sh pbuilder-gutsy create06:41
effie_jayxmy bad06:41
ScottKeffie_jayx: We can go ahead and make the debdiff while we wait.  Yes.  that's correct.06:41
effie_jayxScottK,  ok06:41
jussi01ScottK: the guy gave me both 2006 and 2007 as the copy right years. should I have put both? or 2007 only?06:42
ScottKBoth06:42
=== jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has left #ubuntu-motu []
ScottKeffie_jayx: From that same dir, do debdiff clamav-0.90.3-1.dsc clamav-0.90-1ubuntu1.dsc > clamav-merge.debdiff06:43
ScottKeffie_jayx: Once you have that done, pastebin the contents of the output file.06:43
jussi01ScottK: is there a particular format? or just 2006/2007 ?06:44
ScottKThat's fine. 06:44
jussi01:D06:44
=== jwhitlark [n=jwhitlar@h-67-102-70-2.snfccasy.covad.net] has joined #ubuntu-motu
LaserJockScottK: I say go for it, regarding scipy, we have time to stablize it and for sure scipy and numpy need to be matched06:45
ScottKLaserJock: Thanks.06:45
ScottKjussi01: Did you know that the mnemosyne predecessor Pyqt memaid has a Debian package?06:46
jussi01ScottK: no, I did not know that... :(06:46
ScottKIt's not a problem.  It's a good thing.  06:46
ScottKjussi01: Go hunt up the debian/copyright file in memaid-pyqt and you'll have your missing copyright information.  Google is good like this.06:47
ScottKjussi01: Also, debian/copyright doesn't necessarily list everyone in the Authors file if not all of them are copyright holders.06:48
effie_jayxScottK,  I tried executing the merge-buildpackage06:49
jussi01ScottK: ok :D06:49
ScottKjussi01: You will also need to double check that nothing you are doing conflicts with anything installed by that package.06:49
=== bluekuja_laptop [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu
ScottKeffie_jayx: What happened?06:49
effie_jayxbut it says It can't read the debian/changelog06:49
=== stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has joined #ubuntu-motu
pochuevand: it looks good to me, I'd upload it if I were a MOTU :)06:50
effie_jayxand dpkg-configure error cant determine the source file06:50
ScottKeffie_jayx: cd into the clamav dir and then sh ../merge-buildpackage06:50
RainCTkeescook: Hi. Could you sponsor bug 117156 please? This one works (I did a deb with that one and have it installed :P)06:50
ubotuLaunchpad bug 117156 in flobopuyo "Flobopuyo has no icon for the .desktop file" [Undecided,Confirmed]  https://launchpad.net/bugs/11715606:50
evandpochu: heh, thanks!06:51
mruizbye all!06:51
RainCTkeescook: (will look at the other two tomorrow)06:51
=== jussi01 sighs... memaid-pyqt is in our repos ScottK....
ScottKYes06:51
stijn_polSome newbie stuff: If a bug is reported in feisty and package is also available in gutsy, should I make a debdiff for gutsy, feisty or both??? :s06:51
ScottKBut you're packaging it's replacement.  This is fine.06:51
RainCTstijn_pol: gutsy06:51
ScottKstijn_pol: Fix gutsy first and then do an SRU for Feisty if the bug is severe enough to qualify.06:52
effie_jayxScottK,  I am there, the file merge-buildpackage isn't there thoug06:52
ScottKeffie_jayx: when you do ../filename it looke in the dir above.06:52
stijn_polRainCT, ScottK: thanks, probably not sever enough...:-)06:52
jussi01ScottK: I want to ask a newbie question... how do I get the source out of the dsc file?06:53
RainCTjussi01: dpkg-source -x <package_version-...>.dsc06:54
jussi01RainCT: thanks06:54
pochuevand: just FYI, some people like you ask them before doing their merges. I'm happy you've done amule's merge, though :)06:54
ScottKjussi01: Or since it's in our repos you could just do apt-get source packagename.06:54
=== ptitdav69 [n=ptitdav6@75.235.102-84.rev.gaoland.net] has joined #ubuntu-motu
evandpochu: Yeah, I realized that this afternoon in the MOTU session.  Sorry about that, but I'm glad you're happy.06:55
jussi01ScottK: duh... now i fell really silly... but its nice to know that command :D06:55
pochuevand: btw, you're now an official ubiquity developer, right?06:55
ScottKjussi01: This is how learning happens.  Don't sweat it.06:55
jussi01:)06:56
ScottKeffie_jayx: How's it going?06:56
evandpochu: indeed06:56
=== pochu wishes you good luck :)
RainCTjussi01: (if you are on Feisty edit the file /etc/apt/sources.list changing feisty with gutsy on all lines that start with deb-src to get the latest package source from Gutsy with apt-get source)06:57
evandnow I just have to crawl up to core-dev so I can upload without sponsorship06:57
evandthanks pochu 06:57
effie_jayxScottK,  I can't get merge-buidlpackage executed06:57
jussi01RainCT: why would I do that?06:57
Hobbseeeffie_jayx: are you running it in the source directory?06:57
effie_jayxHobbsee,  nope06:58
=== _SjB_ [n=steve@129.100.33.76] has joined #ubuntu-motu
LaserJockso, I missed both MOTU Q&A sessions, how did it go?06:58
effie_jayxthe file isn't there the file is outside06:58
Hobbseeeffie_jayx: you should be06:58
effie_jayxHobbsee,  ok06:58
ScottKeffie_jayx: sh ../merge-buildpackage?06:58
Hobbseeeffie_jayx: from the source dir, use ../merge-buildpackage06:58
pochuevand: if you want to implement a new feature, I'd be happy if it were this: http://ubuntuforums.org/showthread.php?t=301761 :)06:58
jussi01ScottK: what do I need to include from here: http://paste.ubuntu-nl.org/23466/ ? 06:59
effie_jayxScottK,  got it...06:59
ScottKjussi01: Looking07:00
RainCTjussi01: well, that's if you want to get the packages from Gutsy.07:00
effie_jayxScottK,  I got an error...07:00
jussi01RainCT: :D ok...07:00
ScottKeffie_jayx: Please pastebin the error07:00
jussi01ScottK: if you didnt realise thats th copyright file from memaid... but im sure you did... :D07:00
effie_jayxScottK,  http://paste.ubuntu-nl.org/23469/07:01
ScottKjussi01: Yes.  I'd seen it already via google.  See http://paste.ubuntu-nl.org/23468/07:01
ScottKeffie_jayx: Looking07:02
xxxxx1LaserJock: we don't have a log?07:02
jussi01ScottK: thanks07:02
Hobbseeeffie_jayx: add <-rfakeroot> to your command07:02
Hobbseewithout the <>'s07:02
Hobbseedh_testroot: You must run this as root (or use fakeroot).07:02
ScottKeffie_jayx: Install the package fakeroot and then do fakeroot ../merge-buildpackage07:03
ScottKor the way Hobbsee said to do it (it's better)07:03
Hobbseeseeing as you need to build everything with -rfakeroot07:04
jussi01ScottK: does this look better? http://paste.ubuntu-nl.org/23471/ (I thought better to do this than upload to revu... again...)07:05
=== ScottK looks
ScottKeffie_jayx: What's your launchpad ID?07:06
=== mathiaz [n=mathiaz@dsl-149-212.aei.ca] has left #ubuntu-motu []
ScottKjussi01: Much better, but see http://paste.ubuntu-nl.org/23472/ and a question?  Where does upstream say you can use a later version of GPL?07:09
ScottKHobbsee: Yes, I tend to use dbuild when not merging, so I often forget about the fakeroot bit.07:09
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu
effie_jayxScottK,  effie-jayx07:11
ScottKeffie_jayx: OK.  I'm assigning you the Gutsy task for the clamav vulnerabilities this merge will fix.07:12
leonelScottK:  looks it's gonna be easy ...07:12
ScottKleonel: Great.07:12
effie_jayxScottK,  ok07:13
jussi01ScottK: hmmm, I copy pasted that bit from another package thinking it was standard.... :(07:16
ScottKjussi01: Copyright stuff you need to be very careful with.07:16
jussi01ScottK: yes... :( I was under the impression that there was something in the gpl about that, but i havent read it closely enough to be sure...07:17
=== Magnus2 [n=magru@c83-251-23-208.bredband.comhem.se] has joined #ubuntu-motu
=== superm1 [i=malimonc@ubuntu/member/superm1] has joined #ubuntu-motu
ScottKjussi01: The program is licensed as it is licensed.  Look in the upstream LICENSE file07:18
jussi01ScottK: ok :D Ill fix it :D07:18
effie_jayxScottK,  http://paste.ubuntu-nl.org/23474/07:20
=== vijay2000 [n=vijay@59.92.35.76] has left #ubuntu-motu []
=== ScottK looks for effie_jayx
ScottKeffie_jayx: Let me look into that.07:23
effie_jayxok07:23
keescookRainCT: I updated that bug report (117156); it still needs some tweaking.  you're very close, though!  good work.  :)07:23
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
ScottKeffie_jayx: Very strange.  I don't get that.07:25
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
RainCTkeescook: ok thanks, will try to finish it this night (I've to go soon)07:26
jussi01ScottK: My legal english skills suck, but what exactly does section 9 of the gpl2 say about this? ie. http://paste.ubuntu-nl.org/23475/ My interpretation is that it means that I can have that bit there...but I could be completely wrong...07:26
=== biberao [n=bz@a213-22-135-131.cpe.netcabo.pt] has joined #ubuntu-motu
effie_jayxScottK,  probably me... :S07:27
RainCTbtw, do you guys keep the source of the packages you did until they are uploaded or only the debdiff?07:28
ScottKjussi01: If the Program specifies ... "any07:28
ScottKlater version" - Where did they specify and any later version?07:28
Hobbseeeffie_jayx: could you pastebin workk/clamav/clamav-0.90.3/debian/patches/24_nullmailer_ftbfs somwhere?07:28
effie_jayxsure ..07:28
Hobbseeif it's dying07:28
jussi01ScottK: no, it doesnt specify a version so any version will do...07:29
ScottKjussi01: That's not how I read it.  I read it you have to specify a later version is OK.  As I understand it that's the usual interpretation.07:30
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
jussi01ScottK: 07:31
jussi01If the Program does not specify a version number of07:31
jussi01this License, you may choose any version ever published by the Free Software07:31
jussi01Foundation.07:31
ScottKkeescook: Are you going to be around to upload leonel's clamav fixes when he has it done?07:31
effie_jayxHobbsee, http://paste.ubuntu-nl.org/23477/07:31
keescookScottK: I think so, sure.  I should be online for the next 6 or 7 hours.07:31
Hobbseeeffie_jayx: does it work if you patch it with patch -p1...?07:32
ScottKjussi01: The way I read that is that they included GPL V2 in LICENSE, so they specified.  It's better to be conservative about what rights the author gives than liberal.07:32
effie_jayxHobbsee,  how can I check?07:32
jussi01ScottK: ok :D sorry for being so annoying about it.... 07:33
ScottKHobbsee: I think effie_jayx's copy got corrupted somehow as it builds fine for me.07:33
ScottKjussi01: No problem.07:33
Hobbseeahh07:33
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
effie_jayxScottK,  I must have messed it up :S07:33
ScottKHobbsee: Help is welcome here.07:33
=== Hobbsee is getting some sleep before meetings
ScottKOK07:34
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
ScottKeffie_jayx: Here's what I think we should do...07:34
effie_jayxok07:34
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
ScottKeffie_jayx: Make a new dir somewhere else and grab the package from DaD again.07:34
ScottKThen copy your changelog and clamav-feshclam.init.in files from the old one to the new.07:35
effie_jayxok07:35
ScottKThen try to build it again.07:35
ScottKYou are running a current Feisty, right?07:35
HobbseeScottK: you're doing well, keep ti up :)07:35
jussi01ScottK: http://paste.ubuntu-nl.org/23479/ better?? :D 07:36
ScottKjussi01: To whom does the phrase Original Author apply?07:36
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== bersace [n=bersace@81.185.32.206] has joined #ubuntu-motu
effie_jayxScottK,  yes07:36
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
evandpochu: https://wiki.ubuntu.com/UbiquityForumIdeas :)07:37
ScottKOK.  Just checking, because that's what I have too.07:37
effie_jayxScottK,  I am already downloading throyg the grab-merge07:37
=== Martinp23 [n=Martinp2@wikimedia/Martinp23] has joined #ubuntu-motu
jussi01ScottK: gah, i thought i removed that... oops :D07:37
ScottKeffie_jayx: Great.07:37
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
jussi01ScottK: Im going to have a sauna, back soon :D07:41
=== dpm [n=dpm@p54A12A2A.dip0.t-ipconnect.de] has joined #ubuntu-motu
ScottKjussi01: Enjoy07:41
effie_jayxScottK,  same mistake07:44
effie_jayxit must be my file07:44
ScottKVery strange07:44
ScottKtry this instead then ...07:44
ScottKdebuild -S -uc07:45
=== kist [n=root@hspot.pl] has joined #ubuntu-motu
effie_jayxsame mistake07:45
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
ScottKHmmm...  Anyone else got ideas on this (Hobbsee??)07:46
effie_jayxScottK,  am I missing any packages?07:47
nixternalScottK: what is it?07:49
=== nixternal wants to look
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu
ScottKnixternal: effie_jayx is trying a merge of clamav, but can't get the source package to build.  Works here for me.07:50
ScottKeffie_jayx: What was the pastebin for the error again?07:50
=== aanderse [n=aaron@CPE0015e916db19-CM001225d7436c.cpe.net.cable.rogers.com] has joined #ubuntu-motu
nixternalare you building it in a pbuilder or with debuild07:51
effie_jayxScottK,  http://paste.ubuntu-nl.org/23474/07:51
leonelScottK:  do I have to update the pbuillder ?07:51
ScottKnixternal: Building the source package07:51
ScottKleonel: It'd be a good idea07:51
nixternalahh, just with ./configure && make && make install?07:51
nixternalahh merge07:52
nixternalahhhhhhhh07:52
ScottKeffie_jayx: If you get to the point where you've had enough, let us know.  These sort of complications are unusual.07:53
nixternalunexpected operator..does that have to do with any weird chars?07:53
effie_jayxScottK,  I ma patient07:53
=== ScottK starts thinking about locale differences.
nixternalI had a similar issue with chars that were hyphenated or not abcdef...07:53
nixternalScottK: exactly07:53
ScottKeffie_jayx: OK.  Don't want to scare you off.07:53
nixternalI can't think of the proper words damnit ;)07:54
=== ScottK knows zip about locale issues. Good thing you showed up.
ScottKnixternal: We'll wait while you boot out of Vista07:54
nixternaleffie_jayx: look at the file that 24_* is trying to patch07:54
=== nixternal is in Kubuntu all of the time ;)
ScottK;-)07:54
nixternalsee if the line that is causing the problem has <F4> or something similar07:54
nixternalinstead of the character as displayed in the patch, or vice-versa07:55
nixternalthe funny thing is, the custom ascii chars will show fine in vi and emacs, but if you cat the file, they show up as <F4>07:55
effie_jayxnixternal,  looks fine on vi07:57
nixternalI just worked on a package that had a similar issue, but I can't remember what it was07:57
effie_jayxshall use cat07:57
nixternaleffie_jayx: look at it...yes07:57
nixternalor less rather07:57
effie_jayxnixternal,  looks fine to me07:58
nixternalthe patch and the file that is supposed to be patched?07:58
=== fraco [n=fraco@213.219.134.250.adsl.dyn.edpnet.net] has joined #ubuntu-motu
=== iceman [n=iceman@cable-87-244-154-165.upc.chello.be] has joined #ubuntu-motu
effie_jayxnixternal,  the pactch looks ok...07:59
nixternalcheck the file that is supposed to be patched with less07:59
nixternalI am trying to remember exactly the error I got that was similar08:00
superm1nixternal, would I be able to get a second opinion from you on a package that ScottK and Lutin were looking over yesterday?  There was some questioning as to if the naming is OK to use08:01
jussi01hello again... :D08:01
nixternalheh, I am probably the worst person to ask, I am a packaging no0b..but I would give you my 2 cents still :)08:01
superm1nixternal, http://revu.tauware.de/details.py?upid=5325.08:02
nixternalspeaking of naming, I need to rename my Debian package libhttp08:02
nixternalrevu looks broke to me08:02
nixternalmod_python error08:02
superm1http://revu.tauware.de/details.py?upid=5325 (maybe that period threw it)(08:03
=== tideline [n=tideline@65.98.69.13] has left #ubuntu-motu []
nixternalheh, silly me..I didn't even catch that08:03
nixternalis it a library?08:04
effie_jayxnixternal,  they look fine to me :S08:04
nixternaleffie_jayx: hrmm...08:04
effie_jayxshall I do this without using locales ...08:05
effie_jayxnixternal,  I gotta run... I will keep at this latter tonight...08:06
nixternalroger that08:07
effie_jayxcool :D08:07
effie_jayxScottK,  I owe you... 08:07
=== doko_ [n=doko@dslb-088-073-073-096.pools.arcor-ip.net] has joined #ubuntu-motu
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
ScottKI've got to run.  I'll be back later.08:08
leonelScottK:   I have no patch  or difff   I will apply the patch to the source   but dpatch-edit-patch  asked for a patchname  I ran  with   dpatch-edit-patch pdf-ole-bugfix.patch08:08
leonelis this right ?08:09
nixternallibhdhomerun is actually a set of utilities right? or does it create .so, .la and such library files?08:10
nixternalit won't make here08:10
superm1nixternal, it just makes a utility08:11
superm1but it used to make .so files that were used too08:11
superm1they have since then removed this functionality08:11
nixternallet me guess, they had an issue using lib*?08:11
superm1exactly08:11
superm1whereas there are packages that do this08:11
nixternalya, I don't think it should be lib either08:12
superm1and the reason i wanted to name it that is because of upstream08:12
superm1they call it libhdhomerun there08:12
nixternalyou could ask in #debian-mentors possibly on OFTC08:12
superm1oftc?08:12
nixternalI notice Red Hat has it as libhdhomerun as well08:12
nixternalOFTC IRC where Debian hangs out08:12
nixternalthere should be a document somewhere that explains Debian package naming08:13
=== dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu
superm1given redhat having it as libhdhomerun, I would think it only makes sense for us to do the same thing08:13
superm1and the resultant binary package is still hdhomerun-config (not libhdhomerun)08:13
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu
nixternalthe package name should carry the same name as the binary...seeing as this is being built as a single binary, then it should possibly be hdhomerun08:15
nixternalhttp://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Package08:15
superm1which it does; its just the source package that does not08:16
nixternalyou could always email the Debian Mentors email list asking for their opinion on it as well08:16
superm1I just poked in there , without any immediate responses08:16
nixternalI just asked in the mentors channel for an opinion on it08:18
superm1am i in the wrong mentors channel.... ##debian-mentors is where freenode directed me08:19
nixternalyes, you should be using the irc.oftc.net08:19
superm1oh... OFTC08:19
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== twanj [n=chatzill@c-75-74-146-27.hsd1.fl.comcast.net] has joined #ubuntu-motu
=== crevette [n=crevette@man06-2-88-167-44-76.fbx.proxad.net] has joined #ubuntu-motu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== stijn_pol [n=stijn@d54C18E1E.access.telenet.be] has left #ubuntu-motu []
=== phanatic [n=phanatic@ubuntu/member/phanatic] has joined #ubuntu-motu
=== macd [n=d@cl-116.atl-01.us.sixxs.net] has joined #ubuntu-motu
=== Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== dharrigan [n=dharriga@82-71-62-76.dsl.in-addr.zen.co.uk] has joined #ubuntu-motu
=== Tonio_ [n=tonio@81.185.112.75] has joined #ubuntu-motu
leonelScottK: clamav  0.90.2 patched ... and debdiff sent  to lauchpad .09:22
=== theCore [n=alex@ubuntu/member/theCore] has joined #ubuntu-motu
=== jussi01 [n=jussi@dyn3-82-128-185-45.psoas.suomi.net] has joined #ubuntu-motu
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
=== javier_galicia [n=Javier@189.130.231.23] has joined #ubuntu-motu
=== RainCT [n=RainCT@212.166.243.134] has joined #ubuntu-motu
=== fretchen [n=fred@dslb-088-073-228-044.pools.arcor-ip.net] has joined #ubuntu-motu
fretchenHello09:33
=== javier_galicia [n=Javier@189.130.231.23] has left #ubuntu-motu ["Leaving"]
fretchenif  i have a problem with a package in the universe and i dont get a answer for a question in the forum, where should i ask then?09:34
fretchenis the time to post a bug in the launchpad then?09:34
LaserJockfretchen: if it's a bug and not a user issue09:35
LaserJockeither bugs.launchpad.net/ubuntu or answers.launchapd.net/ubuntu for the latter case09:35
fretcheni think that it is a bug09:36
fretchenbecause an official example in the doc does not work09:37
ryanakcacan someone please review http://revu.tauware.de/details.py?upid=5314 ?09:37
LaserJockfretchen: for what app?09:37
fretchenbuilding an python-extension with boost does not work09:37
fretchenand i found absoultly no solution anywher09:38
=== tru_`z24 [n=truz_`24@74-129-166-232.dhcp.insightbb.com] has joined #ubuntu-motu
=== reggaemanu_ [n=manu@ARennes-257-1-160-82.w86-214.abo.wanadoo.fr] has joined #ubuntu-motu
nixternalryanakca: are you planning on maintaining the package in Debian at all?09:41
theCorefretchen: perhaps, I could you help you with your extension problem (I'm working on Python core, right now)09:42
fretcheni described the problem here: http://ubuntuforums.org/showthread.php?t=45985309:45
fretcheni hope i am not to fast with asking here09:45
theCorefretchen: just to be sure, you installed boost development libraries, right?09:47
ryanakcanixternal: ummm... I could...09:47
ryanakcanixternal: why?09:47
nixternalthat way there you can just sync it with Ubuntu09:48
nixternalI have started doing new packages in Debian and then just requesting a sync to Ubuntu09:48
fretcheni have installed the libboost-dev, the libboost-python-dev and boost-build09:48
theCorefretchen: ok, let me see then ... 09:49
ryanakcanixternal: hmm... but then, I suppose I'd need a debian comp? or someone with free vmware-server hosting?09:49
nixternalor how about a pbuilder-sid ;p09:49
ryanakcanixternal: yes, but to test?09:50
theCoreryanakca: pbuilder login?09:50
nixternalyou can setup Debian in VirtualBox as well09:51
ryanakcatheCore: hmm. wont that mess up my pbuilder image? or will it just erase once I log out?09:51
theCoreryanakca: I don't know. I will have to test it out09:51
ryanakcanixternal: I said vmware-server hosting because my box doesn't have enough RAM to run VirtualBox or vmware-server ... :(09:52
theCoreryanakca: but I strongly suspect that it doesn't change your image09:52
ryanakcatheCore: cool09:52
nixternalI don't use dvorak otherwise I could help test it09:52
ryanakcatheCore: login  Logs into the chroot, and cleaned up afterwards.  Any changes you make will not be kept.  Only use this for temporary and debugging purposes.09:53
nixternalryanakca: you can create another pbuilder image, separate from the one you use09:53
nixternalI have Dapper, Edgy, Feisty, Gutsy, and Sid09:53
theCoreoh, ryanakca you are a Dvorak user now :)09:53
ryanakcanixternal: hmmm. I'll create a sid one, and if it works, could you try getting it into debian?09:53
ryanakcatheCore: Yeah09:53
=== theCore ugh!
nixternalryanakca: I will show YOU how to get it into Debian :)09:54
theCoregood luck with laptops :)09:54
ryanakcatheCore: lol, much better than QWERTY :P09:54
ryanakcawhy?09:54
ryanakcanixternal: cool, thanks09:54
theCoreryanakca: most (if not all) are Qwerty09:54
ryanakcanixternal: if it's long, feel free to go shower and get ready for the meeting first09:54
fretchenthecore: the problem is also discussed there:http://mail.python.org/pipermail/c++-sig/2007-January/011783.html09:54
fretchenbut i can add this too in my post09:55
theCoreand using the shell with a Dvorak layout is painful09:55
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-motu
ryanakcatheCore: so... you just change the keyboard map and ignore the printed keys09:55
nixternalryanakca: all you do is create the package, file an ITP bug, put it on mentors.debian.net and make sure it states in the changelog that it closes the ITP bug, and then you file an RFS and seend it to the debian-mentors mailing list09:55
nixternaloh ya, I need to shower yet09:55
ryanakcacool09:55
ryanakcalol09:55
nixternalit is 3pm here, I leave for class at 5pm09:56
nixternalmeeting at 4pm09:56
nixternaljeesh09:56
ryanakcatheCore: It also adds a small layer of security here... nobody in my house knows how to use Dvorak... so they can't write anything and they'd have a hard time logging in...09:56
ryanakcanixternal: Chicago isn't EST09:57
ryanakca?09:57
nixternalCST09:57
nixternal-0500 during daylight savings09:57
ryanakcahmm. learn something new every day :)09:57
nixternalya, if it wasn't for Ubuntu last year, I would have never known that either09:57
ryanakcaah09:58
=== ryanakca bbl
nixternalI would have always thought we were -0600 all the time09:58
theCoreryanakca: eh, I got a Das keyboard for that :)09:58
theCoreryanakca: no key labels at all09:58
=== fretchen [n=fred@dslb-088-073-228-044.pools.arcor-ip.net] has joined #ubuntu-motu
=== luisbg [n=d33p@87.217.145.247] has joined #ubuntu-motu
nixternaltheCore: you are hardcore10:02
theCorewell ...10:02
nixternalI bought one of the letterless keyboard back in the late 90s, and I realized I wasn't all that elite10:02
nixternalit would be hard for me to change from qwerty. I have been using it for more than 20 years...and currently I can hit up to 180 words per minutes10:03
theCoreI been using mine for now about 5 months  10:03
nixternal201 is the fastest I have ever hit during a timed typing test at a job fair10:03
nixternalI hit 201 for like 5 seconds10:04
theCoreouch, I don't type that fast, though10:04
=== ivoks [n=ivoks@39-29.dsl.iskon.hr] has joined #ubuntu-motu
nixternalholy smokes..I just wanted to see who is the fastest typer in teh world10:05
nixternalI am 11 words off from the record, however I can't maintain it10:05
nixternalthis woman typed at 150wpm for 50 minutes10:05
nixternalholy smokes10:05
nixternalafter a minute my hands are done10:05
theCoreI bought a letterless keyboard to free myself from always peeking at my keyboard10:06
nixternal170wpm with a dvorak10:06
theCoreyeah, she is crazy10:06
nixternalI learned young to not peak at it...my mom and dad would get annoyed when I would hunt and peck on the trs8010:06
=== neversfelde [n=neversfe@nrbg-4db447a2.pool.einsundeins.de] has joined #ubuntu-motu
nixternalI do peak when shift+number though10:06
theCoreshe also one of the most wanted secretary in the U.S. 10:06
nixternalevery now and then10:06
theCoreok, back to fretchen's problem 10:08
nixternalhehe10:08
theCorefretchen: that certainly looks like a bug 10:08
theCorefretchen: I never used boost, so you will have to give a few minutes to learn the basics10:09
fretchenno prob10:09
_MMA_Sorry. OT but this is cool. http://www.youtube.com/watch?v=bjxVXKEJnM4&mode=related&search= Sorry if Im late.10:11
crimsunyou crazy Vista user, you.10:12
crimsunI can type maybe 20 WPM.10:13
nixternalwait a second10:13
nixternalI should put Vista on highlight, that way there I can find out when you are talking badly about me ;p10:13
crimsunah...social engineering at its finest/worst.10:14
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu
theCorefretchen: ok ... I am getting the same error10:14
=== hendrixski [n=hendrixs@cpe-66-66-116-69.rochester.res.rr.com] has joined #ubuntu-motu
ryanakcanixternal: ITP == http://www.debian.org/Bugs/ ?10:16
fretchenthis is good10:17
=== giskard [n=giskard@62-101-126-218.ip.fastwebnet.it] has joined #ubuntu-motu
nixternalryanakca: www.debian.org in docs look at the new maintainer guide and policy for all of your info10:17
beunoryanakca: http://www.debian.org/devel/wnpp/10:17
fretchen...or not i am not sure :D10:17
nixternaland with debian bugs, you file them via email10:17
nixternalwnpp, ya thanks beuno 10:17
beuno:D10:17
ryanakcanixternal: ah, thanks10:17
ryanakcanixternal: hmm. that's wierd10:17
=== Peaker [n=Peaker@84.94.146.183.cable.012.net.il] has joined #ubuntu-motu
nixternalhehe10:17
=== ryanakca likes LP better :P
beunoryanakca: there's a reason why they went to all the trouble of building a new system from scratch   :D10:18
nixternalryanakca: there is also reportbug, but for some reason ours doesn't report to debian10:18
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu
=== caravena [n=caravena@179-163-223-201.adsl.terra.cl] has joined #ubuntu-motu
crimsunoh thank deity, 1.0.14 is finally out.10:21
hendrixskievery time I think I have this packaging thing figured out, turns out  I don't10:22
crimsunpackaging is easy, just ask nixternal.10:23
crimsunin fact, if you have any questions about anything, just ask nixternal.10:23
nixternalheh, I know absolutely nothing about packaging10:23
crimsun(he's obviously lying, since he maintains packages in Debian)10:24
hendrixskiwell... I'm here to ask... I gather this is the right place to do so :-)~10:24
nixternalI don't maintain anything in Debian, so nannynannybooboo10:24
hendrixski:-( I made a first.py and a setup.py, then ran python setyp.py bdist which made a tar.gz ... ran dh_make -e myaddress -f dir/location.tar.gz10:24
hendrixskiso it ran... it made a debian/ directory, and even a .orrig.tar .. but no .dsc file :-(10:25
nixternalhendrixski: dh_make doesn't create the dsc file10:25
nixternalyou need to fix up the debian directory first10:25
nixternaland then in the root dir (i.e., from the debian/ dir cd ../) and then build it with either debuild or dpkg-buildpackage10:26
hendrixskioh.. ok, so I didn't do anythong _wrong_ yet, just missing the last step?10:26
nixternaldh_make just debianizes the package and creates the orig file10:26
nixternalhendrixski: you got it :)10:26
hendrixskioh... Ok... I just realized there's another page to this manual I'm looking at10:26
hendrixskiLOL10:26
=== hendrixski slaps himself so that you don't have to
fretchenthe ubuntu packaging guide was a nice help10:27
crimsun(I toldya he knows.)10:27
nixternalhehe10:27
nixternalcrimsun: I know the minimal stuff, like how to ask crimsun for help when packaging :p10:27
fretchenfor me until now(but i didn't had to pack anything until now ;) )10:27
crimsunpsht, I know nothing.10:28
nixternalya, I wish I could say that about you crimsun, but ummm...I can't ;)10:28
=== Lure_ [n=lure@89-212-19-55.dynamic.dsl.t-2.net] has joined #ubuntu-motu
nixternaldebian-mentors is a champ as well when it comes to learning how to package10:28
hendrixskinixternal, I've mastered the art of asking crimsun too... I've been here a few times before and he's helped me out10:29
nixternalI need to work on my library package and rename it10:29
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu
hendrixskiooh... debian mentors ...  nice  :-) that's Debian wide, not just Ubuntu right?10:29
theCoreLaserJock: btw, do you still maintain the packaging guide?10:30
crimsunhendrixski: correct10:31
crimsuntheCore: he welcomes patches10:31
superm1nixternal, still no response in debian-mentors.  would it not be enough to let it go on the basis that other packages have source packages named as such. (Like libextractor-python)10:31
crimsunwhat's the issue?10:35
superm1the naming of the source package on http://revu.tauware.de/details.py?upid=532510:36
superm1 silicon dust names it libhdhomerun10:36
superm1so the source package is also named as such10:36
hendrixski:-( debuild failed ...  "unrepresentable changes to source"10:36
theCorecrimsun: eh10:36
superm1but produces a binary package called hdhomerun-config10:36
fretchentheCore: should i do anything else and which way will it go?10:36
theCoreI should send a couple then10:36
crimsunsuperm1: it doesn't actually generate a library?10:37
superm1Not anymore10:37
superm1older versions did afaik10:37
=== Lamego [n=lamego@a83-132-143-135.cpe.netcabo.pt] has joined #ubuntu-motu
superm1so historically its been named libhdhomerun10:37
theCorefretchen: it seems bjam is nasty when it's used outside of boost build tree 10:37
crimsunsuperm1: we're not tied to upstream's naming schema10:37
theCorefretchen: so you probably want to try to build boost by yourself10:38
xxxxx1bye guys10:38
superm1nixternal also mentioned that red hat named their source package libhdhomerun as well though10:38
fretchen=-Oi have never packed anything until now10:39
fretchenbut well there is always a first time10:39
LaserJocktheCore: depends on the definition of "maintain"10:39
theCoreLaserJock: ah hello!10:39
theCoreLaserJock: maintain = writing stuff for it 10:40
theCorefretchen: you won't need to package it10:40
LaserJocktheCore: I haven't for a while10:40
fretchenokay10:40
fretchenwrite10:40
LaserJocktheCore: I've got a pile of 7 bugs to get fixed10:40
fretchenright10:40
theCorefretchen: just download libboost, and compile in your home dir10:40
fretchenmy mistake10:41
LaserJocktheCore: I just haven't found a lot of time lately10:41
leonelScottK: dapper's  clamav  can be done  too  but will be  88.2   but   how  usefull can  this  be ?10:41
LaserJocktheCore: and lately I mean, so far this year ;-)10:41
theCoreLaserJock: same here10:41
=== finalbeta [n=gggggggg@d54C6865D.access.telenet.be] has joined #ubuntu-motu
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
=== hendrixski hozed his pbuilder ... hozed it good
theCorethe Google Summer of Code is demanding for me, right now10:42
fretchenwell thx for help10:42
fretcheni will look at it10:42
fretchenbye e110:42
crimsunsuperm1: a bit odd, but I don't see anything majorly wrong with the source package on revu10:42
theCorefretchen: good luck10:42
crimsunsuperm1: might want to fix up the minor bits, like the misspelling in debian/control10:42
fretchenshould i describe the success our failure at the forum or is it senseless?10:43
superm1crimsun, misspelling?10:43
crimsun  * Performing scans10:43
crimsun  * Peforming firmware upgrades10:43
hendrixskiI don't see a command in "man pbuilder" for deleting the existing pbuilder and starting again?10:43
superm1oh yup :)10:43
hendrixskioh... or can I just run pbuilder create again, and it'll replace the existing one?? :-)10:44
theCorehendrixski: why delete, when you can update?10:44
superm1crimsun, i was particularly concerned with the man page that I wrote - was it written correctly and includes correct info?10:44
hendrixskitheCore, I tried... it hit a wall and just wouldn't go10:44
superm1erg better wording s/correct info/necessary info for a man page/10:45
theCorehendrixski: then just smash /var/cache/pbuilder/base.tgz in the outer space :)10:45
crimsunsuperm1: please clarify in hdhomerun_config.1 under what terms it is distributed10:45
joejaxxHello ALl10:45
joejaxxAll*10:45
superm1Ok crimsun.10:46
=== fretchen [n=fred@dslb-088-073-228-044.pools.arcor-ip.net] has left #ubuntu-motu []
LaserJockis there an easy CLI tool to check the amount of network activity?10:46
=== fargiolas [n=pippo@host12-4-dynamic.6-87-r.retail.telecomitalia.it] has joined #ubuntu-motu
fargiolasLamego: thanks for the new gnome-mastermind package :)10:47
crimsunLaserJock: ntop, darkstat10:47
hendrixskitheCore, I'll try that... deleteing the base.tgz and creating a new one.10:47
=== hendrixski hopes that the problem is the soft link to pbuilder
crimsunalthough "amount of network activity" is ambiguous regarding what the target is10:47
Lamegofargiolas, yw :)10:48
theCoreoh, sweet. I just found a good free book on assembly programming with GNU as/ld10:48
=== Q-FUNK [n=q-funk@dsl-hkibras1-ff55c300-121.dhcp.inet.fi] has joined #ubuntu-motu
theCoreok, I need to get back to my project10:49
theCorelater guys10:50
ScottKleonel: Very useful for those that don't have backports enabled.10:50
superm1crimsun, i'll make those two changes later - but you would say the source package name is going to be OK right?10:51
crimsunsuperm1: right.10:51
crimsun16:42 < crimsun> superm1: a bit odd, but I don't see anything majorly wrong with the source package on revu10:51
ScottKleonel: For your debdiff, version should be ubuntu1.1, not ubuntu2 and security is misspelled.10:52
superm1oh right :).  Thanks10:52
=== anji [n=anji@neko.speedxs.nl] has joined #ubuntu-motu
anjihi, does anyone know how I can force overlapping subtitles in mplayer? -overlabsub does nothing :( .. using latest feisty build11:00
anjierr, wrong channel11:00
anjisorry11:00
=== LaserJock [n=mantha@ubuntu/member/laserjock] has joined #ubuntu-motu
=== luisbg [n=d33p@87.217.144.49] has joined #ubuntu-motu
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu
=== _neversfelde [n=neversfe@nrbg-4db44068.pool.einsundeins.de] has joined #ubuntu-motu
=== anji [n=anji@neko.speedxs.nl] has left #ubuntu-motu []
=== Admiral_Chicago [n=freddy@ubuntu/member/admiral-chicago] has joined #ubuntu-motu
leonelok11:18
leonelScottK: how can I fix it  without redoing everything ?11:18
hendrixski:-) ok, so re-installed pbuilder and now that works :-) 11:19
hendrixskibut the .dsc still generates problems saying there's no makefile found :-( I don't see a makefile in other python packages so... what can I be doing wrong?11:19
=== cypher1 [n=cypher1@c-68-83-184-230.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Hobbsee_ [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
ScottKleonel: Fix debian/changelog, make a new source package, make a new debdiff.  Or, since it doesn't change the number of lines, CAREFULLY edit the existing debidff and re-upload it to LP11:54
=== YokoZar [n=scott@c-76-20-46-159.hsd1.ca.comcast.net] has joined #ubuntu-motu
YokoZarWhen's the next MOTU meeting where I can get MOTU status?12:00
leonelScottK:  clamav (0.90.2-0ubuntu1.1) feisty-security; urgency=low12:01
YokoZarOr does this happen entirely over mail?12:03
ScottKYes12:05
ScottKThen ping keescook when it's ready12:05
=== keescook looks around
keescookwhat bug #?12:06
pochuYokoZar: https://wiki.ubuntu.com/MOTU/Hopeful/Recruitment12:06
YokoZarYeah I'm reading that now, thanks12:07
leonelScottK:  uploaded12:08
YokoZarSo this is a bit tricky, since my sponsor (Stephen Hermann) just left the project.  Now there's no one to upload the Wine packages I've been making.12:08
LaserJockpeople can still sponsor you12:08
LaserJockit's just going to be a bit more difficult12:08
LaserJockas they won't be as familiar with it12:08
YokoZarHonestly he was more or less straight importing the packages, and I've been "should be MOTU" since MOTUs started existing, heh12:09
=== blueyed [n=daniel@h170368.serverkompetenz.net] has joined #ubuntu-motu
blueyedHi masters of the universe :)12:11
blueyedI'm one of the upstream developers for b2evolution, which has a very old release in Debian.12:11
blueyedIt gets imported from Debian to Universe. What's the best way to take over maintainership for it?12:12
Hobbseehey blueyed :)12:12
LaserJockblueyed: do you want to maintain it in Debian or Ubuntu?12:12
blueyedLaserJock: rather in Ubuntu, as I'm using it. But of course, I'd like the changes to be available in Debian, too.12:13
LaserJockblueyed: well, in Ubuntu we team maintain things12:13
LaserJockso anybody can touch any package, more or less12:14
LaserJockblueyed: so have at it12:14
blueyedSo I could provide a debdiff for the current stable release to update it?12:14
LaserJockyou'll just need to get a MOTU to sponsor the upload for you12:14

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