/srv/irclogs.ubuntu.com/2005/12/17/#ubuntu-motu.txt

hub_lifeless: in dapper or still on revu?12:04
lifelessneither12:04
hub_ah12:04
hub_where?12:04
lifelessI have the package as source on people.ubuntu.com12:04
lifelesshttp://people.ubuntu.com/~robertc/12:04
lifelessopensync/upstream is a bzr branch of the upstream [effectively the upstream tarball] 12:04
lifelesstheres also a debian patched version and the debian control dir12:05
hub_what about upload to universe?12:05
lifelessits not quite ready.12:05
lifelessI'll upload it to sid next weekend I think12:05
hub_okay12:05
lifelessI can't upload to universe, I'm not a MOTU12:05
hub_well if it is in Debian it will make its way :-)12:06
hub_I'll just apt-get source it :-)12:06
hub_I thought about packaging it, but I got stuck in various other things12:06
hub_unrelated12:06
dholbachdamn, now i did a secret key combo and my kvm switch worked, i need to find out which one it was12:07
lifelesshub_: so me, ajmitch and azeem are teaming up to package the lot12:08
lifelessif you have spare cycles, the more the merrier12:08
hub_dholbach: on mine it is "scroll lock" twice and a number (not on the keypad)12:08
=== Kyral [n=kyral@hamlin-166-19647.hamlin.clarkson.edu] has joined #ubuntu-motu
hub_lifeless: spare cycle? not currently12:08
hub_lifeless: but I'll see what I can do12:09
hub_and half borked latpop does not help12:09
=== dholbach resorts to the crude method and steps on the button
hub_dholbach: I'd say RTFM12:12
hub_:-)12:12
dholbachhub_: i did - it just not seems to behave the way the manual says12:12
dholbachbut it robust... i think it'll work fine with stepping-on-it--treatment12:13
lfittlbmonty: Could you review http://revu.tauware.de/details.py?upid=1127 again?12:13
bmontylfittl: sure12:13
=== PlanarPlatypus [n=alucard@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu
=== wjb [n=Warren@117.225.11.192.in-addr.arpa] has joined #ubuntu-motu
bmontysistpoty: can you mark filelight as fixed on the REVU2 page?12:23
dholbachgood night guys, i'm off to bed12:23
bmontybye dholbach12:23
lfittlgn8 dholbach12:24
dholbach*wave*12:24
sistpotygn8 dholbach12:24
dholbachand somebody review seveas' package :)12:24
dholbach*wave*12:24
Seveasyeah, somebody review my package :)12:25
sistpotybmonty: done12:25
bmontysistpoty: thanks12:25
sistpotynp12:25
=== hub_ is now known as hub
=== doko_ [n=doko@dslb-084-059-073-144.pools.arcor-ip.net] has joined #ubuntu-motu
=== hunger [n=hunger@p54A63381.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== mmtb [n=mmtb@dxu121.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
LaserJock_could I get a couple of MOTUs to review plotdrop? It will be quick and painless, I promise12:44
=== ajmitch returns
raphinksome of my packages on REVU have also been advocated once already and just need a check12:46
raphinkwb ajmitch12:46
sistpotyI'm off to bed now...12:46
raphinkajmitch: would you have some time to review packages?12:46
sistpotygood night everyone12:46
raphinknight sistpoty12:47
ajmitchraphink: maybe12:48
raphink:)12:49
raphinkajmitch: there's a large choice on REVU :) easiest ones might be the ones that have already been advocated :)12:49
raphink(not very sure)12:49
lfittlajmitch: Do you have some time to review http://revu.tauware.de/details.py?upid=1127 again? (I just need that one to know how to do library packaging correctly)12:49
raphinkI'll review it lfittl if you want12:50
lfittlraphink: that would be nice :)12:50
raphinkso ajmitch can review my packages12:50
raphinkunless you can review them :)12:50
lfittlI am no reviewer (yet) ;)12:51
=== ajmitch is at work, so clamoring for reviews isn't going to be very effective
ajmitchsince usually I'd just do it sometime when I'm at home :)12:51
raphinklfittl: do you know about debian/*.install files ?12:52
lfittlraphink: sure, but like putting things in debian/rules if possible ;)12:52
raphinkok12:52
raphinkit's just that I think using debian/*.install is easier for libs12:53
raphinkfor many things, but esp. for libs ;)12:53
raphinkas you generate different files for different packages12:53
raphinkbut I understand if you don't like to use them :)12:53
lfittlgood :)12:53
raphinkdh_install src/libcafix.so.0.1.1 /usr/lib <-- you don't build the lib?12:54
raphinkI might be wrong, but I think debhelper+cdbs usually builds the libs in debian/tmp/12:55
lfittlbad upstream makefile that puts the built lib in src/ ;)12:55
raphinknot in src/12:55
raphinkoh ok12:55
raphinkthat's a bit surprising but as long as it has an explanation ;)12:56
raphinkdid you report this to upstream?12:56
lfittlit seems upstream is almost dead12:56
raphinkoh :(12:56
lfittllast release was 3 years ago ;)12:57
raphinkouch12:57
raphinkhopefully releasing the package in Ubuntu might get people to work on it12:57
raphinknever know12:57
lfittlmaybe :)12:57
ajmitchyes, putting anything straight into /usr in packaging is a recipe for disaster12:57
=== ajmitch should have commented on that one earlier
raphinkwhat do you mean ajmitch ?12:58
raphinkwhat is put straight in /usr?12:58
=== theCore [n=thecore@toronto-HSE-ppp3960900.sympatico.ca] has joined #ubuntu-motu
ajmitchjust saying that if you did it that way12:59
ajmitchdh_install should prepend the appropriate directory12:59
ajmitchiirc12:59
raphinkajmitch: I just meant that the source is usually built in debian/tmp01:00
raphinkso that the lib is found in debian/tmp/usr/lib01:00
raphinkbut in that case it's built in src/01:00
ajmitchno, the source is built in place01:01
ajmitchand installed into debian/tmp using the DESTDIR argument01:01
ajmitchwhich this makefile happily ignores01:01
raphinkwhich is usually automatic, using debhelper+cdbs, no?01:01
ajmitchmkdir -p /usr/lib01:01
ajmitch/usr/bin/install -c -m 644 include/cafix.h /usr/include/01:01
ajmitch/usr/bin/install -c -m 644 src/libcafix.a /usr/lib01:01
ajmitch/usr/bin/install -c -m 755 src/libcafix.so.0.1.1 /usr/lib/01:01
raphinkok01:01
ajmitchthat looks to really not be healthy01:01
raphinkic01:02
ajmitchsince it's installing files outside of the packaging01:02
ajmitchpotentially overwriting the files installed on the system, etc01:03
ajmitchand generally messing things up01:03
lfittlajmitch: should I patch the Makefile?01:03
lfittlor just disable the autotools install target01:03
ajmitchcertainly patch the makefile01:04
=== ajmitch wishes for the veto option on revu :)
lfittlanything else you found? :)01:04
=== mr-russ [n=mr-russ@CPE-203-45-4-40.vic.bigpond.net.au] has joined #ubuntu-motu
=== ajmitch doesn't have time to find much :)
lfittlk, I will patch the makefile tomorrow, just need to get some sleep now..01:06
ajmitchI think I need to write a check for packages touching files outside the build area01:06
lfittlgood idea :)01:06
ajmitchand throw up big red warnings01:06
lfittlgn8 everybody01:06
ajmitchnight01:06
ajmitchmaybe take a manifest of files in the chroot after dependencies are installed..01:07
ajmitchand then check the list once the package is built..01:07
=== bpuccio [n=brian@ool-457afde7.dyn.optonline.net] has joined #ubuntu-motu
seth_k|lappyajmitch, I think https://launchpad.net/bugs/5577 is FINALLY ready :P I sure need to get faster / better at those.01:15
UbugtuMalone bug #5577: noteedit: merge new debian version In: noteedit (Ubuntu), Severity: Normal, Assigned to: MOTU Merge Team, Status: PendingUpload https://launchpad.net/bugs/557701:15
whiprushajmitch: did someone take logs of the MOTU-school thing?01:34
ajmitchwhiprush: yes01:39
=== Kyral wonders if any MOTU can give him one more vote on EasyChem
ajmitchhttp://netz.smurf.noris.de/logs/freenode/01:39
whiprushthanks.01:39
ajmitchwhiprush: http://netz.smurf.noris.de/logs/freenode/2005/12/10/%23ubuntu-motu-school.log to be more precise01:40
whiprushfound it01:40
whiprushthanks much01:40
whiprushhow was the turnout?01:41
ajmitchand then you can read up on my incoherent caffeine-deprived ramblings01:41
whiprushreading now01:41
whiprushheh01:41
ajmitch6am *pain*01:41
whiprushheh01:41
KyralWelcome to mine. 8 AM Final Exam tomorrow01:42
ajmitchconsidering that I went to bed at about 2:30, I did well I think01:42
Kyrallol01:42
Kyralindeed01:42
Kyraloh, the only reason I'm pushing EasyChem right now is because I was handed the World file from the COSI Lab Build and told that if I can find all of them in Ubuntu, then next semester we will put Ubuntu as the lab build01:43
Kyraland EasyChem is on the list lol01:43
ajmitchdoes it work without crashing all over the place?01:44
KyralYup01:44
KyralI corrected all the problems slomo_ noted01:44
raphinkgrrr01:45
=== raphink got a ticket because policemen can't read dates properly
raphinkthey'll have to hire policemen who can at least read...01:46
ajmitchKyral: are there actually examples to install?01:46
Kyralajmitch: You mean .debs?01:47
ajmitchno01:47
ajmitchexamples01:47
=== Kyral blinks
KyralI don't think I follow01:47
ajmitchyou use dh_installexamples01:47
KyralI do?01:47
ajmitchyep01:48
Kyralhmm so I do lol01:48
ajmitchand I don't know if anything gets into /usr/share/doc/easychem/examples01:48
KyralI didn't notice that01:48
ajmitchlet me do a test build on tiber01:48
KyralYah I was about to mention that01:48
KyralI'll remove those and reupload, or do you wanna do the test first?01:49
ajmitchrunning a test build now01:49
=== raphink is going to bed
ajmitchapart from that it looks ok01:49
raphinkbye01:49
ajmitchbut this is a 2 minute look ;)01:49
Kyrallol01:49
ajmitchdoes the makefile actually have an install target?01:50
Kyralin the orig source, no. But I patch one in and the patch is in debian/patches01:51
ajmitchah right01:51
=== ajmitch was looking at the files as they were, unpatched
KyralThis was the reason for the first MOTU-School lol01:51
ajmitchyeah, not terribly tidy, having a prefix with /usr/bin01:52
ajmitchjust because PREFIX is meant to be used for other files apart from the executable01:53
Kyralisn't that where it is supposed to go?01:53
ajmitchsure01:54
ajmitchbut you'd usually set PREFIX=/usr01:54
Kyraloh01:54
ajmitchand install into ${DESTDIR}/${PREFIX}/bin01:54
Kyralah01:55
ajmitch( not {, iirc01:55
ajmitchbut I guess it's alright as it is, just not optimal :)01:55
ajmitchhow useful is it to install a TODO in french? ;)01:56
Kyralthe upstream author is french ;P01:56
ajmitchI know, but you mentioned TODO in debian/docs01:56
Kyraland I don't know enough french to even TRY to translate it01:56
ajmitchit's fairly readable01:57
ajmitchbut I'm not sure of its value01:57
ajmitchI suppose you can keep it :)01:57
KyralI could register it on LP (after talking with upstream) and use Rosetta :D01:58
=== ajmitch doesn't like the patch system you use ;)
=== Kyral falls down
bmontycan someone help with figuring out why this build fails?  http://www.montynet.org/ubuntu/kshutdown-buildlog.txt01:59
bmontysupposedly this builds on debian, but even the debian package fails in the same way02:00
Kyralblame \sh or whoever taught the first MOTUSchool lol. Its the only patch method I know02:00
ajmitchbmonty: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=34287902:00
ajmitchmake & cdbs have decided to have a disagreement02:01
ajmitchKyral: it's adequate for simple tasks02:01
KyralI smell another MOTUSchool ;P02:02
bmontyajmitch: looking...02:02
ajmitchKyral: I think we were going to do a followup to talk about a better system (stamp per patch, using --dry-run first)02:02
bmontyajmitch: ok, so this is a cdbs bug with no fix yet?02:03
ajmitchyep02:04
ajmitchonly fix so far is downgrade make02:04
bmontyI guess this merge will wait until it gets fixed then :(02:05
ajmitchsorry02:05
ajmitchit affects a lot ofpackages02:05
bmontyyeah, so the fix shouldn't be long in coming :)02:05
=== Kyral sighs
KyralSo whats the verdict mitch lol02:06
ajmitchKyral: I'd give it at least 4 out of 10 ;)02:07
=== Kyral falls down
=== ajmitch might advocate once he's tested on his dapper box
ajmitchI like to check that a program runs before I give it a tick02:08
KyralIt runs on Dapper lol. I know because I tested it before I uploaded02:08
=== FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu
ajmitchs/runs/runs on my box/ :)02:08
Kyrallol02:08
bmontydoko: ping02:15
seth_k|lappyKyral, french? I can translate it for you, I speak French02:18
dokobmonty: pong02:19
bmontydoko: I have a question on the gcc-snapshot package, it is on the merge list02:19
Kyralseth_k|lappy: lol shall we get it to Universe first? Then you can just do a NMU on it02:19
seth_k|lappyKyral, alright02:19
bmontydoko: do you sync that package when debian updates it?02:20
bmontyor I should say, when you update it in debian :)02:21
dokobmonty: no, that won't work. what you should do: unpack it, run "debian/rules control", then package it as -ubuntu1, then upload02:22
bmontydoko: ok02:22
bmontydoko: out of curiosity, how come it can't be a sync?02:23
Kyralhmm, how do I figure out what bootservices are going off lol02:25
=== dous [n=adpenara@203.131.155.132] has joined #ubuntu-motu
dokobmonty: differing build dependencies02:26
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu
=== bpuccio [n=brian@ool-457afde7.dyn.optonline.net] has joined #ubuntu-motu
=== freeflying [n=zhengpen@61.190.65.25] has joined #ubuntu-motu
=== freeflying [n=zhengpen@61.190.65.25] has left #ubuntu-motu []
=== seth_k [n=seth@ubuntu/member/sethkinast] has joined #ubuntu-motu
=== hunger [n=hunger@p54A624E3.dip0.t-ipconnect.de] has joined #ubuntu-motu
Kyralhmm, I don't need mdadm if I don't use RAID right?02:59
KyralOkay here goes nothing03:03
=== SloMoSnail [n=slomo@p5487FA78.dip.t-dialin.net] has joined #ubuntu-motu
=== Kyral [n=kyral@128.153.196.96] has joined #ubuntu-motu
KyralI really wish that fsck.reiserfs didn't run at EVERY boot03:12
=== freeflying [n=zhengpen@61.190.65.25] has joined #ubuntu-motu
=== jinty [n=jinty@205.134.224.215] has left #ubuntu-motu ["Leaving"]
=== Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu
bmontyhey LaserJock03:56
LaserJockhi bmonty03:56
LaserJockbmonty: how's the little guy?03:57
bmontyLaserJock: lots of fun, he is starting to recognize me and smile03:57
bmontyalmost 2 months old!03:58
LaserJockcool03:58
bmontyLaserJock: you want to see some pics of him?04:06
LaserJockbmonty: sure, love to04:07
=== grizzli [n=Chris@thornton-ep.tip.csiro.au] has joined #ubuntu-motu
LaserJockbmonty: are you up for a REVU review?04:18
bmontyLaserJock: not really, I'm finishing up a merge and then I'm probably going to bed, sorry04:18
LaserJockbmonty: np04:18
ajmitchhi bmonty, LaserJock04:22
bmontyhey ajmitch04:22
LaserJockhi ajmitch04:22
ajmitchLaserJock: what's the package?04:24
LaserJockplotdrop04:24
ajmitchjust uploaded?04:25
ajmitchah no, I see it04:26
ajmitchhm, interesting pbuilder output04:31
LaserJockreally?04:32
ajmitchyou were asking about why -stamp rules were used?04:32
nmsahello, good morning04:32
LaserJockyeah04:33
bmontyhi nmsa04:34
nmsaI would like to contribute and maintain a package in ubuntu, just that I'm to new in this domain, I would like something simple @ the begining, maybe help someone at start, can I have some directions pls04:34
ajmitchI saw patch being called twice, i think :)04:34
ajmitchLaserJock: want to gently introduce nmsa to the wonderful world of MOTU for me? :)04:35
LaserJockajmitch: only if you help me with -stamps later ;-)04:36
ajmitchsure..04:36
=== ajmitch points LaserJock to his small tutorial ;)
LaserJocknmsa: could you join #ubuntu-motu-school ?04:36
nmsaI'm on since ajmitch made the presentation04:37
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu
LaserJockajmitch: did you see anything else besides the -stamp thing or did you not get past that?04:40
ajmitchLaserJock: sorry, a little busy :)04:41
ajmitchoverall it looked ok, nothing obvious jumped out at me04:41
ajmitchbmonty: cdbs breakage affects most of the gnome packages & kde, so I think we'll get a fix real soon04:44
bmontyyeah, I've been working on merges and without trying I've already run into three04:44
minghuathe bug about make breaking CDBS?04:45
ajmitchminghua: yep04:46
=== ajmitch needs a large spiked club to deal with users
=== bpuccio [n=brian@ool-457afde7.dyn.optonline.net] has joined #ubuntu-motu
ajmitchI didn't really need told that there's a new f-spot release by someone filing a bug04:48
bmontyis there a way that I can request that a buildd try to build a package?04:48
ajmitchyes04:48
bmontyajmitch: mark it wont-fix04:49
ajmitchyou bug lamont or infinity :)04:49
ajmitchhah04:49
ajmitchno, I mark it pending04:49
bmontylamont: ping04:50
LaserJockajmitch: does http://paste.ubuntu-nl.org/5642 look better?04:55
bmontyso if I register a project on launchpad for my python app do you like ubuntu-spy or ump (for ubuntu mirror profiler) or something else?04:56
ajmitchLaserJock: at a glance, I think it's better04:58
LaserJockbmonty: how about Super Wicked Fast Ubuntu Mirror Finder (swfumf) ?04:59
bmontytoo hard to type :)05:00
LaserJockoh well, I'm no good with names05:00
bmontythe debian prog is called apt-spy, but I think ubuntu-spy implies that canonical is pulling a big brother :)05:02
ajmitchyou mean they're not?05:02
ajmitchoh darn, I was hoping they would... ;)05:03
ajmitchsince I'm sure that mark cares *lots* about reading everyone's email ;)05:03
bmontyyeah I'm sure he does05:03
bmontyslashdot quote: "I for one welcome our canonical overlords"05:05
=== bmonty registers a permanent vote for LaserJock to be an MOTU
ajmitchok, bbiab05:07
=== nmsa is now known as nmsa_away
LaserJockbmonty: thanks for the support, I just hope to live up to the MOTU05:09
bmonty:)05:09
=== freeflying [n=zhengpen@61.190.65.25] has left #ubuntu-motu []
bmontygoodnight everyone05:12
=== Amaranth [i=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
LaserJockajmitch: ok, I uploaded a new -stampified version ;-)05:20
=== StevenK starts being naughty and IRC'ing from work.
ajmitchooh, vrms merge05:23
StevenKYup.05:23
StevenKvrms 1.11 can be synced05:23
ajmitchmake sure it works with restricted & multiverse, otherwise you might get critical bugs filed ;)05:23
ajmitchsee 370405:23
=== freeflying [i=zhengpen@61.190.65.25] has joined #ubuntu-motu
StevenKroot@broken:/# dpkg -l vrms | tail -n 105:27
StevenKii  vrms           1.11           virtual Richard M. Stallman05:27
StevenKroot@broken:/# vrms Non-free packages installed on broken05:27
StevenKabs-guide                 The Advanced Bash-Scripting Guide05:27
StevenKThat do you?05:27
StevenKI read the source and the patch, and they both looked fine, but I thought I'd humour you.05:27
ajmitchsure05:28
ajmitchI just found it funny that someone would file a critical bug on vrms05:28
StevenKYeah05:28
StevenKajmitch: Request a sync, since you cared enough to point out the bug? :-)05:28
=== bpuccio [n=brian@ool-457a9c38.dyn.optonline.net] has joined #ubuntu-motu
ajmitchsince it didn't pick up the 'immoral' software05:29
StevenKajmitch: Ta05:30
ajmitchno idea why we got 1.10-0ubuntu105:30
ajmitchit shoul have at least been 1.10ubuntu105:31
=== StevenK nods.
StevenKMartin Meredith is the person to ask.05:31
ajmitchhe hasn't been around irc much lately05:32
ajmitchI've hardly seen him since ubz05:32
=== netjoined: irc.freenode.net -> brown.freenode.net
=== hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu
=== Yagisan [n=jamie@60-240-87-69-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu
=== freeflying [i=zhengpen@61.190.65.25] has left #ubuntu-motu []
=== wjb [n=Warren@117.225.11.192.in-addr.arpa] has left #ubuntu-motu []
=== mmtb [n=mmtb@dxn147.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== bojan [i=www-data@midnight.hu] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== viviersf [n=cain@dsl-146-101-79.telkomadsl.co.za] has joined #ubuntu-motu
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu
=== lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu
=== rob1 [n=Robert@ubuntu/member/rob1] has joined #ubuntu-motu
=== Trash[impersonat [n=matt@ip70-176-253-127.ph.ph.cox.net] has joined #ubuntu-motu
=== jsgotangco [n=jerome@ubuntu/member/jsgotangco] has joined #ubuntu-motu
=== robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
sivang_awaymorning all08:56
crimsun'morning sivang08:58
sivang_awayhey crimsun08:59
sivang_awaycrimsun: you have any idea what this is about:08:59
sivang_away07:57 [freenode]  -!- sivang #launchpad Cannot send to channel so cannot change nicks09:00
sivang_awayI've never had that before.09:00
crimsunsivang_away: ah, that's probably due to the mess freenode was in this weekend. Try reconnecting.09:00
sivang_awayI see, ok, thanks/09:00
=== sivang [i=sivan@muse.19inch.net] has joined #ubuntu-motu
sivangcrimsun: ok, seems that helped :)09:01
crimsun:)09:01
=== rob1 [n=Robert@ubuntu/member/rob1] has left #ubuntu-motu ["Leaving"]
=== Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu
=== hunger [n=hunger@p54A624E3.dip0.t-ipconnect.de] has joined #ubuntu-motu
siretartmorning09:39
crimsun'morning siretart09:40
=== SEJeff [n=SEJeff@12-222-183-136.client.insightBB.com] has joined #ubuntu-motu
=== dholbach [n=daniel@i577B0AD0.versanet.de] has joined #ubuntu-motu
dholbachgood morning motus09:52
crimsunre dholbach09:52
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
dholbachhey crimsun, koke :)09:52
jsgotangcogood morning o great one dholbach09:53
dholbachhaha09:53
kokehi all!09:53
koketoday is below zero here :)09:53
kokewhat a cool morning09:53
jsgotangcothat's nice indeed09:53
minghuaanybody using piuparts?  I wonder if piuparts can use a local directory for apt cache as pbuilder does09:54
ajmitchhey people09:54
=== ajmitch waves to dholbach, jsgotangco, koke, minghua ;)
minghuahi ajmitch09:55
crimsun3.80+3.81.b3.3.80-1ubuntu1. wow.09:57
ajmitchimpressive09:58
ajmitchmake?09:58
=== jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu
crimsunyep09:58
jsgotangcohello professor ajmitch10:02
ajmitch:P10:03
sivangcrimsun: it doesn't work too good for some of the pakcages I tried building10:03
=== irvin [n=irvin@202.138.170.4] has joined #ubuntu-motu
crimsunsivang: yeah, infinity just reverted it, hence the nasty versioning :)10:10
=== Tonio_ [n=tonio@cac94-5-82-229-219-55.fbx.proxad.net] has joined #ubuntu-motu
siretarthuhu dholbach10:20
Tonio_hieveryone10:20
=== ompaul [n=ompaul@213-202-160-173.bas503.dsl.esat.net] has joined #ubuntu-motu
siretarthuhu Tonio_10:33
ajmitchsiretart: I was thinking today - we don't really need to setup a separate chroot system apart from pbuilder10:33
ajmitchsince with hooks & multiple configs we should be able to do what we need10:34
siretartajmitch: there was a plan to use sbuild on tiber10:34
=== dholbach_ [n=daniel@i577B15FC.versanet.de] has joined #ubuntu-motu
siretartwhich doesn't work without a chroot10:34
ajmitchsure, you could use sbuild for building10:34
ajmitchbut pbuilder & piuparts for testing packages10:34
siretartyou right, we could rely on pbuilder and piuparts in the beginning10:35
siretartand add another sbuild 'test' later10:35
ajmitchright10:35
ajmitchwe want to write as little as possible to start with :)10:36
siretartokay10:36
=== etcp_ is now known as etcp
=== raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu
=== raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu
=== dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu
=== blablablabla [n=maniac@i3ED6E859.versanet.de] has joined #ubuntu-motu
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== ptlo [n=senko@83-131-14-19.adsl.net.t-com.hr] has joined #ubuntu-motu
=== herzi_x41 [n=herzi@d021081.adsl.hansenet.de] has joined #ubuntu-motu
=== bojan [i=www-data@midnight.hu] has joined #ubuntu-motu
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu
=== PlanarPlatypus [n=alucard@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
=== retrix [n=sam@ppp215-25.lns1.adl2.internode.on.net] has joined #ubuntu-motu
=== highvoltage [n=Jono@196.207.32.253] has joined #ubuntu-motu
siretartSloMoSnail: ping12:51
=== hunger [n=hunger@p54A624E3.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu
raphinkhi siretart01:13
raphinkis it ok to package a program from binary and include the source in the package ?01:19
raphink:s01:19
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
siretartraphink: err, sounds strange. why should the user want the source?01:27
siretartor better, would?01:27
raphinkwell I mean01:27
raphinkthere's an app I'd like to package01:27
raphinkbut there's no Makefile in it01:28
raphinkinstead01:28
raphinkthe binary is provided with a install.sh script and the source tarball01:28
raphinkthat contains no Makefile as I said01:28
raphinki don't know how to create Makefiles from scratch01:28
siretartah, so your upstream consists of several files, right?01:28
azeemraphink: looks like a great opportunity to learn about Makefiles01:29
azeemraphink: automake is pretty easy to learn, apt-get install autobook01:29
raphinkmy upstream consists of a tarball that contains the bin, an install script and the source tarball with no Makefil01:29
raphinkok01:29
raphinkI tried to open the dir as an existing project in Kdevelop01:29
raphinkbut it doesn't build01:30
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
azeemthose hardcore, bare-bone projects probably don't play well with a graphical IDE01:31
lathiatdont necesarily need to use make files to build01:31
lathiathow is it normally built?01:31
raphinkazeem: it's a pretty advanced project, provided by my ISP01:31
raphinkit's in cpp with qt I believe01:31
azeemoh01:32
azeemisn't there a README or something in the source tree?01:32
raphinkit doesn't say how to build01:32
raphinkwell I believe it might depend on other libs01:33
raphinkbut I don't know which ones01:33
raphinkI have to look in the files ;)01:33
=== viviersf [n=cain@dsl-146-101-79.telkomadsl.co.za] has joined #ubuntu-motu
lathiatpbuilder is good for that01:33
raphinkfor what?01:33
lathiatmaking sure you get all the deps01:34
lathiatit builds inside a clean install01:34
lathiatand just installs the deps you specify in build-depends01:34
raphinksure I know that01:34
lathiatjust some fun trial and error and off you go01:35
lathiat:)01:35
raphinkmy problem is to know what the deps are so far lathiat ;)01:35
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu
=== littlepaul [n=littlepa@p5084C8C6.dip.t-dialin.net] has joined #ubuntu-motu
lathiattseng: how goes the RoR hacking?01:51
tsenglathiat: http://headrush.typepad.com/creating_passionate_users/2005/12/have_you_update.html01:53
lathiatheh01:54
=== spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-motu
=== jamessan|work [n=jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu
=== bojan is now known as bojan_away
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu
=== Gazer [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu
=== markuman [n=supermar@p50925E80.dip.t-dialin.net] has joined #ubuntu-motu
=== PlanarPlatypus [n=alucard@cpc3-cove3-5-1-cust39.brhm.cable.ntl.com] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu
=== Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu
=== zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu
zakameevening all! :D03:10
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
sivangevening zakame03:13
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
zakamehi sivang , mhz ! :-)03:13
mhzhey zakame03:14
=== sanpera [n=sanpera@157.182.194.68] has joined #ubuntu-motu
=== zakame_ [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu
=== bipolar [n=bipolar@146.145.26.90] has joined #ubuntu-motu
zakameheya \sh :-)03:30
raphinkkeydevelop3 can't be used to build apps with qt4 ?03:34
=== Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu
Amaranthprobably not03:36
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
\shmoins03:45
=== tvelocity [n=tony@84.254.13.74] has joined #ubuntu-motu
=== eth42 [n=peter@p54BE237C.dip0.t-ipconnect.de] has joined #ubuntu-motu
eth42is MOTU also MOTM or is multiverse covered somewhere else?04:03
zakameeth42: the launchpad group ubuntu-dev covers both universe and multiverse04:05
=== marcin [n=user@194.114.146.58] has joined #ubuntu-motu
eth42zakame: erm, what's exactly is a launchpad group?04:07
tsenga group of people on launchpad.net04:07
zakameeth42: https://launchpad.net/people/ubuntu-dev/ :-)04:07
eth42thanks :-)04:07
eth42I noticed that the faac package comes without mp4 support (I suppose it was simply not activated when it was compiled). Is there any reason for this?04:12
tsengyoud have to ask SloMoSnail (slomo) another day04:12
tsengi dont think he is here04:12
eth42tseng: ok04:12
siretarteth42: you may want to check the buildlogs04:14
eth42siretart: how do I do that? (sorry for being ignorant on this but I have no experience with deb but only rpm)04:15
siretarteth42: http://people.ubuntu.com/~lamont/buildLogs/f/faac/04:15
eth42thanks :-)04:15
siretartno problem, where are here to help04:15
siretartwas just searching for the correct buildlog04:16
siretarteth42: please help me to remember, what lib/software is needed for mp4 support?04:18
eth42well, according to the buildlog it seems to be mp4v2 which is missing04:18
eth42siretart: at least this is my understanding of the line checking for MP4MetadataDelete in -lmp4v2... no04:20
siretarteth42: hm. you should really talk to sebastian (slomo). he did a lot of work on the package04:21
=== TerribleXx [n=nodelink@61.51.70.27] has joined #ubuntu-motu
=== lamont__ [n=lamont@mib.fc.hp.com] has joined #ubuntu-motu
=== TerribleXx [n=nodelink@61.51.70.27] has left #ubuntu-motu []
eth42is there an easy way to just recompile the package? (since I have the library installed from source)04:28
eth42I tried "apt-get source faac --compile" but that failed since the source package could not be found.04:28
Hieronymuseth42: apt-get -b source packagename04:28
Hieronymushmm, that should be the same. Weird04:29
eth42hehe04:30
eth42:-)04:30
ograyou need multiverse deb-src in your sources.list04:30
Hieronymuseth42: if you apt-cache search faad or apt-cache info faad, you'll see no package04:30
eth42I can't find a source repository for multiverse in synaptic. what am i missing? mhh04:31
zakameeth42: err deb-src on multiverse?04:32
eth42Hieronymus: apt-cache search faad shows 4 packages, faac 304:33
=== Danten [n=danten@h236n4c1o1049.bredband.skanova.com] has joined #Ubuntu-motu
eth42zakame, for some reason there was no deb-src multiverse line in /etc/apt/sources.list only one for universe...04:36
eth42I simply added multiverse to that line, and it worked04:36
raphinkis it ok to remove lots of unuseful things from a source before packaging it ?04:37
zakameeth42: good work then04:37
eth42but I expected that synaptic would offer this choise as well04:37
eth42thanks!04:37
zakameraphink: define un-useful :)04:37
raphinkzakame: I'm packaging a program that is used by my ISP to allow users to play their media files on their TV using the modem04:38
raphinkthe tarball provided by my ISP includes a tarball of VLC04:38
raphinkat a certain time, this was useful since the hack done to VLC by my ISP was not yet in the VLC trunk04:39
zakameraphink: ah... could you build that using the already-packaged vlc then?04:39
raphinkbut now VLC has merged it so it's stupid to distribute vlc together with it04:39
raphinksure zakame04:39
raphinkbut then I need totally review the package04:39
raphinkI mean04:39
raphinkclean unuseful things04:40
raphinkobsolete04:40
raphinkthat would have the package be around 12MB instead of 104:40
raphinkso I'd need to actually remove two things from the source : the vlc tarball and the source of another app that is now obsolete04:40
ograraphink, as long as you dont change the upstream source (orig.tar.gz) everything is allowed here ;)04:40
zakameraphink: ooh! well, make sure it works before removing04:40
raphinkogra so I would do that through patches?04:41
raphinksure zakame04:41
ograeverything as in policy compliant indeed04:41
raphinkok04:41
zakameraphink: err this is a NEW package right?04:41
ograraphink, for example ... or through the rules file ...04:41
raphinkthat'll still make a very big debdiff04:41
raphinkzakame: yes it's a new package04:41
raphinkogra : like a series of rm in the build section?04:42
zakameogra: but then again, -policy allows a repackaged source, as long there's notice of repackaging :)04:42
=== mitsuhiko is now known as mitsukranko
ograzakame, yes, but that should be a last resort ...04:42
ograraphink, for example, yes ...04:42
raphinkfrom the way the source looks, it might be easier to just take the few required things from it and repackage04:42
=== mitsukranko is now known as mitsuhiko
ograor just omit the building of parts you dont want ...04:43
zakameraphink: or you can convince your good upstream to drop their pre-packaged vlc ;)04:43
raphinkhmm04:43
raphinkthe good upstream is my ISP04:43
raphinkand I don't think they mind so much04:43
zakamethen have them release a new version without the extra stuff04:44
raphinkmhm04:44
raphinkI'll see04:45
=== jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu
jsgotangcohiya04:46
eth42I wonder how the faac deb-src could get compiled if it requests a package libmp4-dev for build which I cannot find for any Ubuntu distribution...04:46
zakameer its libmp4v2-dev04:46
siretarteth42: if you look in the source package, there is a file called 'debian/control'04:47
siretarteth42: in that file, there is a line 'Build-Depends'04:47
siretarteth42: this line holds a list of packages which have to be installed to build that package. the autobuilders will install these packages in prior building the package. that installation process is also shown in the buildlogs I pointed you to04:48
eth42siretart, yeah I've found such a line in faac_1.24-0.2.dsc04:48
raphinkhmmm : ogra : the vlc tarball provided by my ISP has been modified quite a lot from the original vlc04:49
eth42siretart: how do I start the build after removing the reference to libmp4-dev?04:49
raphinkthere's a 6MB diff04:49
ograraphink, oh, its vlc ?04:49
raphink:s04:49
siretarteth42: type 'dpkg-buildpackage -us -uc'04:50
eth42thanks!04:50
siretartthe -us -uc is to supress signing the package04:50
raphinkogra : yes, my ISP uses VLC for its app. But they provide a modified version of VLC, with 6MB diff, although it works fine with the standard VLC too04:50
ograthen i'd rather try to get it in the vlc package we have and let it produce a differently named binary04:50
ograi.e. vlc-webtv-<providername>04:51
raphinkogra : well I shall explain better04:51
ogranote that we have a target for dapper to aviod and remove duplication ... that should be taken into regard for universe as well where possible04:51
raphinkogra : the current vlc already contains lots of modifs from my ISP, and what is useful in this tarball to have the webtv service work is only a bashscript to launch VLC with special options and a folder containing pages to be shown on the TV, programmed in a kind of HTML04:52
ograso aply this to our vlc and make it a new binary package then ...04:53
zakameer what bin makes `mkinstalldirs' again?04:53
raphinkogra : I should add this to the vlc source package and make it procude a different package from it, that's what you mean?04:53
raphinks/procude/produce/04:54
ograyes04:54
raphinkhmmm04:54
ogramake it produce an addon package to vlc, or if necessary a new binary04:54
ogra(with different name)04:54
raphinkwhy not package it separately and have it depend on VLC?04:55
siretartraphink: because we want to avoid duplication04:59
raphinknothing would be duplicate siretart05:00
siretartraphink: then I didn't get you05:00
eth42siretart: thanks for the help -- I could successfully compile faac. But what does the message "dpkg-buildpackage: binary and diff upload (original source NOT included)" mean. Did it upload something?!05:00
raphinkit's a bit complicate I reckon05:00
tsengeth42: it did not05:00
eth42ok :-)05:00
siretarteth42: that means that you didn't download the source with `apt-get` *G*05:00
siretarteth42: seriously05:00
raphinksiretart: my ISP has worked on modifying VLC to produce the Freeplayer for years. A few years ago, they have released a modified version of VLC that allowed to do so. Then VLC got that diffs in the main trunk.05:01
siretarteth42: dpkg-buildpackage (dpkg-source, to be exact) searches for a ../<packagename>_<verision>.orig.tar.gz05:01
siretarteth42: if it doesn't exist, you get that message05:01
eth42ah, ok05:01
raphinksiretart: now the service works with the current VLC provided by the VLC package, it just requires a small bash script to launch VLC with options and a folder that contains HTML pages used by the modem to browse the computer from the TV screen.05:02
siretartraphink: if it is just a small bash script, why not adding it to the existing vlc package?05:02
raphinksiretart: still, the tarball provided by the ISP contains a VLC tarball, that is quite different from the one I got with apt-get source05:02
raphinksiretart: I'll have to modify the vlc package source manually05:03
raphinkif that's fine, then it's ok ;)05:03
siretartraphink: what modification would you need? what could break from that?05:03
raphinknothing could break siretart05:03
raphinkI just need to add a freeplayer/ folder at the root of the vlc package, put the stuff in it05:04
raphinkand add rules to debian/rules to install all this at the right place05:04
siretartraphink: you just said you needed to modfy something, what?05:04
raphinkso something like /usr/share/freeplayer, with links to /usr/bin05:04
siretartraphink: or just the packaging?05:04
raphinksiretart: I need to _add_ something to the source05:04
raphinkthat's what I mean05:04
raphinkpackage source that is05:05
siretartraphink: ah, thats fine, just add it to the package :)05:05
raphinkok05:05
raphink:)05:05
raphinksiretart: but if someone updates vlc, there's a chance the freeplayer is lost on the way, no?05:06
siretartraphink: if you document that in debian/changelog, there should be no problem05:07
siretartraphink: because when merging, we look for such changes05:07
raphinkok05:07
raphinkyep05:07
siretartraphink: does vlc upstream know about this script? perhaps they could add it to their distribution?05:08
raphinksiretart: I bet they know about it, since the current vlc was largely modified to work with it05:08
siretartwell, perhaps it will show up in the next release then.05:09
zakamegn8 all :D05:09
siretartgn8 zakame05:09
raphinkI don't think so siretart05:09
raphinkit's only used by my ISP so far05:10
raphinksince it works with the modem they build05:10
siretart:(05:13
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
raphinkheh05:14
=== lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu
=== herzi_x41 [n=herzi@d077023.adsl.hansenet.de] has joined #ubuntu-motu
chillywillyquick question: How would I know if the GD PHP lib that is packaged is the one internal PHP GD lib?05:22
siretartchillywilly: you would have to check the buildlogs05:23
siretarthttp://people.ubunut.com/~lamont05:23
chillywillyok05:23
=== hunger_ [n=hunger@p54A6188C.dip0.t-ipconnect.de] has joined #ubuntu-motu
chillywilly404 on that05:24
siretartoh05:24
lamont__chillywilly: http://people.ubuntu.com/~lamont/buildLogs05:25
tsengalternatively you could look at the configure call in debian/rules in the source package05:26
tsengand the build-depends05:27
=== amoll [n=amoll@balrog.bioinf.uni-sb.de] has joined #ubuntu-motu
chillywillyyea I did apt-get source before, need to look at the rules file yet05:30
amollhi there, i would like to add a deb package to the Ubuntu repositiory, could you please tell me which person to connect?05:32
chillywilly--with-gd=shared,/usr --enable-gd-native-ttf05:32
siretartamoll: please see https://wiki.ubuntu.com/REVU05:32
chillywillynot sure if that buids the "internal" gd lib but I'll rtfm ;)05:32
siretartamoll: in short: if you have a new package, you need to show it to us05:35
siretartamoll: then we can review and upload it for you to the archive05:35
raphinksiretart: after adding freeplayer/, I get a very predictable error : unrepresentable changes to source05:35
siretartamoll: what package do you have?05:35
raphinkhow can I avoide that?05:35
tsengchillywilly: it says shared05:35
siretartraphink: you added binary data to the package05:35
siretartraphink: don't do that :)05:35
tsengchillywilly: iirc the other flag is --with-gd-internal, see ./configure --help05:36
raphinkwhere do I add it siretart then?05:36
tsengmaybe --with-gd=internal05:36
siretartraphink: you told before you just want to add a bash script, no? doesn't sound like binary data05:36
chillywillytseng: bah, I should beat someone for requiring the internal gd lib ;)05:36
raphinkthere's a script _and_ a folder containing html, pdf and images05:37
tsengchillywilly: eh..?05:37
siretartraphink: how big is it?05:37
tsengchillywilly: didnt we just say we dont05:37
raphinkso the issue is with the images and pdf05:37
raphinknot big05:37
amolla molecular viewer: www.ballview.org05:37
chillywillytseng: my comment was the people wo wrote this PHP app should be beaten for requiring the internal gd lib05:37
raphinksiretart: the whole directory I added is 248 KB05:38
chillywillywho*05:38
tsengchillywilly: i see.05:38
tsengshared libs are elite05:38
siretartraphink: which I'd consider as rather big05:38
raphinksiretart: the pdf being 158KB05:38
raphinkthe images are very small (about 1kB each)05:39
siretartraphink: the problem is that diff cannot represent binary 'changes'05:39
raphinkyes05:39
raphinkI understand that05:40
siretartraphink: so you would have to workaround by using uuencode/uudecode05:40
raphinko_O05:40
Kyralamoll: You want that for MOTUScience?05:40
=== oris_wolfbane [n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk] has joined #ubuntu-motu
siretartraphink: so you rather want to introduce a new package, like mplayer-skins05:40
raphinkI guess so siretart05:40
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-motu
amollKyral: Yes I guess it would fit nicely05:41
raphinkbut then to have it clean I should just repackage the source aswell05:41
Kyralamoll: I can't find the license...05:41
Kyralamoll: and this http://www.ballview.org/Overview/Download seems to indicate that it wouldn't be GPL compatiable05:41
raphinksiretart: next problem is that there is no version number on this script... it just calls vlc  with some options05:42
amollKyral: Well its GPL for the viewer and LGPL for the library05:42
amollKyral: The text is outdated, sorry...05:42
KyralOkay now stupid question lol, are you upstream by anychance?05:42
Kyralupstream == Developer05:43
Kyralnm I answered my own question05:44
=== eth42 [n=peter@p54BE237C.dip0.t-ipconnect.de] has left #ubuntu-motu []
Kyralboy do I feel stupid now05:44
Kyralsorry05:45
azeemargh, all caps directories05:46
azeemargh, a "Do you accept these terms (y/n)?" question when running ./configure05:47
Kyralamoll: Add it to wiki.ubuntu.com/MOTUScience and we'll look at it when half the team isn't in Final Exams (Next Week ;P)05:47
Kyralazeem: whats this?05:47
ograazeem, lol ... the buildd needs AI then :)05:48
azeemwhen you run ./configure, the first thing it does is catting the LGPL boilerplate to stdout and asking you the above question05:48
azeemogra: or dpatch :)05:48
ograhehe05:48
=== JohnnyMast [n=rave@212-127-146-168.cable.quicknet.nl] has joined #ubuntu-motu
azeemdnl   Require the user to accept the license (once)05:49
azeemCF_CHECK_LICENSE05:49
Kyralazeem: what package (contemplates shutting up lol)05:49
azeemKyral: Ball05:49
Kyralah05:49
Kyralso I made an idiot of my self for no reason?05:49
azeemKyral: I didn't get that idiot part at all, sorry =)05:50
Kyralmeh05:50
=== Kyral goes back to watching anime
Kyralremind me to scroll up before I start asking questions :P05:50
=== IzzyCC [n=Izzy@pcp0011143182pcs.levtwn01.pa.comcast.net] has joined #ubuntu-motu
Hieronymusazeem: it asks you to agree to the LGPL?05:51
azeemyes05:51
Hieronymusazeem: but that's not an EULA but a redistribution license05:51
azeemhttp://www.ballview.org/Gallery <- awesome05:51
Kyralindeed05:52
KyralIt makes EasyChem look REALLY bad :D05:52
azeemEasyChem is a structur editor, not a 3D viewer, no?05:52
azeemI haven't followed too much05:52
Kyralyah good point05:52
azeemBallview competes with e.g. PyMOL05:52
KyralI dunno, I just package the things05:53
=== nmsa_away is now known as nmsa
amollKyral: How do I do this?05:53
Kyralamoll: huh?05:53
amollWell it seems you like our pictures ;)05:54
azeemamoll: why does the user need to agree to the LGPL when building from source?05:54
KyralHow do you do what? (Sorry, a "How do you do..." question sends me into support mode)05:54
amollGood question. The configure script doesnt stem from me05:55
KyralI can't even get to the Source without registering05:55
amollMy boss wants to know who is using our software05:56
azeemKyral: I culd05:56
azeemeh, could05:56
=== Kyral sighs
azeemwget http://www.ballview.org/Downloads/Releases/BALL-1.1.tar.gz05:56
KyralIsn't unrestricted access to the source a part of the GPL....05:56
KyralI dunno...05:57
azeemKyral: try the URL05:57
=== Kyral sighs
HieronymusKyral: no05:57
Hieronymusbut you can just register, download and redistribute05:57
KyralI dunno, my head hurts its Finals week. NO MORE THINKY! ;P05:57
Hieronymusunless binaries don't need registration05:57
=== Danten [n=danten@h237n9c1o1049.bredband.skanova.com] has joined #Ubuntu-motu
IzzyCChey guys, where can I go to get help installing php5/mysql5? id rather just pay a few bucks and have it done than get even more frustrated than I am05:57
IzzyCC(#ubuntu isnt answering)05:58
KyralIf its in the Repos the source would be available through the deb-src lines05:58
amollthe binaries of the viewer are available under GPL05:58
amollthe library unter LGPL05:58
SeveasIzzyCC, if #ubuntu isn't answering, that's no reason to ask in here05:58
KyralUnless we put it in Multiverse05:58
=== Kyral sighs
azeemamoll: and the source of the viewer?05:58
azeemamoll: or is that the library?05:58
KyralI'll take myself out of the convo now05:58
amollazeem: its in the library05:58
HieronymusKyral: if it's GPL, you can just redistribute, or what are you talking about?05:58
azeemah05:58
IzzyCCSeveas i figured there would be more people willing to get some side money that are active here, than there filled with people who are as newbie as me05:59
azeemamoll: how can you license the binary different to the source, or did I misunderstand you?05:59
SeveasIzzyCC, there are lots of smart people there too, just wait and ask again later05:59
KyralHieronymus: I mean that it would bypass the registration05:59
Seveasof ask on the mailinglist05:59
KyralCompletely since people could also go to packages.ubuntu.com and download it there05:59
IzzyCCSeveas aye, thanks05:59
amollazeem: well the idea is that the binary can be distributed freely06:00
azeemamoll: that wouldn't change with LGPL?06:00
KyralThe source has to be under GPL too right?06:00
Kyralor...06:00
amollazeem: well that wasnt my idea, I am not sure06:00
KyralWouldn't be the same as SunJava?06:01
azeemif you distribute that binary under the GPL, you have to offer the people who download it the source under the GPL as well06:01
amollwell the viewer has still some source left, which isnt in the library. I guess this code could be distributed under the GPL06:02
amollbut to use it, it would depend on the library, which is under LGPL06:02
azeemah, ok06:02
azeemthat makes sense06:02
KyralWhats the difference between GPL and LGPL anyway?06:02
azeembut then you need to offer that GPL source somewhere06:02
HieronymusKyral: LGPL allows linking to proprietary software06:02
KyralSo if the lib is propreitary06:03
azeem"the lib"? which library?06:03
=== FireRabbit [n=FireRabb@unaffiliated/firerabbit] has joined #ubuntu-motu
Kyralthen the binary/source of the viewer would be under PGPL06:03
Kyralerr06:03
KyralLGPL06:03
Hieronymusehm, hasn't amol said three times now that the viewer is GPL and the library is LGPL. What's the fuss about?06:03
KyralBecause it sounds like that you cannot get the source of the library06:04
=== IzzyCC [n=Izzy@pcp0011143182pcs.levtwn01.pa.comcast.net] has left #ubuntu-motu []
amollof course you can get it, but you have to register for free06:04
amollis that a serious problem?06:04
Kyraland if the lib is in the repos you would be able to bypass the registration06:05
HieronymusKyral: so _what_?06:05
Kyralit seems like that is unwanted thats what ;P06:05
azeemamoll: no, but you need to understand that other people can just distribute the source/binary to others, without registration06:05
azeemlike Ubuntu/Debian would06:05
Kyralor Gentoo...06:05
KyralI personally never understood why people are so concerned about who is using it. To me no feedback means its working. Its when it doesn't work is when I want to here about it06:07
=== Dantis [n=danten@h237n9c1o1049.bredband.skanova.com] has joined #Ubuntu-motu
amollWell we are really glad if we get feedback, but at the same time we would like to have an overview of who is using our software, also if they dont send any comments...06:19
azeemsure, just pointing it out06:19
azeemamoll: quite some people more from the Free Software community rather than the Bioinformatics community mind consider these registration forms mildly rude, perhaps06:20
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu
siretartre06:40
=== eruin [n=eruin@unaffiliated/eruin] has joined #ubuntu-motu
=== kjcole [n=kjcole@dsl092-145-217.wdc2.dsl.speakeasy.net] has joined #ubuntu-motu
=== Gazer [n=gazer@mail.aktiv-assekuranz.com] has joined #ubuntu-motu
=== zul [n=chuck@ubuntu/member/zul] has left #ubuntu-motu []
JohnnyMastsirestart i have a problem with pbuilder it asks about a base archive ?? http://pastebin.com/461124, do know this problem ?07:02
siretartJohnnyMast: err, Line 9 tells exactly whats wrong and even how to fix it ;)07:03
siretartJohnnyMast: have a look at our PbuilderHowto in the wiki first07:03
JohnnyMasti did that already07:04
JohnnyMastyes that where the steps i took07:04
JohnnyMastis it a problem if you create a dapper chroot on dapper ?07:04
=== Kyral [n=kyral@hamlin-166-20028.hamlin.clarkson.edu] has joined #ubuntu-motu
LaserJockhi Kyral07:05
siretartwell, do you have a /var/cache/pbuilder/base.tgz at all?07:05
JohnnyMastno siretart07:06
JohnnyMastbut it installed the chroot07:06
siretartJohnnyMast: that base.tgz is your chroot07:06
JohnnyMasti see but i saw pbuilder checking deps and downloading and installing stuff07:07
JohnnyMasti gues i overlooked something then07:07
siretartperhaps there was an error07:08
siretartthe result of pbuilder create should be that base.tgz07:08
JohnnyMastim gonna redo the steps and report back to you if it fails, its not the first time something fails on dapper for me07:09
siretartJohnnyMast: the wiki mentions that it may be necessary to create a breezy chroot first, and upgrade that to dapper then07:15
siretartJohnnyMast: I have no idea if this is true today, and this can change with every day.07:16
JohnnyMastwell let me try that07:16
LaserJockthat is what I had to do but that was a while ago07:16
JohnnyMastit never hurts to try07:17
LaserJockI think that debootstrap didn't work for a while on dapper07:17
LaserJockbut I don't know if that has been fixed07:17
siretartLaserJock: this is because of broken dependencies. they can get broken and fixed with every upload of a 'base package' (packages installed by debootstrap)07:18
LaserJocksiretart: ah, makes sense07:18
LaserJockis REVUDay over?07:19
JohnnyMastwell, its building a breezy chroot now. If its done i will check the the base.tgz file is there if it is i will follow the wiki steps to update to dapper07:19
LaserJockHieronymus: ping?07:21
HieronymusLaserJock: pong!07:21
LaserJockHieronymus: It looks like your ATI driver doesn't like ghemical07:21
=== Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu
HieronymusLaserJock: yeah07:22
LaserJockHieronymus: You could email the ghemical-devel mailing list07:22
=== Danten [n=danten@h100n3c1o1049.bredband.skanova.com] has joined #Ubuntu-motu
JohnnyMaston breezy it didnt create the base.tgz as well, but i think i saw an error on that my cd was not inserted07:26
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
siretarthey Mez07:30
siretartMez: how are you07:30
Kyralhey guys07:31
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
Mezsiretart: been better07:31
siretart:(07:32
HieronymusLaserJock: hmm.. I'm lazy :) will put it in my stickywiki07:32
Mezsiretart: I've been having a ****** time since Montral07:32
Mezand it's just getting worse07:33
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
KyralAre we still doing bootcharting for Devel?07:36
tsengof course07:37
tsengthe more the merrier07:37
Kyralvery nice. Because I am quite happy with myself. Got my lappy down to 15 seconds flat in Dapper07:37
slomosiretart: hm, do you have a contact address for this eth42 guy? ;)07:37
siretartslomo: sorry07:37
siretartah, there you are07:37
siretartquery07:37
=== ptlo [n=senko@83-131-71-46.adsl.net.t-com.hr] has joined #ubuntu-motu
=== Danten [n=danten@h100n3c1o1049.bredband.skanova.com] has joined #Ubuntu-motu
LaserJockcrap, spilled a spool of 100 cd's on the floor >:(07:43
Kyralouch07:43
LaserJockluckly, the were mostly Fedora, Mandrake, and Suse isos ;-)07:44
Kyrallol07:44
LaserJockthat is one nice thing about Ubuntu, only 1 cd07:46
Kyralhehe07:47
slomosiretart: anyway, i don't see why he thinks faac is without mp4 support... it is built in on breezy/dapper on all arches ;)07:48
=== LaserJock mutters to himself, "What the heck am I doing with Mandrake cds?"
=== mmtb [n=mmtb@dye205.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
HieronymusI'm making a .deb for bulldozer, an extension for nautilus which integrates build systems (make, ant etc.). If you use a format bulldozer knows but you haven't installed, like ant, it will give an error. Two questions: 1. Should I Depend: on these packages? 2. Two of these supported build systems are maven and maven2, but they're not in Ubuntu. What should I do?07:51
JohnnyMastpack them as well ?? :p07:53
Hieronymusehh.. :p07:54
=== hunger_ [n=hunger@p54A61489.dip0.t-ipconnect.de] has joined #ubuntu-motu
HieronymusJohnnyMast: I picked this program because it's small and easy, and I don't feel like figuring out this maven thing ;-)07:57
JohnnyMastwell you could depend on the package, how important is it ?07:58
HieronymusJohnnyMast: I could depend on ant and nant, but not on maven and maven2.07:59
JohnnyMastbut you could reconment it for later08:00
JohnnyMastbecause i get from this both arn on debian ?08:00
JohnnyMast*arnt08:00
HieronymusWhat happens if you choose to build an {ant,nant,maven,maven2} file is you get an error because child process {ant,nant,maven,maven2} couldn't be executed08:00
HieronymusJohnnyMast: maven and maven2 aren't in Debian08:01
JohnnyMastwell if you depend it will only fail on maven and maven208:01
JohnnyMastwell thats why i sayed you could reconment it and see if its possible to add the packages later on08:02
=== at1as [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu
Hieronymusbut then again, should I depend on it? Most people won't want to install nant and ant08:02
jamessan|workcould you convince upstream to gracefully handle a missing binary?08:03
Hieronymusjamessan|work: what is gracefully?08:04
JohnnyMastmaybe they do already08:04
JohnnyMastHieronymus: "goed afhandelen"08:04
HieronymusJohnnyMast: I know what the words mean, just not what jamessan|work means08:04
jamessan|workHieronymus: having them detect that the binary is missing and give a nice message instead of just failing08:05
jamessan|workIf they already do that, then I'd say you could package it as is and Recommend the build systems08:05
Hieronymushttp://members.home.nl/jeroen-91/temp/Schermafdruk-Fout.png08:05
Hieronymusbasically it says 'error, you can't execute target build, because child process ant failed'08:06
jamessan|workthat seems to be that path that file-roller took.  the common archival formats are depended on and the less common ones are just recommended08:06
Hieronymusjamessan|work: okay, I'll stick with recommended08:07
jamessan|workyeah, I wouldn't call that an extrememly user-friendly error message, but they may argue that it is good enough for people that are attempting to compile software08:07
Hieronymusbut what about maven and maven2? Can I recommend them even though they don't exist in debian and ubuntu (yet)08:07
jamessan|workYou could mention that they are supported in the long package description and when/if they are included in Debian you would include them in the recommendations08:08
jamessan|works!Debian!Debian/Ubuntu!08:08
jamessan|workin fact, I'd highly recommend taking a look at "apt-cache show file-roller" for inspiration08:09
=== kerosin [n=kerosin@dslb-084-058-206-164.pools.arcor-ip.net] has joined #ubuntu-motu
kerosini have a maybe stupid question: if i create a package with a c++ library and application on a 32 bit machine, will it run also on a athlon64 machine?08:14
Hieronymuskerosin: no08:15
Hieronymusyou'd have to recompile it for the athlon6408:15
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu
=== lucas [n=lucas@d80-170-83-118.cust.tele2.fr] has joined #ubuntu-motu
lucashi08:36
lucasI'm looking for a sponsor for bug #503508:36
UbugtuMalone bug #5035: ruby (Ubuntu) - shared library installed to incorrect directory on amd64 In: libgettext-ruby (Ubuntu), Severity: Normal, Assigned to: MOTU Reviewers Team, Status: New https://launchpad.net/bugs/503508:36
lucasthere's a debdiff attached. the fix is a one liner, but the bug renders the package unusable08:36
lucas(on amd64)08:37
=== trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu
=== Mez [n=Mez@217.65.151.139] has joined #ubuntu-motu
Hieronymuslucas: I think you should use "Close malone #5035" in you debian/changelog08:44
UbugtuMalone bug #5035: ruby (Ubuntu) - shared library installed to incorrect directory on amd64 In: libgettext-ruby (Ubuntu), Severity: Normal, Assigned to: MOTU Reviewers Team, Status: New https://launchpad.net/bugs/503508:44
Hieronymus*Closes08:44
lucasit won't break the fix :)08:45
lucasI'll add a note to the bug, so the reviewer will know he has to add the closes line08:45
littlepaulping whiprush08:49
=== marcin [n=user@194.114.146.58] has joined #ubuntu-motu
=== selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu
=== selinium_ [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu
=== ajmitch rages against firefox & windows
ajmitchHieronymus: we don't have to add the closes line in changelogs09:11
ajmitchthat's done in debian because uploads can automatically close the bugs09:11
ajmitchit can be good to mention it, certainly09:11
Hieronymusajmitch: I know, I thought Ubuntu'd do that to09:12
=== Kyral [n=kyral@hamlin-166-21999.hamlin.clarkson.edu] has joined #ubuntu-motu
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-motu
ajmitchit might happen when we shift to launchpad for uploads09:14
ajmitchbut not yet09:14
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu
=== ivoks_ [n=ivoks@161.53.50.215] has joined #ubuntu-motu
=== kerosin_ [n=kerosin@dslb-084-058-226-164.pools.arcor-ip.net] has joined #ubuntu-motu
=== plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu
=== LaserJock [n=mantha@lambda.chem.unr.edu] has joined #ubuntu-motu
=== lllmanulll [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-motu
=== Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu
Tonio_hi09:51
ajmitchhello09:52
=== raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== ompaul [n=ompaul@213-202-137-250.bas502.dsl.esat.net] has joined #ubuntu-motu
=== marcin [n=user@194.114.146.58] has joined #ubuntu-motu
=== cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has joined #ubuntu-motu
cyberixHave you seen http://www.netsplit.com/software/gnome-space-chart/10:06
=== zyga [n=zyga@chello084010109182.chello.pl] has joined #ubuntu-motu
ajmitchif it's yet another new candidate for packaging, add it to UniverseCandidates10:08
ajmitchif keybuk doesn't package it himself10:08
JohnnyMastajmitch sorry about yesterday10:19
ajmitchok10:21
JohnnyMastdidnt mean it that way :|10:21
LaserJockajmitch: could you review plotdrop again? I fixed the -stamp issue, I believe.10:23
ajmitchnot right not10:23
ajmitchnot right now, I mean10:23
=== Hirion [n=hirion@draugr.de] has left #ubuntu-motu []
LaserJockajmitch: well, just whenever you can, I'm not in a big hurry, but I just wanted you to know that it is waiting there for you :-)10:26
ajmitchor any other MOTU :)10:26
LaserJockajmitch: yes, for sure.10:27
=== cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu
LaserJockhmm, this stinks. Debian got rid of the wxwindows2.4 version that the Ubuntu package was based on so the MoM debdiffs are for the previous version (stable) and are 1.5MB10:37
KyralO_O10:37
ajmitchLaserJock: so don't rely on MoM output10:37
ajmitchjust look at the ubuntu changes & apply the ones that are needed manually10:37
LaserJockyeah, but it makes it harder to see what the ubuntu changes were10:37
ajmitchnah10:37
ajmitchchangelogs :)10:38
LaserJockif the changelogs are good ;-)10:38
ajmitchsure10:38
ajmitchthis is encouragement for you to write good changelogs in future10:38
LaserJockfor sure10:39
=== ogra_ [n=ogra@p5089DB99.dip.t-dialin.net] has joined #ubuntu-motu
=== ogra__ [n=ogra@p5089DB99.dip.t-dialin.net] has joined #ubuntu-motu
LaserJockhmm, changelog looks good. shouldn't be too bad then10:40
=== ajmitch gets bored & does a blind dist-upgrade
lucasajmitch: if you are really bored, I have 4 simple syncs/merges and one bug with patch to review ;)10:42
=== Gazer [n=gazer@ADSL-200-59-116-70.capfed2.uolsinectis.com.ar] has joined #ubuntu-motu
LaserJockwhat is the difference between := and = in debian/rules ?10:49
lucasdebian/rules is a makefile10:49
lucasso the GNU make manual should have the answer10:49
Mithrandirit's an immediate assignment vs non-immediate.10:50
lucasif I remember correctly, it has to do with how rules are overriden by included files10:50
JohnnyMastdoes revu autmaticly build the uploaded packages ?10:50
LaserJockMithrandir and lucas: thanks10:51
ajmitchJohnnyMast: no, that's unsafe to do10:51
ajmitchsince we allow plenty of people to upload to the box10:51
JohnnyMastaah ok thanks10:51
JohnnyMasti saw it will be optional in revu210:52
dholbachhave a nive evening10:52
ajmitchJohnnyMast: it'll be as optional as it is now - except more people (MOTUs) can get a build done10:53
ajmitchat the moment people in the right group on the revu server can run pbuilder10:53
JohnnyMastwell i can say thats wise10:53
ajmitchwe decided that building everything that comes in might not be so safe :)10:54
=== lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu
JohnnyMastwell i can be save even now10:55
JohnnyMastin theory10:55
ajmitchsure, but everyone should have built their package before they upload, right?10:56
JohnnyMastif some one has an evil setup.py with back connecting code .. unless the bug is hightly firewalled10:56
=== bojan [n=bojan@dsl-90-116.utaonline.at] has joined #ubuntu-motu
JohnnyMastif that would be possible there still was the problem of the chroot that was cleaned after the buiild11:00
ajmitchthe easy way is to just say that we don't autobuild packages11:00
ajmitchwe have limited resources, both in hardware & developers11:00
=== marcin [n=user@194.114.146.58] has joined #ubuntu-motu
JohnnyMastyes i do understand that11:01
=== mmtb_ [n=mmtb@dyd85.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu
=== dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu-motu ["Ex-Chat"]
ajmitchhello \sh11:13
\shhey ajmitch11:15
\shajmitch: we got a german translation about ubuntu motu school :)11:16
ajmitchI know11:16
ajmitchhe asked me if it was ok to translate11:16
\shajmitch: littlepaul?11:17
ajmitch\sh: now we just need a summary & writeup of the last one11:17
ajmitchyes11:17
\shajmitch: sure :)11:17
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu
ajmitchhm, I thought there was something about the motu school on the wiki11:32
JohnnyMastyeah i was looking for the irc logs, maybe some one has them for me ?11:34
ajmitchyes11:34
ajmitchsee topic in that channel11:34
=== JohnnyMast joins
=== Arrogance [n=aks@ottawa-hs-64-26-167-8.d-ip.magma.ca] has joined #ubuntu-motu
=== littlepaul [n=littlepa@p5084C8C6.dip.t-dialin.net] has left #ubuntu-motu ["...]
=== cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has left #ubuntu-motu []

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