=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:56 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:57 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
(fabbione/#ubuntu-motu-torrent) test | 08:57 | |
=== fabbione [i=fabbione@gordian.fabbione.net] has left #ubuntu-motu-torrent ["Ex-Chat"] | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== BugMaN [n=BugMaN@151.100.133.15] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@168.Red-83-57-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 01:02 |
---|---|---|
pochu | Hi DarkSun88 | 01:18 |
DarkSun88 | Hi pochu :) | 01:19 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hi guys | 01:21 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:21 | |
(bluekuja/#ubuntu-motu-torrent) asac: I start fixing lintian error | 01:22 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:22 | |
pochu | Hey bluekuja | 01:26 |
(bluekuja/#ubuntu-motu-torrent) pochu: :) | 01:26 | |
(bluekuja/#ubuntu-motu-torrent) ubuntulog is inside | 01:26 | |
(bluekuja/#ubuntu-motu-torrent) great | 01:26 | |
pochu | So be careful with what you say ;) | 01:28 |
(bluekuja/#ubuntu-motu-torrent) haha :) | 01:28 | |
DktrKranz | no more spam? d'oh! | 01:29 |
(bluekuja/#ubuntu-motu-torrent) :D | 01:29 | |
pochu | We can register #ubuntu-motu-torrent-offtopic :p | 01:30 |
(bluekuja/#ubuntu-motu-torrent) lol | 01:30 | |
DktrKranz | 30 characters? no way! #u-m-t-ot instead! | 01:31 |
(bluekuja/#ubuntu-motu-torrent) :D | 01:31 | |
pochu | hehe :) | 01:32 |
DktrKranz | I'm gonna die if I type too many characters at a time | 01:32 |
pochu | DktrKranz: you can set it as autojoin, so no need to type it ;) | 01:34 |
DktrKranz | mh, let me do some tests | 01:35 |
DktrKranz | using copy and paste it took only 12 key pressures, +1 :P | 01:36 |
(bluekuja/#ubuntu-motu-torrent) asac: all lintian problems are strictly related to bad makefiles/configures | 02:06 | |
(bluekuja/#ubuntu-motu-torrent) and trying to update it I get some macro undefinied like AC_PROG_LIBTOOL | 02:06 | |
asac | bluekuja: you need libtool installed for that | 02:18 |
asac | though you should not need libtool if no libs are build | 02:18 |
(bluekuja/#ubuntu-motu-torrent) asac: a lib is built | 02:18 | |
asac | if you really need it you need a build-depends | 02:18 |
asac | on libtool | 02:18 |
(bluekuja/#ubuntu-motu-torrent) asac: do you think that running autotools will fix those problems? | 02:19 | |
(bluekuja/#ubuntu-motu-torrent) e.g docs are installed by default, also if not listed in DOCS | 02:19 | |
asac | no | 02:19 |
asac | if you have no libtool installed then the libtool macro does not exist | 02:19 |
asac | for the rest i have no idea | 02:19 |
asac | updating autotools generated files might help | 02:20 |
asac | give it a try | 02:20 |
(bluekuja/#ubuntu-motu-torrent) asac: gconf are installed in /usr/etc/.. | 02:20 | |
(bluekuja/#ubuntu-motu-torrent) and thats bad | 02:20 | |
asac | yes | 02:20 |
asac | thats probably a Makefile.am bug | 02:20 |
asac | e.g. bad makefile | 02:20 |
asac | maybe look what packages do that do it proper | 02:20 |
asac | bluekuja: probably that is due to some missing configure switch | 02:21 |
asac | look what other packages pass to configure in rules | 02:21 |
asac | and then look if you do the same | 02:21 |
(bluekuja/#ubuntu-motu-torrent) asac: I found out that gconf variable is set in aclocal | 02:22 | |
(bluekuja/#ubuntu-motu-torrent) GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas' | 02:22 | |
(bluekuja/#ubuntu-motu-torrent) using this | 02:22 | |
(bluekuja/#ubuntu-motu-torrent) that installs them into /usr/etc | 02:22 | |
asac | bluekuja: what do you pass to configure? | 02:22 |
asac | probably you don't pass proper sysconfdir | 02:23 |
(bluekuja/#ubuntu-motu-torrent) let me see | 02:23 | |
asac | which is why things get installed beneath $(prefix)/etc | 02:23 |
asac | e.g. look what you are missing | 02:23 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 02:23 | |
(bluekuja/#ubuntu-motu-torrent) sysconfdir='${prefix}/etc' | 02:23 | |
(bluekuja/#ubuntu-motu-torrent) bad folder | 02:23 | |
(bluekuja/#ubuntu-motu-torrent) in configure | 02:23 | |
(bluekuja/#ubuntu-motu-torrent) let's fix and try again | 02:24 | |
asac | bluekuja: look at how good packages invoke configure | 02:25 |
asac | the basic parameters are *always* identical for all autotoolized packages | 02:26 |
(bluekuja/#ubuntu-motu-torrent) asac: good package = updated? | 02:26 | |
(bluekuja/#ubuntu-motu-torrent) updated = autotoolized | 02:27 | |
asac | he? | 02:27 |
(bluekuja/#ubuntu-motu-torrent) look at how good packages invoke configure | 02:27 | |
asac | yes | 02:27 |
(bluekuja/#ubuntu-motu-torrent) I was talking about this | 02:27 | |
asac | just pick some | 02:27 |
asac | most should do it proper | 02:27 |
asac | at best pick some package from main | 02:27 |
asac | some C (or C++) package | 02:27 |
(bluekuja/#ubuntu-motu-torrent) and I see how the invoke configure? | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) into sources | 02:28 | |
asac | no | 02:28 |
asac | in rules | 02:28 |
asac | read above | 02:28 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) ah yeah sorry | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:28 | |
asac | your problem is probably in rules ... not in the make/configure files itself :) | 02:28 |
asac | np | 02:28 |
(bluekuja/#ubuntu-motu-torrent) checking | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) a package in main | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: problem was in configure file | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: I changed gconf dir | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) and it works | 02:34 | |
asac | good | 02:34 |
asac | go ahead | 02:34 |
asac | fix the rest :) | 02:34 |
(bluekuja/#ubuntu-motu-torrent) need to find out docs | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: whats the default dir for gconf? | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) PREFIX/... | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) then? | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) *schemas | 02:34 | |
asac | no idea ... search in /usr/share ... there should be schemas already | 02:37 |
(bluekuja/#ubuntu-motu-torrent) asac: ok gconf problem fixed | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) asac: need to find out why those docs are installed without rules permission | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) asac: do you think that adding a clean rule for it would be ok? | 02:47 | |
asac | clean rule? | 02:47 |
(bluekuja/#ubuntu-motu-torrent) e.g rm ... | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) in rules | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) to delete them without bothering makefiles | 02:48 | |
(bluekuja/#ubuntu-motu-torrent) e.g -rm -f (CURDIR)debian/usr/share/doc/diff-ext/COPYING | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) */ | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) for all of them | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) trying it | 02:49 | |
asac | i am currently in -classroom :) | 02:51 |
asac | no ... deleting is probably not a good idea | 02:52 |
(bluekuja/#ubuntu-motu-torrent) asac: y? | 02:52 | |
asac | bluekuja: look how other packages deal with that ... they should face the same problem | 02:52 |
(bluekuja/#ubuntu-motu-torrent) asac: its not a rules problem | 02:52 | |
(bluekuja/#ubuntu-motu-torrent) its related to bad makefiles | 02:53 | |
(bluekuja/#ubuntu-motu-torrent) as gconf | 02:53 | |
(bluekuja/#ubuntu-motu-torrent) I set in DOCS only authors file | 02:53 | |
(bluekuja/#ubuntu-motu-torrent) and I get all of them | 02:53 | |
(bluekuja/#ubuntu-motu-torrent) at the end | 02:53 | |
asac | k | 02:53 |
asac | look in the Makefile.am files | 02:54 |
asac | and see whats wrong with them | 02:54 |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:54 | |
(bluekuja/#ubuntu-motu-torrent) currently checking | 02:54 | |
asac | compare to other packages ... which have COPYING et al in there source tree as well | 02:54 |
asac | most should have that file | 02:54 |
asac | as its standard for autotoolized things | 02:54 |
(bluekuja/#ubuntu-motu-torrent) asac: one more thing | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) lib is installed into | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) ah no | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) nvw | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) *nvm | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, something bad is in Makefile | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) e.g am__installdirs = "$(DESTDIR)$(diff_extdocdir)" | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) diff_extdocDATA_INSTALL = $(INSTALL_DATA) | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) and diff_extdoc_DATA = \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) README \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) COPYING \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) AUTHORS \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) ChangeLog \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) INSTALL \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) NEWS \ | 03:00 | |
(bluekuja/#ubuntu-motu-torrent) TODO | 03:00 | |
asac | bluekuja: looking at makefile might help to understand the problem ... but the problem has to be solved in Makefile.am | 03:00 |
(bluekuja/#ubuntu-motu-torrent) I cleaned makefile.am deleting diff_extdoc_DATA = \ | 03:01 | |
asac | do you really want that? | 03:01 |
asac | i mean having README and stuff like that is ok | 03:01 |
(bluekuja/#ubuntu-motu-torrent) they are blank | 03:01 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:01 | |
asac | blank? | 03:01 |
(bluekuja/#ubuntu-motu-torrent) zero-byte-file-in-doc-directory usr/share/doc/diff-ext/TODO | 03:01 | |
(bluekuja/#ubuntu-motu-torrent) zero-byte-file-in-doc-directory usr/share/doc/diff-ext/README | 03:02 | |
asac | ah ... yes ... drop those blank ones | 03:02 |
(bluekuja/#ubuntu-motu-torrent) COPYING is not needed too | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) if I leave the changelog there | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) I get | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) changelog-file-not-compressed ChangeLog | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) because has been already set in rules | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) by default | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) so all those files need to be removed cause blank files or bad(like copying to needed) | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed LIBTOOL problem, now updating and building | 03:06 | |
(bluekuja/#ubuntu-motu-torrent) to see if docs are no more installed | 03:06 | |
(bluekuja/#ubuntu-motu-torrent) asac: worked | 03:07 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:07 | |
asac | bluekuja: if you are done... do a lintian/linda run | 03:07 |
asac | to see any problems :) | 03:07 |
(bluekuja/#ubuntu-motu-torrent) clean | 03:07 | |
(bluekuja/#ubuntu-motu-torrent) clean now | 03:08 | |
asac | fine | 03:08 |
(bluekuja/#ubuntu-motu-torrent) :) | 03:08 | |
(bluekuja/#ubuntu-motu-torrent) asac: need to import into bzr now | 03:08 | |
(bluekuja/#ubuntu-motu-torrent) how do you prefer it? | 03:08 | |
asac | import to debian branch | 03:08 |
(bluekuja/#ubuntu-motu-torrent) e.g checkins | 03:08 | |
asac | then submit changes that are in upstream code upstream | 03:08 |
asac | once they applied them ... we have to merge | 03:08 |
(bluekuja/#ubuntu-motu-torrent) we dont have a debian branch | 03:09 | |
(bluekuja/#ubuntu-motu-torrent) all in one | 03:09 | |
asac | yes ... we have upstream + debian | 03:09 |
(bluekuja/#ubuntu-motu-torrent) yup | 03:09 | |
asac | http://bazaar.launchpad.net/~bluekuja/diff-ext/upstream.source/ vs http://bazaar.launchpad.net/~bluekuja/diff-ext/debian.source/ | 03:10 |
asac | land your changes in debian.source | 03:10 |
(bluekuja/#ubuntu-motu-torrent) ok | 03:10 | |
asac | taking care that you checkin per issue | 03:10 |
(bluekuja/#ubuntu-motu-torrent) ok | 03:10 | |
asac | so the checkins are distinct | 03:10 |
asac | and you can then diff those checkins only and send them upstream | 03:10 |
(bluekuja/#ubuntu-motu-torrent) first checking / docs | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) and so on | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) ok | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) lets do it | 03:11 | |
asac | right | 03:15 |
asac | you will do ... if its not perfect ... no problem :) | 03:15 |
asac | i am happy enough if you are aware of the importance :) | 03:16 |
(bluekuja/#ubuntu-motu-torrent) yup :) | 03:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: done, all revisions pushed correctly, now it should be ok to build it again to check lintian :) | 03:22 | |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: ok ... will try in 30 min :) | 03:23 |
(bluekuja/#ubuntu-motu-torrent) asac: sounds great | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) asac: is normal that fetching a dependency with pbuilder gets a 404 error: not found | 03:47 | |
(bluekuja/#ubuntu-motu-torrent) using archive.ubuntu.com | 03:47 | |
asac | hmm | 03:47 |
(bluekuja/#ubuntu-motu-torrent) and having scons as dep in control | 03:48 | |
asac | no | 03:48 |
asac | maybe you need to update | 03:48 |
(bluekuja/#ubuntu-motu-torrent) yeah | 03:48 | |
asac | the pbuilder environment | 03:48 |
(bluekuja/#ubuntu-motu-torrent) lets try | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) if updating wont work | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) its a problem | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) e.g after update, still fetch problem | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: tell me when you built | 03:56 | |
asac | i will get fetch errors? | 03:56 |
asac | why so? | 03:56 |
(bluekuja/#ubuntu-motu-torrent) asac: ? | 03:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope it was another package | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) I'm merging | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:57 | |
asac | ah | 03:57 |
(bluekuja/#ubuntu-motu-torrent) diff is ok | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) just need your build | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) and your lintian test | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:57 | |
asac | i will take a look at file hierarchy layout | 03:58 |
asac | some things cannot be caught by lintian | 03:58 |
asac | your last comment "in configure" file ... sounds as "always wrong" | 03:59 |
asac | modifying configure is always bad | 03:59 |
(bluekuja/#ubuntu-motu-torrent) asac: its just a dir variable | 03:59 | |
(bluekuja/#ubuntu-motu-torrent) it has to be done from there | 03:59 | |
asac | yes you did it wrong | 03:59 |
asac | as i said ... you lack a parameter to configure | 04:00 |
asac | invocation | 04:00 |
asac | bluekuja: nevertheless its wrong | 04:00 |
(bluekuja/#ubuntu-motu-torrent) e.g --sysconfdir /usr/share | 04:00 | |
asac | first: its not persistent | 04:00 |
asac | as it willl be overwritten on next autoconf | 04:00 |
asac | second: you have the option to overwrite it by configure parameters | 04:00 |
asac | so modifying it is wrong | 04:01 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, you're really right | 04:01 | |
(bluekuja/#ubuntu-motu-torrent) didnt think about it | 04:01 | |
asac | bluekuja: las i said ... please look what other packages pass to configure in rules | 04:01 |
asac | its the same everywhere | 04:01 |
asac | e.g. if they have a sysconfdir | 04:02 |
(bluekuja/#ubuntu-motu-torrent) asac: ^^ | 04:02 | |
asac | ok ... to take the short track: its /etc | 04:02 |
asac | not /usr/share | 04:02 |
(bluekuja/#ubuntu-motu-torrent) I was waiting your comment | 04:02 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 04:02 | |
(bluekuja/#ubuntu-motu-torrent) :) | 04:02 | |
asac | if you don't want it in rc then Makefile.am are wrong | 04:02 |
asac | s/in rc/in etc/ | 04:02 |
(bluekuja/#ubuntu-motu-torrent) asac: /etc ?? | 04:02 | |
asac | if you want it in share ... then its DATA | 04:02 |
(bluekuja/#ubuntu-motu-torrent) asac: gconf files need to go to /usr/share | 04:03 | |
(bluekuja/#ubuntu-motu-torrent) why /etc? | 04:03 | |
(bluekuja/#ubuntu-motu-torrent) the problem was related to a bad gconf folder | 04:03 | |
(bluekuja/#ubuntu-motu-torrent) reported by lintian | 04:04 | |
(bluekuja/#ubuntu-motu-torrent) that was pointing them to /etc | 04:04 | |
(bluekuja/#ubuntu-motu-torrent) */usr/etc | 04:04 | |
(bluekuja/#ubuntu-motu-torrent) changing configure sysconfig (we can --sysconfdir to ./configure in rules too) | 04:04 | |
(bluekuja/#ubuntu-motu-torrent) we make the trick | 04:04 | |
(bluekuja/#ubuntu-motu-torrent) and we're done | 04:05 | |
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: passing that variable to rules's ./configure works | 04:11 | |
(bluekuja/#ubuntu-motu-torrent) so we dont have to change configure directly | 04:12 | |
asac | yep | 04:12 |
asac | safe bet | 04:12 |
asac | no of course not | 04:12 |
(bluekuja/#ubuntu-motu-torrent) uploading it | 04:12 | |
asac | if you want to change something in confiugre | 04:12 |
asac | you have to modifiy configure.ac | 04:12 |
(bluekuja/#ubuntu-motu-torrent) yea | 04:12 | |
asac | and regen configure from that | 04:12 |
(bluekuja/#ubuntu-motu-torrent) configure is not stable | 04:12 | |
asac | its generated | 04:12 |
(bluekuja/#ubuntu-motu-torrent) e.g it regens | 04:12 | |
(bluekuja/#ubuntu-motu-torrent) yep | 04:12 | |
(bluekuja/#ubuntu-motu-torrent) :) | 04:12 | |
asac | and generated files should never be touched by hand | 04:12 |
asac | normally they even don't belong in revision control | 04:12 |
asac | if you put them ... always check them in with a distinct patch | 04:13 |
asac | so the diff of your manual changes does not contaminated | 04:13 |
asac | bluekuja: so you can revert the last checkin (e.g. apply reversed) | 04:13 |
(bluekuja/#ubuntu-motu-torrent) asac: how? | 04:13 | |
asac | and check that in (e.g. backout the wrong checkin) | 04:13 |
(bluekuja/#ubuntu-motu-torrent) how can I delete last checkin? | 04:14 | |
asac | you can't | 04:14 |
(bluekuja/#ubuntu-motu-torrent) uncommitting and overwriting | 04:14 | |
(bluekuja/#ubuntu-motu-torrent) should work too | 04:14 | |
asac | (you could but since its already published you don't want to) | 04:14 |
asac | so you have to backout by applying the reverse-diff | 04:14 |
asac | bluekuja: no please don't uncommitt | 04:14 |
asac | on published branches | 04:14 |
(bluekuja/#ubuntu-motu-torrent) asac: oh ok^^ | 04:14 | |
asac | we did this in the beginning once :) ... but just to get a good start | 04:15 |
asac | now we should return to decent business and backout properly | 04:15 |
asac | by a checkin on-top | 04:15 |
(bluekuja/#ubuntu-motu-torrent) asac: I can apply the only change I did in one checking (changing sysconf) | 04:15 | |
(bluekuja/#ubuntu-motu-torrent) and then fix rules | 04:15 | |
(bluekuja/#ubuntu-motu-torrent) in another one | 04:15 | |
asac | yeah ... but exercise how you can do that without editing a file manual :) | 04:15 |
(bluekuja/#ubuntu-motu-torrent) :D | 04:15 | |
(bluekuja/#ubuntu-motu-torrent) bzr diff | 04:15 | |
asac | if you have a lager checkin to backout ... manual reverting is error-prone | 04:15 |
asac | or impossible | 04:15 |
(bluekuja/#ubuntu-motu-torrent) ye | 04:16 | |
(bluekuja/#ubuntu-motu-torrent) need to use bzr diff | 04:16 | |
asac | right bzr diff is the right way to start | 04:16 |
(bluekuja/#ubuntu-motu-torrent) good exercise | 04:16 | |
asac | maybe there is even a bzr command do to exactly that | 04:16 |
asac | (but its not called revert ... thats for sure) | 04:16 |
asac | i don't know if bzr has a command to do that | 04:16 |
(bluekuja/#ubuntu-motu-torrent) asac: revert Revert files to a previous revision. | 04:17 | |
(bluekuja/#ubuntu-motu-torrent) lol | 04:17 | |
asac | doing manual is a good exercise anyway :) | 04:17 |
asac | bluekuja: yes ... you can try | 04:17 |
asac | if it doesn't remove revisions | 04:17 |
asac | then its fine | 04:17 |
(bluekuja/#ubuntu-motu-torrent) lets try | 04:17 | |
asac | i only use it to reset modified files | 04:17 |
(bluekuja/#ubuntu-motu-torrent) bzr revert M configure | 04:17 | |
(bluekuja/#ubuntu-motu-torrent) the output | 04:18 | |
(bluekuja/#ubuntu-motu-torrent) now pushing | 04:18 | |
asac | no | 04:18 |
asac | look at what it did first | 04:18 |
asac | e.g. use bzr log | 04:18 |
(bluekuja/#ubuntu-motu-torrent) ah yea | 04:18 | |
asac | is there a new revision? | 04:18 |
asac | what did it do? | 04:18 |
asac | if you did not add a comment then it probably didn't do what you want | 04:18 |
(bluekuja/#ubuntu-motu-torrent) did nothing | 04:18 | |
(bluekuja/#ubuntu-motu-torrent) maybe bzr revert -m "message" | 04:19 | |
(bluekuja/#ubuntu-motu-torrent) nope | 04:19 | |
asac | actually i am pretty sure revert is not what we want | 04:20 |
(bluekuja/#ubuntu-motu-torrent) mmm....you're right | 04:20 | |
asac | (i alreday tried it as its called revert in git) | 04:20 |
(bluekuja/#ubuntu-motu-torrent) I see no changesd | 04:20 | |
asac | maybe you can pass parameters? | 04:20 |
asac | actually i can't believe that there is no such command in default bzr | 04:21 |
asac | but i don't see the command | 04:21 |
asac | so i just do it by hand :) | 04:21 |
(bluekuja/#ubuntu-motu-torrent) :D | 04:21 | |
asac | in svn you use merge to do it | 04:21 |
(bluekuja/#ubuntu-motu-torrent) bzr diff then | 04:21 | |
(bluekuja/#ubuntu-motu-torrent) bzr diff which variables uses? | 04:22 | |
asac | yeah you can definitly use bzr diff -r... | something | somethingelse | 04:22 |
asac | use bzr help | 04:22 |
asac | to figure out | 04:22 |
asac | bzr help <command> | 04:22 |
asac | can always be used | 04:22 |
(bluekuja/#ubuntu-motu-torrent) asac: where should the diff be stored? | 04:24 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok, I have the diff | 04:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: how can I apply it now to the branch? | 04:27 | |
asac | you can either put it to some file | 04:27 |
(bluekuja/#ubuntu-motu-torrent) yeah | 04:27 | |
asac | or just pipe into the command that reversed + applies your changes :) | 04:27 |
(bluekuja/#ubuntu-motu-torrent) I have it on a file now | 04:27 | |
asac | see above ... i do all with a single pipe expression | 04:27 |
asac | bluekuja: if you have file you have to apply the patch reversed | 04:28 |
(bluekuja/#ubuntu-motu-torrent) mmm... | 04:28 | |
asac | how to do that is in your hands :) | 04:28 |
(bluekuja/#ubuntu-motu-torrent) and then push | 04:28 | |
asac | commit | 04:28 |
(bluekuja/#ubuntu-motu-torrent) yes | 04:28 | |
asac | verify that it does what you want | 04:28 |
asac | then finally push and tell me :) | 04:28 |
asac | comment that you reverted a checkin and name what checkin was reverted | 04:29 |
(bluekuja/#ubuntu-motu-torrent) ok | 04:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: rules changes | 04:29 | |
(bluekuja/#ubuntu-motu-torrent) go in another checkin right? | 04:29 | |
asac | depends about what they are | 04:31 |
asac | e.g. if you change something in rules because you removed some file | 04:31 |
asac | both changes would go into the same checkin | 04:31 |
(bluekuja/#ubuntu-motu-torrent) asac: nope, added content | 04:31 | |
(bluekuja/#ubuntu-motu-torrent) in our case | 04:31 | |
asac | what content? | 04:31 |
asac | did we add? | 04:32 |
(bluekuja/#ubuntu-motu-torrent) --sysconfdif variable | 04:32 | |
asac | yeah nm | 04:32 |
asac | if you just changed rules | 04:32 |
asac | then its a distinct checkin ... yes | 04:33 |
(bluekuja/#ubuntu-motu-torrent) ok | 04:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: done | 04:43 | |
(bluekuja/#ubuntu-motu-torrent) everything pushed | 04:43 | |
(bluekuja/#ubuntu-motu-torrent) you can try to build | 04:43 | |
asac | bluekuja: will try after developer team meeting | 04:46 |
asac | @schedule | 04:46 |
(ubotu/#ubuntu-motu-torrent) Schedule for Etc/UTC: 31 May 15:00: Ubuntu Development Team | 31 May 21:00: Kubuntu Developers | 05 Jun 19:00: Technical Board | 06 Jun 20:00: Edubuntu | 07 Jun 20:00: Ubuntu Development Team | 12 Jun 15:00: Kernel Team | 04:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 04:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna have a break | 04:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: ping me when done | 04:46 | |
(bluekuja/#ubuntu-motu-torrent) @schedule rome | 04:47 | |
(ubotu/#ubuntu-motu-torrent) Schedule for Europe/Rome: 31 May 17:00: Ubuntu Development Team | 31 May 23:00: Kubuntu Developers | 05 Jun 21:00: Technical Board | 06 Jun 22:00: Edubuntu | 07 Jun 22:00: Ubuntu Development Team | 12 Jun 17:00: Kernel Team | 04:47 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 04:47 | |
=== freeflying [n=freeflyi@123.116.98.163] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: back | 05:33 | |
asac | yes meeting is over as well :/ | 05:34 |
(bluekuja/#ubuntu-motu-torrent) aww | 05:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving in 30-40 mins | 05:36 | |
(bluekuja/#ubuntu-motu-torrent) can we finish ? | 05:36 | |
asac | lookin | 05:36 |
(bluekuja/#ubuntu-motu-torrent) perfect | 05:37 | |
asac | i don't get why you choose ${prefix}/share as sysconfdir | 05:37 |
asac | do other packages do the same? | 05:37 |
(bluekuja/#ubuntu-motu-torrent) asac: that dir is specified for gconf schemas | 05:38 | |
asac | yes right | 05:38 |
(bluekuja/#ubuntu-motu-torrent) gconf schemas are stored in usr/share | 05:38 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 05:38 | |
asac | but that doesn'tmean that sysconfdir is that place | 05:38 |
asac | but let me look | 05:38 |
(bluekuja/#ubuntu-motu-torrent) its specified only for schemas | 05:39 | |
(bluekuja/#ubuntu-motu-torrent) in configure | 05:39 | |
asac | ok in cdbs helper mk files DEB_CONFIGURE_SYSCONFDIR =/etc | 05:40 |
asac | so its probably not right to use it for that purpose | 05:40 |
asac | where is the schema file declared in Makefile.am ? | 05:43 |
(bluekuja/#ubuntu-motu-torrent) asac: data/makefile.am | 05:43 | |
asac | how? | 05:45 |
(bluekuja/#ubuntu-motu-torrent) asac: they are not decalred | 05:46 | |
(bluekuja/#ubuntu-motu-torrent) *declared | 05:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: we can verify final deb to see if all files are installed properly | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) to see if sysconfdir | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) set to /usr/share | 05:48 | |
(bluekuja/#ubuntu-motu-torrent) modify the package itself | 05:48 | |
asac | he? | 05:48 |
asac | it certainly modifies package | 05:48 |
asac | i can see the result | 05:48 |
asac | in debian/diff-ext/... | 05:48 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 05:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: so we need to find a workaround | 05:49 | |
(bluekuja/#ubuntu-motu-torrent) to have schemas in /usr/share | 05:50 | |
(bluekuja/#ubuntu-motu-torrent) and other files in /etc | 05:50 | |
=== Lutin [n=Lutin@ubuntu/member/lutin] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) Lutin, :) | 05:51 | |
(bluekuja/#ubuntu-motu-torrent) Lutin, please https://launchpad.net/~motu-torrent | 05:51 | |
(bluekuja/#ubuntu-motu-torrent) asac: is there a way to have that ? | 05:52 | |
Lutin | bluekuja: just idling around for the moment, I'm on exams and then will be away for 6 weeks. not the perfect time for becoming member in any team | 05:53 |
(bluekuja/#ubuntu-motu-torrent) Lutin, oh ok :) you can stay in the channel | 05:53 | |
asac | bluekuja: i think the problem is in Makefile.am | 05:53 |
asac | it should never use $(sysconfdir) | 05:53 |
asac | but something like | 05:53 |
asac | $(datadir) | 05:53 |
(bluekuja/#ubuntu-motu-torrent) asac: right | 05:53 | |
asac | so fix Makefile.am | 05:54 |
asac | and you are done | 05:54 |
asac | no tweaking of sysconfdir needed in configure invocation | 05:54 |
(bluekuja/#ubuntu-motu-torrent) asac: wait, you mean data/ma.. or datadir/make? | 05:54 | |
asac | (other than setting to /etc for future use) | 05:54 |
asac | read above | 05:54 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, but there are something like 4 makefile.am | 05:54 | |
(bluekuja/#ubuntu-motu-torrent) in upstream dir | 05:55 | |
(bluekuja/#ubuntu-motu-torrent) data/makefile.am | 05:55 | |
(bluekuja/#ubuntu-motu-torrent) po/makefile.am | 05:55 | |
(bluekuja/#ubuntu-motu-torrent) you mean the one in ./ | 05:55 | |
(bluekuja/#ubuntu-motu-torrent) I dont see any sysconfdir there | 05:57 | |
asac | hmm | 05:57 |
asac | its interesting | 05:57 |
(bluekuja/#ubuntu-motu-torrent) its made all with configure | 05:57 | |
(bluekuja/#ubuntu-motu-torrent) its not nice, but its made that way | 05:57 | |
asac | its in aclocal.m4 | 05:58 |
asac | ok | 05:59 |
asac | its a bug imo | 05:59 |
asac | but we have to live with it | 05:59 |
asac | it appears that GCONF macros have that as default | 05:59 |
(bluekuja/#ubuntu-motu-torrent) yea | 05:59 | |
asac | you can overwrite it with configure option: | 05:59 |
asac | ./configure --help ?? | 05:59 |
asac | take a loog | 05:59 |
asac | look | 05:59 |
asac | there is an optio for what we want | 06:00 |
asac | you specify the right dir ... done | 06:00 |
(bluekuja/#ubuntu-motu-torrent) asac: --with-gconf-source=sourceaddress Config database for installing schema files. | 06:00 | |
(bluekuja/#ubuntu-motu-torrent) no sorry | 06:01 | |
(bluekuja/#ubuntu-motu-torrent) --with-gconf-schema-file-dir=dir Directory for installing schema files. | 06:01 | |
(bluekuja/#ubuntu-motu-torrent) copied previous line | 06:01 | |
(bluekuja/#ubuntu-motu-torrent) sorry | 06:01 | |
(bluekuja/#ubuntu-motu-torrent) and we are done | 06:01 | |
asac | y | 06:01 |
(bluekuja/#ubuntu-motu-torrent) fixing | 06:01 | |
asac | at least for this problem :) | 06:01 |
(bluekuja/#ubuntu-motu-torrent) yep | 06:01 | |
asac | actually i think that the default is proper | 06:02 |
asac | because /etc/gconf/ might work as well | 06:02 |
(bluekuja/#ubuntu-motu-torrent) asac: lintian warning for it | 06:02 | |
(bluekuja/#ubuntu-motu-torrent) --with-gconf-schema-file-dir=\$${prefix}/share | 06:02 | |
(bluekuja/#ubuntu-motu-torrent) added | 06:02 | |
asac | but since its not what the user usually edits it doesn't belong there | 06:02 |
(bluekuja/#ubuntu-motu-torrent) yea | 06:02 | |
(bluekuja/#ubuntu-motu-torrent) I've added that variable | 06:03 | |
asac | please double check that it does what we want | 06:03 |
(bluekuja/#ubuntu-motu-torrent) yea | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) let me build | 06:03 | |
asac | drop sysconfdir tweaking of course | 06:03 |
(bluekuja/#ubuntu-motu-torrent) yea | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) building | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) asac: E: diff-ext: file-directly-in-usr-share usr/share/diff-ext.schemas | 06:04 | |
(bluekuja/#ubuntu-motu-torrent) we should specify full path | 06:04 | |
(bluekuja/#ubuntu-motu-torrent) for it | 06:04 | |
(bluekuja/#ubuntu-motu-torrent) so prefix/share/gconf/schemas | 06:05 | |
asac | yeah | 06:05 |
asac | wrong dir you choose | 06:05 |
(bluekuja/#ubuntu-motu-torrent) yup | 06:05 | |
asac | $(sysconfdir)/gconf/schemas ... it was | 06:06 |
(bluekuja/#ubuntu-motu-torrent) yeah, I used prefix | 06:06 | |
asac | you might use datadir :) | 06:06 |
(bluekuja/#ubuntu-motu-torrent) asac: why sysconfdir? | 06:06 | |
(bluekuja/#ubuntu-motu-torrent) it will place them in usr/etc | 06:06 | |
(bluekuja/#ubuntu-motu-torrent) and thats bad | 06:06 | |
(bluekuja/#ubuntu-motu-torrent) instead of normal path | 06:07 | |
(bluekuja/#ubuntu-motu-torrent) /usr/share/gconf/schemas | 06:07 | |
(bluekuja/#ubuntu-motu-torrent) I'll use prefix/share/gconf/schemas | 06:07 | |
asac | i said "it was" | 06:07 |
(bluekuja/#ubuntu-motu-torrent) and we're done | 06:07 | |
(bluekuja/#ubuntu-motu-torrent) ah sorry | 06:07 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:07 | |
asac | + you might use datadir | 06:07 |
(bluekuja/#ubuntu-motu-torrent) misunderstood | 06:07 | |
asac | :) | 06:07 |
asac | np | 06:07 |
(bluekuja/#ubuntu-motu-torrent) datadir ? | 06:08 | |
(bluekuja/#ubuntu-motu-torrent) its the variable for? | 06:08 | |
(bluekuja/#ubuntu-motu-torrent) *in our case* | 06:08 | |
(bluekuja/#ubuntu-motu-torrent) usr/share? | 06:08 | |
asac | its: "architecture independent data directory" | 06:09 |
asac | which is /usr/share | 06:09 |
asac | by default | 06:09 |
(bluekuja/#ubuntu-motu-torrent) yea, ok | 06:09 | |
(bluekuja/#ubuntu-motu-torrent) perfect | 06:09 | |
asac | read automake manual | 06:10 |
asac | there are other variables as well | 06:10 |
asac | like pkgdatadir | 06:10 |
asac | as well as architecture dependent files et al | 06:10 |
(bluekuja/#ubuntu-motu-torrent) ok | 06:10 | |
(bluekuja/#ubuntu-motu-torrent) fixing | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) building | 06:12 | |
asac | fine | 06:12 |
(bluekuja/#ubuntu-motu-torrent) lintian clean | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) usr/share/gconf/schemas/ | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) usr/share/gconf/schemas/diff-ext.schemas | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: pushed and published | 06:16 | |
asac | if everything is fine i will upload | 06:16 |
asac | short breakj | 06:16 |
asac | now | 06:16 |
asac | sorry | 06:16 |
(bluekuja/#ubuntu-motu-torrent) asac: awww | 06:17 | |
(bluekuja/#ubuntu-motu-torrent) leaving | 06:17 | |
(bluekuja/#ubuntu-motu-torrent) in 5 mins | 06:17 | |
=== pochu [n=emilio@17.Red-88-7-170.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) wont be here this evening, I have a match | 06:17 | |
asac | no problem :) ... i don't think we have a real hurry | 06:17 |
asac | and most likely everything is ok | 06:17 |
asac | if i need to fix something tiny, i can do that | 06:17 |
(bluekuja/#ubuntu-motu-torrent) asac: nope, I'll try to get online late evning | 06:17 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:17 | |
asac | otherwise tomorrow | 06:17 |
(bluekuja/#ubuntu-motu-torrent) like midnight | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) you'll be here? | 06:18 | |
asac | no idea | 06:18 |
(bluekuja/#ubuntu-motu-torrent) :) | 06:18 | |
asac | depends on my mood | 06:18 |
(bluekuja/#ubuntu-motu-torrent) hehehe | 06:18 | |
asac | :) | 06:18 |
(bluekuja/#ubuntu-motu-torrent) asac: perfect, good break | 06:19 | |
(bluekuja/#ubuntu-motu-torrent) and see you later | 06:19 | |
(bluekuja/#ubuntu-motu-torrent) leaving | 06:19 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 06:19 | |
=== bluekuja_laptop [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
bluekuja_laptop | asac: back | 06:51 |
bluekuja_laptop | still having a break or returned? | 06:51 |
asac | 18:17 < bluekuja> asac: nope, I'll try to get online late evning | 06:57 |
asac | :) | 06:57 |
bluekuja_laptop | asac: I forgot that I have my laptop here | 06:57 |
asac | where? | 06:57 |
bluekuja_laptop | uncle's house | 06:57 |
bluekuja_laptop | ^^ | 06:58 |
asac | ah | 06:58 |
asac | you moved pretty fast | 06:58 |
bluekuja_laptop | yeah, its something like 5-6 km from my home | 06:58 |
bluekuja_laptop | I thought to have dinner before the match | 06:58 |
asac | ah | 06:58 |
asac | what kind of match is that? | 06:58 |
bluekuja_laptop | and they said me "no, we will go after" | 06:59 |
bluekuja_laptop | basketball :) | 06:59 |
asac | ah ... cool. have fun :) | 06:59 |
bluekuja_laptop | thanks! :) | 06:59 |
bluekuja_laptop | do you like it? | 06:59 |
asac | i queued this back because you told me that you will come back earliest late | 06:59 |
asac | bluekuja_laptop: kind of ... i played a bit when i was young ... but never in a real team | 07:00 |
bluekuja_laptop | asac: oh :D well, I have 30 mins now, if dont have to eat | 07:00 |
asac | what position? | 07:00 |
asac | do you play? | 07:00 |
bluekuja_laptop | asac: guard | 07:00 |
bluekuja_laptop | :) | 07:00 |
asac | cool | 07:00 |
asac | go ahead | 07:00 |
bluekuja_laptop | I'm not so tall | 07:00 |
bluekuja_laptop | only 1.90 cm | 07:01 |
bluekuja_laptop | ^^ | 07:01 |
bluekuja_laptop | *190 | 07:01 |
bluekuja_laptop | asac: what about you? | 07:02 |
asac | probably the reason why i never tried basketball seriously :) | 07:02 |
asac | 182 | 07:02 |
asac | 190 is decent for a guard position :) | 07:02 |
pochu | bluekuja_laptop: good luck in your match :) | 07:03 |
bluekuja_laptop | pochu, thanks! :) | 07:04 |
bluekuja_laptop | asac: well, that's good for a man | 07:04 |
bluekuja_laptop | pochu: is the tallest | 07:04 |
bluekuja_laptop | 200 cm | 07:04 |
bluekuja_laptop | ^^ | 07:04 |
asac | people much taller than 190 get problems | 07:05 |
asac | with their back et al | 07:05 |
bluekuja_laptop | lol | 07:05 |
bluekuja_laptop | yea | 07:05 |
asac | even with the bed :) | 07:05 |
bluekuja_laptop | that's true | 07:05 |
bluekuja_laptop | ahha | 07:05 |
bluekuja_laptop | :D | 07:05 |
asac | i already have problems with my body because i played tennis alot | 07:05 |
asac | if i would have been 200 ... i probably couldn't move anymore | 07:06 |
bluekuja_laptop | asac: lol | 07:06 |
pochu | bluekuja_laptop: 200? who? | 07:06 |
bluekuja_laptop | pochu: you :P | 07:06 |
pochu | lol | 07:06 |
bluekuja_laptop | :D | 07:06 |
pochu | I'm ~183 | 07:07 |
bluekuja_laptop | like asac | 07:07 |
bluekuja_laptop | :D | 07:07 |
bluekuja_laptop | asac: fische developer answered | 07:15 |
asac | about what? | 07:15 |
bluekuja_laptop | about build system | 07:16 |
asac | arch independence? | 07:16 |
bluekuja_laptop | and about bzr | 07:16 |
bluekuja_laptop | e.g maintaining it in lp | 07:16 |
asac | summary? forward? | 07:16 |
bluekuja_laptop | asac: summary is : | 07:17 |
bluekuja_laptop | 1) he wants to use bzr with co-devels | 07:17 |
bluekuja_laptop | 2) he wants to use the build system I created | 07:17 |
bluekuja_laptop | 3)is REALLY happy for my work | 07:17 |
asac | cool | 07:17 |
bluekuja_laptop | that's all :) | 07:17 |
asac | really cool | 07:17 |
asac | well done! | 07:17 |
bluekuja_laptop | :) | 07:17 |
asac | bluekuja_laptop: hope you mentor him a bit on bzr use :) | 07:18 |
bluekuja_laptop | asac: of course...he said Up to today I had never heard about bzr | 07:18 |
bluekuja_laptop | I'll need to start explaining from the base | 07:18 |
bluekuja_laptop | of bzr | 07:18 |
bluekuja_laptop | ^^ | 07:18 |
bluekuja_laptop | and launchpad too | 07:18 |
asac | sure ... show him how he branch from the original fische tree his own private one | 07:18 |
asac | then show him how he can pull over patches we have for build system from our branch | 07:19 |
asac | e.g. that should convince him :) | 07:19 |
bluekuja_laptop | asac: should I tell him to use the branch I created or indipendent? | 07:19 |
asac | and gives you excersize as well :) | 07:19 |
asac | the idea is that he is the upstream author and maintains his own branch (without debian) | 07:19 |
asac | he can probably start from your | 07:19 |
asac | s | 07:20 |
asac | do we have two branches? | 07:20 |
asac | or just one? | 07:20 |
asac | at best tell him he should branch the initial revision from your branch and then try to merge over the other changes you did | 07:20 |
bluekuja_laptop | asac: two | 07:20 |
bluekuja_laptop | ok | 07:20 |
bluekuja_laptop | sounds good | 07:20 |
asac | e.g. good as an excersize and to feel how it works | 07:21 |
bluekuja_laptop | yeah, so he can take a look to autotools files i created | 07:21 |
bluekuja_laptop | e.g build system | 07:21 |
asac | yes ... he can merge your changes into his local copy | 07:21 |
asac | and then review and push to his branch as well | 07:21 |
bluekuja_laptop | so he can implement it for next releases | 07:21 |
bluekuja_laptop | exactly | 07:21 |
asac | bzr should be smart enough to recognize these if you later merge from his branch | 07:22 |
asac | e.g. so it doesn't get confused because he has checkins that you have as well :) | 07:22 |
asac | bluekuja_laptop: right | 07:22 |
bluekuja_laptop | I gonna tell him to create a new branch, start first revision from mine and then I'll merge with new releases | 07:22 |
bluekuja_laptop | when he will do one | 07:22 |
asac | bluekuja_laptop: yes | 07:22 |
bluekuja_laptop | sounds great | 07:22 |
bluekuja_laptop | asac: when diff-ext will be uploaded, gonna package kdiff-ext too | 07:23 |
bluekuja_laptop | and mail upstream | 07:23 |
bluekuja_laptop | for bzr | 07:23 |
bluekuja_laptop | too | 07:23 |
asac | fine fine | 07:23 |
asac | ok ... got to work a bit | 07:23 |
asac | then get out of here for a whil | 07:24 |
bluekuja_laptop | asac: yeah, will leave in 30 mins :) | 07:24 |
bluekuja_laptop | asac: gonna ping you tomorrow morning | 07:24 |
bluekuja_laptop | like 11-12 :) | 07:24 |
asac | fine | 07:27 |
asac | i am here from 9 | 07:27 |
bluekuja_laptop | asac: sounds great | 07:29 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent | ||
pochu | ls | 09:54 |
pochu | bluekuja, asac: so how's libtorrent going? Will we get it [soon] ? | 09:55 |
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja_laptop | pochu, back | 12:42 |
bluekuja_laptop | I'm leaving, I REALLY need to sleep | 12:42 |
bluekuja_laptop | pochu: gonna talk about libtorrent | 12:43 |
bluekuja_laptop | tomorro | 12:43 |
bluekuja_laptop | cya and gnight | 12:43 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
-dmwaters(i=dmwaters@freenode/staff/dmwaters)- {global notice} Good day all. In about an hour i'm going to begin maintenence on 3 main rotation servers that have been out of rotation for a while. These servers have been out of rotation for a while, but the impact will still be a bit rough. About 2200 users will be effected. | 04:10 | |
!dmwaters:*! Good day folks, time for that upgrade i talked about earlier, first server to reboot has about 700 users on it. | 05:05 | |
=== regulate [i=regulate@notchill.com] has joined #ubuntu-motu-torrent | ||
!dmwaters:*! Next server has 945 users on it. | 05:06 | |
!dmwaters:*! Ok, last server folks, about 450 users. | 05:07 | |
=== armin76 [n=armin@gentoo/developer/armin76] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
(bluekuja/#ubuntu-motu-torrent) hi all | 10:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 10:32 | |
asac | ola | 10:33 |
(bluekuja/#ubuntu-motu-torrent) ola | 10:33 | |
(bluekuja/#ubuntu-motu-torrent) :) | 10:33 | |
(bluekuja/#ubuntu-motu-torrent) how are you? | 10:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: please #426960 | 10:35 | |
(bluekuja/#ubuntu-motu-torrent) on debia | 10:35 | |
asac | oha | 10:38 |
asac | i failed | 10:38 |
(bluekuja/#ubuntu-motu-torrent) asac: is he right? | 10:38 | |
asac | yes | 10:39 |
asac | can you try if it works with gnutls? | 10:39 |
(bluekuja/#ubuntu-motu-torrent) of course | 10:39 | |
asac | otherwise upstream would have to grant exception to link against openssl | 10:39 |
asac | but i think it should work with gnutls | 10:39 |
(bluekuja/#ubuntu-motu-torrent) let me grab the source | 10:39 | |
(bluekuja/#ubuntu-motu-torrent) and change it | 10:39 | |
(bluekuja/#ubuntu-motu-torrent) asac: using libcurl4-gnutls-dev works | 10:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm adding the entry to the changelog | 10:46 | |
(bluekuja/#ubuntu-motu-torrent) and I pass all the files to you | 10:46 | |
(bluekuja/#ubuntu-motu-torrent) so you can check, and then I close the bug | 10:47 | |
asac | bluekuja: please confirm with ldd that its linked against libcurl | 10:57 |
asac | and verify that depends of produced bin package points to libcurl-gnutls as well | 10:57 |
asac | then push to bzr | 10:57 |
asac | i will push | 10:57 |
(bluekuja/#ubuntu-motu-torrent) all with ldd? | 10:57 | |
asac | add (Closes: BUGID) to changelog | 10:57 |
(bluekuja/#ubuntu-motu-torrent) the things you told me | 10:58 | |
asac | no ... first verify that binary is linked against right lib (ldd) | 10:58 |
asac | then look with dpkg -l ... or in DEBIAN/control | 10:58 |
(bluekuja/#ubuntu-motu-torrent) ok | 10:58 | |
asac | for depends | 10:58 |
(bluekuja/#ubuntu-motu-torrent) oki | 10:58 | |
(bluekuja/#ubuntu-motu-torrent) asac; bitstormlite | 10:58 | |
(bluekuja/#ubuntu-motu-torrent) is not in bzr | 10:58 | |
asac | not? | 10:58 |
asac | hmm | 10:58 |
asac | ok | 10:58 |
asac | maybe we should change that in future | 10:58 |
(bluekuja/#ubuntu-motu-torrent) asac.tar.gz | 10:58 | |
(bluekuja/#ubuntu-motu-torrent) :P | 10:58 | |
asac | ok | 10:58 |
(bluekuja/#ubuntu-motu-torrent) asac: urgency? | 11:03 | |
(bluekuja/#ubuntu-motu-torrent) medium? | 11:03 | |
(bluekuja/#ubuntu-motu-torrent) or low | 11:03 | |
asac | low | 11:12 |
(bluekuja/#ubuntu-motu-torrent) ok | 11:12 | |
asac | ... as the package is not in testing/stable | 11:12 |
asac | there is no reason for higher urgency | 11:12 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: links correctly | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) libcurl-gnutls.so.4 (CURL_GNUTLS_4) => /usr/lib/libcurl-gnutls.so.4 | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) using ldd | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) libssl is no more then | 11:24 | |
(bluekuja/#ubuntu-motu-torrent) *there | 11:24 | |
asac | cool | 11:26 |
asac | you use it on binary right? | 11:26 |
asac | send me ... and for my convenience a debdiff | 11:26 |
asac | of the new and old version | 11:26 |
asac | so i don't need to review in detail | 11:26 |
(bluekuja/#ubuntu-motu-torrent) asac: yea, on bitstormlite | 11:26 | |
(bluekuja/#ubuntu-motu-torrent) binary | 11:26 | |
(bluekuja/#ubuntu-motu-torrent) file | 11:26 | |
asac | k | 11:26 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 11:27 |
(bluekuja/#ubuntu-motu-torrent) heya | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: sent | 11:35 | |
(bluekuja/#ubuntu-motu-torrent) should be arrived | 11:35 | |
asac | yeah retrieved it | 11:38 |
asac | have to finish firefox gutsy build | 11:39 |
asac | then i will update yours | 11:39 |
(bluekuja/#ubuntu-motu-torrent) asac: sounds great | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) check if everything is correct | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) to be sure | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) asac: there will be soon a new fische release with my build system | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) :P | 11:40 | |
asac | yeah :) | 11:42 |
asac | hope he gives you the credits you deserve :) | 11:42 |
(bluekuja/#ubuntu-motu-torrent) yeah, I hope so! :) | 11:44 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: how its going? | 12:14 | |
(bluekuja/#ubuntu-motu-torrent) is firefox build really long? | 12:14 | |
(bluekuja/#ubuntu-motu-torrent) e.g azureus | 12:14 | |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hi vorian | 12:14 | |
vorian | hey bluekuja :) | 12:15 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:15 | |
(bluekuja/#ubuntu-motu-torrent) how its going with packaging? | 12:15 | |
vorian | sheesh | 12:15 |
vorian | I need help | 12:15 |
vorian | :) | 12:15 |
asac | bluekuja: have to check on all distros et al | 12:15 |
(bluekuja/#ubuntu-motu-torrent) have you selected a source to package? | 12:15 | |
asac | pita work | 12:15 |
(bluekuja/#ubuntu-motu-torrent) asac: oh ok :) | 12:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: this afternoon we check diff-ext | 12:16 | |
(bluekuja/#ubuntu-motu-torrent) asac: it should be ok | 12:16 | |
asac | bluekuja: even worse: all, dapper, edgy, feisty, gutsy packages are out of synch | 12:16 |
vorian | bluekuja, I tried following the directions on packaging the "hello" program | 12:16 |
vorian | anyway, | 12:16 |
(bluekuja/#ubuntu-motu-torrent) asac: thats not nice | 12:16 | |
(bluekuja/#ubuntu-motu-torrent) :D | 12:16 | |
asac | so i have to take care for corner-cases by case | 12:16 |
vorian | I'm just lurking for now. Time to go to work :) | 12:16 |
(bluekuja/#ubuntu-motu-torrent) vorian, oh ok! try to get a source and package it...hello program is just an example | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:17 | |
vorian | ah | 12:17 |
vorian | I will give that a shot here in a bit. | 12:17 |
(bluekuja/#ubuntu-motu-torrent) sounds good | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) let me know if you have any question | 12:17 | |
vorian | will do! | 12:18 |
vorian | thanks :) | 12:18 |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) np | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) I need to restart my pc | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) nautilus keep crashing | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) without logs | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) -.- | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) brb | 12:19 | |
asac | ok ... doing lunch in a few | 12:37 |
=== bluekuja [n=andy@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== bluekuja_laptop [n=andrea@host130-175.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent | ||
bluekuja_laptop | asac: my desktop pc has been broken with last security update | 01:10 |
bluekuja_laptop | asac: when I select an icon on my desktop, it become blank... | 01:11 |
bluekuja_laptop | and nautilus doesnt work | 01:11 |
bluekuja_laptop | cpu 100 % | 01:11 |
bluekuja_laptop | damn | 01:11 |
asac | what update? | 01:12 |
bluekuja_laptop | libfreetype | 01:12 |
bluekuja_laptop | and some others package | 01:12 |
bluekuja_laptop | like python-gnome | 01:12 |
asac | feisty? | 01:12 |
bluekuja_laptop | yeah | 01:12 |
asac | are you in -bugs? | 01:13 |
bluekuja_laptop | yea | 01:13 |
asac | is there noise about that? | 01:13 |
asac | mybe ask there | 01:13 |
bluekuja_laptop | its for sure a font problem | 01:14 |
bluekuja_laptop | need to get previous libfreetype | 01:14 |
bluekuja_laptop | and see if it solve | 01:14 |
asac | bug #117922 | 01:15 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 117922 in nautilus "changing directories becomes increasingly slow, and eventually crashes" [Undecided,Unconfirmed] https://launchpad.net/bugs/117922 | 01:15 | |
asac | ? | 01:15 |
asac | last nautilus crash report i see | 01:15 |
bluekuja_laptop | I got it too | 01:15 |
bluekuja_laptop | but I get something worst | 01:16 |
bluekuja_laptop | asac: I'm leaving, be back later, so we can finish the work | 01:25 |
bluekuja_laptop | ;) | 01:25 |
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | lunchy munchy | 01:37 |
bluekuja_laptop | back | 02:21 |
bluekuja_laptop | I just went home and I'm completely wet | 02:22 |
bluekuja_laptop | : / | 02:22 |
asac | bslite building | 02:25 |
bluekuja_laptop | asac: great | 02:26 |
bluekuja_laptop | I need to save gpg, ssh keys | 02:27 |
bluekuja_laptop | on my desktop | 02:27 |
bluekuja_laptop | and format everything | 02:27 |
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
asac | pushed afaij | 02:34 |
asac | k | 02:34 |
bluekuja_laptop | asac: great! :) do you have a minute for diff-ext too? | 02:34 |
asac | probably | 02:35 |
bluekuja_laptop | :) | 02:35 |
asac | will try to inqueue that ;) | 02:35 |
bluekuja_laptop | :D | 02:35 |
asac | prinject | 02:35 |
asac | ;) | 02:35 |
bluekuja_laptop | asac: is there a way to import firefox password? | 02:35 |
bluekuja_laptop | *passwords | 02:35 |
asac | do you see how your question is not clear? | 02:35 |
bluekuja_laptop | e.g I enter in a site that requires authentication, I put my pwd and it saves it | 02:36 |
bluekuja_laptop | into firefox automatically | 02:36 |
asac | yes, and? | 02:36 |
bluekuja_laptop | need to know if i can import them like bookmarks | 02:36 |
bluekuja_laptop | in a file | 02:36 |
bluekuja_laptop | e.g xml or html | 02:37 |
asac | look for .db files in your profile | 02:37 |
bluekuja_laptop | *export | 02:37 |
asac | those contain the data | 02:37 |
bluekuja_laptop | ok | 02:37 |
asac | export is much better question :) | 02:37 |
asac | not that i know of | 02:37 |
asac | but the files are there and they use some standard (though binary) format | 02:37 |
bluekuja_laptop | ok, I'll try to take a look | 02:38 |
bluekuja_laptop | found an addon | 02:39 |
bluekuja_laptop | asac: is there a way to install icedove in ubuntu? | 03:31 |
asac | spin and build | 03:32 |
asac | build and install i mean :) | 03:32 |
bluekuja_laptop | by source then | 03:32 |
bluekuja_laptop | :) | 03:32 |
asac | yeah ... don't thinks it has been synched :) | 03:32 |
bluekuja_laptop | ok great | 03:32 |
asac | you wanna fix enigmail :) | 03:34 |
bluekuja_laptop | whats the problem there? | 03:34 |
asac | its basically just switching build depends :) | 03:34 |
asac | because buildds don't try as you can see on buildd.debian.org | 03:34 |
asac | http://buildd.debian.org/pkg.cgi?pkg=enigmail | 03:35 |
bluekuja_laptop | switching depends? | 03:35 |
bluekuja_laptop | why? | 03:35 |
asac | look at build-depends | 03:35 |
asac | then you will see | 03:35 |
asac | i tried to make it build against icedove and thunderbird :) | 03:36 |
asac | anyway ... i think i should just fix it | 03:36 |
asac | because its just a matter of 2 seconds :) | 03:36 |
bluekuja_laptop | asac: I can do it if you want | 03:36 |
asac | the idea is to get enigmail synched from debian again | 03:36 |
bluekuja_laptop | np for it | 03:36 |
asac | no ... makes no sense :) ... its just 2 seconds:) | 03:36 |
bluekuja_laptop | oh oki^^ | 03:37 |
bluekuja_laptop | i'm waiting your response to move packaging kdiff-ext | 03:37 |
bluekuja_laptop | and then I'll package mined | 03:37 |
bluekuja_laptop | (orphaned in debian) | 03:37 |
bluekuja_laptop | and back of 3 versions | 03:37 |
bluekuja_laptop | 10.3 on debian 13 on upstream | 03:38 |
bluekuja_laptop | :P | 03:38 |
asac | why not just go ahead | 03:38 |
asac | you don't need to wait for me | 03:38 |
bluekuja_laptop | need to see if its right | 03:39 |
bluekuja_laptop | e.g changes to the build system | 03:39 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
bluekuja | javierder, how its going? | 04:14 |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
bluekuja | |Element|, Hi :) | 04:15 |
bluekuja | asac: kdiff got the same setup of diff | 04:17 |
bluekuja | that's nice | 04:17 |
bluekuja | ^^ | 04:17 |
=== nuu [n=neuro@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
bluekuja | nuu: ;) | 04:58 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
bluekuja | javamaniac, hey :) | 05:04 |
nuu | hi bluekuja :) | 05:11 |
bluekuja | nuu: hello :) | 05:11 |
bluekuja | feel free to ask if you get any problem | 05:12 |
bluekuja | while packaging | 05:12 |
bluekuja | ;) | 05:12 |
nuu | thanks, will do :) | 05:18 |
bluekuja | :) | 05:21 |
bluekuja | asac: which deps may be missing here: | 05:23 |
bluekuja | http://pastebin.mozilla.org/80773 | 05:23 |
asac | something kde related :) | 05:24 |
asac | you will figure out | 05:24 |
asac | i have no concrete package in mind | 05:25 |
bluekuja | asac: thanks for kde hint | 05:25 |
bluekuja | checking | 05:25 |
asac | actually configure should fail if its needed and doesn't exist | 05:25 |
asac | probably a build system bug | 05:25 |
bluekuja | asac: yeah, configure doesnt point out | 05:25 |
asac | or you use is wrong | 05:25 |
asac | maybe you force configure to something ... i can't tell from here | 05:25 |
bluekuja | asac: for now configure is debhelper default | 05:26 |
bluekuja | so only with mandir and infodir | 05:26 |
bluekuja | forced | 05:26 |
asac | k | 05:27 |
asac | figure out build depend ;) is good enough for now | 05:27 |
asac | configure fix is more welcome of course :) | 05:27 |
asac | but first you have to understand whats missing anyway | 05:27 |
bluekuja | yeah | 05:28 |
bluekuja | need to find out what is it | 05:28 |
bluekuja | paying attention to libssl | 05:28 |
bluekuja | e.g kde-devel depends on libssl | 05:28 |
bluekuja | asac: found | 05:49 |
bluekuja | :) | 05:49 |
bluekuja | asac: I'm trying to see if it builda against libssl | 05:51 |
bluekuja | I hope so | 05:52 |
asac | why libssl? | 05:53 |
bluekuja | kdelibs depends on libssl | 05:53 |
bluekuja | need to find a workaround for it | 05:53 |
bluekuja | asac: dep missing for libkonq^^ | 05:54 |
asac | will be back later | 05:54 |
bluekuja | oki | 05:56 |
bluekuja | :) | 05:56 |
!BearPerson:*! hi guys. er, we just lost a main rotation server... nobody quite knows where it went, but we're sending out search teams and should have it back soon. Sorry about the bump, and thank you for flying freenode! | 05:59 | |
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: unfortunately libkonq4 directly depends on libssl | 07:36 |
bluekuja | :/ | 07:36 |
asac | what license realm are we in? | 07:36 |
asac | what is licensed in which way? | 07:36 |
bluekuja | bsd | 07:37 |
asac | what kind of bsd? | 07:37 |
asac | tell license of all depends as well | 07:38 |
bluekuja | asac: the package is under bsd | 07:38 |
bluekuja | upstream files | 07:39 |
asac | which bsd variant? | 07:39 |
asac | 2,3,4 clause? | 07:39 |
bluekuja | 2 clause | 07:39 |
asac | k | 07:39 |
asac | what about depends? | 07:39 |
asac | anything GPL? | 07:39 |
bluekuja | let me see | 07:39 |
bluekuja | asac: libkonq | 07:40 |
bluekuja | http://packages.debian.org/changelogs/pool/main/k/kdebase/kdebase_3.5.7-1/libkonq4-dev.copyright | 07:40 |
asac | why should i read this? | 07:41 |
bluekuja | thats the dep | 07:42 |
asac | so which license has libkonq ? | 07:42 |
bluekuja | LGPL | 07:43 |
bluekuja | asac: is it ok? | 07:45 |
asac | think so | 07:45 |
bluekuja | asac: ok great | 07:46 |
bluekuja | so I'm able to package it | 07:46 |
asac | libssl is openssl lib? | 07:46 |
bluekuja | yes | 07:46 |
asac | there is a compatibility lib for gnutls ... you could try that | 07:46 |
asac | (mainly to see if that works) | 07:46 |
bluekuja | ah yea | 07:47 |
bluekuja | asac: but if libkond depends on libssl | 07:47 |
bluekuja | and I use as dep gnutls one | 07:47 |
bluekuja | will it build against libssl? | 07:48 |
asac | libkonq depends on openssl? | 07:55 |
asac | bluekuja: it will not build against gnutls unless you change configure.xx or Makefile.am | 07:58 |
asac | depends on how authors did add the libssl link flags | 07:58 |
bluekuja | asac: yeah. right | 07:59 |
bluekuja | asac: libkonq depends on libssl | 07:59 |
asac | in addition you need changed depends | 07:59 |
asac | yeah that is bad | 07:59 |
bluekuja | yea | 07:59 |
asac | does libkonq has an exception that it can be linked against libssl? | 07:59 |
bluekuja | nope | 07:59 |
asac | e.g. the license | 07:59 |
asac | is that in debian as well? | 07:59 |
bluekuja | yeah | 07:59 |
asac | have you actually looked at the code? | 07:59 |
asac | e.g. what its in the libkonq license headers? | 08:00 |
bluekuja | asac: not yet | 08:00 |
bluekuja | http://packages.debian.org/unstable/libdevel/libkonq4-dev | 08:00 |
bluekuja | libkonq depends on kdelibs | 08:00 |
bluekuja | that depends on libssl | 08:00 |
bluekuja | libkonq is indirectly depended on libssl | 08:01 |
bluekuja | but its bad too | 08:01 |
asac | i have no idea | 08:02 |
bluekuja | asac: I dont use kde...so I wont maintain it in the proper way...so we can leave it | 08:03 |
asac | actually i endorse to use gnutls to avoid this kind of brain gym | 08:03 |
asac | bluekuja: good idea | 08:03 |
asac | kde world is a total mess imo :-P | 08:03 |
bluekuja | yeah | 08:03 |
bluekuja | I dont like to package kde | 08:03 |
bluekuja | applications | 08:03 |
bluekuja | because I simply dont use them | 08:03 |
bluekuja | :P | 08:03 |
asac | y | 08:04 |
bluekuja | asac: I adopted a package | 08:04 |
asac | did you follow procedure? | 08:04 |
asac | so how many packages do you plan do maintain? | 08:04 |
bluekuja | yeah, I changed to ITA from O in BTS | 08:04 |
bluekuja | and set me as owner | 08:04 |
bluekuja | asac: I think that 6-7 should be ok | 08:05 |
asac | you already have 7 | 08:05 |
bluekuja | mm...yea | 08:06 |
bluekuja | you're right | 08:06 |
bluekuja | well, the package I adopted today will be the last | 08:06 |
bluekuja | *I think* | 08:06 |
asac | your packages are decently small | 08:06 |
asac | so i think you take some more | 08:06 |
bluekuja | yea | 08:06 |
bluekuja | yea | 08:06 |
bluekuja | exactly | 08:06 |
asac | but ... then remember that you have to take care for longer time then just a few month :) | 08:06 |
bluekuja | asac: yeah, of course! | 08:07 |
asac | so which package is your cash cow :) | 08:07 |
asac | e.g. popcon.debian.org | 08:07 |
asac | ;) | 08:07 |
bluekuja | asac: gnome-bt | 08:08 |
asac | probably gnome-btdownload | 08:08 |
asac | yeah | 08:08 |
bluekuja | :) | 08:08 |
bluekuja | is in ubuntu's main too | 08:08 |
asac | so verlihub is adopted? | 08:08 |
asac | yeah :) | 08:08 |
bluekuja | yeah, verlihub will be huge | 08:08 |
bluekuja | a lot of users use it | 08:08 |
bluekuja | its the most appreciated hub software | 08:09 |
asac | cool | 08:09 |
asac | hopefully its buggy as well | 08:09 |
bluekuja | lol | 08:09 |
asac | having a good bug tracking record is important for NM :) | 08:09 |
bluekuja | yeah, exactly | 08:09 |
asac | but usually bug reports come in with users :) | 08:09 |
bluekuja | exactly | 08:09 |
bluekuja | :) | 08:09 |
bluekuja | asac: mined (the packaged I adopted today) is big too | 08:10 |
asac | why? | 08:10 |
asac | what size has it? | 08:10 |
bluekuja | e.g lot of users | 08:10 |
asac | ah .. i read too big ... not big too :) | 08:10 |
bluekuja | :D | 08:10 |
bluekuja | I'm leaving | 08:10 |
bluekuja | see you on sunday | 08:10 |
bluekuja | :) | 08:10 |
asac | yeah ... maybe i am here | 08:10 |
bluekuja | asac: great, so we can work with mined | 08:11 |
bluekuja | to push it | 08:11 |
bluekuja | cya! | 08:11 |
asac | bluekuja: at best you bring it to releasable state | 08:11 |
asac | then i have not much work :) | 08:11 |
bluekuja | asac: lol | 08:11 |
bluekuja | I will | 08:11 |
bluekuja | dont worry | 08:11 |
bluekuja | cya sunday! | 08:11 |
bluekuja | ;) | 08:11 |
asac | bye | 08:11 |
asac | ! | 08:11 |
asac | ;) | 08:11 |
asac | or monday | 08:12 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu-torrent | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== vorian_ [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
DarkSun88 | G'night | 12:38 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent | ||
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 11:34 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@155.Red-88-23-230.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== |Element is now known as |Element| | ||
=== DarkSun88 [n=Ma@213-140-18-133.fastres.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent | ||
=== |Element| is now known as HuaHua | ||
=== HuaHua is now known as |Element| | ||
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi | 07:42 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
fsateler | hi there. you guys already packaged libtorrent-rasterbar? | 10:36 |
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
pochu | fsateler: not yet :/ | 12:42 |
fsateler | I have made a pacakge for it | 12:43 |
fsateler | http://mentors.debian.net/debian/pool/main/l/libtorrent-rasterbar | 12:44 |
fsateler | you may want to check it before starting from scratch | 12:44 |
pochu | fsateler: we looked at it, and it would be really fine if it were uploaded to Debian. | 12:45 |
pochu | fsateler: Do you have any problem with it, or is it just a lack of sponsors? | 12:45 |
fsateler | indeed... but I haven't found a sponsor yet :( | 12:46 |
pochu | Have you mailed debian-sponsors? | 12:46 |
fsateler | yes, twice | 12:46 |
pochu | Or maybe ask on IRC on OFTC | 12:46 |
fsateler | I'll try that | 12:47 |
pochu | Unfortunately I'm not a DD, so I can't help you with that :/ | 12:47 |
fsateler | andrea veri sent me a mail in which (s?)he said that there was a soname problem... which problem is that? | 12:48 |
pochu | fsateler: We have been discusing here about libtorrent. | 12:48 |
pochu | Yes. bluekuja, ping? | 12:48 |
pochu | fsateler: There are two problem, afaik. One is that upstream doesn't care too much about other systems but Windows. | 12:49 |
pochu | The other is that the library has the same name than the other libtorrent, so they would conflict. | 12:49 |
pochu | We have asked him to rename it. | 12:49 |
pochu | So both libraries can be installed at the same time. | 12:50 |
fsateler | they don't need to.. since they have differen SO version they can coexist | 12:50 |
fsateler | -dev packages would have to conflict, though | 12:50 |
pochu | Different SO? | 12:50 |
pochu | Sorry, I'm not good with libraries :) | 12:51 |
pochu | asac: Do we have any news regarding libtorrent? | 12:51 |
fsateler | a library has a version encoded in it, which is normally different from the version one nomrally talks about | 12:51 |
pochu | asac: fsateler owns the Debian ITP, so it would be fine to work together :) | 12:51 |
fsateler | it is used to ensure binary compatibility | 12:52 |
pochu | fsateler: the Soname? | 12:52 |
fsateler | yes | 12:52 |
fsateler | rasterbar's soname is libtorrent0 | 12:52 |
asac | pochu: don't tell that to me :) | 12:52 |
pochu | But libtorrent-rastebar doesn't use it, afaik. | 12:52 |
fsateler | the so version is 0 | 12:52 |
pochu | asac: why? :) | 12:52 |
asac | i i think bluekaja should ask upstream/debian maintainer | 12:52 |
asac | pochu: i meant the second question only | 12:53 |
asac | the first is valid of course :) | 12:53 |
pochu | So, are there any news then? :) | 12:53 |
asac | i have no exact news. Only that hydri was open to change his attitude | 12:53 |
pochu | That's good. | 12:53 |
asac | and wanted to reconsider the soname thing | 12:53 |
pochu | And regarding non-windows environments? | 12:54 |
asac | ... actually right after I gave up and told him that it makes no sense ... so probably a bit pressure helped :) | 12:54 |
fsateler | the other libtorrent has a libtorrent10 soname, so there isn't really a conflict there | 12:54 |
asac | pochu: i am not waiting for them to release something. If we don't hear anything in about 1-2 weeks we should probably ping them ;) | 12:56 |
asac | s/am not/am now/ | 12:56 |
pochu | Anyway that's ugly. | 12:56 |
pochu | asac: ok :) | 12:56 |
pochu | fsateler: anyway, it would be fine if you could fine a sponsor :) | 12:57 |
fsateler | it seems it is not that easy... | 12:57 |
pochu | It's for me (two packages without problems). | 12:58 |
pochu | Though they were python packages, and I asked in #debian-python ;) | 12:58 |
pochu | But there's no #debian-torrent, or #debian-p2p, is there? | 12:59 |
pochu | That's a pity :( | 12:59 |
fsateler | seems like there isn't | 01:00 |
DarkSun88 | G'Night | 01:20 |
asac | i am out for night ... maybe someone can explain to reporter of bug 118393 how to install dbgsym packages before doing getting a local backtrace ;) | 01:22 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 118393 in ktorrent "ktorrent somtimes crashes" [Undecided,Unconfirmed] https://launchpad.net/bugs/118393 | 01:22 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
pochu | fsateler: If you're around tomorrow, we could speak with bluekuja regarding libtorrent. | 02:43 |
fsateler | I'll try to be around.. although I usually don't IRC so I may forget to open it :p | 02:44 |
pochu | You can add it to the startup applications :) | 02:46 |
fsateler | good idea | 02:50 |
fsateler | done! | 02:52 |
pochu | :) | 02:52 |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent | ||
=== freeflying_ is now known as freeflying | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== |Element [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
=== |Element is now known as |Element| | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:37 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | hi all guys | 06:01 |
bluekuja | asac: :) | 06:02 |
asac | hi | 06:03 |
bluekuja | asac: a guy is talking about libtorrent | 06:05 |
bluekuja | in -motu | 06:05 |
pochu | hey bluekuja | 06:06 |
bluekuja | hey pochu | 06:06 |
bluekuja | how are you? | 06:06 |
pochu | have you read the conversation with the debian packager for libtorrent-rastebar? | 06:06 |
pochu | Fine, thanks :) | 06:06 |
bluekuja | pochu: not yet, is on this channel or -motu? | 06:07 |
pochu | In this one | 06:07 |
pochu | Read backwards ^ ;) | 06:07 |
bluekuja | oki | 06:07 |
bluekuja | :) | 06:08 |
bluekuja | asac: I told you to dont use REVU for libtorrent | 06:11 |
bluekuja | lol | 06:11 |
bluekuja | <bashelier> bluekuja: ok, so why did you put it on revu exactly ? | 06:11 |
bluekuja | <bashelier> alexises: what for ? :) | 06:11 |
bluekuja | ^^ | 06:11 |
asac | why not? | 06:19 |
asac | what is revu for if not for this? | 06:20 |
bluekuja | asac: because in fact it was just a test | 06:20 |
bluekuja | see what he said in -motu | 06:21 |
bluekuja | anyway I have archived it | 06:21 |
asac | no :) ... no time/no will to read that now ;) | 06:21 |
asac | its sunday | 06:21 |
bluekuja | lol | 06:21 |
bluekuja | asac: :D | 06:21 |
bluekuja | asac: did you have fun yesterday? | 06:21 |
bluekuja | *night | 06:21 |
asac | yeah ... train trip :) | 06:21 |
asac | linuxtag was nice :) | 06:21 |
asac | but i had to go back right after | 06:22 |
bluekuja | :) | 06:22 |
asac | debian bug 427373 | 06:22 |
(ubotu/#ubuntu-motu-torrent) Debian bug 427373 in icedove "Parsing error for usernames with symbol "@"" [Important,Open] http://bugs.debian.org/427373 | 06:22 | |
asac | some people are plain crazy | 06:22 |
asac | i mean some hosters | 06:23 |
asac | i @ even a valid character in a mailname | 06:23 |
asac | ? | 06:23 |
bluekuja | asac: aww | 06:23 |
bluekuja | username using @ | 06:23 |
bluekuja | is bad | 06:23 |
asac | yeah | 06:24 |
bluekuja | but unfortunately some hosters use it | 06:24 |
bluekuja | :/ | 06:24 |
asac | they are nuts | 06:24 |
bluekuja | lol | 06:24 |
bluekuja | yea | 06:24 |
bluekuja | it will be fixed? | 06:24 |
asac | at least to force it | 06:25 |
asac | no idea | 06:25 |
asac | i even don't know if there is such a bug :) | 06:25 |
asac | wanna test? | 06:25 |
asac | with thunderbird 2? | 06:25 |
bluekuja | asac: yea | 06:25 |
asac | ther is an account :) | 06:25 |
asac | given | 06:25 |
bluekuja | asac: downloading it | 06:27 |
bluekuja | asac: do I have to test it in debian? | 06:37 |
bluekuja | need to re-install it | 06:37 |
bluekuja | if yes | 06:37 |
asac | bluekuja: you can test thunderbird 2 in ubuntu | 06:41 |
asac | for now :) | 06:41 |
bluekuja | asac: ok, great, gonna update to gutsy | 06:41 |
bluekuja | just a moment | 06:42 |
bluekuja | asac: later today, I gonna open a new branch for mined | 06:42 |
bluekuja | I've remade the patch system | 06:42 |
bluekuja | and packaged the new version | 06:42 |
asac | bluekuja: license checked already? | 06:42 |
asac | bluekuja: ITP open? | 06:43 |
asac | bluekuja: you sure you want mined? | 06:43 |
bluekuja | asac: yeah, is the package I adopted | 06:43 |
bluekuja | with new upload, it wont be in orpahened packages for more | 06:43 |
asac | bluekuja: good | 06:43 |
bluekuja | asac: yeah, license is ok | 06:43 |
bluekuja | it was in testing already | 06:44 |
asac | bluekuja: that doesn't mean much :) | 06:44 |
asac | is upstream decent? | 06:44 |
asac | it makes no sense to adopt something that has lost upstream | 06:44 |
bluekuja | asac: yea | 06:44 |
bluekuja | asac: it seems a package really used | 06:45 |
bluekuja | and with some bugs | 06:45 |
bluekuja | too | 06:45 |
bluekuja | ^^ | 06:45 |
asac | cool | 06:45 |
bluekuja | good for NM | 06:46 |
bluekuja | tests | 06:46 |
asac | good | 06:46 |
pochu | NM? | 06:46 |
pochu | New Maintainer? | 06:46 |
asac | y | 06:46 |
pochu | :) | 06:46 |
bluekuja | yea :) | 06:46 |
pochu | go bluekuja go! :) | 06:46 |
bluekuja | pochu: :D | 06:47 |
asac | i am sure, i can boost things up :) | 06:47 |
asac | oh wait ;) | 06:47 |
asac | he | 06:48 |
asac | i just build thunderbird 1.5.0.12 | 06:48 |
asac | ... started. | 06:48 |
asac | what happened 2.0 :) | 06:48 |
asac | ah .. wrong chroot | 06:48 |
bluekuja | :D | 06:49 |
bluekuja | updating laptop to gutsy | 06:49 |
asac | poor laptop :) | 06:50 |
asac | gets a primate ;) | 06:50 |
bluekuja | :D | 06:51 |
bluekuja | other pc is down for hardware problems | 06:51 |
bluekuja | need to fix them^^ | 06:51 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: it requested a password | 07:06 |
bluekuja | and it works | 07:06 |
asac | intersesting | 07:15 |
bluekuja | asac: that's strange | 07:16 |
bluekuja | asac: mined upstream uses a debian dir inside | 07:16 |
bluekuja | used by the previous maintainer | 07:16 |
bluekuja | should I delete it? | 07:17 |
bluekuja | and note it in README.Debian | 07:17 |
bluekuja | or just in the chanelog | 07:17 |
asac | works for icedove in sid chroot as well | 07:18 |
asac | thanks | 07:18 |
bluekuja | np :) | 07:18 |
asac | bluekuja: ask upstream if they want to officially maintain their debian dir in launchpad | 07:18 |
asac | nad drop it from real upstream source tree | 07:18 |
bluekuja | asac: ok, great | 07:19 |
bluekuja | asac: gonna remove it then for my work | 07:19 |
bluekuja | and note it to upstream | 07:19 |
asac | you can import without it to some "upstream" branch | 07:19 |
asac | do they use svn? | 07:19 |
bluekuja | asac: mmm...it seems no | 07:20 |
asac | what? cvs? | 07:20 |
bluekuja | I cant see any link in upstream | 07:20 |
bluekuja | asac: maybe its private | 07:20 |
bluekuja | in download are there's not any cvs/svn link | 07:21 |
bluekuja | to grab from | 07:21 |
asac | probably | 07:25 |
asac | strip of debian/ ... push to upstream branch | 07:25 |
asac | tell upstream, that they can now use bzr :) | 07:25 |
bluekuja | asac: yeah, same as fische | 07:25 |
bluekuja | I hope he will join irc soon | 07:25 |
asac | like "here it is ... have fun. If you want to import history, let us know :)" | 07:26 |
bluekuja | sounds good | 07:26 |
bluekuja | :) | 07:26 |
asac | k be off for some | 07:29 |
bluekuja | asac: ok | 07:29 |
bluekuja | gonna ping you later | 07:29 |
bluekuja | ;) | 07:29 |
asac | maybe i will not be back ... lets see :) | 07:36 |
bluekuja | :d | 07:37 |
bluekuja | cya later | 07:37 |
bluekuja | :) | 07:37 |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
=== nuuu is now known as nuu | ||
bluekuja | asac: I've pushed new branches | 09:10 |
bluekuja | asac: do you have a minute to check it? | 09:11 |
bluekuja | http://bazaar.launchpad.net/~bluekuja/mined/debian.source | 09:11 |
bluekuja | http://bazaar.launchpad.net/~bluekuja/mined/upstream.source | 09:11 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
bluekuja | idefixs, hello :) | 09:39 |
idefixs | hi bluekuja | 09:39 |
bluekuja | idefixs, need help? | 09:40 |
idefixs | yes i do. with the build system for fische :) | 09:41 |
bluekuja | idefixs, you're the fische developer?! | 09:41 |
bluekuja | welcome! | 09:41 |
idefixs | yep | 09:41 |
bluekuja | really happy to see you ! | 09:41 |
idefixs | so am i | 09:41 |
bluekuja | idefixs, let's talk about it | 09:42 |
idefixs | i just tried anjuta to make the build system for me | 09:42 |
bluekuja | https://code.launchpad.net/~bluekuja/fische/main.autotools | 09:42 |
idefixs | it somehow worked, however i cannot build a distribution tarball | 09:42 |
bluekuja | you can start browsing the code | 09:43 |
bluekuja | there | 09:43 |
idefixs | where can i find the current Makefile.am / configure.ac ? | 09:47 |
idefixs | disregard | 09:47 |
idefixs | found them | 09:47 |
bluekuja | :) | 09:47 |
bluekuja | I think that you can start checking out that branch | 09:48 |
bluekuja | starting new releases with it | 09:48 |
idefixs | how could I make the configure script check for mmx/sse capabilities and set the corresponding compiler flags? | 09:49 |
bluekuja | idefixs, are mmx flags really needed? | 09:51 |
idefixs | this would be rather important, i believe | 09:51 |
idefixs | the -mmmx is not, but the -DMMX is, in the current implementation. | 09:51 |
bluekuja | asac: -DMMX flags are bad? | 09:52 |
idefixs | there is a #ifdef in blur.c, that depends on -DMMX | 09:52 |
asac | dunno | 09:52 |
asac | don't know what happens if no mmx is available on arch | 09:52 |
bluekuja | yeah | 09:52 |
bluekuja | that's the problem | 09:52 |
idefixs | compile fails in this case | 09:52 |
asac | yeah ... | 09:53 |
bluekuja | which is quite bad | 09:53 |
asac | so it won't build on any other arch then x86 derivatives | 09:53 |
idefixs | it will, as long as you don't pass -DMMX | 09:53 |
asac | it will what? | 09:53 |
asac | fail to build? | 09:53 |
asac | afaik it builds ;) | 09:53 |
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
idefixs | there are two different blur functions, one with and one without mmx. | 09:54 |
idefixs | depending on DMMX the preprocessor chooses one of those functions | 09:54 |
asac | yes | 09:54 |
asac | and? will it slow things down ... how much? is it still usable then? | 09:54 |
idefixs | it's usable, but slower. | 09:55 |
asac | how much? | 09:55 |
asac | what magnitude | 09:55 |
idefixs | around half the fps | 09:55 |
asac | is that critical? | 09:55 |
asac | i mean ... i would vouch to drop the flag now ( in order provide it on every architecture) | 09:56 |
idefixs | not really, but the more fps the better it looks | 09:56 |
asac | later maybe write some plugin extension that can do it ... e.g. if you have a i586++ you can install some package | 09:56 |
asac | that brings you that improvement | 09:56 |
asac | idefixs: can you detect at runtime if MMX is available? | 09:57 |
idefixs | i am sure that's possible, however i do not yet know how. | 09:57 |
bluekuja | idefixs, is there a way to drop the flag ? | 09:58 |
bluekuja | for now | 09:58 |
bluekuja | trying to fix it in next releases | 09:58 |
bluekuja | with plugins as suggested by asac | 09:58 |
asac | bluekuja: you dropped the flag | 09:59 |
bluekuja | asac: yea | 09:59 |
asac | because you don't have it in automake .) | 09:59 |
asac | so why do you ask for a "way" | 09:59 |
bluekuja | asac: I mean directly in upstream | 09:59 |
idefixs | yes of course. the program will build and run without the flag, not taking advantage of extended cpu capabilities | 09:59 |
asac | idefixs: right ... later we autodetect that capability | 09:59 |
asac | and load some lib that implements architecture automatized code | 09:59 |
bluekuja | idefixs, did you read those guides for bzr? | 10:00 |
bluekuja | you can use the branch I created to maintain your code | 10:00 |
idefixs | i will look into the mplayer source. there is a mmx detection algorithm somewhere in there | 10:01 |
bluekuja | or you can create a new one too | 10:01 |
bluekuja | idefixs, sounds good | 10:01 |
bluekuja | :) | 10:01 |
idefixs | i am not yet familiar with bzr, however i just started to like the web interface | 10:01 |
bluekuja | :) | 10:01 |
bluekuja | the links I gave you will introduce you in bzr world | 10:02 |
nuu | idefixs: you can check for mmx by grepping the output of cat /proc/cpuinfo for lowercase "mmx" | 10:02 |
idefixs | nuu: thanks a lot! | 10:02 |
nuu | np | 10:02 |
idefixs | would it be better to detect at run- or compiletime, and why? | 10:03 |
nuu | what are you building ? | 10:04 |
idefixs | eyecandy | 10:04 |
idefixs | very cpu-consuming | 10:05 |
bluekuja | asac: did you have a look to mined? | 10:05 |
nuu | well generally speaking, i'd say that cpu features should be looked for in ./configure | 10:06 |
bluekuja | nuu: yea | 10:06 |
nuu | just like every other system/installation requirement | 10:06 |
asac | bluekuja: no ... not today | 10:06 |
asac | bluekuja: hope you can live with that :) | 10:06 |
bluekuja | asac: haha yes :) | 10:06 |
bluekuja | asac: gonna ping you tomorrow then :P | 10:07 |
nuu | nevertheless, i don't know anything about eyecandy, so i wouldn't know what best applies to your specific case | 10:07 |
nuu | hi bluekuja :) | 10:07 |
bluekuja | :) | 10:07 |
asac | bluekuja: tx | 10:07 |
bluekuja | asac: np alex | 10:07 |
nuu | bbl | 10:07 |
bluekuja | nuu: cya later | 10:08 |
bluekuja | ;) | 10:08 |
bluekuja | idefixs, let me know if you have any problem with bzr and/or with the build ssytem I created | 10:09 |
bluekuja | so we can easily maintain source and debian dir | 10:09 |
asac | idefixs: its not good to detect at compile time | 10:10 |
asac | we should just build an extension .so | 10:10 |
asac | that is dlopened or something if mmx is available | 10:10 |
bluekuja | nice idea | 10:10 |
asac | of course this requires compile time checks as well as we cannot produce such a binary on non mmx hosts | 10:10 |
idefixs | hmmm... | 10:13 |
idefixs | i can see how this helps binary distributions | 10:14 |
idefixs | i'll keep showing up. cu + thanks! | 10:24 |
=== nuuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
bluekuja | Vorian, :) | 10:32 |
Vorian | hello :) | 10:33 |
bluekuja | how are you? | 10:33 |
Vorian | Tired | 10:33 |
bluekuja | :) | 10:33 |
bluekuja | still tired from yesterday's parties? | 10:34 |
Vorian | hehe | 10:34 |
Vorian | I don't party much anymore :) | 10:34 |
bluekuja | Vorian, how old are you? ^^ | 10:35 |
Vorian | 30 | 10:35 |
Vorian | w/ 4 kids | 10:35 |
Vorian | and a lovely wife :) | 10:35 |
bluekuja | cool! | 10:35 |
bluekuja | it's nice to hear that | 10:36 |
Vorian | :) | 10:36 |
Vorian | I love my family :) | 10:36 |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
bluekuja | Vorian, how is your work(packaging) going? | 10:37 |
bluekuja | some news? | 10:37 |
Vorian | no news | 10:37 |
Vorian | Its been a busy week/end | 10:37 |
bluekuja | did you read some guides? | 10:37 |
bluekuja | oh :) | 10:37 |
bluekuja | dont worry then | 10:37 |
Vorian | I've read through the guides | 10:37 |
Vorian | I have a goal of packaging something by friday :) | 10:38 |
bluekuja | Vorian, great | 10:39 |
bluekuja | I will be more than happy to help you | 10:39 |
bluekuja | have you looked that your package is not in debian? | 10:39 |
Vorian | which package is that? | 10:41 |
bluekuja | Vorian, oh I thought you decided a package already | 10:42 |
bluekuja | nvm then | 10:42 |
=== pochu waves at both Vorian and bluekuja | ||
Vorian | ah | 10:43 |
bluekuja | pochu: :) | 10:43 |
Vorian | hey pochu :) | 10:43 |
bluekuja | pochu, we will have to check libtorrent again in the near future | 10:44 |
pochu | bluekuja: ok, cool :) | 11:18 |
bluekuja | pochu: so we can try to finish the work on it | 11:18 |
bluekuja | gnight all | 11:25 |
bluekuja | cu tomorrow | 11:25 |
pochu | good night bluekuja | 11:26 |
=== Vorian is now known as heHATEme | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu-torrent | ||
BugMaN | hi all | 09:43 |
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent [".:porc::inca::dito::love::."] | ||
=== Signon time : Thu May 31 08:53:06 2007 | ||
=== Signoff time : Mon Jun 4 12:37:15 2007 | ||
=== Total uptime : 4d 3h 44m 9s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 12:42 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 12:43 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
(asac/#ubuntu-motu-torrent) yeah links are great :) | 12:46 | |
(asac/#ubuntu-motu-torrent) i will look after lunch | 12:46 | |
(asac/#ubuntu-motu-torrent) first thing i will do | 12:46 | |
(asac/#ubuntu-motu-torrent) are they lintian clean? | 12:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: they got some warnings, I dont know if we can skip them | 12:47 | |
(bluekuja/#ubuntu-motu-torrent) 3 | 12:47 | |
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/mined/debian.source | 12:47 | |
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/mined/upstream.source | 12:47 | |
(asac/#ubuntu-motu-torrent) warnings? ... at best fix all :) | 12:47 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/mined_2000.13.2-1/mined_2000.13.2-1.lintian | 12:48 | |
(asac/#ubuntu-motu-torrent) bluekuja: is there an lintian override ? | 12:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 12:49 | |
(asac/#ubuntu-motu-torrent) first ... why is your standard version higher ? | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) well 3.7.2 is the correct one | 12:50 | |
(asac/#ubuntu-motu-torrent) u sure? | 12:50 | |
(asac/#ubuntu-motu-torrent) k | 12:50 | |
(asac/#ubuntu-motu-torrent) W: mined: manpage-has-errors-from-man usr/share/man/man1/mined.1.gz 1754: warning: can't find numbered character 171 | 12:50 | |
(asac/#ubuntu-motu-torrent) why not just fix that :) | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) ok, gonna fix it | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) is the only one, you want me to fix? | 12:51 | |
(asac/#ubuntu-motu-torrent) no | 12:51 | |
(asac/#ubuntu-motu-torrent) every warning | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) ok | 12:51 | |
(asac/#ubuntu-motu-torrent) except those that you know are no valid warnings (e.g. standards version) :) | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) sounds great! | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) gonna have lunch | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) and then I start | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) brb | 12:52 | |
(asac/#ubuntu-motu-torrent) I: mined: hyphen-used-as-minus-sign usr/share/man/man1/mined.1.gz:365 | 12:52 | |
(asac/#ubuntu-motu-torrent) look into that one as well | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) back | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: anyway manpage is provided by upstream directly | 01:01 | |
(bluekuja/#ubuntu-motu-torrent) not from me | 01:02 | |
(bluekuja/#ubuntu-motu-torrent) errored line is automatic "smart quotes": When you type a " | 01:04 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 01:26 |
(bluekuja/#ubuntu-motu-torrent) heya | 01:30 | |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hi nuu | 01:39 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:39 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: bug #102970 | 01:39 | |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 102970 in torrentflux "dependancy php4-mysql should be replaced by php5-mysql" [Undecided,Needs info] https://launchpad.net/bugs/102970 | 01:39 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: i'm check dependency and i found php4-mysql and php5-mysql, then i'll close the bug? | 01:40 | |
nuu | hi bluekuja :) | 01:40 |
(bluekuja/#ubuntu-motu-torrent) BugMaN, what you mean with "dependency and i found php4-mysql and php5-mysql" | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) nuu: how its going with ? | 01:41 | |
(bluekuja/#ubuntu-motu-torrent) *packaging guides | 01:41 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: in debian/control | 01:41 | |
nuu | bluekuja: been a little bit busy so far, planning to do some reading tonight if all goes well :) | 01:41 |
(BugMaN/#ubuntu-motu-torrent) there are php4 and php5 packages | 01:41 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, tou should talk with Dktrkranz for it, I know he was following it closely | 01:42 | |
(bluekuja/#ubuntu-motu-torrent) *you | 01:42 | |
(bluekuja/#ubuntu-motu-torrent) nuu, sounds great! | 01:42 | |
(bluekuja/#ubuntu-motu-torrent) nuu, let me know :) | 01:42 | |
nuu | will do :) | 01:42 |
(BugMaN/#ubuntu-motu-torrent) bluekuja: ok, i'll do | 01:42 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, thanks :) | 01:43 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, you mean +Depends: ${misc:Depends}, libapache-mod-php4 (>= 4:4.1) | libapache2-mod-php4 (>= 4:4.1) | libapache-mod-php5 | libapache2-mod-php5, php4-mysql | php5-mysql | 01:44 | |
(bluekuja/#ubuntu-motu-torrent) pushed on 18-may | 01:44 | |
(BugMaN/#ubuntu-motu-torrent) BugMaN: yes | 01:45 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, try to reproduce it with the gutsy upload | 01:46 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: i make the gutsy version | 01:46 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, yeah, just saw it | 01:47 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, then just try to reproduce it | 01:47 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, when fixing something with a merge, you should use the Closes: bug syntax | 01:48 | |
(bluekuja/#ubuntu-motu-torrent) without closing it manually | 01:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed those errors | 01:48 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: yes i saw the new features of LP | 01:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: upstream forgot to use escaped form | 01:49 | |
(asac/#ubuntu-motu-torrent) escaped form? | 01:49 | |
(asac/#ubuntu-motu-torrent) ah ... ok | 01:49 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, great! something like BTS in debian | 01:49 | |
(asac/#ubuntu-motu-torrent) just fix all :) | 01:49 | |
(BugMaN/#ubuntu-motu-torrent) bluekuja: but i make the package before LP's feature | 01:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: fixed all, I dont understand why this line is bad "smart quotes": When you type a " | 01:50 | |
(bluekuja/#ubuntu-motu-torrent) BugMaN, ok dont worry then | 01:50 | |
(asac/#ubuntu-motu-torrent) bluekuja: afaik you should not use quotes | 01:51 | |
(asac/#ubuntu-motu-torrent) but | 01:51 | |
(asac/#ubuntu-motu-torrent) :) | 01:51 | |
(asac/#ubuntu-motu-torrent) but that is just my guess out of the dark | 01:51 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, lets try | 01:51 | |
(bluekuja/#ubuntu-motu-torrent) asac: is ok to modify manpages provided by upstream? | 01:51 | |
(asac/#ubuntu-motu-torrent) if the package has a patch system use a patch ... otherwise just do it in .debian branch | 01:52 | |
(asac/#ubuntu-motu-torrent) with a single, well documented patch | 01:52 | |
(asac/#ubuntu-motu-torrent) and name what file in source was modified for what reason in debian/changelog as well | 01:53 | |
(asac/#ubuntu-motu-torrent) s/documented patch/documented checkin/ | 01:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok, all in one checkin | 01:53 | |
(bluekuja/#ubuntu-motu-torrent) then | 01:53 | |
(bluekuja/#ubuntu-motu-torrent) with a good documentation | 01:53 | |
(bluekuja/#ubuntu-motu-torrent) for each change | 01:53 | |
(asac/#ubuntu-motu-torrent) do what you want ... i would prefer multiple checkins | 01:54 | |
(asac/#ubuntu-motu-torrent) so you back single ones out in case we find better ways etc. | 01:54 | |
(bluekuja/#ubuntu-motu-torrent) ok | 01:54 | |
(asac/#ubuntu-motu-torrent) e.g. for each warning one checkin ... but its your choice in the end | 01:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it would be more simply to backup | 01:55 | |
(bluekuja/#ubuntu-motu-torrent) so +1 | 01:55 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope it wasnt problem | 01:59 | |
(bluekuja/#ubuntu-motu-torrent) I should use \[:a] | 02:00 | |
(bluekuja/#ubuntu-motu-torrent) as described in groff_char man | 02:00 | |
(asac/#ubuntu-motu-torrent) good :) | 02:00 | |
(asac/#ubuntu-motu-torrent) you will figure out ... i am sure | 02:00 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:01 | |
=== freeflying [n=freeflyi@123.116.99.251] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: it never ends | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) they used a lot of those name chars | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) I found the trick | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) we just have to use groff simbols for them | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) and it works | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) e.g \['A] | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) but its plenty of them | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) :P | 03:03 | |
(bluekuja/#ubuntu-motu-torrent) btw the page got 7400 lines | 03:06 | |
(bluekuja/#ubuntu-motu-torrent) asac: previous versions got that warning too | 03:08 | |
(bluekuja/#ubuntu-motu-torrent) and some chars cannot be definied | 03:09 | |
(bluekuja/#ubuntu-motu-torrent) e.g | 03:09 | |
(bluekuja/#ubuntu-motu-torrent) it's something related, when you fix one, lintian move to another one | 03:09 | |
(bluekuja/#ubuntu-motu-torrent) and so on | 03:09 | |
(bluekuja/#ubuntu-motu-torrent) asac: I wait your response for it | 03:16 | |
(asac/#ubuntu-motu-torrent) yeah | 03:17 | |
(asac/#ubuntu-motu-torrent) fix all :) | 03:17 | |
(bluekuja/#ubuntu-motu-torrent) lol | 03:17 | |
(asac/#ubuntu-motu-torrent) maybe use a "manpage" editor | 03:17 | |
(asac/#ubuntu-motu-torrent) that should do it right | 03:18 | |
(asac/#ubuntu-motu-torrent) e.g. WYSIWYG | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) asac: how can I change chars not supported? | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) like that | 03:18 | |
(asac/#ubuntu-motu-torrent) i have no idea | 03:18 | |
(asac/#ubuntu-motu-torrent) use manpage editor | 03:18 | |
(asac/#ubuntu-motu-torrent) and hope that it converts them to proper | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) I hope so | 03:18 | |
(asac/#ubuntu-motu-torrent) kill upstreawm author | 03:19 | |
(asac/#ubuntu-motu-torrent) who is probably french | 03:19 | |
(bluekuja/#ubuntu-motu-torrent) ahha | 03:19 | |
(asac/#ubuntu-motu-torrent) if you see someone who insist to use "non-ascii" characters ... he is probably french | 03:19 | |
(asac/#ubuntu-motu-torrent) well germans are sometimes hard to convince not to use them as well :) | 03:19 | |
(bluekuja/#ubuntu-motu-torrent) :D | 03:19 | |
(bluekuja/#ubuntu-motu-torrent) the problem consist in 7400 lines | 03:20 | |
(bluekuja/#ubuntu-motu-torrent) gonna suicide after | 03:20 | |
(bluekuja/#ubuntu-motu-torrent) :D | 03:20 | |
(asac/#ubuntu-motu-torrent) hehe | 03:20 | |
(asac/#ubuntu-motu-torrent) good test that you can get tedious tasks done :) | 03:20 | |
(bluekuja/#ubuntu-motu-torrent) asac: haha yeah! | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) other warnings are fixed just need to fix this one | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) and I'm done | 03:21 | |
(asac/#ubuntu-motu-torrent) lots of time in software its like you wanna throw all away and give up | 03:21 | |
(asac/#ubuntu-motu-torrent) cool | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) asac: yea, you're right | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) but It will be nice to see a perfect package after | 03:22 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 03:22 | |
(asac/#ubuntu-motu-torrent) sure :) | 03:23 | |
(asac/#ubuntu-motu-torrent) that will help to forget the pain you've been through | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) yup! | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) installed man editor | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) lets start | 03:23 | |
(bluekuja/#ubuntu-motu-torrent) :P | 03:23 | |
(asac/#ubuntu-motu-torrent) good luck | 03:36 | |
(bluekuja/#ubuntu-motu-torrent) thanks | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) leaving for a while | 03:49 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 03:49 | |
(bluekuja/#ubuntu-motu-torrent) away | 03:49 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) back | 04:59 | |
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: woohoo! | 06:30 | |
(bluekuja/#ubuntu-motu-torrent) asac: fixeeed! :) | 06:30 | |
(asac/#ubuntu-motu-torrent) ohooo | 06:30 | |
(asac/#ubuntu-motu-torrent) bluekuja: manpage editor did it? | 06:30 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope, the editor missed some char, and I had to do it by hand | 06:30 | |
(bluekuja/#ubuntu-motu-torrent) 7000+ lines | 06:30 | |
(asac/#ubuntu-motu-torrent) yeah ... pushed? | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) now, I'm making the checkins | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) one by one | 06:31 | |
(asac/#ubuntu-motu-torrent) good | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:31 | |
(asac/#ubuntu-motu-torrent) cool | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) gonna ping you in minutes | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) when pushed | 06:31 | |
(asac/#ubuntu-motu-torrent) good works deserves good checkins :) | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) eheh | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) yes | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:31 | |
(asac/#ubuntu-motu-torrent) otherwise you expose: "this work is worth nothgin" | 06:31 | |
(bluekuja/#ubuntu-motu-torrent) exactly | 06:31 | |
(asac/#ubuntu-motu-torrent) most people work 48h on code | 06:32 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:32 | |
(bluekuja/#ubuntu-motu-torrent) aww | 06:32 | |
(asac/#ubuntu-motu-torrent) and then don't have 20 minutes to decently checkin | 06:32 | |
(asac/#ubuntu-motu-torrent) i can't understand that | 06:32 | |
(bluekuja/#ubuntu-motu-torrent) yup | 06:32 | |
(asac/#ubuntu-motu-torrent) in free software most people are pretty good | 06:32 | |
(asac/#ubuntu-motu-torrent) if you go to "proprietary" development | 06:32 | |
(asac/#ubuntu-motu-torrent) or individual "in-house" developments | 06:32 | |
(asac/#ubuntu-motu-torrent) you die | 06:32 | |
(asac/#ubuntu-motu-torrent) ;) | 06:32 | |
(bluekuja/#ubuntu-motu-torrent) :D | 06:32 | |
(bluekuja/#ubuntu-motu-torrent) unfortunately it works like that | 06:33 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 06:33 | |
(asac/#ubuntu-motu-torrent) its unbelievable what kind of large scale projects are even not in a revision system at all | 06:33 | |
(asac/#ubuntu-motu-torrent) e.g. "hey can you please send me code" :) | 06:33 | |
(bluekuja/#ubuntu-motu-torrent) lol | 06:33 | |
(bluekuja/#ubuntu-motu-torrent) that's not nice | 06:33 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 06:33 | |
(asac/#ubuntu-motu-torrent) yeah it becomes even worse if you say "hey here are my changes in this tarbal ... you will figure out what i changed" :) | 06:34 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 06:34 | |
(bluekuja/#ubuntu-motu-torrent) its better from packagers side too | 06:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: can you try building? | 06:53 | |
(asac/#ubuntu-motu-torrent) y | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) I hope I've pushed correct files | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:53 | |
(asac/#ubuntu-motu-torrent) k | 06:54 | |
(asac/#ubuntu-motu-torrent) -automatic "smart quotes": When you type a " | 06:54 | |
(asac/#ubuntu-motu-torrent) +automatic smart quotes: When you type a " | 06:54 | |
(asac/#ubuntu-motu-torrent) is that right? | 06:54 | |
(asac/#ubuntu-motu-torrent) did you drop the " completely intentionally | 06:54 | |
(asac/#ubuntu-motu-torrent) ? | 06:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: let me see the browse code | 06:55 | |
(bluekuja/#ubuntu-motu-torrent) 500 Internal error | 06:56 | |
(bluekuja/#ubuntu-motu-torrent) The server encountered an unexpected condition which prevented it from fulfilling the request. | 06:56 | |
(bluekuja/#ubuntu-motu-torrent) damn | 06:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: -.- It saved it on a temp file | 06:58 | |
(bluekuja/#ubuntu-motu-torrent) asac: that's why the manpage is alwais the same | 06:59 | |
(asac/#ubuntu-motu-torrent) i don't like revno 4 | 06:59 | |
(asac/#ubuntu-motu-torrent) you should not drop the license file from source | 06:59 | |
(asac/#ubuntu-motu-torrent) but just take care that it doesn't end up in install | 06:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: so adding a clean rule | 06:59 | |
(bluekuja/#ubuntu-motu-torrent) ok | 06:59 | |
(asac/#ubuntu-motu-torrent) a clean rule ... i don't understand that wording | 06:59 | |
(bluekuja/#ubuntu-motu-torrent) deleting that file | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) after build | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) need to go back to revn. 3 | 07:00 | |
(asac/#ubuntu-motu-torrent) bluekuja: readd the LICENSE file (e.g. apply reversed patch of -r 3..4) | 07:01 | |
(bluekuja/#ubuntu-motu-torrent) asac: yea | 07:01 | |
(bluekuja/#ubuntu-motu-torrent) I can apply a reverse patch | 07:01 | |
(bluekuja/#ubuntu-motu-torrent) and get back to rev.3 | 07:01 | |
(bluekuja/#ubuntu-motu-torrent) with rev 5 | 07:01 | |
(bluekuja/#ubuntu-motu-torrent) *6 | 07:01 | |
(asac/#ubuntu-motu-torrent) yes | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) oki | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) let's do it | 07:02 | |
(asac/#ubuntu-motu-torrent) just "backout" revno 4 | 07:02 | |
(asac/#ubuntu-motu-torrent) :) | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) asac: is ok to delete it at the end of the build process? | 07:02 | |
(asac/#ubuntu-motu-torrent) without loosing history :) | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) e.g LICENSE.GNU | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) yup | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:02 | |
(asac/#ubuntu-motu-torrent) bluekuja: actually i don't really like that way, but it should be ok | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:02 | |
(asac/#ubuntu-motu-torrent) bluekuja: personall, I install things to debian/tmp | 07:02 | |
(asac/#ubuntu-motu-torrent) and then move those files needed to debian/packagename | 07:02 | |
(asac/#ubuntu-motu-torrent) by dh_install | 07:03 | |
(asac/#ubuntu-motu-torrent) bluekuja: just take care that running fakeroot ./debian/rules binary ... works multiple times | 07:03 | |
(asac/#ubuntu-motu-torrent) without failing | 07:03 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:03 | |
(bluekuja/#ubuntu-motu-torrent) asac: should I backup all in one checkin? | 07:04 | |
(asac/#ubuntu-motu-torrent) all? | 07:05 | |
(asac/#ubuntu-motu-torrent) why all | 07:05 | |
(asac/#ubuntu-motu-torrent) ? | 07:05 | |
(asac/#ubuntu-motu-torrent) just the license file checkin | 07:05 | |
(asac/#ubuntu-motu-torrent) then in another checkin add the "clean" feature | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) and then manpage fix | 07:06 | |
(asac/#ubuntu-motu-torrent) he? | 07:06 | |
(asac/#ubuntu-motu-torrent) why? | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) because I saved it on a temp file | 07:06 | |
(asac/#ubuntu-motu-torrent) bluekuja: no ... just backout the LICENSE.GNU | 07:06 | |
(asac/#ubuntu-motu-torrent) file | 07:06 | |
(asac/#ubuntu-motu-torrent) the manpage fix can stay in | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) in fact there is no fix | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) in it | 07:06 | |
(asac/#ubuntu-motu-torrent) he? | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) I saved the file on a temp file, and I moved in the wrong fix | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) so now it's the same as before | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:07 | |
(asac/#ubuntu-motu-torrent) bluekuja: please do locally what you think is right and show me the log then | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) the diff confirm it | 07:08 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:08 | |
(asac/#ubuntu-motu-torrent) i don't see a link here | 07:09 | |
(bluekuja/#ubuntu-motu-torrent) pasting it | 07:10 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/84208 | 07:11 | |
(bluekuja/#ubuntu-motu-torrent) as you can see there's no fix | 07:11 | |
(bluekuja/#ubuntu-motu-torrent) it's upstream one in fact | 07:11 | |
(asac/#ubuntu-motu-torrent) he? | 07:11 | |
(asac/#ubuntu-motu-torrent) what do you do | 07:11 | |
(asac/#ubuntu-motu-torrent) i think you went off topic | 07:12 | |
(asac/#ubuntu-motu-torrent) the manpage is not of concern here ;) | 07:12 | |
(asac/#ubuntu-motu-torrent) or did I miss something? | 07:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: manpage cause that lintian error | 07:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: so I fixed all chars | 07:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: but that's not the right manpage | 07:12 | |
(asac/#ubuntu-motu-torrent) bluekuja: yes thats fine ... but read above ... i didn't complain about manpage | 07:13 | |
(asac/#ubuntu-motu-torrent) LICENSE.GNU should be in source again | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, LICENSE.GNU has been added again | 07:13 | |
(asac/#ubuntu-motu-torrent) ah | 07:13 | |
(asac/#ubuntu-motu-torrent) ok | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) I was talking about manpage | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:13 | |
(asac/#ubuntu-motu-torrent) whats the problem with it? | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) I pushed wrong manpage | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) e.g not fixed | 07:13 | |
(asac/#ubuntu-motu-torrent) why? | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) so I'm pushing correct one | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) correct one was saved into /tmo | 07:14 | |
(asac/#ubuntu-motu-torrent) ok | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) *tmp | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) so It messed up changes | 07:14 | |
(asac/#ubuntu-motu-torrent) yeah ... remember to look at what you check in | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:14 | |
(asac/#ubuntu-motu-torrent) before you check-in | 07:14 | |
(asac/#ubuntu-motu-torrent) otherwise you bloat the archive | 07:14 | |
(asac/#ubuntu-motu-torrent) bluekuja: at best backout bad commit | 07:14 | |
(asac/#ubuntu-motu-torrent) and checkin right one | 07:14 | |
(asac/#ubuntu-motu-torrent) so later you can see the actualy changes more distinct | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) backout? | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) how? | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) reversing patch | 07:15 | |
(asac/#ubuntu-motu-torrent) as always reverse patch | 07:15 | |
(asac/#ubuntu-motu-torrent) yes | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:15 | |
(asac/#ubuntu-motu-torrent) commit | 07:15 | |
(asac/#ubuntu-motu-torrent) then apply good manpage | 07:15 | |
(asac/#ubuntu-motu-torrent) and commit | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:15 | |
(asac/#ubuntu-motu-torrent) i never said "backup" ... I always ment "backout" | 07:15 | |
(asac/#ubuntu-motu-torrent) :) | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) patched | 07:17 | |
(bluekuja/#ubuntu-motu-torrent) now pushing | 07:17 | |
(asac/#ubuntu-motu-torrent) lets see | 07:27 | |
(asac/#ubuntu-motu-torrent) bluekuja: ok backout looks fine | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: great | 07:28 | |
(asac/#ubuntu-motu-torrent) now fix things :) | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: yup, i'm doind a diff for every checkin | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) to be *sure | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) * | 07:28 | |
(asac/#ubuntu-motu-torrent) bluekuja: next time you should backout in opposite sequence | 07:29 | |
(bluekuja/#ubuntu-motu-torrent) e.g ? | 07:29 | |
(asac/#ubuntu-motu-torrent) e.g. firt backout revno 6 ... then 5 then 4 | 07:29 | |
(asac/#ubuntu-motu-torrent) of course only if you want to backout multiple commits | 07:29 | |
(bluekuja/#ubuntu-motu-torrent) oh ok | 07:29 | |
(asac/#ubuntu-motu-torrent) not a problem | 07:29 | |
(asac/#ubuntu-motu-torrent) because files touched did not overlap | 07:29 | |
(bluekuja/#ubuntu-motu-torrent) yup | 07:29 | |
(asac/#ubuntu-motu-torrent) but often they do overlap and then its easier to reverse backout order | 07:30 | |
(asac/#ubuntu-motu-torrent) ok cool | 07:30 | |
(bluekuja/#ubuntu-motu-torrent) asac: manpage fix pushed, now adding clean rule, and everything is fixed | 07:32 | |
(asac/#ubuntu-motu-torrent) please don't call it "clean rule" in comment | 07:32 | |
(asac/#ubuntu-motu-torrent) in commit | 07:32 | |
(asac/#ubuntu-motu-torrent) it can easily be confused by makefile clean rule | 07:32 | |
(bluekuja/#ubuntu-motu-torrent) ok | 07:33 | |
(bluekuja/#ubuntu-motu-torrent) I just point out that that file has been deleted | 07:33 | |
(bluekuja/#ubuntu-motu-torrent) because its not needed | 07:33 | |
(asac/#ubuntu-motu-torrent) k | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: it doesnt work | 07:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: adding a rm -f to delete LICENSE.GNU | 07:42 | |
(bluekuja/#ubuntu-motu-torrent) from there | 07:42 | |
(bluekuja/#ubuntu-motu-torrent) it doesnt make an output | 07:42 | |
(bluekuja/#ubuntu-motu-torrent) e.g no errors | 07:43 | |
(bluekuja/#ubuntu-motu-torrent) but It doesnt remove it correctly | 07:43 | |
(asac/#ubuntu-motu-torrent) hey ... you must remove the "installed" file ... not the source one | 07:44 | |
(asac/#ubuntu-motu-torrent) which you probably did now | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) asac: mmm...yeah. It's what I did | 07:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: let me check something | 07:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: fixed | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) now committing | 07:52 | |
(bluekuja/#ubuntu-motu-torrent) and pushing | 07:52 | |
=== Don [n=dpowers6@ip68-102-225-218.ks.ok.cox.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hi DarkSun88 | 07:55 | |
(bluekuja/#ubuntu-motu-torrent) *Don | 07:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: pushed | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: you should be able to build, getting no lintian errors | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:56 | |
(asac/#ubuntu-motu-torrent) k | 07:56 | |
=== asac looking | ||
(bluekuja/#ubuntu-motu-torrent) asac: I go to eat for a while | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) brb | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: back | 08:08 | |
(asac/#ubuntu-motu-torrent) bluekuja: how does ldd look like? | 08:09 | |
(bluekuja/#ubuntu-motu-torrent) asac: checking | 08:09 | |
(asac/#ubuntu-motu-torrent) i have the feeling that passing INSTALLROOT might cause troubles | 08:10 | |
(bluekuja/#ubuntu-motu-torrent) asac: y? | 08:11 | |
(asac/#ubuntu-motu-torrent) dunno | 08:11 | |
(asac/#ubuntu-motu-torrent) check ldd | 08:11 | |
(asac/#ubuntu-motu-torrent) :) | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) asac: /urs/share/mined/bin | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) looks bad | 08:14 | |
(asac/#ubuntu-motu-torrent) whats that | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) I was checking destdir | 08:15 | |
(asac/#ubuntu-motu-torrent) please paste somwhere | 08:15 | |
(asac/#ubuntu-motu-torrent) DESTDIR is not supported by these kind of borked make systems | 08:15 | |
(asac/#ubuntu-motu-torrent) you would have to fix the build system | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm looking at where It will install everything | 08:15 | |
(asac/#ubuntu-motu-torrent) and INSTALLROOT just looks wrong | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: want me to paste in? | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) *it | 08:15 | |
(asac/#ubuntu-motu-torrent) ldd | 08:15 | |
(asac/#ubuntu-motu-torrent) i want to see ldd of installed binaries | 08:16 | |
(asac/#ubuntu-motu-torrent) and libs | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) asac: linux-gate.so.1 => (0xffffe000) | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) libncurses.so.5 => /lib/libncurses.so.5 (0xb7ee0000) | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7dac000) | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7da8000) | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) /lib/ld-linux.so.2 (0xb7f2d000) | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) mined binary | 08:16 | |
(asac/#ubuntu-motu-torrent) hmmm ... ok | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) other files are not dynamic executables | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) so cannot ldd on them | 08:16 | |
(asac/#ubuntu-motu-torrent) what are other files? | 08:17 | |
(asac/#ubuntu-motu-torrent) configs? | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) e.g ldd /usr/bin/umined | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) not a dynamic executable | 08:17 | |
(asac/#ubuntu-motu-torrent) look inside | 08:17 | |
(asac/#ubuntu-motu-torrent) its probably a script | 08:17 | |
(asac/#ubuntu-motu-torrent) if it has absolute paths ... are they right | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) checking | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) they are bin/sh scripts | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) like xinitrc | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) I fixed | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) before | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) asac: ldd seems ok on that binary file | 08:19 | |
(bluekuja/#ubuntu-motu-torrent) others are scripts, so ldd message is right | 08:19 | |
(asac/#ubuntu-motu-torrent) y | 08:20 | |
(asac/#ubuntu-motu-torrent) luck then | 08:20 | |
(bluekuja/#ubuntu-motu-torrent) yup | 08:20 | |
(asac/#ubuntu-motu-torrent) why do we need this "shitty" piece of software? | 08:20 | |
(bluekuja/#ubuntu-motu-torrent) coz it's quite nice, and it needs new releases to be pushed in | 08:21 | |
(bluekuja/#ubuntu-motu-torrent) it was in testing before | 08:21 | |
(bluekuja/#ubuntu-motu-torrent) asac: it builds ok? | 08:23 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(asac/#ubuntu-motu-torrent) no tried ... will not finish that today :( | 08:23 | |
(asac/#ubuntu-motu-torrent) i feel exhausted and have other important stuff todo ... which otherwise will get my head cut :) | 08:23 | |
(bluekuja/#ubuntu-motu-torrent) asac: aww oki | 08:23 | |
(bluekuja/#ubuntu-motu-torrent) asac: we gonna finish it tomorrow | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:24 | |
(asac/#ubuntu-motu-torrent) yes | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) asac: fische is in ;) | 08:31 | |
(asac/#ubuntu-motu-torrent) in debian? | 08:32 | |
(bluekuja/#ubuntu-motu-torrent) yea | 08:32 | |
(bluekuja/#ubuntu-motu-torrent) :) | 08:32 | |
(asac/#ubuntu-motu-torrent) cool | 08:32 | |
(bluekuja/#ubuntu-motu-torrent) forgot to tell you that | 08:32 | |
(bluekuja/#ubuntu-motu-torrent) ^^ :) | 08:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: one of the packages I maintain made a new release (using a patch) | 09:16 | |
(bluekuja/#ubuntu-motu-torrent) in changelog should I use next release version | 09:16 | |
(bluekuja/#ubuntu-motu-torrent) or version-2 | 09:16 | |
(asac/#ubuntu-motu-torrent) did they bump the version? | 09:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 09:17 | |
(bluekuja/#ubuntu-motu-torrent) he works using patches | 09:17 | |
(asac/#ubuntu-motu-torrent) so how did you get the version ? | 09:17 | |
(bluekuja/#ubuntu-motu-torrent) *to fix* some bugs | 09:17 | |
(asac/#ubuntu-motu-torrent) what is current version? | 09:18 | |
(bluekuja/#ubuntu-motu-torrent) asac: 1.3.4-dnh3 | 09:18 | |
(asac/#ubuntu-motu-torrent) what is dnh3 ? | 09:18 | |
(asac/#ubuntu-motu-torrent) where is that from? | 09:18 | |
(bluekuja/#ubuntu-motu-torrent) is all related to package version | 09:18 | |
(bluekuja/#ubuntu-motu-torrent) it means enhanced | 09:18 | |
(bluekuja/#ubuntu-motu-torrent) upstream ships with 1.3.4-dnh3 | 09:19 | |
(bluekuja/#ubuntu-motu-torrent) asac: when he releases a new patch, the previous one is integrated in the new one | 09:22 | |
(bluekuja/#ubuntu-motu-torrent) and so on | 09:22 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://www.rahul.net/dholmes/ctorrent/ | 09:22 | |
(asac/#ubuntu-motu-torrent) yeah ... but he will bump some patch level info or something | 09:22 | |
(bluekuja/#ubuntu-motu-torrent) A couple more critical issues in release dnh3 have been found and fixed. To reduce any confusion or inconvenience in the tracking and application of patches, all such fixes will now be distributed in a single patch file that will be updated as necessary, while its name will not change. See the Download section for more details. | 09:22 | |
(bluekuja/#ubuntu-motu-torrent) that's what I said | 09:23 | |
(asac/#ubuntu-motu-torrent) bluekuja: maybe ask him if can next time bump patch level to dnh3.1 ? | 09:23 | |
(asac/#ubuntu-motu-torrent) we can then use dnh3.0 | 09:23 | |
(asac/#ubuntu-motu-torrent) actually its bad to have that info in debian package revision | 09:23 | |
(asac/#ubuntu-motu-torrent) it should be | 09:23 | |
(asac/#ubuntu-motu-torrent) 1.3.4+dnh3 | 09:23 | |
(asac/#ubuntu-motu-torrent) 1.3.4+dnh3-1 | 09:23 | |
(asac/#ubuntu-motu-torrent) for instance | 09:24 | |
(asac/#ubuntu-motu-torrent) for next "small update patch" he should use dnh3.1 | 09:24 | |
(asac/#ubuntu-motu-torrent) so we can use | 09:24 | |
(asac/#ubuntu-motu-torrent) 1.3.4+dnh3.1-1 | 09:24 | |
(bluekuja/#ubuntu-motu-torrent) asac: should I use that as version? | 09:24 | |
(bluekuja/#ubuntu-motu-torrent) explaining it in changelog | 09:24 | |
(asac/#ubuntu-motu-torrent) how is ctorrent distributed? | 09:24 | |
(bluekuja/#ubuntu-motu-torrent) GPL | 09:24 | |
(asac/#ubuntu-motu-torrent) i mean does he ship the patches in a separate directory? | 09:24 | |
(bluekuja/#ubuntu-motu-torrent) oh | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 09:25 | |
(asac/#ubuntu-motu-torrent) are they applied during build? | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) yup | 09:25 | |
(asac/#ubuntu-motu-torrent) which directory are those patches in? | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: I made a patch system for it | 09:25 | |
(asac/#ubuntu-motu-torrent) you? | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: yea | 09:25 | |
(asac/#ubuntu-motu-torrent) in debian/ ... ? | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) ye | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) to apply them during build | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) so we can have the same product of upstream | 09:26 | |
(bluekuja/#ubuntu-motu-torrent) that ships tarball and patches separated | 09:26 | |
(asac/#ubuntu-motu-torrent) yeah | 09:26 | |
(asac/#ubuntu-motu-torrent) let me think abit | 09:26 | |
(bluekuja/#ubuntu-motu-torrent) developer makes new patches deleting old ones | 09:26 | |
(bluekuja/#ubuntu-motu-torrent) e.g integrating | 09:27 | |
(asac/#ubuntu-motu-torrent) but doesn't update tarball? | 09:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 09:27 | |
(bluekuja/#ubuntu-motu-torrent) tarball is alwais the same | 09:27 | |
(bluekuja/#ubuntu-motu-torrent) patches change | 09:27 | |
(asac/#ubuntu-motu-torrent) thats really dirty | 09:27 | |
(asac/#ubuntu-motu-torrent) i mean ... if he would add new patch fine ... we could add that patch | 09:27 | |
(asac/#ubuntu-motu-torrent) but just updating patch | 09:27 | |
(asac/#ubuntu-motu-torrent) in that case i would prefer to update tarball for him | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) is quite easy | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) to do | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) just apply the diff on tarball | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) and we have a new release | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:28 | |
(asac/#ubuntu-motu-torrent) yes ... but let me think | 09:28 | |
(bluekuja/#ubuntu-motu-torrent) he talks about a dnh3.1 here | 09:29 | |
(asac/#ubuntu-motu-torrent) bluekuja: can you ask him if he can release incremental patches in addition to the merged one? | 09:29 | |
(bluekuja/#ubuntu-motu-torrent) "Beginning with dnh1.1 t" | 09:29 | |
(bluekuja/#ubuntu-motu-torrent) so he calls this one as a new release | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) dnh3.1 | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: do you think it should be ok to call it "New upstream release"? | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) he talked about a dnh3.1 | 09:33 | |
(asac/#ubuntu-motu-torrent) he talked about? | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) Thanks! BTW I'm hoping to have dnh3.1 out later this month and would | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) recommend going with it if your schedule permits. I have several | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) additional fixes as well as some improvements and features now entering | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) the testing/documentation stage. | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) he mailed me | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) later this month = end of may | 09:33 | |
(asac/#ubuntu-motu-torrent) bluekuja: can you try to convince him to encode patch-level versioning | 09:33 | |
(asac/#ubuntu-motu-torrent) so we know how to version | 09:33 | |
(asac/#ubuntu-motu-torrent) its a mess otherwis | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: I mailed him 3 times | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) without response | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) for 2 weeks | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) using the same mail of the first one | 09:34 | |
(asac/#ubuntu-motu-torrent) then lets wait for official dnh3.1 | 09:34 | |
(asac/#ubuntu-motu-torrent) and not update | 09:34 | |
(asac/#ubuntu-motu-torrent) i mean ... why to clean his room if he doesn't care? | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:34 | |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) and that patch is the effective new dnh3.1? | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) *if | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) as written in homepage | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) the problem is "single patch file that will be updated as necessary, while its name will not change" | 09:37 | |
(bluekuja/#ubuntu-motu-torrent) so the name doesnt change | 09:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: not sure about it | 09:39 | |
(asac/#ubuntu-motu-torrent) bluekuja: does he have a revision system? | 09:41 | |
(asac/#ubuntu-motu-torrent) bluekuja: do we already have that patch in debian/patches? | 09:41 | |
(asac/#ubuntu-motu-torrent) i mean the old version? | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) asac: yes | 09:41 | |
(asac/#ubuntu-motu-torrent) or is this the first? | 09:41 | |
(asac/#ubuntu-motu-torrent) ah ok | 09:41 | |
(asac/#ubuntu-motu-torrent) bluekuja, please try to do an interdiff | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) asac: previous patch is already in | 09:41 | |
(asac/#ubuntu-motu-torrent) then use the output as the incremental patch | 09:41 | |
(asac/#ubuntu-motu-torrent) .e.g. we do what he doesn't | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) between the two patches? | 09:41 | |
(asac/#ubuntu-motu-torrent) separate the patch | 09:41 | |
(asac/#ubuntu-motu-torrent) yes | 09:41 | |
(asac/#ubuntu-motu-torrent) interdiff | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) ok | 09:41 | |
(asac/#ubuntu-motu-torrent) install patchutils | 09:42 | |
(asac/#ubuntu-motu-torrent) if not available | 09:42 | |
(asac/#ubuntu-motu-torrent) and look at manpage | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) ok | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) when I have a result, gonna ping you | 09:42 | |
(asac/#ubuntu-motu-torrent) its basically just interdiff PATCH_OLD PATCH_NEW | 09:42 | |
(asac/#ubuntu-motu-torrent) sure | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) yup | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) :) | 09:42 | |
(asac/#ubuntu-motu-torrent) i am here for 15 minutes | 09:42 | |
(asac/#ubuntu-motu-torrent) then i will leave ... no matter what | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) gonna hurry | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) ! | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok, done | 09:46 | |
(bluekuja/#ubuntu-motu-torrent) I have a diff file from the new and old version | 09:46 | |
(asac/#ubuntu-motu-torrent) yes? | 09:47 | |
(asac/#ubuntu-motu-torrent) please show me all three :) | 09:47 | |
(asac/#ubuntu-motu-torrent) 1st old patch | 09:47 | |
(asac/#ubuntu-motu-torrent) 2nd new patch | 09:47 | |
(asac/#ubuntu-motu-torrent) 3 interdiff :) | 09:47 | |
(bluekuja/#ubuntu-motu-torrent) pasting | 09:47 | |
(asac/#ubuntu-motu-torrent) the interdiff is what will be added to debian/patches | 09:47 | |
(asac/#ubuntu-motu-torrent) if its ok | 09:47 | |
(asac/#ubuntu-motu-torrent) :) | 09:47 | |
(bluekuja/#ubuntu-motu-torrent) ok | 09:47 | |
(bluekuja/#ubuntu-motu-torrent) asac: old= http://pastebin.mozilla.org/84335 | 09:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: new= http://pastebin.mozilla.org/84340 | 09:50 | |
(bluekuja/#ubuntu-motu-torrent) asac: interdiff= http://pastebin.mozilla.org/84342 | 09:50 | |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) fsateler, hi | 09:54 | |
fsateler | hi | 09:54 |
(bluekuja/#ubuntu-motu-torrent) asac: how does it look? | 09:54 | |
fsateler | sorry for not showing up yesterday... wasn't at home | 09:54 |
(bluekuja/#ubuntu-motu-torrent) fsateler, dont worry :) | 09:54 | |
(bluekuja/#ubuntu-motu-torrent) fsateler, no news from mentors? | 09:55 | |
(asac/#ubuntu-motu-torrent) bluekuja: its far bigger than i have expected ... will have to look at it tomorrow | 09:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok :) | 09:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna try to apply interdiff patch | 09:56 | |
fsateler | bluekuja: no, not yet | 09:56 |
(bluekuja/#ubuntu-motu-torrent) asac: to see if everything is ok | 09:56 | |
(bluekuja/#ubuntu-motu-torrent) fsateler, as pochu told you there are some problem with it | 09:56 | |
(bluekuja/#ubuntu-motu-torrent) e.g soname and lib name itself | 09:56 | |
(bluekuja/#ubuntu-motu-torrent) hydri_, news? | 09:57 | |
(asac/#ubuntu-motu-torrent) bluekuja: if it applies on top of old then its a good sign | 09:57 | |
fsateler | yes, but as I see it, they aren't really problems. | 09:57 |
(asac/#ubuntu-motu-torrent) bluekuja: you can also use combinepatch | 09:57 | |
(asac/#ubuntu-motu-torrent) to see if you end up with the same as the old | 09:57 | |
(asac/#ubuntu-motu-torrent) its in patchutils package as well | 09:57 | |
(bluekuja/#ubuntu-motu-torrent) asac: I gonna apply it to upstream tarball | 09:57 | |
fsateler | since they have different sonames, they can coexist | 09:57 |
(bluekuja/#ubuntu-motu-torrent) for first | 09:57 | |
(bluekuja/#ubuntu-motu-torrent) then I move to combinepatch | 09:57 | |
(bluekuja/#ubuntu-motu-torrent) :) | 09:57 | |
(bluekuja/#ubuntu-motu-torrent) fsateler, how? | 09:57 | |
(bluekuja/#ubuntu-motu-torrent) and yes, they can coexist | 09:58 | |
(bluekuja/#ubuntu-motu-torrent) but its bad | 09:58 | |
(bluekuja/#ubuntu-motu-torrent) and can create confusion | 09:58 | |
(bluekuja/#ubuntu-motu-torrent) what do you think? | 09:58 | |
fsateler | people won't be normally installing libtorrent... it wouold get pulled in by an actual client | 09:59 |
fsateler | Of course, this is not optimal, but I don't think it is such a big deal | 10:00 |
(asac/#ubuntu-motu-torrent) bluekuja: i don't see why you want to apply to upstream tarball :) | 10:00 | |
(asac/#ubuntu-motu-torrent) bluekuja: anyway, got to go :) | 10:00 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok, we will finish it tomorrow then | 10:01 | |
(bluekuja/#ubuntu-motu-torrent) asac: take care alex and have fun | 10:01 | |
(bluekuja/#ubuntu-motu-torrent) fsateler, yeah, you're right | 10:01 | |
(bluekuja/#ubuntu-motu-torrent) fsateler, I dont know what can we decide for it | 10:02 | |
fsateler | I was told in the debian-mentors list that there should only be a conflict in the -dev packages | 10:04 |
(bluekuja/#ubuntu-motu-torrent) fsateler, what kind of conflict? | 10:04 | |
fsateler | since they both claim to own /usr/include/libtorrent/... | 10:04 |
fsateler | conflict between libtorrent-rasterbar-dev and libtorrent-dev (rakshasa's) | 10:05 |
(bluekuja/#ubuntu-motu-torrent) fsateler, did you think about a possible solution? | 10:06 | |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
fsateler | mm I think I'm missing something here... a possible solution for what? the current situation poses no problem as I see it | 10:15 |
(bluekuja/#ubuntu-motu-torrent) fsateler, you talked about a conflict | 10:15 | |
(bluekuja/#ubuntu-motu-torrent) reported in mentors | 10:16 | |
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
hydri_ | bluekuja: hi | 10:22 |
(bluekuja/#ubuntu-motu-torrent) hey hydri_ :) | 10:22 | |
(bluekuja/#ubuntu-motu-torrent) some news from your side? | 10:22 | |
hydri_ | bluekuja: hm.. not really.. are you expecting me to do something? | 10:22 |
hydri_ | I was wondering though, how likely is it that the other libtorrent package is renamed? | 10:23 |
hydri_ | or.. can be renamed | 10:23 |
(bluekuja/#ubuntu-motu-torrent) hydri_, we cannot rename the other lib atm | 10:23 | |
hydri_ | afaik it doesn't have any dependees | 10:23 |
(bluekuja/#ubuntu-motu-torrent) hydri_, I really dont know what can we do now... | 10:24 | |
(bluekuja/#ubuntu-motu-torrent) because we need to hear some more people for it | 10:24 | |
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
hydri_ | ok | 10:24 |
(bluekuja/#ubuntu-motu-torrent) we still waiting codergeek | 10:24 | |
(bluekuja/#ubuntu-motu-torrent) (fedora maintainer) | 10:24 | |
(bluekuja/#ubuntu-motu-torrent) for it | 10:25 | |
(bluekuja/#ubuntu-motu-torrent) to find a common name for ubuntu/gentoo/fedora | 10:25 | |
hydri_ | nice | 10:25 |
(bluekuja/#ubuntu-motu-torrent) and package it using that name | 10:25 | |
(bluekuja/#ubuntu-motu-torrent) something like libtorrent-rasterbar | 10:25 | |
(bluekuja/#ubuntu-motu-torrent) armin76, news from codergeek? | 10:25 | |
(armin76/#ubuntu-motu-torrent) i sent him an email last week but no answer, i hope he didn't mean 29 june :P | 10:26 | |
(bluekuja/#ubuntu-motu-torrent) lol | 10:26 | |
(bluekuja/#ubuntu-motu-torrent) I hope not! | 10:26 | |
(bluekuja/#ubuntu-motu-torrent) hydri_, when codergeek will be available, we'll decide about it | 10:26 | |
(bluekuja/#ubuntu-motu-torrent) to find a common name | 10:27 | |
hydri_ | ko | 10:27 |
hydri_ | ok | 10:27 |
(bluekuja/#ubuntu-motu-torrent) gonna ping you when I have news | 10:28 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 10:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: was thinking about the patch...why we need to use interdiff between old and new if upstream did it already? | 10:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: e.g old patch integrated in new one | 10:34 | |
(bluekuja/#ubuntu-motu-torrent) so the work we are trying to do is not needed | 10:34 | |
(asac/#ubuntu-motu-torrent) bluekuja: because it sucks to update a patch | 10:34 | |
(asac/#ubuntu-motu-torrent) add patches is what we want | 10:35 | |
(asac/#ubuntu-motu-torrent) or a new tarball | 10:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: sounds good | 10:35 | |
(asac/#ubuntu-motu-torrent) but we can't do a new tarball | 10:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: yup | 10:35 | |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
(asac/#ubuntu-motu-torrent) because we don't know anything about how upstream will version next release et al | 10:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: where should I try to apply interdiff patch? | 10:35 | |
(bluekuja/#ubuntu-motu-torrent) on an already patched (old) tarball? | 10:36 | |
(bluekuja/#ubuntu-motu-torrent) as far as we have to keep old patch is the only way | 10:38 | |
(asac/#ubuntu-motu-torrent) bluekuja: you added a patch system? | 10:38 | |
(asac/#ubuntu-motu-torrent) add that patch to the end | 10:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok, trying | 10:38 | |
(asac/#ubuntu-motu-torrent) so it gets applied on top of the OLD patch | 10:38 | |
(bluekuja/#ubuntu-motu-torrent) gonna update 00list | 10:38 | |
(bluekuja/#ubuntu-motu-torrent) and add it | 10:38 | |
(bluekuja/#ubuntu-motu-torrent) lets see | 10:38 | |
(asac/#ubuntu-motu-torrent) y | 10:39 | |
=== asac rebooting trying to fix ati driver hangups | ||
(bluekuja/#ubuntu-motu-torrent) ok | 10:39 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope, it fails | 10:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: first is applied correctly, second fails | 10:45 | |
(bluekuja/#ubuntu-motu-torrent) not good news | 10:46 | |
(asac/#ubuntu-motu-torrent) bluekuja: then the interdiff is not proper | 10:52 | |
(asac/#ubuntu-motu-torrent) you should redo and do proper :) | 10:52 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 10:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: nothing | 11:08 | |
(bluekuja/#ubuntu-motu-torrent) asac: doesnt apply | 11:09 | |
(bluekuja/#ubuntu-motu-torrent) asac: trying to do it with a script | 11:10 | |
(bluekuja/#ubuntu-motu-torrent) that automatically interdiff two .diff files and move them into a dpatch | 11:10 | |
(asac/#ubuntu-motu-torrent) bluekuja: take care that you the interdiff is right | 11:11 | |
(asac/#ubuntu-motu-torrent) t | 11:11 | |
(asac/#ubuntu-motu-torrent) maybe you have to use -p | 11:11 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, tried it too | 11:11 | |
(asac/#ubuntu-motu-torrent) if interdiff is done proper it should apply | 11:11 | |
(bluekuja/#ubuntu-motu-torrent) lets see with this script | 11:11 | |
(bluekuja/#ubuntu-motu-torrent) asac: fails with it too | 11:12 | |
(bluekuja/#ubuntu-motu-torrent) that's strange | 11:12 | |
(asac/#ubuntu-motu-torrent) bluekuja: get the interdiff proper ... and it will work | 11:14 | |
(asac/#ubuntu-motu-torrent) combinediff should yield the exact NEW patch | 11:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, let's try to use combinediff | 11:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: combinediff failed too, the two patches touch the same files, maybe they get some conflicts? | 11:21 | |
(bluekuja/#ubuntu-motu-torrent) that prevent from applying | 11:21 | |
(asac/#ubuntu-motu-torrent) bluekuja: you messed up the interdiff then :) | 11:26 | |
(asac/#ubuntu-motu-torrent) it *should* work | 11:26 | |
(bluekuja/#ubuntu-motu-torrent) asac: mmm.... | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) it should be a -p problem | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: I tried using -p1 | 11:28 | |
(bluekuja/#ubuntu-motu-torrent) and I get a SMALL diff | 11:28 | |
(bluekuja/#ubuntu-motu-torrent) really small this time | 11:28 | |
(asac/#ubuntu-motu-torrent) sounds better | 11:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/84423 | 11:29 | |
(asac/#ubuntu-motu-torrent) looks reasonable | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) lets try it | 11:30 | |
(armin76/#ubuntu-motu-torrent) you guys should package wgetpaste :) | 11:32 | |
(bluekuja/#ubuntu-motu-torrent) armin76, do you have a link for it? | 11:33 | |
(asac/#ubuntu-motu-torrent) armin76: if you are developer you are encouraged to inject your package directly :) | 11:33 | |
(armin76/#ubuntu-motu-torrent) ubotu: google wgetpaste | 11:33 | |
(armin76/#ubuntu-motu-torrent) stupid bot | 11:34 | |
(armin76/#ubuntu-motu-torrent) asac: i'm a developer...but from Gentoo :P | 11:34 | |
(asac/#ubuntu-motu-torrent) yeah ... i meant if you are upstream developer | 11:34 | |
(armin76/#ubuntu-motu-torrent) ah, no :) | 11:34 | |
(asac/#ubuntu-motu-torrent) so how comes that you care :-D | 11:53 | |
(asac/#ubuntu-motu-torrent) :P | 11:53 | |
(armin76/#ubuntu-motu-torrent) well, because i know the guy who does it | 11:53 | |
(armin76/#ubuntu-motu-torrent) and because is more useful than nopaste and its ruby crap | 11:53 | |
(asac/#ubuntu-motu-torrent) yeah ... then he is encouraged to inject his packages directly :) | 11:53 | |
(armin76/#ubuntu-motu-torrent) don't think he cares :P | 11:53 | |
(asac/#ubuntu-motu-torrent) i believe most upstream developers should care to get a new distribution channel :) | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: still doesnt apply.... | 11:53 | |
(asac/#ubuntu-motu-torrent) i believe that most do care | 11:53 | |
(armin76/#ubuntu-motu-torrent) no idea really | 11:53 | |
(armin76/#ubuntu-motu-torrent) just thought that you maybe are interested on it | 11:53 | |
(asac/#ubuntu-motu-torrent) sure :) | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) armin76, when I finish some packages updated, gonna take a look at it | 11:53 | |
(asac/#ubuntu-motu-torrent) just wanted to raise awareness that its a good idea if upstream participates in packaging their software | 11:53 | |
(armin76/#ubuntu-motu-torrent) afaik it's only a bash script :) | 11:53 | |
(asac/#ubuntu-motu-torrent) oh :) | 11:53 | |
(armin76/#ubuntu-motu-torrent) but it gets versioned, so it's good to have it packaged and updated | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) armin76, yeah, nice diea | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) *idea | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) armin76, homepage? | 11:53 | |
(asac/#ubuntu-motu-torrent) are there more trivial programs available? | 11:53 | |
(asac/#ubuntu-motu-torrent) if so we should consider to make a single package with those scripts :) | 11:53 | |
(asac/#ubuntu-motu-torrent) btutils :) | 11:53 | |
(armin76/#ubuntu-motu-torrent) http://wgetpaste.zlin.dk/ | 11:53 | |
(asac/#ubuntu-motu-torrent) ok ... off playing abit ... then sleep | 11:53 | |
(armin76/#ubuntu-motu-torrent) bye | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna finish this tomorrow then | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) and I gonna mail upstream again | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) it's not possible to have this | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) armin76, nice, easy to package too | 11:53 | |
DarkSun88 | G'night | 11:53 |
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) gnight all | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) cu tomorrow | 01:15 | |
pochu | night bluekuja! | 01:15 |
(bluekuja/#ubuntu-motu-torrent) night pochu! | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:15 | |
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 06:39 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 06:39 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:39 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 06:39 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 06:39 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:39 | |
=== Signon time : Mon Jun 4 12:39:13 2007 | ||
=== Signoff time : Tue Jun 5 06:39:45 2007 | ||
=== Total uptime : 0d 18h 0m 32s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:44 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:44 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.97.165] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.97.165] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hi all | 11:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 11:29 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, hey! | 11:30 | |
idefixs | the man i've been lokking for. | 11:30 |
idefixs | oops looking | 11:30 |
(bluekuja/#ubuntu-motu-torrent) :) | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) asac: upstream answered finally... | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) asac: "The dnh3 update patch is meant to be applied to the dnh3 | 11:31 | |
(bluekuja/#ubuntu-motu-torrent) base." | 11:31 | |
asac | yeah | 11:31 |
asac | which is obvious | 11:31 |
idefixs | i need some help with launchpad. i'm not really getting anywhere | 11:31 |
(bluekuja/#ubuntu-motu-torrent) yup | 11:31 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, I gonna help you now | 11:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: what do you suggest? | 11:32 | |
idefixs | great. | 11:32 |
idefixs | i was of course able to checkout the branches you made | 11:32 |
(bluekuja/#ubuntu-motu-torrent) asac: I dont know why but interdiff doesnt work | 11:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: combinediff same | 11:32 | |
idefixs | and i found out, how i can add another. | 11:32 |
(bluekuja/#ubuntu-motu-torrent) idefixs, have you registered yourself to lp yet? | 11:33 | |
idefixs | but not how i can host it | 11:33 |
idefixs | yes, i am registered | 11:33 |
asac | bluekuja: yesterday it looked good | 11:33 |
asac | maybe the wrong direction though | 11:33 |
asac | idefixs: have you branched our branch? | 11:34 |
(bluekuja/#ubuntu-motu-torrent) asac: wrong direction? | 11:34 | |
asac | yeah ... if you use OLDFILE NEWFILE ... or NEWFILE OLDFILE matters | 11:34 |
asac | wrong sequence ... dunno the right word :) | 11:34 |
(bluekuja/#ubuntu-motu-torrent) I used NEWFILE OLDFILE | 11:34 | |
asac | yes thats definitly wrong | 11:34 |
idefixs | asac, what does that mean? | 11:34 |
asac | direction ;) | 11:34 |
(bluekuja/#ubuntu-motu-torrent) mm...great | 11:34 | |
asac | bluekuja: if you read the log of this channel i told you the right direction :) | 11:35 |
asac | bluekuja: at least i think so ;) | 11:35 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, but I was too tired yesterday | 11:35 | |
asac | bluekuja: can you give idefixs the url of our branch? | 11:35 |
(bluekuja/#ubuntu-motu-torrent) of course | 11:35 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, added your ssh key? | 11:35 | |
asac | bluekuja: at best the command to branch :) | 11:35 |
asac | bluekuja: its a private branch of you atm? then he can only use http ... and later push to "his" private space | 11:36 |
idefixs | bluekuja, not yet, one moment... | 11:36 |
(bluekuja/#ubuntu-motu-torrent) asac: exactly | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) it's not a team branch | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) so I'm the only one who can push in | 11:36 | |
asac | bluekuja: the idea is that idefixs as "upstream" maintains his own private branch | 11:36 |
(bluekuja/#ubuntu-motu-torrent) asac: yea, sounds good | 11:37 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, http://bazaar.launchpad.net/~bluekuja/fische/main.autotools | 11:37 | |
asac | idefixs: you have to call bzr branch <URL> | 11:37 |
asac | idefixs: you have to call bzr branch <URL> target-directory | 11:37 |
idefixs | key uploaded | 11:37 |
(bluekuja/#ubuntu-motu-torrent) idefixs, great | 11:37 | |
asac | 2nd syntax if you don't want to end it up in a dir called main.autotools | 11:37 |
asac | :) | 11:37 |
asac | idefixs: then, you might check if this is actually *your* latest version (so no work gets lost) ... and if you are done push it to your own private branch :) .... bluekuja can tell you how ;) | 11:38 |
(bluekuja/#ubuntu-motu-torrent) idefixs, first of all setup your branch locallly | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) *locally | 11:39 | |
idefixs | i got that far | 11:39 |
(bluekuja/#ubuntu-motu-torrent) bzr init | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) in your *work* dir | 11:39 | |
idefixs | oops no didn't | 11:39 |
idefixs | ok | 11:39 |
(bluekuja/#ubuntu-motu-torrent) then | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) you branch out my own private branch | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) with bzr branch URL | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) as suggested by asac | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) then you modify what is needed | 11:40 | |
asac | (yes ... and you don't call bzr init before) | 11:40 |
(bluekuja/#ubuntu-motu-torrent) yes | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) bzr init only if you start from zero | 11:40 | |
(bluekuja/#ubuntu-motu-torrent) importing stuff by hand | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) remember to use bzr add or bzr rm | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) for adding and removing files | 11:41 | |
idefixs | ok. NO bzr init, check bluekuja's files for actuality, .... | 11:41 |
(bluekuja/#ubuntu-motu-torrent) when you have made a change, just commit your work... | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) with.. | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) bzr commit -m "comment for your changes" | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) please be much accurate as you can while writing your *changelog* | 11:42 | |
(bluekuja/#ubuntu-motu-torrent) after -m variable | 11:42 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, then push your work to your brand new branch | 11:42 | |
idefixs | brand new branch? did i miss something? where? | 11:43 |
(bluekuja/#ubuntu-motu-torrent) bzr push sftp://<launchpad-identity>@bazaar.launchpad.net/~<your-launchpad-id-or-team-id>/<product>/<branchname> | 11:43 | |
(bluekuja/#ubuntu-motu-torrent) idefixs, you have to work in your private branch | 11:43 | |
(bluekuja/#ubuntu-motu-torrent) using the files I currently have in mine | 11:43 | |
idefixs | ok.... | 11:43 |
(bluekuja/#ubuntu-motu-torrent) so just branch mine | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) commit your comment | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) and push to bzr push sftp://<launchpad-identity>@bazaar.launchpad.net/~<your-launchpad-id-or-team-id>/<product>/<branchname> | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) of course overwrite with correct informations | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) asac: do you have a minute for mined? | 11:45 | |
idefixs | is it a problem to configure/build in my local working directory? | 11:50 |
asac | idefixs: dunno if you know something about decentralized source control systems like bzr ... its pretty cool as everybody has his own branch and you merge back and forth, share workload (e.g. we maintain the debian/ hierarchy and preapply patches if they are critical, which you can then merge to your core branch from which we usually merge :) | 11:51 |
asac | idefixs: no its not | 11:51 |
asac | you can build and do everything | 11:51 |
asac | you just have to take care that you don't commit generated files | 11:51 |
idefixs | how do i ensure that | 11:51 |
asac | idefixs: you can even say something like bzr clean-tree in case you feel that you have too much garbage lying around :) | 11:51 |
asac | idefixs: you only commit files that you once registered by bzr add | 11:52 |
idefixs | ok thats easy | 11:52 |
asac | e.g. all other files are not known to bzr and are thus considered garbage | 11:52 |
asac | if you want to remove a file use bzr rm | 11:52 |
asac | :) | 11:52 |
asac | you can even move files: bzr mv | 11:52 |
asac | idefixs: last but not least for the basics you can specify which files to commit | 11:52 |
asac | when you don't want to commit every modification | 11:53 |
asac | bzr status can be used to see what you have modified | 11:53 |
asac | bzr info show some other interesting stuff | 11:53 |
asac | once you are happy with your commits (e.g. you don't want to uncommit anymore) ... you can publish your changes online | 11:53 |
asac | bzr push | 11:53 |
asac | :) | 11:53 |
asac | by | 11:53 |
asac | thats basically it | 11:53 |
asac | ah ... bzr diff | 11:54 |
idefixs | when i locally change a file and then say push, does it push the changed one, or do i have to say commit-push | 11:55 |
asac | to look at changes you have not yet committed ... or bzr diff -r rev1..rev2 ... to see modifications between those checkins | 11:55 |
asac | idefixs: you first commit | 11:55 |
asac | idefixs: usually you do not directly publish that commit | 11:55 |
asac | but maybe commit another checkin | 11:55 |
asac | once you have your feature finished ... or in a "publishable" state you publish by "bzr push" | 11:56 |
idefixs | but now, in this case - i first commit ( locally ) and then push it all to a new branch. right? | 11:56 |
asac | idefixs: yes ... actually the idea is that you branch from our branch to get started | 11:56 |
asac | so you don't commit | 11:56 |
asac | you just branch locally | 11:56 |
asac | and directly push to your branch | 11:57 |
asac | in this way its easier to do merges back and force from your to our tree and vv | 11:57 |
asac | because bzr knows that both branches have a commom ancestor | 11:57 |
asac | we could redo our branch as well in cause you don't want to start with our tree state | 11:57 |
asac | idefixs: so basically you just to bzr branch URL (of bluekuja) ... then next step: bzr push sftp:.... (your url) | 11:58 |
idefixs | no i'm fine. i'll start from here | 11:58 |
asac | cool | 11:58 |
asac | i think your initial push needs --create-prefix | 11:59 |
asac | so bzr push --create-prefix sftp:... | 11:59 |
asac | so the directories are created on sftp server | 11:59 |
idefixs | no it didn't need it. already done. | 12:02 |
idefixs | can i get more detailed info than bzr status | 12:04 |
(bluekuja/#ubuntu-motu-torrent) idefixs, you can browse the code on launchpad | 12:04 | |
(bluekuja/#ubuntu-motu-torrent) with all files, changes, comments | 12:05 | |
(bluekuja/#ubuntu-motu-torrent) diffs, and so on | 12:05 | |
asac | idefixs: what info do you want? | 12:06 |
asac | idefixs: bzr info shows you some more "high level" infos | 12:06 |
idefixs | what exactly i changed in the files | 12:06 |
asac | bzr diff | 12:06 |
idefixs | ah ok | 12:06 |
asac | bzr diff you can also diff between revisions | 12:06 |
asac | or branches | 12:06 |
asac | e.g. see whats the difference from your file to ours | 12:06 |
asac | etc. | 12:06 |
asac | idefixs: you can always use bzr help COMMAND | 12:07 |
asac | to get pretty good help on the command | 12:07 |
idefixs | and what if i did something wrong? | 12:07 |
asac | locally? | 12:07 |
idefixs | yes | 12:07 |
asac | if you did not yet commit | 12:08 |
asac | you can use | 12:08 |
asac | bzr revert | 12:08 |
idefixs | ok | 12:08 |
asac | if you already committed locally | 12:08 |
asac | you can uncommit | 12:08 |
asac | but don't do that with already published commits | 12:08 |
asac | just if you want to reorganize your work | 12:08 |
asac | that is not yet published | 12:08 |
asac | so its pretty save to commit multiple times locally to do some kind of check-pointing | 12:09 |
asac | of your work | 12:09 |
asac | and later reorganize your checkins so you have clean "per feature" checkins | 12:10 |
asac | which is usually the ultimate goal :) | 12:10 |
(bluekuja/#ubuntu-motu-torrent) asac: when you have a minute for mined, let me know | 12:15 | |
asac | bluekuja: yeah :9 | 12:15 |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:16 | |
idefixs | thanks for the help again! | 12:22 |
idefixs | cu | 12:22 |
=== javamaniac [n=gerardo@200.84.163.226] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) javamaniac, hey! | 12:40 | |
javamaniac | bluekuja, :) | 12:40 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) how are you? | 12:41 | |
javamaniac | fine, a little stressed with the university, and you? | 12:41 |
(bluekuja/#ubuntu-motu-torrent) I'm really ok! thanks :) | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) do you have some exams soon? | 12:42 | |
javamaniac | yes, and i must finish the first 4 chapters of my thesis before attend debconf :S | 12:43 |
(bluekuja/#ubuntu-motu-torrent) aww | 12:43 | |
(bluekuja/#ubuntu-motu-torrent) :D | 12:43 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) DktrKranz, vorian , |Element| hello | 01:22 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:22 | |
DktrKranz | :-* | 01:23 |
|Element| | bluekuja: hi | 01:23 |
(bluekuja/#ubuntu-motu-torrent) |Element|, how its going with packaging? | 01:23 | |
|Element| | i did nothing recently, busy with work | 01:24 |
(bluekuja/#ubuntu-motu-torrent) oh ok :) | 01:24 | |
(bluekuja/#ubuntu-motu-torrent) going to lunch | 01:25 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 01:25 | |
|Element| | bluekuja: i'm sorry | 01:25 |
|Element| | if i have time, i will do it | 01:26 |
=== freeflying is now known as freeflying|away | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 01:59 |
pochu | Hi DarkSun88 | 01:59 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) hey DarkSun88 :) | 02:00 | |
=== regulate [i=regulate@notchill.com] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi pochu bluekuja :) | 02:14 |
(bluekuja/#ubuntu-motu-torrent) :) | 02:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: I talked with upstream about the patch, he told me that dnh3.1 will be out soon | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) so we can just wait for new release | 02:47 | |
asac | yes | 02:48 |
asac | thats what I thought | 02:48 |
asac | anyway ... patchutils excercise is nice anyway :) | 02:49 |
(bluekuja/#ubuntu-motu-torrent) it's definitely better | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) yup | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: do you have a minute for mined now? so I can archive that as done | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/mined/debian.source | 02:50 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/mined/upstream.source | 02:50 | |
=== asac spinning | ||
(bluekuja/#ubuntu-motu-torrent) xD | 02:52 | |
(bluekuja/#ubuntu-motu-torrent) asac: strange, worked here | 02:54 | |
asac | bluekuja: did you try in sid?= | 02:54 |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 02:54 | |
asac | sid has new gcc | 02:54 |
asac | please try | 02:54 |
asac | should fail there | 02:54 |
(bluekuja/#ubuntu-motu-torrent) aww...new gcc | 02:55 | |
asac | or its an amd64 issue | 02:55 |
(bluekuja/#ubuntu-motu-torrent) mm.. | 02:55 | |
asac | please try | 02:55 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:55 | |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: setting up pbuilder with sid ;) | 03:06 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/mined_2000.13.2-1/mined_2000.13.2-1_i386.build | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) asac: sent it two days ago | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) asac: and it builds on that machine | 03:10 | |
(bluekuja/#ubuntu-motu-torrent) with sid | 03:10 | |
asac | yeah ... then try amd64 | 03:10 |
(bluekuja/#ubuntu-motu-torrent) asac: fails on amd64 | 03:42 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 03:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: should I specify the arch in debian/control then? | 03:43 | |
(bluekuja/#ubuntu-motu-torrent) leaving for an hour | 03:46 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 03:46 | |
asac | bluekuja: no :) ... fix it | 03:47 |
asac | bluekuja: its not ready for packaging if it doesn't build on all archs | 03:48 |
asac | ... unless it inheritably implements a feature that is only available on i386 | 03:48 |
asac | but most in such a case its often right to default to 'the author had no clue' | 03:48 |
(bluekuja/#ubuntu-motu-torrent) asac: back | 04:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: do you have any hint to fix it? | 04:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: I dont understand why we get *** No rule to make target `SpecialCasing.txt'. Stop. | 05:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: i'm checking mkcasesp | 05:21 | |
(bluekuja/#ubuntu-motu-torrent) to see what's wrong | 05:21 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/85412 | 05:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: that's the file that points to to a .txt file | 05:29 | |
asac | usually you get that message if a file that should be there is not | 05:32 |
asac | or if there is a makefile target missing | 05:32 |
(bluekuja/#ubuntu-motu-torrent) exactly | 05:32 | |
(bluekuja/#ubuntu-motu-torrent) but why it works on i386 and not on amd64 | 05:32 | |
(bluekuja/#ubuntu-motu-torrent) e.g in amd64 it's not created | 05:33 | |
asac | dunno :) ... that's your task | 05:33 |
asac | there should be some reason | 05:33 |
asac | :) | 05:33 |
(bluekuja/#ubuntu-motu-torrent) lol | 05:33 | |
asac | if there is a valid reason | 05:33 |
asac | then we can restrict archs | 05:33 |
(bluekuja/#ubuntu-motu-torrent) need to see if previous versions got it | 05:33 | |
asac | might be that the source for that file is not matched ... or the file fails to get generated during make due to some amd specifics | 05:34 |
(bluekuja/#ubuntu-motu-torrent) asac: previous versions got amd64 | 05:34 | |
(bluekuja/#ubuntu-motu-torrent) mm... | 05:34 | |
(bluekuja/#ubuntu-motu-torrent) need to diff that file with previous upstream version | 05:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: is exactly the same | 05:36 | |
(bluekuja/#ubuntu-motu-torrent) as new version | 05:36 | |
asac | mkinclud.mak | 05:36 |
asac | in that file it WGETs that file | 05:36 |
asac | which is EVIL | 05:36 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it uses wget for it | 05:37 | |
(bluekuja/#ubuntu-motu-torrent) mmm | 05:37 | |
(bluekuja/#ubuntu-motu-torrent) http://unicode.org/Public/UNIDATA/SpecialCasing.txt | 05:37 | |
asac | what license is that file? | 05:38 |
(bluekuja/#ubuntu-motu-torrent) let me see | 05:39 | |
asac | yeah all is lost | 05:39 |
asac | its non-free | 05:39 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, is unicode copyright | 05:40 | |
(bluekuja/#ubuntu-motu-torrent) http://www.unicode.org/copyright.html | 05:40 | |
asac | please figure out if this file is not needed for i386 or if wget just succeeded for you | 05:40 |
(bluekuja/#ubuntu-motu-torrent) ok | 05:40 | |
asac | if its not needed, we might have a chance ... otherwise its probably not distributable for us | 05:40 |
(bluekuja/#ubuntu-motu-torrent) asac: also for other files? | 05:40 | |
(bluekuja/#ubuntu-motu-torrent) http://unicode.org/Public/UNIDATA/Scripts.txt | 05:41 | |
asac | yes | 05:41 |
asac | all files need to be checked | 05:41 |
asac | all involved during build | 05:41 |
(bluekuja/#ubuntu-motu-torrent) ok | 05:41 | |
asac | actually all WGET has to go away | 05:41 |
asac | as its not possible to WGET something on buildds | 05:41 |
(bluekuja/#ubuntu-motu-torrent) asac: building without them | 05:43 | |
(bluekuja/#ubuntu-motu-torrent) asac: it builds | 05:45 | |
asac | damn this software just sucks | 05:45 |
asac | maybe rewrite the build system :) | 05:45 |
asac | it makes no sense to have this kind of problem makefiles now adays | 05:45 |
asac | its a "Turbo C" generated project file | 05:45 |
asac | out | 05:45 |
asac | ouchz | 05:45 |
(bluekuja/#ubuntu-motu-torrent) asac: omg | 05:46 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 05:46 | |
asac | bluekuja: can you give me two sentences what mined does? | 05:46 |
asac | what is its use? | 05:46 |
(bluekuja/#ubuntu-motu-torrent) it's the first text editor that provided unicode-support | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) from control: | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) terminal. It now has both extensive Unicode and CJK support offering many | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) specific features and covering special cases that other editors | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) are not aware of (like auto-detection features and automatic handling | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) of terminal variations, or Han character information). It is an editor | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) tailored to efficient editing of plain text documents and programs, | 05:47 | |
(bluekuja/#ubuntu-motu-torrent) with features and interactive behaviour designed for this purpose. | 05:47 | |
asac | hmm | 05:49 |
asac | sounds like yet another editor :) | 05:49 |
(bluekuja/#ubuntu-motu-torrent) ^^ | 05:49 | |
asac | please file a bug upstream to figure out if it can be build without those unicode files and why we need them on amd64 for instance | 05:50 |
asac | we definitly have to push this back until we have clarification on that | 05:50 |
(bluekuja/#ubuntu-motu-torrent) asac: first release was on 2004-03-20 | 05:50 | |
(bluekuja/#ubuntu-motu-torrent) the package | 05:51 | |
asac | where was it released to` | 05:51 |
asac | ? | 05:51 |
(bluekuja/#ubuntu-motu-torrent) on debian | 05:51 | |
(bluekuja/#ubuntu-motu-torrent) I mean first package was made on that date | 05:51 | |
asac | did it ever build on all archs? | 05:51 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 05:51 | |
(bluekuja/#ubuntu-motu-torrent) every version builds on all archs | 05:51 | |
(bluekuja/#ubuntu-motu-torrent) also amd64 | 05:51 | |
asac | do you have old versions at hand=? | 05:51 |
asac | and see if it still pulls in those unicode files | 05:52 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, I have the code here | 05:52 | |
(bluekuja/#ubuntu-motu-torrent) lets see | 05:52 | |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 05:52 | |
(bluekuja/#ubuntu-motu-torrent) old package got them | 05:53 | |
(bluekuja/#ubuntu-motu-torrent) and it builds on amd64 | 05:53 | |
(bluekuja/#ubuntu-motu-torrent) last upload was made by Debian QA | 05:53 | |
asac | bluekuja: please search the debian-legal archives | 05:54 |
asac | for the files in question | 05:54 |
(bluekuja/#ubuntu-motu-torrent) ok | 05:54 | |
asac | maybe there is some discussion on | 05:54 |
asac | it | 05:54 |
asac | them | 05:54 |
(bluekuja/#ubuntu-motu-torrent) asac: nothing | 05:57 | |
(bluekuja/#ubuntu-motu-torrent) asac: no discussion related to unicode/mined | 05:57 | |
(bluekuja/#ubuntu-motu-torrent) for our problem | 05:58 | |
asac | bluekuja: please search for the files in question | 05:58 |
asac | those are released by unicode.org | 05:58 |
asac | and might have been discussed independently | 05:58 |
(bluekuja/#ubuntu-motu-torrent) asac: file in question = wget ones' | 05:58 | |
(bluekuja/#ubuntu-motu-torrent) ? | 05:58 | |
asac | yes | 05:58 |
(bluekuja/#ubuntu-motu-torrent) ok | 05:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: nothing, all messages are related to debian-devel for .changes uploads and users mailing lists | 06:02 | |
(bluekuja/#ubuntu-motu-torrent) some from debian-bugs and from wnpp | 06:02 | |
(bluekuja/#ubuntu-motu-torrent) nothing related to legal | 06:02 | |
asac | hmm | 06:03 |
asac | bluekuja: if you can figure out why it works on i386 without WGET | 06:03 |
asac | then we probably are on track, why its legal to distribute this | 06:03 |
asac | but for now i don't see that | 06:03 |
asac | can you uninstall wget and still can build that file? | 06:03 |
asac | that package i mean | 06:03 |
(bluekuja/#ubuntu-motu-torrent) lets try | 06:04 | |
=== |Element| is now known as Element | ||
=== Element is now known as |Element| | ||
(bluekuja/#ubuntu-motu-torrent) asac: cant build without wget | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) it mess up some dependencies | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) ah wait found a workaround | 06:11 | |
asac | wget is in build dependencies? | 06:14 |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 06:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: it builds without having wget on system | 06:14 | |
asac | figure out why ... and figure out why it tries to wget on amd64 (or actually why it doesn't try) | 06:15 |
(bluekuja/#ubuntu-motu-torrent) asac: in fact it doesnt use wget on i386 too | 06:15 | |
(bluekuja/#ubuntu-motu-torrent) it should fail | 06:16 | |
asac | YEAH .... you will find out ... read the makefiles and the "makefile helper" | 06:17 |
asac | file | 06:17 |
(bluekuja/#ubuntu-motu-torrent) damn package | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) make actions makefile helper are included into mkinclud.mak | 06:21 | |
(bluekuja/#ubuntu-motu-torrent) *into | 06:21 | |
(bluekuja/#ubuntu-motu-torrent) so actions are passed from that file | 06:21 | |
asac | there are probably more helpers | 06:23 |
asac | but in general yes | 06:23 |
(bluekuja/#ubuntu-motu-torrent) I just dont understand why the SAME file doesnt work in two different releases | 06:23 | |
(bluekuja/#ubuntu-motu-torrent) on that arch | 06:24 | |
asac | maybe make system was changed | 06:24 |
(bluekuja/#ubuntu-motu-torrent) yeah, that's a possible solution | 06:24 | |
asac | "a possible reason" you mean, right? | 06:25 |
(bluekuja/#ubuntu-motu-torrent) *yes | 06:25 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 06:25 | |
asac | k in 20 minutes i am out ... today i am out for real in case you wonder :) | 06:36 |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 06:37 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm checking debdiff | 06:37 | |
(bluekuja/#ubuntu-motu-torrent) asac: -wget -N http://unicode.org/Public/UNIDATA/UnicodeData.txt | 06:38 | |
(bluekuja/#ubuntu-motu-torrent) +$(WGET) http://unicode.org/Public/UNIDATA/UnicodeData.txt | 06:38 | |
(bluekuja/#ubuntu-motu-torrent) in previous versions there was the -N option | 06:38 | |
asac | what does -N do? | 06:38 |
(bluekuja/#ubuntu-motu-torrent) it doesn download files older that local ones | 06:38 | |
(bluekuja/#ubuntu-motu-torrent) *than | 06:38 | |
asac | k | 06:38 |
asac | i think the difference should be further on top | 06:39 |
asac | e.g. in makefile that uses that helper | 06:39 |
asac | maybe its even a "configure option" | 06:39 |
asac | you fail to pass | 06:39 |
asac | e.g. like ... use WGET to get unicode files | 06:39 |
asac | or not | 06:39 |
asac | :) | 06:39 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, nice hint | 06:40 | |
(bluekuja/#ubuntu-motu-torrent) lets see | 06:40 | |
(bluekuja/#ubuntu-motu-torrent) what configure says | 06:40 | |
(bluekuja/#ubuntu-motu-torrent) mmm...configure is passed to makemined | 06:41 | |
(bluekuja/#ubuntu-motu-torrent) asac: wget is used in a lot of other links | 06:44 | |
(bluekuja/#ubuntu-motu-torrent) it's plenty in the diff | 06:44 | |
(bluekuja/#ubuntu-motu-torrent) so maybe -N option was right | 06:45 | |
(bluekuja/#ubuntu-motu-torrent) something like dont download using wget but use local files | 06:45 | |
asac | bluekuja: which doesn't help if the file is not there locally | 06:46 |
(bluekuja/#ubuntu-motu-torrent) right :) | 06:46 | |
asac | e.g. i don't see it in the source tarball | 06:46 |
asac | i think we still don't understand whats going on ... and need to investigate | 06:46 |
(bluekuja/#ubuntu-motu-torrent) asac: +WGET=wget -N -t 1 --timeout=5 | 06:46 | |
(bluekuja/#ubuntu-motu-torrent) it wgets curl too | 06:47 | |
asac | i have the feeling that you will have it figured out tomorrow :) | 06:48 |
(bluekuja/#ubuntu-motu-torrent) I hope to figure out this | 06:48 | |
(bluekuja/#ubuntu-motu-torrent) it's really hard to understand what is doing | 06:48 | |
(bluekuja/#ubuntu-motu-torrent) and why if I dont have wget on my system it works? | 06:48 | |
(bluekuja/#ubuntu-motu-torrent) this is a nice question | 06:48 | |
(bluekuja/#ubuntu-motu-torrent) something like that those files are not needed | 06:49 | |
asac | yeah | 06:49 |
(bluekuja/#ubuntu-motu-torrent) and why on amd64, they are needed again? | 06:49 | |
asac | its tricky ... but a challenge | 06:49 |
(bluekuja/#ubuntu-motu-torrent) omg | 06:49 | |
asac | imo its probably borked make system | 06:49 |
asac | if people start to do "everything on their own" ... they tend to fail miserably | 06:50 |
asac | automake is the way to go in general :) | 06:50 |
(bluekuja/#ubuntu-motu-torrent) yea | 06:50 | |
(bluekuja/#ubuntu-motu-torrent) this package is REALLY strange | 06:51 | |
asac | most packages are kind of strange | 06:51 |
(bluekuja/#ubuntu-motu-torrent) mmm...yeah | 06:51 | |
asac | because lots of people don't know how to do a proper build system :) | 06:51 |
(bluekuja/#ubuntu-motu-torrent) ^^ | 06:51 | |
asac | actually he generated the makefiles by turbo C IDE | 06:51 |
asac | which definitly leads to crap | 06:52 |
(bluekuja/#ubuntu-motu-torrent) now we have results of it | 06:52 | |
(bluekuja/#ubuntu-motu-torrent) something changed in new version and it cause that error | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) previous versions are ok | 06:53 | |
asac | bluekuja: have you verified that old version still builds | 06:53 |
asac | ? | 06:53 |
(bluekuja/#ubuntu-motu-torrent) asac: using last gcc^ | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) ? | 06:53 | |
asac | if you have verified that ... then its time to look at difference | 06:53 |
asac | no ... old version on new toolchain | 06:53 |
asac | otherwise it won't help to look at what upstream changed | 06:53 |
(bluekuja/#ubuntu-motu-torrent) asac: not yet | 06:54 | |
asac | do that before you even consider to look at what changed | 06:54 |
asac | imo its just a fragile build system that now hits us badly | 06:54 |
asac | actually it might really be worth to autotoolize it | 06:54 |
(bluekuja/#ubuntu-motu-torrent) trying old version | 06:57 | |
(bluekuja/#ubuntu-motu-torrent) seems to be ok | 06:58 | |
asac | does it build on amd? | 06:59 |
asac | then check the difference | 06:59 |
asac | i am out!!!! | 06:59 |
asac | cu tomorrow | 06:59 |
(bluekuja/#ubuntu-motu-torrent) :D | 06:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: girlfriend? | 06:59 | |
asac | not today :) ... today is beer time with some friends :) | 07:00 |
(bluekuja/#ubuntu-motu-torrent) haha | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) you rock! | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) have a nice evening and take care | 07:00 | |
asac | sure thanks ... u2 | 07:00 |
(bluekuja/#ubuntu-motu-torrent) cu tomorrow | 07:00 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:00 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== hydri_ [n=arvid@208-72-192-23.bittorrent.com] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya guys | 11:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: ctorrent released dnh3.1, I've packaged it and pushed into bzr for you | 11:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/debian.source | 11:48 | |
(bluekuja/#ubuntu-motu-torrent) asacV http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/upstream.source | 11:49 | |
asac | superbe | 11:54 |
(bluekuja/#ubuntu-motu-torrent) :) | 11:54 | |
asac | btw, why is the project called ctorrent enhanced? | 12:01 |
asac | is there a ctorrent project too? | 12:01 |
(bluekuja/#ubuntu-motu-torrent) yea, dead upstream | 12:01 | |
(bluekuja/#ubuntu-motu-torrent) so he re-started the project using that name | 12:01 | |
asac | ah ok ... thanks for clarifying | 12:01 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:01 | |
(bluekuja/#ubuntu-motu-torrent) he's doing a great work | 12:01 | |
asac | lets see :) | 12:02 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:03 | |
asac | 1st. good thing is that you did branch from upstream bzr :) ... bzr diff looks good :) | 12:03 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:04 | |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
asac | lintian clean | 12:06 |
(bluekuja/#ubuntu-motu-torrent) yup | 12:06 | |
asac | bzr header is missing in control | 12:07 |
asac | you can add? | 12:07 |
(bluekuja/#ubuntu-motu-torrent) of course | 12:07 | |
(bluekuja/#ubuntu-motu-torrent) just a moment | 12:07 | |
asac | did you add them on all other projects as well? | 12:08 |
asac | if not, please do so as well :) | 12:08 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:09 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:09 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:09 | |
asac | bluekuja: why do we name the package ctorrent? not ctorrent-enhanced? | 12:09 |
asac | its ok i guess ... just confuses me a bit :) | 12:09 |
asac | since in sf the project is called ctorrent as well | 12:09 |
(bluekuja/#ubuntu-motu-torrent) well yeah, package is named ctorrent but version changes | 12:10 | |
(bluekuja/#ubuntu-motu-torrent) to dnh3 | 12:10 | |
(bluekuja/#ubuntu-motu-torrent) for enhanced | 12:10 | |
(bluekuja/#ubuntu-motu-torrent) so it's not nice to have ctorrent-enhanced version dnh3 | 12:10 | |
asac | he? | 12:11 |
asac | i cannot follow this argument :) | 12:11 |
asac | i mean what has dnh3 todo with enhanced? | 12:11 |
(bluekuja/#ubuntu-motu-torrent) in fact, he decided to use dnh3 to dont overwrite the previous ctorrent name | 12:12 | |
(bluekuja/#ubuntu-motu-torrent) because he started up working on that | 12:13 | |
asac | no license headers in source | 12:13 |
(bluekuja/#ubuntu-motu-torrent) mm..yea | 12:13 | |
(bluekuja/#ubuntu-motu-torrent) It's already in, so we can skip that | 12:13 | |
(bluekuja/#ubuntu-motu-torrent) for now | 12:13 | |
asac | yeah ... but please bug upstream | 12:15 |
(bluekuja/#ubuntu-motu-torrent) ok, gonna mail him | 12:15 | |
asac | ask him if he is ok that you add the license headers and send him a patch :) | 12:16 |
(bluekuja/#ubuntu-motu-torrent) bzr field added to debian/control | 12:16 | |
asac | k | 12:16 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:16 | |
asac | at best just do it and send the patch ... if he denies it should be removed from the archive anyway :) | 12:17 |
(bluekuja/#ubuntu-motu-torrent) yeah, I dont think he will deny | 12:18 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:18 | |
asac | bluekuja: you said its already in? | 12:21 |
(bluekuja/#ubuntu-motu-torrent) asac: yes | 12:21 | |
asac | bluekuja: why does the changelog start with your initial modification? | 12:21 |
(bluekuja/#ubuntu-motu-torrent) huh? | 12:21 | |
asac | look at changelog ... it just has two entries | 12:22 |
(bluekuja/#ubuntu-motu-torrent) yeah | 12:22 | |
(bluekuja/#ubuntu-motu-torrent) so? | 12:22 | |
asac | where are the others gone? | 12:22 |
(bluekuja/#ubuntu-motu-torrent) it's my package | 12:22 | |
asac | ah ok | 12:22 |
(bluekuja/#ubuntu-motu-torrent) first release was made by me | 12:23 | |
asac | k | 12:23 |
(bluekuja/#ubuntu-motu-torrent) and this is the second | 12:23 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:23 | |
asac | what does ctorrent do? | 12:23 |
asac | command line bt-client? | 12:23 |
(bluekuja/#ubuntu-motu-torrent) exactly | 12:24 | |
(bluekuja/#ubuntu-motu-torrent) http://www.rahul.net/dholmes/ctorrent/ | 12:24 | |
(bluekuja/#ubuntu-motu-torrent) for all features | 12:24 | |
asac | so does it have a web interface or what? | 12:26 |
asac | or just cmdline ... e.g. output to the console | 12:26 |
(armin76/#ubuntu-motu-torrent) yup | 12:26 | |
(armin76/#ubuntu-motu-torrent) is another package, ctcs | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) web interface too | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) yes | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) exactly armin76 | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) is ctcs | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:26 | |
(armin76/#ubuntu-motu-torrent) i never fail :D | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) hehehe | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) you know this application? | 12:26 | |
asac | but i can use it command line only? | 12:27 |
(bluekuja/#ubuntu-motu-torrent) yea | 12:27 | |
(bluekuja/#ubuntu-motu-torrent) web interface is a plus | 12:27 | |
(armin76/#ubuntu-motu-torrent) yep, i know it | 12:28 | |
(bluekuja/#ubuntu-motu-torrent) cool | 12:28 | |
(bluekuja/#ubuntu-motu-torrent) I packaged ctorrent for fedora too | 12:28 | |
(armin76/#ubuntu-motu-torrent) i'm in the net-p2p team, so i have to know almost all the apps :) | 12:29 | |
(bluekuja/#ubuntu-motu-torrent) oh cool, for gentoo? | 12:29 | |
(armin76/#ubuntu-motu-torrent) err, yes, why do you think i'm here? :P | 12:29 | |
(bluekuja/#ubuntu-motu-torrent) really nice | 12:29 | |
(armin76/#ubuntu-motu-torrent) the only thing i don't touch are java apps | 12:29 | |
(bluekuja/#ubuntu-motu-torrent) hehe | 12:29 | |
(bluekuja/#ubuntu-motu-torrent) I dont like them too | 12:30 | |
asac | azureus is the word | 12:31 |
(bluekuja/#ubuntu-motu-torrent) yup | 12:31 | |
asac | evil | 12:31 |
asac | actually its fine ... but its such a huge beast ... consuming tons of mem et al | 12:31 |
asac | for me a bt downloader should be 1mb max :) | 12:31 |
(armin76/#ubuntu-motu-torrent) yeah, fortunately azureus is maintained by another member of the team, so :) | 12:32 | |
asac | hehe ... so does gentoo spin java from source as well :-P ? | 12:32 |
asac | or does azureus even work with a free vm? | 12:33 |
(armin76/#ubuntu-motu-torrent) errr, no idea :) | 12:35 | |
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | http://sourceforge.net/top/topalltime.php?type=downloads | 12:37 |
(bluekuja/#ubuntu-motu-torrent) aww | 12:37 | |
(bluekuja/#ubuntu-motu-torrent) 5 is DC++ | 12:37 | |
(bluekuja/#ubuntu-motu-torrent) cool | 12:37 | |
asac | top 6 apps appear to be file sharing apps :) | 12:37 |
(bluekuja/#ubuntu-motu-torrent) yeah^^ | 12:38 | |
asac | 300 million dl for emule | 12:38 |
asac | holy shit :) | 12:38 |
(bluekuja/#ubuntu-motu-torrent) :D | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: i still waiting verlihub | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) some files were not tagged | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) damn | 12:38 | |
asac | tagged? | 12:39 |
asac | where? | 12:39 |
(bluekuja/#ubuntu-motu-torrent) license | 12:39 | |
(bluekuja/#ubuntu-motu-torrent) e.g 2 files without | 12:39 | |
asac | bluekuja: ctorrent pushed | 12:40 |
asac | please take care that we get license headers in next upload :) | 12:40 |
(bluekuja/#ubuntu-motu-torrent) asac: ok great! :) | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) gonna mail upstream | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) asac: what can we do with verlihub? | 12:40 | |
asac | have you asked upstream if he wants to maintain the upstream branch in bzr? | 12:40 |
(bluekuja/#ubuntu-motu-torrent) not yet | 12:40 | |
asac | verlihub ... i have no idea | 12:40 |
asac | what the problem is | 12:40 |
asac | please elaborate | 12:41 |
(bluekuja/#ubuntu-motu-torrent) asac: in fact two files doesnt have GNU license on the top | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) two source files | 12:41 | |
asac | what do they have? | 12:42 |
(bluekuja/#ubuntu-motu-torrent) nothing | 12:43 | |
(bluekuja/#ubuntu-motu-torrent) quite all files are tagged with license header | 12:43 | |
asac | what did upstream say? | 12:43 |
(bluekuja/#ubuntu-motu-torrent) that in next release will be fixed | 12:43 | |
(bluekuja/#ubuntu-motu-torrent) = waiting months | 12:44 | |
asac | bluekuja: does he have a revision system? | 12:44 |
(bluekuja/#ubuntu-motu-torrent) mmm...I think yes, but not public | 12:44 | |
asac | ah | 12:44 |
asac | do we really want that package ... now? | 12:44 |
(bluekuja/#ubuntu-motu-torrent) well, it's the best hub software for dc++ | 12:45 | |
(bluekuja/#ubuntu-motu-torrent) atm | 12:45 | |
asac | so is it an ITP or is it an old package? | 12:46 |
(bluekuja/#ubuntu-motu-torrent) ITP | 12:46 | |
(bluekuja/#ubuntu-motu-torrent) a guy requested it | 12:46 | |
asac | so where is the package ... in bzr already? | 12:48 |
(bluekuja/#ubuntu-motu-torrent) asac: nope, I have it here locally | 12:48 | |
(bluekuja/#ubuntu-motu-torrent) I think that in two hours I can have it ready and in bzr | 12:48 | |
(bluekuja/#ubuntu-motu-torrent) gonna ping you when pushed | 12:49 | |
asac | http://verlihub.cvs.sourceforge.net/verlihub/ | 12:49 |
asac | http://verlihub.svn.sourceforge.net/viewvc/verlihub/ | 12:49 |
asac | which one is his? | 12:49 |
(bluekuja/#ubuntu-motu-torrent) asac: INSTALL 1.5 2 years verliba add possibility for plugins to extend userlist, and oplist | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) LuaPlugin.dev 1.1 3 years verliba no message | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) Makefile.am 1.20 2 years verliba reorganize project | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) Makefile.cvs 1.2 3 years verliba *** empty log message *** | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) Makefile.in 1.39 2 years verliba reorganize project | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) Makefile.win 1.11 3 years verliba -DEXPLICIT_TEMPLATES | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) NEWS 1.1.1.1 3 years verliba | 12:50 | |
asac | yeah | 12:50 |
pochu | !flood | 12:50 |
(ubotu/#ubuntu-motu-torrent) pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) | 12:50 | |
pochu | :p | 12:50 |
(bluekuja/#ubuntu-motu-torrent) lol | 12:50 | |
pochu | Good morning! | 12:50 |
asac | morning | 12:50 |
(bluekuja/#ubuntu-motu-torrent) heya pochu ! | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:50 | |
(bluekuja/#ubuntu-motu-torrent) asac: is not used | 12:50 | |
asac | bluekuja: maybe its maintained in svn? or cvs? | 12:50 |
(bluekuja/#ubuntu-motu-torrent) asac: http://verlihub.svn.sourceforge.net/viewvc/verlihub/net-p2p/verlihub/ | 12:51 | |
asac | the guy is crazy ... have you looked at the svn ? | 12:51 |
asac | he adds things like patches there | 12:51 |
asac | nothing else | 12:51 |
asac | and ebuild files | 12:51 |
(bluekuja/#ubuntu-motu-torrent) yeah | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) lol | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) xD | 12:51 | |
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: anyway I pushed it to bzr already | 12:52 | |
asac | good | 12:52 |
asac | just let me know when all is ready | 12:52 |
(bluekuja/#ubuntu-motu-torrent) http://bazaar.launchpad.net/~bluekuja/verlihub/main | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) the problem is that I pushed it only in one branhc | 12:52 | |
(bluekuja/#ubuntu-motu-torrent) *branch | 12:52 | |
asac | ups ... differnt approach? | 12:52 |
(bluekuja/#ubuntu-motu-torrent) I did it 3 weeks ago | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) so we did not use other method | 12:53 | |
asac | bluekuja: yeah ... you can override it | 12:53 |
(bluekuja/#ubuntu-motu-torrent) yup | 12:53 | |
asac | now that we know better | 12:53 |
(bluekuja/#ubuntu-motu-torrent) gonna branch it out | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) and overwrite | 12:53 | |
asac | you can mark the branch as obsolete | 12:53 |
asac | so it will disappear | 12:53 |
(bluekuja/#ubuntu-motu-torrent) how? | 12:53 | |
asac | and use other names | 12:53 |
asac | https://code.launchpad.net/~bluekuja/verlihub/main | 12:53 |
(bluekuja/#ubuntu-motu-torrent) yea | 12:54 | |
asac | i think you should be able to edit it there | 12:54 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:54 | |
asac | edit branch blablabla | 12:54 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) going to eat | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) for a while | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) then I push all correct | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) brb | 12:54 | |
asac | yep | 12:54 |
(bluekuja/#ubuntu-motu-torrent) backkkk | 01:03 | |
(bluekuja/#ubuntu-motu-torrent) let's start | 01:03 | |
(bluekuja/#ubuntu-motu-torrent) branching out current branch | 01:04 | |
(bluekuja/#ubuntu-motu-torrent) asac: a question about a merge | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) dh_iconcache is still needed with gtk? | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) * to be specified | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) in debian/rules | 01:15 | |
asac | no idea ... maybe ask on desktop | 01:16 |
asac | #ubuntu-desktop | 01:16 |
(bluekuja/#ubuntu-motu-torrent) ok | 01:16 | |
asac | or -motu :) | 01:17 |
asac | maybe they know there as well | 01:17 |
asac | i have never used it :) | 01:17 |
(bluekuja/#ubuntu-motu-torrent) ok :) | 01:17 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) nice | 01:19 | |
(bluekuja/#ubuntu-motu-torrent) no one answers | 01:19 | |
pochu | bluekuja: not in debian, but in ubuntu | 01:22 |
(bluekuja/#ubuntu-motu-torrent) oh ok | 01:22 | |
pochu | just if you're installing an icon into /usr/share/icons, IIRC | 01:22 |
(bluekuja/#ubuntu-motu-torrent) so I should leave it | 01:22 | |
pochu | For Ubuntu yes. | 01:22 |
(bluekuja/#ubuntu-motu-torrent) tnx for the hint | 01:22 | |
pochu | np | 01:23 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: verlihub got two ITP | 01:30 | |
(bluekuja/#ubuntu-motu-torrent) one merged in the other | 01:30 | |
(bluekuja/#ubuntu-motu-torrent) should I close both of them? | 01:31 | |
(bluekuja/#ubuntu-motu-torrent) or if they are merged, they are closed automatically | 01:31 | |
(bluekuja/#ubuntu-motu-torrent) with upload | 01:31 | |
asac | bluekuja: merge them | 01:32 |
asac | then close the older in upload | 01:32 |
(bluekuja/#ubuntu-motu-torrent) asac: they are already merged | 01:32 | |
asac | k | 01:33 |
(bluekuja/#ubuntu-motu-torrent) ok the older in upload | 01:33 | |
asac | yes ... you can close both as well | 01:33 |
asac | doesn't matter much | 01:33 |
(bluekuja/#ubuntu-motu-torrent) ok | 01:33 | |
(bluekuja/#ubuntu-motu-torrent) I'm pushing | 01:33 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 01:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://packages.linuxdc.it/unstable/result/verlihub_0.9.8d-RC1-1/verlihub_0.9.8d-RC1-1.lintian | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: library warnings cannot be fixed | 02:17 | |
(bluekuja/#ubuntu-motu-torrent) as far as those lib files are included with verlihub | 02:17 | |
(bluekuja/#ubuntu-motu-torrent) what do you think? | 02:19 | |
asac | W: verlihub source: source-contains-CVS-dir docs/html_manual/CVS | 02:24 |
asac | that should be fixed | 02:24 |
(bluekuja/#ubuntu-motu-torrent) yea | 02:24 | |
asac | (though i admit that we are not doing it for mozillas ) :) | 02:24 |
(bluekuja/#ubuntu-motu-torrent) :D | 02:24 | |
asac | loads of manpages ... would be nice to have ... but not really a hard requirement imo | 02:24 |
asac | there are tons of binaries that have no manpage | 02:24 |
asac | though i hate those binaries | 02:24 |
(bluekuja/#ubuntu-motu-torrent) lol | 02:25 | |
asac | and would like to have stricter handling of that | 02:25 |
asac | verlihub: non-dev-pkg-with-shlib-symlink usr/lib/libplug_pi.so.0.0.0 usr/lib/libplug_pi.so | 02:25 |
asac | what is that? | 02:25 |
asac | i mean ... what kind of lib is that | 02:25 |
asac | is that ment for external use? | 02:25 |
asac | e.g. other programs making use of that lib | 02:25 |
asac | or just internal use? | 02:25 |
(bluekuja/#ubuntu-motu-torrent) mmm... | 02:25 | |
asac | libraries that are not ment to be exported must not end up in usr/lib | 02:26 |
asac | but in usr/lib/appname/ | 02:26 |
asac | E: verlihub: description-starts-with-package-name -> fixable i guess :) | 02:26 |
(bluekuja/#ubuntu-motu-torrent) I think just internal | 02:26 | |
(bluekuja/#ubuntu-motu-torrent) yeah^^ | 02:26 | |
(bluekuja/#ubuntu-motu-torrent) want me to ldd it? | 02:26 | |
asac | bluekuja: then fix the build system | 02:26 |
asac | ldd what? | 02:27 |
(bluekuja/#ubuntu-motu-torrent) the verlihub binary | 02:27 | |
(bluekuja/#ubuntu-motu-torrent) to see where it points | 02:27 | |
(bluekuja/#ubuntu-motu-torrent) for that lib | 02:27 | |
asac | it definitly points to /usr/lib atm | 02:27 |
asac | you have to change that | 02:27 |
asac | all libs that are not ment to be exported have to go to the private directory | 02:27 |
(bluekuja/#ubuntu-motu-torrent) a configure variable should be ok | 02:27 | |
asac | those actually don't need an so name ... but it doesn't matter much if you keep them | 02:28 |
asac | no | 02:28 |
asac | its definitly broken | 02:28 |
asac | in build system | 02:28 |
asac | e.g. the lib is declared to be "a real lib" ... while its not | 02:28 |
(bluekuja/#ubuntu-motu-torrent) oh | 02:28 | |
asac | actually i doubt that the libs are not ment to be exported | 02:28 |
(bluekuja/#ubuntu-motu-torrent) yea | 02:28 | |
asac | though i don't know for sure | 02:28 |
asac | at best verify upstream | 02:28 |
asac | should those libs be exported ... e.g. does he support ABI compatibility and maintain the soname properly | 02:29 |
(bluekuja/#ubuntu-motu-torrent) they are application-specifif libs | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) *c | 02:29 | |
asac | if he has no idea what you are talking about, then we move them in the private dir until he understands | 02:29 |
(bluekuja/#ubuntu-motu-torrent) so they have to go | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) in /usr/lib/app-name | 02:29 | |
asac | yes | 02:29 |
asac | look in automake documentation on how to declare those | 02:29 |
(bluekuja/#ubuntu-motu-torrent) that's it | 02:29 | |
asac | i guess thats libtool | 02:29 |
asac | post build moving is definitly not the way to go ... so you have to fix Makefile.am files | 02:30 |
asac | so read libtool + automake doc | 02:30 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:30 | |
(bluekuja/#ubuntu-motu-torrent) then | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) I fix desc | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) and then we are ok | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) oh and cvs | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) deleting that dir | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) asac: libdir='${exec_prefix}/lib | 02:32 | |
asac | libdir is wrong | 02:35 |
(bluekuja/#ubuntu-motu-torrent) yup | 02:35 | |
asac | don't tweak configure settings | 02:35 |
asac | even don't think about that :) | 02:35 |
(bluekuja/#ubuntu-motu-torrent) haha | 02:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: cant see anything related to that in makefiles.am | 02:37 | |
asac | bluekuja: yeah read the automake doc | 02:38 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:38 | |
asac | in makefile.am you never explicitly say something | 02:38 |
asac | its all declarative ... not programmatic | 02:38 |
(bluekuja/#ubuntu-motu-torrent) reading manpage | 02:38 | |
asac | manpage is completely useless | 02:39 |
(bluekuja/#ubuntu-motu-torrent) asac: --libdir? | 02:39 | |
asac | manpage manual | 02:39 |
asac | bluekuja: NO ... as i said | 02:39 |
asac | read automake manual | 02:40 |
asac | nothing less | 02:40 |
(bluekuja/#ubuntu-motu-torrent) i'm on it | 02:40 | |
asac | you have to understand the automake approach | 02:40 |
asac | otherwise you will still try to tweak things with command line arguments in a year :) | 02:40 |
(bluekuja/#ubuntu-motu-torrent) :D | 02:40 | |
asac | http://sources.redhat.com/automake/automake.html | 02:40 |
asac | that is the source of KNOW-HOW :) | 02:40 |
asac | at best try the hello world ... then try to play around with how you get the program installed to a different directory | 02:44 |
(bluekuja/#ubuntu-motu-torrent) i'm reading the libtool space | 02:45 | |
asac | libtool space? | 02:46 |
(bluekuja/#ubuntu-motu-torrent) *section | 02:46 | |
asac | you will probably not find the info you need there :) | 02:46 |
asac | its *much more* basic | 02:46 |
asac | :) | 02:46 |
(bluekuja/#ubuntu-motu-torrent) ah great | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) :D | 02:47 | |
asac | e.g. which is why i said try to do it with a binary program | 02:47 |
asac | e.g. take the hello-world and find a way that the binary gets installed somewhere else :) | 02:47 |
asac | e.g. not in bin(dir) | 02:47 |
asac | ^^^^ hint!!! | 02:47 |
(bluekuja/#ubuntu-motu-torrent) lol | 02:47 | |
=== vorian is now known as vorian|dentist | ||
asac | bluekuja: yeah there is really a hint in there! | 02:48 |
asac | :) | 02:48 |
(bluekuja/#ubuntu-motu-torrent) thanks for it | 02:48 | |
(bluekuja/#ubuntu-motu-torrent) gonna ping you soon, with results | 02:48 | |
(bluekuja/#ubuntu-motu-torrent) :D | 02:48 | |
asac | maybe http://sources.redhat.com/automake/automake.html#Install | 02:49 |
asac | to boost things | 02:49 |
(bluekuja/#ubuntu-motu-torrent) thanks | 02:50 | |
asac | http://sources.redhat.com/automake/automake.html#A-Library | 02:53 |
asac | the first sentence :) | 02:53 |
asac | bluekuja: i am sorry if i ask too much :) ... the automake documentation is huge and not like for beginners ... which is why i provide you with links ... but at least try to figure out ;) | 02:55 |
(bluekuja/#ubuntu-motu-torrent) yeah, automake is quite hard | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) and not easy to understand at first time | 02:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: why using configure variable is bad in this case? | 02:59 | |
asac | if you understand automake then you will see | 03:01 |
(bluekuja/#ubuntu-motu-torrent) ok | 03:01 | |
asac | hard to explain | 03:01 |
asac | basically you mess up library search paths | 03:01 |
(bluekuja/#ubuntu-motu-torrent) oh ok | 03:01 | |
asac | just read the links above | 03:01 |
(bluekuja/#ubuntu-motu-torrent) asac: using .noinst can work? | 03:28 | |
(bluekuja/#ubuntu-motu-torrent) or I'm completely out of a possible solution | 03:28 | |
asac | pkglibdir | 03:31 |
asac | instead of lib | 03:31 |
(bluekuja/#ubuntu-motu-torrent) waaa, was it | 03:32 | |
asac | as in the first sentence in the link above | 03:32 |
(bluekuja/#ubuntu-motu-torrent) I was thinking about that | 03:32 | |
asac | yeah ... now try to implement it :) | 03:32 |
(bluekuja/#ubuntu-motu-torrent) but cannot link the two things | 03:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: I need to define LTLIBRARIES | 03:34 | |
(bluekuja/#ubuntu-motu-torrent) and use pkglibdir variable | 03:34 | |
(bluekuja/#ubuntu-motu-torrent) with it | 03:34 | |
(bluekuja/#ubuntu-motu-torrent) e.g pkglib_LTLIBRARIES | 03:35 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 03:35 |
(bluekuja/#ubuntu-motu-torrent) heya | 03:35 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: and it will install correctly | 03:35 | |
(bluekuja/#ubuntu-motu-torrent) in libdir/package | 03:35 | |
(bluekuja/#ubuntu-motu-torrent) that's what we want | 03:35 | |
asac | yes | 03:36 |
asac | bluekuja: give it a try | 03:36 |
(bluekuja/#ubuntu-motu-torrent) so I need to define each lib | 03:36 | |
(bluekuja/#ubuntu-motu-torrent) by hand | 03:36 | |
asac | then try to abstract what you learned on a higher leval | 03:36 |
asac | he? | 03:36 |
asac | bluekuja: there should be LTLIBRARIES already | 03:36 |
(bluekuja/#ubuntu-motu-torrent) let me see | 03:36 | |
asac | i guess it should be lib_LTLIBRARIES for now | 03:37 |
(bluekuja/#ubuntu-motu-torrent) I hope so | 03:37 | |
asac | you just change that | 03:37 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 03:37 | |
(bluekuja/#ubuntu-motu-torrent) it's already there | 03:37 | |
(bluekuja/#ubuntu-motu-torrent) didnt see | 03:37 | |
asac | of course it is :) | 03:37 |
(bluekuja/#ubuntu-motu-torrent) :) | 03:37 | |
(bluekuja/#ubuntu-motu-torrent) let's try | 03:37 | |
asac | unless he really messed things up :) | 03:37 |
(bluekuja/#ubuntu-motu-torrent) heheh | 03:37 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 03:37 | |
(bluekuja/#ubuntu-motu-torrent) ok | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: fixed | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: now updating | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) with autotools | 03:38 | |
asac | try ... and see if all works well | 03:40 |
asac | maybe binary target now cannot find the shared libs | 03:40 |
asac | and we have to do something about that | 03:40 |
asac | but just *maybe* | 03:40 |
asac | depends on how he did it | 03:40 |
(bluekuja/#ubuntu-motu-torrent) asac: to update using autotools | 03:40 | |
(bluekuja/#ubuntu-motu-torrent) should I run them in all dirs? | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) that contain a change | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) e.g src | 03:41 | |
asac | run what? | 03:41 |
(bluekuja/#ubuntu-motu-torrent) e.g lib | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) autotools | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) to update | 03:41 | |
asac | what is "autotools" ? | 03:41 |
asac | i mean there are multiple tools ;) | 03:41 |
(bluekuja/#ubuntu-motu-torrent) automake, autoconf | 03:41 | |
asac | if you touch Makefile.am files you just need to run automake | 03:41 |
asac | its always in top level dir | 03:41 |
(bluekuja/#ubuntu-motu-torrent) ok | 03:41 | |
asac | actually you should have an autogen.sh | 03:41 |
asac | usually you want to invoke that | 03:42 |
asac | instead of the tools individual (unless you know what you are doing) | 03:42 |
asac | but has not autogen.sh script ... so you have to it manually | 03:42 |
(bluekuja/#ubuntu-motu-torrent) yup | 03:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: some errors with automake | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) some undefinied variables | 03:45 | |
asac | that are? | 03:46 |
(bluekuja/#ubuntu-motu-torrent) src/Makefile.am:25: variable `PCRE_LIBS' not defined | 03:46 | |
asac | is it defined in configure? | 03:46 |
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/86232 | 03:46 | |
asac | those should be in configure.ac | 03:47 |
asac | please verify | 03:47 |
asac | probably pkg-config checks | 03:47 |
asac | e.g. for mysql | 03:47 |
(bluekuja/#ubuntu-motu-torrent) asac: leaving for an hour | 03:49 | |
(bluekuja/#ubuntu-motu-torrent) bbl | 03:49 | |
(bluekuja/#ubuntu-motu-torrent) so we can continue | 03:49 | |
asac | k | 03:49 |
(bluekuja/#ubuntu-motu-torrent) asac: back | 05:02 | |
(bluekuja/#ubuntu-motu-torrent) asac: there's no configure.ac | 05:03 | |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: yeah you will figure it out | 05:18 |
asac | they probably use the legacy name for that | 05:18 |
(bluekuja/#ubuntu-motu-torrent) asac: do I have to create it? | 05:18 | |
(bluekuja/#ubuntu-motu-torrent) OH | 05:18 | |
(bluekuja/#ubuntu-motu-torrent) *oh | 05:18 | |
asac | configure.ac is *NEW* name because configure.in was somehow ambiguous | 05:19 |
asac | lots of projects still use configure.in | 05:19 |
(bluekuja/#ubuntu-motu-torrent) good hint | 05:19 | |
=== pochu [n=emilio@51.Red-83-57-164.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: I'm searching how can I define that variables | 06:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: installing libtool, I solved two of them | 06:43 | |
(bluekuja/#ubuntu-motu-torrent) but PCRE_LIBS are still there | 06:43 | |
(bluekuja/#ubuntu-motu-torrent) same for mysql | 06:43 | |
(bluekuja/#ubuntu-motu-torrent) and geo_ip | 06:43 | |
asac | dunno | 06:44 |
asac | can you see AC_SUBST ... for those? | 06:44 |
asac | bluekuja: ^^ | 06:44 |
(bluekuja/#ubuntu-motu-torrent) asac: AC_SUBST has been defienied for libcrypto only | 06:45 | |
(bluekuja/#ubuntu-motu-torrent) [AC_SUBST(CRYPT_LIBS,"-lcrypt")] ) | 06:45 | |
(bluekuja/#ubuntu-motu-torrent) full line: | 06:46 | |
(bluekuja/#ubuntu-motu-torrent) AC_CHECK_LIB([crypt] , [crypt] ,[AC_SUBST(CRYPT_LIBS,"-lcrypt")] ) | 06:46 | |
asac | is CRYPT_LIBS undefined as well? | 06:47 |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 06:47 | |
asac | yes ... then thats nothing to care about | 06:47 |
asac | what .m4 files do you have in tree (e.g. m4 files are libraries of configure macros) | 06:47 |
asac | maybe some of those defines the /missing/ libs | 06:47 |
(bluekuja/#ubuntu-motu-torrent) acinclude.m4 and aclocal.m4 | 06:48 | |
asac | you searched whole tree? | 06:48 |
asac | in depth:) | 06:48 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, only two | 06:51 | |
(bluekuja/#ubuntu-motu-torrent) checked bzr | 06:51 | |
(bluekuja/#ubuntu-motu-torrent) tree | 06:51 | |
(bluekuja/#ubuntu-motu-torrent) asac: it can be a local m4 problem | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) e.g two different local dirs | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) /usr/local | 06:53 | |
(bluekuja/#ubuntu-motu-torrent) and /usr/share/local | 06:53 | |
asac | why bother about that? | 06:54 |
(bluekuja/#ubuntu-motu-torrent) asac: I'm reading a mailing list post | 06:54 | |
(bluekuja/#ubuntu-motu-torrent) about a guy that had that problem | 06:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: anyway why CRYPT_LIBS are correct? | 06:55 | |
(bluekuja/#ubuntu-motu-torrent) and mysql, geo-ip and pcre no? | 06:56 | |
(bluekuja/#ubuntu-motu-torrent) placed in the same makefile field | 06:56 | |
asac | i have no idea | 07:01 |
asac | is the makefile broken? | 07:01 |
(bluekuja/#ubuntu-motu-torrent) e.g? | 07:01 | |
asac | i mean ... maybe it just works :) | 07:01 |
asac | or does automake *really* abort | 07:02 |
asac | ? | 07:02 |
(bluekuja/#ubuntu-motu-torrent) well, I've tried to build it | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) but nothing change | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) in fact automake aborts | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) for those undefinied variables | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) and it doesnt complete the update | 07:03 | |
(bluekuja/#ubuntu-motu-torrent) asac: upstream provides it broken then | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) asac: having those libs public in /usr/lib is bad? | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) (upstream doesnt care of it as libs are pointed that way) | 07:08 | |
=== vorian|dentist is now known as vorian | ||
(bluekuja/#ubuntu-motu-torrent) asac: let me know | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:25 | |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== vorian is now known as heHATEme | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has joined #ubuntu-motu-torrent | ||
DaveMorris | guys mythbuntu has been dugged and we'r trying to find a tracker for the torrent files, any suggestions on where we can get one? | 07:55 |
=== DaveMorris [n=dave@host-212-158-244-26.bulldogdsl.com] has left #ubuntu-motu-torrent [] | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
pochu | hey bluekuja, you're in the NEW queue too :) | 01:40 |
=== pochu doesn't feel alone anymore ;) | ||
(bluekuja/#ubuntu-motu-torrent) pochu: yup :) | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) lol | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) 4 days | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 01:40 | |
DarkSun88 | G'night | 01:40 |
(bluekuja/#ubuntu-motu-torrent) usually they are processed on weekends | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) pochu: I'm leaving | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) going to sleep | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:40 | |
(bluekuja/#ubuntu-motu-torrent) cu tomorrow! | 01:41 | |
pochu | Good night! | 01:41 |
(bluekuja/#ubuntu-motu-torrent) ; | 01:41 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 01:41 | |
=== heHATEme is now known as Vorian | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@host119-68-static.104-82-b.business.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) asac: where did you go yesterday? | 12:00 | |
pochu | Morning | 12:05 |
(bluekuja/#ubuntu-motu-torrent) heya pochu | 12:05 | |
pochu | Hi bluekuja :) | 12:05 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:05 | |
asac | bluekuja: me? | 12:08 |
(bluekuja/#ubuntu-motu-torrent) asac: yea | 12:08 | |
asac | i received no more pings from you :) | 12:08 |
asac | what did i miss? | 12:08 |
(bluekuja/#ubuntu-motu-torrent) asac: we have to decide about verlihub | 12:08 | |
(bluekuja/#ubuntu-motu-torrent) asac: is bad to have those libs public? | 12:09 | |
(bluekuja/#ubuntu-motu-torrent) e.g in /usr/lib | 12:10 | |
asac | bluekuja: thats what upstream has to say ... do they care for ABI compatibility et al | 12:10 |
(bluekuja/#ubuntu-motu-torrent) asac: well, if the push them there | 12:10 | |
asac | for me it looks safe to ship them in pkglibdir for now | 12:10 |
asac | and once we get upstream committement move them to a proper lib package et al | 12:10 |
asac | bluekuja: never assume that people have a clue what they are doing | 12:10 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, you're right | 12:11 | |
asac | especially if the library version is 0.0.0 ... they usually have no idea | 12:11 |
(bluekuja/#ubuntu-motu-torrent) asac: I dont know how to fix those libs not specified | 12:11 | |
(bluekuja/#ubuntu-motu-torrent) while running automake | 12:11 | |
asac | he? | 12:13 |
(bluekuja/#ubuntu-motu-torrent) I've tried adding some variables to specify it | 12:13 | |
(bluekuja/#ubuntu-motu-torrent) but still get that error | 12:13 | |
asac | what happens? | 12:13 |
asac | i have no idea what error you are getting :) ... you missed to tell me | 12:13 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86524 | 12:13 | |
(bluekuja/#ubuntu-motu-torrent) asac: adding libtool I dont get jM_MAINTAINER | 12:15 | |
(bluekuja/#ubuntu-motu-torrent) errors | 12:15 | |
(bluekuja/#ubuntu-motu-torrent) but now we have those | 12:15 | |
asac | bluekuja: if you remove the Makefile.in Makefile files | 12:16 |
asac | and run automake | 12:16 |
asac | are Makefile.in files created or not? | 12:16 |
(bluekuja/#ubuntu-motu-torrent) yup | 12:16 | |
asac | so what doesn't work then? | 12:17 |
(bluekuja/#ubuntu-motu-torrent) trying to delete | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) makefile.in | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) and run automake again | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 12:25 | |
(bluekuja/#ubuntu-motu-torrent) if I delete makefile.in | 12:25 | |
(bluekuja/#ubuntu-motu-torrent) I still get those errors | 12:25 | |
asac | bluekuja: that is not the question | 12:25 |
asac | read above | 12:25 |
asac | my last question :) | 12:25 |
(bluekuja/#ubuntu-motu-torrent) asac: oh :D | 12:25 | |
(bluekuja/#ubuntu-motu-torrent) yeah, they are created | 12:25 | |
(bluekuja/#ubuntu-motu-torrent) if I delete them | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) and I automake | 12:26 | |
(bluekuja/#ubuntu-motu-torrent) I get new makefiles.in | 12:26 | |
asac | then there is no problem | 12:26 |
asac | so what is *the* problem | 12:27 |
asac | ? | 12:27 |
(bluekuja/#ubuntu-motu-torrent) asac: nvm was misunderstanding something | 12:27 | |
asac | :) | 12:28 |
asac | bluekuja: just try to build | 12:28 |
asac | and see what happens | 12:28 |
(bluekuja/#ubuntu-motu-torrent) asac: now I build to see if pkglib works | 12:28 | |
(bluekuja/#ubuntu-motu-torrent) ok | 12:28 | |
asac | yeah | 12:29 |
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: building | 12:56 | |
(bluekuja/#ubuntu-motu-torrent) it's quite long btw | 12:57 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:57 | |
asac | long is relativ :) | 12:57 |
(bluekuja/#ubuntu-motu-torrent) hehe yeah | 12:57 | |
asac | bluekuja: you have some spare mem? | 12:57 |
asac | you wanna do a ooo build? | 12:57 |
(bluekuja/#ubuntu-motu-torrent) asac: whats that? | 12:57 | |
asac | we need a respin in dapper | 12:57 |
(bluekuja/#ubuntu-motu-torrent) oh | 12:57 | |
asac | against our firefox 2 backport | 12:57 |
asac | OpenOffice.org | 12:57 |
asac | == | 12:57 |
asac | ooo | 12:58 |
asac | :) | 12:58 |
(bluekuja/#ubuntu-motu-torrent) lol | 12:58 | |
asac | actually you just need to setup a dapper chroot | 12:58 |
asac | with debootstrap | 12:58 |
asac | then install depends from our preview archive | 12:58 |
asac | e.g. ffox 2 | 12:58 |
asac | and respin openoffice | 12:58 |
asac | which my team member cannot build because he get OOM | 12:58 |
(bluekuja/#ubuntu-motu-torrent) asac: 3 hours of build? | 12:58 | |
asac | bluekuja: maybe ... but maybe its 18 hours | 12:59 |
(bluekuja/#ubuntu-motu-torrent) :D | 12:59 | |
asac | depends on the gcc in dapper | 12:59 |
asac | i know that with some versions there was a single cpp file that took 1.5 hours to compile :) | 12:59 |
(bluekuja/#ubuntu-motu-torrent) oh cool | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) :P | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) asac: well yeah, when I finish with verli | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) I can try it | 01:00 | |
asac | that would be awesome | 01:00 |
asac | its like you need 4 G spare diskspace and at least 1GB of memory i guess | 01:00 |
asac | maybe 8 GB disk ... no idea | 01:00 |
(bluekuja/#ubuntu-motu-torrent) :D | 01:00 | |
asac | if you have a recent disk you should have enough space available | 01:00 |
(bluekuja/#ubuntu-motu-torrent) I have 500 GB | 01:01 | |
(bluekuja/#ubuntu-motu-torrent) space | 01:01 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 01:01 | |
(bluekuja/#ubuntu-motu-torrent) asac: done, let's see if it worked | 01:06 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: usr/lib/verlihub/ | 01:07 | |
(bluekuja/#ubuntu-motu-torrent) :) | 01:07 | |
asac | bluekuja: does ldd on binaries look good as well?= | 01:08 |
(bluekuja/#ubuntu-motu-torrent) checking | 01:08 | |
asac | and please paste the content of that directory somewhere | 01:08 |
(bluekuja/#ubuntu-motu-torrent) asac: damn, I forgot to add pkg to usr/lib/libplug_pi.so | 01:09 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/libplug_pi.so.0 | 01:09 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/libdiakritika_pi.so.0 | 01:09 | |
asac | he? | 01:09 |
(bluekuja/#ubuntu-motu-torrent) each lib got a variable | 01:09 | |
asac | why are those still in /usr/lib ... shouldn't they end up in /usr/lib/verlihub= | 01:09 |
asac | ah ok | 01:09 |
(bluekuja/#ubuntu-motu-torrent) and I forgot to do for those as well | 01:10 | |
(bluekuja/#ubuntu-motu-torrent) -.- | 01:10 | |
asac | but is does it point properly to the lib that is now in pkglibdir? | 01:10 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86539 | 01:10 | |
asac | yeah ... but does ldd reference the libs in pkglibdir as well? | 01:11 |
asac | at best fix the variables first :) | 01:11 |
asac | and then take a look | 01:11 |
(bluekuja/#ubuntu-motu-torrent) checking | 01:11 | |
(bluekuja/#ubuntu-motu-torrent) asac: I paste you ldd | 01:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86540 | 01:13 | |
(bluekuja/#ubuntu-motu-torrent) it's right | 01:13 | |
(bluekuja/#ubuntu-motu-torrent) asac: I need to find out where libdiakritica hides | 01:14 | |
(bluekuja/#ubuntu-motu-torrent) libplug too | 01:14 | |
asac | fine | 01:14 |
asac | you will figure the rest out | 01:14 |
(bluekuja/#ubuntu-motu-torrent) asac: and then we have a lintian clean package | 01:14 | |
asac | once the libs are in pkglibdir | 01:14 |
asac | we can push ... then go to upstream and interview if he cares about sonames et al | 01:15 |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna fix it, desc, and CVS | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) and I push | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) for you | 01:15 | |
asac | cool | 01:15 |
(bluekuja/#ubuntu-motu-torrent) ;) | 01:15 | |
asac | i mean ... i will review ... but i guess it should be fine (though no guarantees) | 01:15 |
(bluekuja/#ubuntu-motu-torrent) ok | 01:16 | |
(bluekuja/#ubuntu-motu-torrent) asac: separated checkins as alwais? | 01:17 | |
asac | sure | 01:17 |
(bluekuja/#ubuntu-motu-torrent) great | 01:17 | |
(bluekuja/#ubuntu-motu-torrent) ! | 01:17 | |
=== bluekuja starts fixing | ||
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== vorian is now known as vorian|work | ||
(bluekuja/#ubuntu-motu-torrent) asac: :) | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) asac: it worked! | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libdiakritika_pi.so | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libverlihub.so.0 | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libvhapi.so.0 | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libverlihub.so | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libvhapi.so | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libplug_pi.so | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) usr/lib/verlihub/libplug_pi.so.0 | 01:57 | |
(bluekuja/#ubuntu-motu-torrent) asac: now I start to checkin | 01:59 | |
=== pochu_ [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya pochu_ | 01:59 | |
pochu_ | Hello :) | 01:59 |
asac | yeah | 01:59 |
=== pochu_ is now known as pochu | ||
asac | bluekuja: can you figure out if there is a -version passed in some makefile? | 02:00 |
asac | imo those libs should not be versioned now anymore | 02:00 |
asac | ola pochu | 02:00 |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 02:00 | |
(bluekuja/#ubuntu-motu-torrent) no -version | 02:00 | |
(bluekuja/#ubuntu-motu-torrent) in libs makefiles | 02:00 | |
(bluekuja/#ubuntu-motu-torrent) asac: is that ok? | 02:01 | |
asac | yeah | 02:01 |
asac | probably we can live with that | 02:01 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:01 | |
asac | still i am wondering why it generates version info at all | 02:01 |
(bluekuja/#ubuntu-motu-torrent) asac: I start with first checkin | 02:02 | |
(bluekuja/#ubuntu-motu-torrent) that fix pkglib | 02:03 | |
(bluekuja/#ubuntu-motu-torrent) then I update | 02:03 | |
(bluekuja/#ubuntu-motu-torrent) in the second | 02:03 | |
(bluekuja/#ubuntu-motu-torrent) and third i fix minor things like desc, and CVS | 02:03 | |
asac | what do you mean by CVS? | 02:03 |
(bluekuja/#ubuntu-motu-torrent) deleting CVS dirs | 02:03 | |
asac | how do you do that? | 02:04 |
(bluekuja/#ubuntu-motu-torrent) asac: huh? | 02:04 | |
asac | do you just bzr rm ? | 02:04 |
asac | or in rules? | 02:04 |
(bluekuja/#ubuntu-motu-torrent) yup | 02:04 | |
(bluekuja/#ubuntu-motu-torrent) bzr rm | 02:04 | |
asac | ah ... ok | 02:04 |
(bluekuja/#ubuntu-motu-torrent) ;) | 02:04 | |
asac | and desc? | 02:04 |
asac | why do you want to mix desc + CVS ? | 02:04 |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:04 | |
asac | for me CVS deserves its own single checkin | 02:04 |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:05 | |
(bluekuja/#ubuntu-motu-torrent) right | 02:05 | |
(bluekuja/#ubuntu-motu-torrent) so separated | 02:05 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:23 |
asac | ola | 02:23 |
(bluekuja/#ubuntu-motu-torrent) ola | 02:24 | |
(bluekuja/#ubuntu-motu-torrent) asac: should I remove docs/.cvsignore too? | 02:24 | |
DarkSun88 | Hey bluekuja | 02:24 |
DarkSun88 | Hi asac | 02:24 |
(bluekuja/#ubuntu-motu-torrent) heya DarkSun88 | 02:24 | |
asac | bluekuja: yes ... if you remove CVS ... that is sane | 02:25 |
(bluekuja/#ubuntu-motu-torrent) asac: you can build now | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: everything is ok :) | 02:28 | |
asac | i have no local branch so i can't update ... give me the urls please :) | 02:28 |
(bluekuja/#ubuntu-motu-torrent) yup, just a mom | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source | 02:29 | |
asac | bluekuja: why do you always paste with some prefix I ? | 02:30 |
(bluekuja/#ubuntu-motu-torrent) asac: what do you mean? :) | 02:30 | |
asac | 14:29 < bluekuja> asac: Ihttp://bazaar.launchpad.net/~bluekuja/verlihub/debian.source | 02:31 |
asac | thats what i get here | 02:31 |
asac | whenever you paste something | 02:31 |
(bluekuja/#ubuntu-motu-torrent) 0_0 | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) strange | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) I see it normal | 02:31 | |
asac | yeah ... you probably paste some spurious content | 02:31 |
(bluekuja/#ubuntu-motu-torrent) yup | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) I get it from lp | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) and I paste it here | 02:31 | |
asac | its bad because i have to select and cannot just click | 02:31 |
asac | maybe paste different (e.g. middle-mouse) | 02:31 |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source | 02:31 | |
asac | e.g. first select ... then | 02:31 |
(bluekuja/#ubuntu-motu-torrent) it works now? | 02:31 | |
asac | yes | 02:32 |
asac | that works | 02:32 |
asac | thanks | 02:32 |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source | 02:32 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:32 | |
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: let me know when you have build results | 02:37 | |
asac | bluekuja: i can do in 1h | 02:57 |
(bluekuja/#ubuntu-motu-torrent) asac: sounds great | 02:57 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 02:57 | |
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya freeflying ! | 03:01 | |
freeflying | bluekuja: hi | 03:02 |
(bluekuja/#ubuntu-motu-torrent) :) | 03:02 | |
(bluekuja/#ubuntu-motu-torrent) asac: news? | 04:20 | |
(bluekuja/#ubuntu-motu-torrent) asac: let me know when you start ;) | 04:30 | |
asac | all got a bit pushed back, because i have to figure something out :) | 04:31 |
(bluekuja/#ubuntu-motu-torrent) asac: ok, do you think you can make it for today? | 04:32 | |
(bluekuja/#ubuntu-motu-torrent) e.g evening or later | 04:32 | |
asac | hope so | 04:36 |
asac | i will just do when i do :) | 04:36 |
(bluekuja/#ubuntu-motu-torrent) lol | 04:36 | |
asac | i promiss i will do asap | 04:36 |
asac | :) | 04:36 |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 04:36 | |
asac | maybe 5 minutes ... maybe 2h :) | 04:37 |
(bluekuja/#ubuntu-motu-torrent) :D | 04:37 | |
asac | 7win12 | 04:40 |
asac | ups ;) | 04:40 |
asac | caps lock | 04:40 |
(bluekuja/#ubuntu-motu-torrent) :) | 04:41 | |
(bluekuja/#ubuntu-motu-torrent) asac: suddenly build fails at: | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) /bin/sh: -c: line 0: syntax error near unexpected token `)' | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) /bin/sh: -c: line 0: `if test ! -f )] .in; then \' | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) make[1] : *** [)] .in] Error 2 | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) 30 minutes ago worked | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) now I get that | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) -.- | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) asac: maybe is just my problem | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) here | 07:06 | |
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | hehe ... good that i haven't tried yet | 07:25 |
asac | have to go shopping in a few | 07:25 |
asac | then i will look at your stuff | 07:25 |
asac | so be prepared :) | 07:25 |
(bluekuja/#ubuntu-motu-torrent) asac: found the trick | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) I didnt run aclocal | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) before automake | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) now running aclocal-->automake works | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: it will be all ready when you return :) | 07:26 | |
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: when everything is ok, I ping you | 08:34 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:34 | |
(bluekuja/#ubuntu-motu-torrent) 10 mins more or less | 08:34 | |
asac | good | 08:36 |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:36 | |
(bluekuja/#ubuntu-motu-torrent) asac: pushed and published | 08:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: now you can build :) | 08:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/debian.source | 08:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstreamsource | 08:46 | |
(bluekuja/#ubuntu-motu-torrent) damn | 08:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://bazaar.launchpad.net/~bluekuja/verlihub/upstream.source | 08:46 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 08:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: common ancestor worked? | 09:07 | |
asac | bluekuja: installing build-dep | 09:32 |
asac | will look at it during the meeting | 09:32 |
(bluekuja/#ubuntu-motu-torrent) @schedule rome | 09:32 | |
(ubotu/#ubuntu-motu-torrent) Schedule for Europe/Rome: 07 Jun 22:00: Ubuntu Development Team | 12 Jun 17:00: Kernel Team | 13 Jun 14:00: Edubuntu | 14 Jun 18:00: Ubuntu Development Team | 16 Jun 19:00: Xubuntu Developers | 19 Jun 21:00: Technical Board | 09:32 | |
(bluekuja/#ubuntu-motu-torrent) cool development team today | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: ok great :) | 09:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: when verli is pushed I move to package verlihub-stats | 09:33 | |
asac | move ahead | 09:33 |
asac | there is no need to feel blocked because of verlihub | 09:34 |
(bluekuja/#ubuntu-motu-torrent) asac: I need that depends | 09:34 | |
asac | if I always would be blocked because one thing is not finished, I wouldn't get things done | 09:34 |
(bluekuja/#ubuntu-motu-torrent) if not I cannot build | 09:34 | |
asac | bluekuja: ah | 09:34 |
asac | bluekuja: yeah ... but you have the package | 09:34 |
(bluekuja/#ubuntu-motu-torrent) ah yup | 09:34 | |
asac | :) | 09:34 |
(bluekuja/#ubuntu-motu-torrent) asac: I open the itp | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) :) | 09:34 | |
asac | even good to sort issues out that might evolve because of that | 09:34 |
asac | bluekuja: thats a good start ;) | 09:34 |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 09:34 | |
asac | bluekuja: bzr remembers file-attributes | 09:35 |
asac | please commit debian/rules as executable | 09:35 |
(bluekuja/#ubuntu-motu-torrent) asac: ok, it failed for ti? | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) *it? | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: pushed | 09:38 | |
(bluekuja/#ubuntu-motu-torrent) 1-2 minutes and we should have an executable file | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) published | 09:39 | |
asac | yeah ... i have fixed locally | 09:39 |
asac | ;) | 09:39 |
asac | so i was not really blocked :) | 09:39 |
(bluekuja/#ubuntu-motu-torrent) :) | 09:39 | |
asac | but good to have ;) | 09:39 |
(bluekuja/#ubuntu-motu-torrent) yup | 09:40 | |
asac | ok i will be back after meeting | 09:52 |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: great | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm writing the itp | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) then I start with stats | 09:53 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: build was ok? | 11:02 | |
asac | doing a sid build now | 11:20 |
(bluekuja/#ubuntu-motu-torrent) asac: great | 11:20 | |
asac | 0.9.8d-RC1-1 | 11:20 |
asac | the version might be wrong | 11:20 |
asac | what kind of RC is that? | 11:20 |
asac | what will be the next released version? | 11:21 |
(bluekuja/#ubuntu-motu-torrent) mmm.. | 11:21 | |
asac | further ... using RC1 as package revision is wrong as well | 11:21 |
(bluekuja/#ubuntu-motu-torrent) let me see the tree | 11:21 | |
asac | or what do you want to express with RC1 ? | 11:21 |
(bluekuja/#ubuntu-motu-torrent) asac: nothing, I used upstream syntax | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) so we can drop it | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8b | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC1 | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC2 | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8D-RC2 | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) *0.9.8d-RC2 | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) the tree | 11:22 | |
(bluekuja/#ubuntu-motu-torrent) asac: the problem is | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) if upstream releases 0.9.8c-RC2 | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) what we do? | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) if we have 0.9.8c | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) already in | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) asac: so we can use RC1 | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) in my opinion | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) to follow upstream releases closely | 11:27 | |
asac | bluekuja: actually the version is messed up then | 11:29 |
(bluekuja/#ubuntu-motu-torrent) asac: how it should be? | 11:29 | |
asac | question is what does upstream intent to release | 11:29 |
asac | will they release 0.9.8c? | 11:29 |
asac | or d? | 11:29 |
(bluekuja/#ubuntu-motu-torrent) both already releases | 11:29 | |
(bluekuja/#ubuntu-motu-torrent) *d | 11:29 | |
asac | i mean its not clear by just looking at the version what they do | 11:29 |
asac | ? | 11:29 |
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC1 | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8c-RC2 | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8d-RC2 | 11:30 | |
asac | so they never release final? | 11:30 |
(bluekuja/#ubuntu-motu-torrent) is upstream tree | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) nope | 11:30 | |
asac | like never a 0.9.8d? | 11:30 |
asac | its your decision | 11:30 |
asac | fact is that the dash has to go away | 11:30 |
asac | in upstream version | 11:30 |
(bluekuja/#ubuntu-motu-torrent) asac: suggestions for it= | 11:31 | |
(bluekuja/#ubuntu-motu-torrent) ? | 11:31 | |
asac | s/-/./ | 11:33 |
asac | or | 11:33 |
asac | s/-/+/ | 11:33 |
asac | i prefer the former | 11:33 |
asac | because double clicking on something with + in filename messes up selection of text in gnome-terminal | 11:33 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:33 | |
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d.RC1 | 11:34 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8d.RC1-1 | 11:34 | |
asac | looks good | 11:34 |
(bluekuja/#ubuntu-motu-torrent) yup | 11:34 | |
(bluekuja/#ubuntu-motu-torrent) really nice | 11:34 | |
asac | though i hate upper case :) | 11:34 |
(bluekuja/#ubuntu-motu-torrent) same | 11:34 | |
asac | it looks windowish | 11:34 |
asac | you can use rc1 ;) | 11:34 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:34 | |
(bluekuja/#ubuntu-motu-torrent) 0.9.8d.rc1-1 | 11:34 | |
asac | yeah | 11:34 |
(bluekuja/#ubuntu-motu-torrent) looks good too | 11:34 | |
asac | that looks decent | 11:34 |
asac | like a decent release | 11:35 |
asac | actually not like a decent release :) | 11:35 |
asac | anyway | 11:35 |
(bluekuja/#ubuntu-motu-torrent) :D | 11:35 | |
asac | it looks like a release candidate | 11:35 |
asac | which i assume would be followed by a final 0.9.8d at some point | 11:35 |
asac | if that is ever going to happen we should use | 11:35 |
asac | 0.9.8d~rc1 | 11:35 |
asac | which means that we are < then 0.9.8d | 11:36 |
asac | but looking at release history i have not idea whats the plan | 11:36 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d-rc1-1 | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) *. | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) is the best | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) we can have now | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) so 0.9.8d.rc1-1 | 11:36 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 11:36 | |
asac | actually the most secure is my last post | 11:37 |
(bluekuja/#ubuntu-motu-torrent) 0.9.8d~rc1? | 11:37 | |
asac | e.g. assume that rcX is really a release candidate aiming to release a plain version at some point | 11:37 |
asac | yeah | 11:37 |
(bluekuja/#ubuntu-motu-torrent) yeah, it's ok too | 11:37 | |
asac | (thats upstream version) | 11:37 |
(bluekuja/#ubuntu-motu-torrent) yup | 11:37 | |
(bluekuja/#ubuntu-motu-torrent) sounds great | 11:37 | |
asac | look at what version i uploaded to thunderbird gutsy | 11:37 |
asac | when 2.0.0.4 final comes out i can just upload with 2.0.0.4-1 :) ... which is higher than 2.0.0.4~rc1-1 | 11:38 |
(bluekuja/#ubuntu-motu-torrent) :D | 11:38 | |
asac | lets go the tilde way | 11:38 |
(bluekuja/#ubuntu-motu-torrent) yea | 11:38 | |
asac | as we cannot look into his mind | 11:38 |
(bluekuja/#ubuntu-motu-torrent) +1 | 11:38 | |
asac | and if we really releases 0.9.8d at some point | 11:38 |
asac | we would need to fix version by an epoch: | 11:39 |
asac | 1:0.9.8d | 11:39 |
(bluekuja/#ubuntu-motu-torrent) ok | 11:39 | |
asac | or do something like 0.9.8d.Xfinal | 11:39 |
asac | you understand why? | 11:39 |
pochu | The Debian NEW queue hasn't been worked out :/ | 11:39 |
(bluekuja/#ubuntu-motu-torrent) pochu: yeah, 5 days | 11:39 | |
asac | what do you expect | 11:40 |
asac | ? | 11:40 |
asac | you can be happy if things don't get to a month | 11:40 |
asac | and given that iceape is in ubuntu NEW now for about 2-3 weeks | 11:40 |
pochu | LoL :) | 11:40 |
(bluekuja/#ubuntu-motu-torrent) asac: can you explain me 1: ver ? | 11:40 | |
asac | ... ubuntu is not better at all :) | 11:40 |
pochu | asac: I'm not complaining ;) | 11:41 |
asac | bluekuja: look up "epoch" | 11:41 |
asac | in debian developer guide | 11:41 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:41 | |
asac | there is a section about versioning | 11:41 |
(bluekuja/#ubuntu-motu-torrent) gonna check it | 11:41 | |
pochu | I'm happy with how Debian works, ATM :) | 11:41 |
asac | dunno if the ~ feature is already in there | 11:41 |
asac | but epoche definitly is | 11:41 |
(bluekuja/#ubuntu-motu-torrent) pochu: same | 11:41 | |
asac | pochu: yeah ... agreed | 11:41 |
asac | otoh ... if new is processed so eagerly it means that someone burns out :) | 11:42 |
asac | if this *someone* has a real burn out we will end up with 3 month NEW time :) | 11:42 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: still building? | 11:44 | |
asac | obviously not :) | 11:45 |
asac | it built | 11:45 |
asac | need new version :) | 11:45 |
(bluekuja/#ubuntu-motu-torrent) asac: want me to push it now? | 11:46 | |
(bluekuja/#ubuntu-motu-torrent) one second work | 11:46 | |
asac | bluekuja: if i do it here i will end up with a conflict | 11:46 |
asac | anyway now done | 11:46 |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 11:46 | |
asac | bluekuja: you checked-in cruft | 11:48 |
asac | e.g. stamp-h | 11:48 |
asac | it has been removed during build | 11:48 |
asac | but apparently is in bzr | 11:48 |
(bluekuja/#ubuntu-motu-torrent) asac: strange | 11:49 | |
(bluekuja/#ubuntu-motu-torrent) didnt see it | 11:49 | |
asac | you have to remove it from upstream tree | 11:49 |
(bluekuja/#ubuntu-motu-torrent) I deleted stamp-h1.in | 11:49 | |
asac | no | 11:49 |
asac | thats bad | 11:49 |
asac | .in is likely source | 11:49 |
asac | stamp-h is the result | 11:49 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 11:49 | |
(bluekuja/#ubuntu-motu-torrent) it was stamp-h2 | 11:49 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 11:49 | |
asac | share/sql/default_pi_plug.sql | 11:49 |
asac | that file is modified after build | 11:49 |
asac | that is definitly something that needs to be resolved | 11:50 |
asac | as it definitly goes unnoticed if you don't work with a revision system | 11:50 |
(bluekuja/#ubuntu-motu-torrent) asac: which kind of changes? | 11:50 | |
asac | asac@hector:~/ubuntu_motu/bluekuja/verlihub.debian$ bzr statusremoved: stamp-h | 11:50 |
asac | modified: share/sql/default_pi_plug.sql | 11:50 |
asac | ups | 11:50 |
asac | unknown: libtool docs/Makefile src/make_time.h | 11:50 |
asac | wait | 11:50 |
asac | http://pastebin.mozilla.org/86637 | 11:51 |
asac | thats the cruft after abuild | 11:51 |
asac | after a build all should be clean | 11:51 |
asac | as on initial checkout | 11:51 |
asac | after a build: build + clean | 11:51 |
asac | libtool should be versioned in upstream tarball | 11:52 |
asac | e.g. in .upstream branch | 11:52 |
asac | the rest is cruft | 11:52 |
(bluekuja/#ubuntu-motu-torrent) asac: should I add a clean rule for them? | 11:54 | |
asac | bluekuja: how? | 11:54 |
asac | how will you fix the "in-source" modified files in a clean rule? | 11:54 |
(bluekuja/#ubuntu-motu-torrent) asac: nice question :P | 11:54 | |
asac | for the Makefile you might use clean | 11:54 |
asac | but better figure out why this wasn't removed on distclean | 11:54 |
asac | ... on make distclean | 11:55 |
(bluekuja/#ubuntu-motu-torrent) asac: I dont know where I can start | 11:56 | |
asac | for makefile leftover | 11:57 |
asac | look in Makefile.am | 11:57 |
asac | the docs SUBDIR is not even used | 11:57 |
asac | -> either add docs/ ... or remove the docs/Makefile from configure.ac | 11:57 |
asac | so it doesn't get created | 11:57 |
asac | i guess the latter should be the way to go for now | 11:57 |
(bluekuja/#ubuntu-motu-torrent) asac: so for now, only the makefile can be safely deleted? | 11:58 | |
(bluekuja/#ubuntu-motu-torrent) with that | 11:58 | |
asac | no your fix is to not generate it at all | 11:58 |
asac | the removed stamp-h will be fixed once its dropped from .upstream | 11:59 |
asac | the generated make_time.h is a pita | 11:59 |
asac | you can fix it proper or just remove it in rules (clean) | 11:59 |
asac | but post a bug upstream | 11:59 |
(bluekuja/#ubuntu-motu-torrent) ok | 11:59 | |
(bluekuja/#ubuntu-motu-torrent) so | 11:59 | |
(bluekuja/#ubuntu-motu-torrent) 1) stamp-h in .upstream | 11:59 | |
asac | 1a) merge over that change to .debian tree | 12:00 |
asac | but yes... go ahead | 12:00 |
asac | :) | 12:00 |
(bluekuja/#ubuntu-motu-torrent) 2) make_time.h deleted in debian/rules | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) with a clean rule | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) 3) makefile | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) from docs | 12:00 | |
(bluekuja/#ubuntu-motu-torrent) deleting it from makefile.am | 12:01 | |
(bluekuja/#ubuntu-motu-torrent) to merge that change to the debian tree | 12:02 | |
(bluekuja/#ubuntu-motu-torrent) I can just do 2 checkins | 12:02 | |
(bluekuja/#ubuntu-motu-torrent) one for upstream | 12:02 | |
(bluekuja/#ubuntu-motu-torrent) and one for debian | 12:02 | |
asac | for 3) read what i wrote above | 12:02 |
(bluekuja/#ubuntu-motu-torrent) <asac> -> either add docs/ ... or remove the docs/Makefile from configure.ac | 12:03 | |
(bluekuja/#ubuntu-motu-torrent) this? | 12:03 | |
asac | yes | 12:03 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:03 | |
asac | thats different from what you said | 12:03 |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:03 | |
asac | you need more checkins | 12:03 |
asac | 1. checkin .upstream | 12:03 |
asac | 2. checkin merge from .upstream to .debian | 12:03 |
asac | 3. checkin fix for configure.ac | 12:03 |
asac | 4. checkin update of configure (e.g. autogenerated) | 12:04 |
asac | 5. checkin fix for rules (e.g. because of make_time.h) | 12:04 |
asac | 6. checkin update of changelog :) | 12:04 |
asac | probably thats it :) | 12:04 |
(bluekuja/#ubuntu-motu-torrent) lol | 12:05 | |
(bluekuja/#ubuntu-motu-torrent) it *seems* easy | 12:05 | |
(bluekuja/#ubuntu-motu-torrent) :P | 12:05 | |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
asac | yeah :) | 12:05 |
asac | ok ... its night here ... i am out ... almost | 12:06 |
(bluekuja/#ubuntu-motu-torrent) asac: 0.06 here | 12:06 | |
(bluekuja/#ubuntu-motu-torrent) asac: need to see how to merge that change | 12:06 | |
(bluekuja/#ubuntu-motu-torrent) dont remember how bzr merge works | 12:07 | |
asac | bluekuja: you will figure out :) | 12:07 |
asac | i guess there are instructions in wiki.ubuntu.com | 12:07 |
(bluekuja/#ubuntu-motu-torrent) asac: :D | 12:07 | |
asac | otherwise bzr help COMMAND | 12:07 |
asac | helps | 12:07 |
(bluekuja/#ubuntu-motu-torrent) asac: I think you'll have all ready for tomorrow | 12:07 | |
(bluekuja/#ubuntu-motu-torrent) morning | 12:08 | |
asac | bluekuja: cool :) | 12:08 |
(bluekuja/#ubuntu-motu-torrent) I finish all now | 12:08 | |
asac | yeah sorry for being picky :) ... others might have missed this cruft thing | 12:08 |
(bluekuja/#ubuntu-motu-torrent) asac: dont worry :) | 12:08 | |
asac | actually i would have missed it if we weren't using bzr | 12:08 |
asac | where i can just run bzr status | 12:08 |
asac | after clean | 12:08 |
(bluekuja/#ubuntu-motu-torrent) :D | 12:08 | |
asac | and see what else happened | 12:08 |
asac | ah ... bluekuja share/sql/default_pi_plug.sql | 12:09 |
asac | that one | 12:09 |
asac | maybe you find the reason why its left there modified | 12:09 |
asac | its definitly bad | 12:09 |
asac | if you don't find a solution you can create a backup at the start of biuld somewhere | 12:09 |
asac | and move the backup on clean back to the original file | 12:09 |
asac | thats dirty | 12:09 |
asac | but better than to blow up the diff.gz | 12:09 |
asac | anyway, please find the cause for this | 12:09 |
(bluekuja/#ubuntu-motu-torrent) asac: so to bzr | 12:09 | |
asac | its pretty annoying if people modify sources in-tree | 12:09 |
(bluekuja/#ubuntu-motu-torrent) what should I do with it? | 12:10 | |
asac | as i said ... find the source | 12:10 |
asac | but first you can do 1-6 above | 12:10 |
(bluekuja/#ubuntu-motu-torrent) yeah | 12:10 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:10 | |
asac | find the cause i mean (not the source) | 12:10 |
asac | :) | 12:10 |
asac | ./share/Makefile.in:EXTRA_DIST = sql/default_pi_plug.sql.in | 12:11 |
asac | ./share/Makefile.in:nobase_data_DATA = sql/default_pi_plug.sql | 12:11 |
(bluekuja/#ubuntu-motu-torrent) asac: I leave it for last | 12:11 | |
asac | look at that | 12:11 |
asac | it might give you a clue whats going on | 12:11 |
asac | hint: .in is the source ... .sql is just the product | 12:11 |
asac | and should not be in source tree at all | 12:11 |
asac | e.g. like stamp-h | 12:11 |
asac | but needs to be cleaned up in make clean | 12:11 |
(bluekuja/#ubuntu-motu-torrent) but it doesnt | 12:12 | |
asac | yeah | 12:12 |
(bluekuja/#ubuntu-motu-torrent) nice | 12:12 | |
asac | otherwise we would have seen it as removed: ... like the stamp-h | 12:12 |
(bluekuja/#ubuntu-motu-torrent) yeah | 12:12 | |
(bluekuja/#ubuntu-motu-torrent) asac: should I delete it as stamp-h? | 12:13 | |
asac | yeah | 12:13 |
asac | as a first step | 12:13 |
asac | then you have to fix makefiles | 12:13 |
asac | e.g. so it gets removed on distclean | 12:13 |
asac | you can use a debian/rules clean hack as well | 12:13 |
(bluekuja/#ubuntu-motu-torrent) yea | 12:14 | |
(bluekuja/#ubuntu-motu-torrent) like config.log | 12:14 | |
asac | but maybe its a challenge to figure things out | 12:14 |
(bluekuja/#ubuntu-motu-torrent) I'm quite lost now | 12:14 | |
(bluekuja/#ubuntu-motu-torrent) for the last problem | 12:14 | |
asac | things take time | 12:14 |
asac | even if it takes a week to figure out | 12:14 |
asac | its not a problem | 12:14 |
asac | thats how things work in software | 12:14 |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:15 | |
asac | you will rarely find someone for who knows or has the will to look into specific problems of you | 12:15 |
asac | so learn to figure out :) | 12:15 |
asac | ;) | 12:15 |
(bluekuja/#ubuntu-motu-torrent) :D | 12:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: let's start with 1-6 then | 12:15 | |
asac | yeah :) | 12:15 |
(bluekuja/#ubuntu-motu-torrent) asac: other problem is the last | 12:16 | |
(bluekuja/#ubuntu-motu-torrent) so I'll look at it when 1-6 is done | 12:16 | |
asac | sure | 12:16 |
asac | you can definitly drop the .sql file from .upstream | 12:16 |
asac | and merge that fix over to .debian | 12:16 |
asac | e.g. like you do for stamp-h | 12:16 |
(bluekuja/#ubuntu-motu-torrent) default_pi_plug.sql? | 12:16 | |
(bluekuja/#ubuntu-motu-torrent) ok | 12:16 | |
asac | ... so add a 1b and 1c ) | 12:16 |
asac | ok ... night :) | 12:17 |
(bluekuja/#ubuntu-motu-torrent) asac: night alex | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: sleep well | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) :P | 12:17 | |
asac | u2 | 12:17 |
(bluekuja/#ubuntu-motu-torrent) cu tomorrow | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: found doc makefile | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: AC_CONFIG_FILES([Makefile | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) src/Makefile | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) docs/Makefile | 12:33 | |
asac | ;) | 12:33 |
(bluekuja/#ubuntu-motu-torrent) asac: :) | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) asac: stupid question | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) make_time.h | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) should be removed | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) by curdir | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) or curdir/debian | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) or curdir/debian/verlihub | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) I'm sure of curdir | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) but dont want to miss | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) and mess up things | 12:41 | |
asac | remove it in debian/rules | 12:42 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 12:42 | |
asac | how ... its up to you ;) | 12:42 |
(bluekuja/#ubuntu-motu-torrent) but it have to be removed | 12:42 | |
(bluekuja/#ubuntu-motu-torrent) from source | 12:42 | |
asac | ah | 12:42 |
(bluekuja/#ubuntu-motu-torrent) or | 12:42 | |
asac | yes | 12:42 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:42 | |
asac | remove it from .upstream branch | 12:42 |
asac | then merge that checkin over to .debian :) | 12:42 |
(bluekuja/#ubuntu-motu-torrent) and I add a clean rule | 12:42 | |
(bluekuja/#ubuntu-motu-torrent) ok | 12:42 | |
asac | yes | 12:43 |
(bluekuja/#ubuntu-motu-torrent) great tnx | 12:43 | |
(bluekuja/#ubuntu-motu-torrent) gnight | 12:43 | |
asac | now really out :) | 12:43 |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:43 | |
asac | had to discuss something with mozillteam i didn't came to do this day | 12:43 |
asac | so now | 12:43 |
asac | bye | 12:43 |
asac | thanks | 12:43 |
asac | gnight as well | 12:43 |
(bluekuja/#ubuntu-motu-torrent) cyaz | 12:43 | |
(bluekuja/#ubuntu-motu-torrent) dont worry | 12:44 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:44 | |
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: autoconf messed up things.... | 01:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: @install_sh@ -c -m 644 sql/default_pi_plug.sql /tmp/buildd/verlihub-0.9.8d~rc1/debian/verlihub/usr/share/verlihub/sql/default_pi_plug.sql | 01:45 | |
(bluekuja/#ubuntu-motu-torrent) /bin/sh: line 4: @install_sh@: command not found | 01:45 | |
(bluekuja/#ubuntu-motu-torrent) asac: let me know tomorrow | 01:45 | |
(bluekuja/#ubuntu-motu-torrent) gnight all | 01:45 | |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
DarkSun88 | G'night | 02:26 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-88-27-31.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya guys | 10:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: seen what I've written you yesterday night? | 10:56 | |
asac | mail? | 10:57 |
asac | yeah install_sh is not substituted | 10:57 |
asac | you messed up something | 10:57 |
asac | (e.g. unrelated to the .sql file) | 10:57 |
(bluekuja/#ubuntu-motu-torrent) yup | 10:57 | |
(bluekuja/#ubuntu-motu-torrent) asac: running autoconf | 10:57 | |
(bluekuja/#ubuntu-motu-torrent) messed up all | 10:58 | |
asac | either install is not found during configure | 10:58 |
asac | autoconf never missed up a thing for me :) | 10:58 |
(bluekuja/#ubuntu-motu-torrent) lol | 10:58 | |
(bluekuja/#ubuntu-motu-torrent) asac: well, that happened after modifing configure.ac | 10:59 | |
(bluekuja/#ubuntu-motu-torrent) and updating with autoconf | 10:59 | |
asac | how did you modify? | 10:59 |
asac | the diff? | 10:59 |
asac | show it to me | 11:00 |
asac | (of configure.ac) | 11:00 |
(bluekuja/#ubuntu-motu-torrent) asac: want me the diff between post-update and before-update? | 11:00 | |
(bluekuja/#ubuntu-motu-torrent) asac: I changed | 11:01 | |
(bluekuja/#ubuntu-motu-torrent) AC_CONFIG_FILES([Makefile | 11:01 | |
(bluekuja/#ubuntu-motu-torrent) src/Makefile | 11:01 | |
(bluekuja/#ubuntu-motu-torrent) scripts/Makefile | 11:01 | |
(bluekuja/#ubuntu-motu-torrent) share/Makefile | 11:01 | |
(bluekuja/#ubuntu-motu-torrent) plugins/Makefile | 11:01 | |
asac | no ... the diff of your configure.ac changes | 11:01 |
(bluekuja/#ubuntu-motu-torrent) deleting docs/Makefile | 11:01 | |
asac | again you have pasting problems :) | 11:01 |
asac | bluekuja> II src/Makefile | 11:01 |
asac | 11:01 < bluekuja> II scripts/Makefile | 11:01 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:01 | |
asac | did you remove the .sql from bzr already? | 11:01 |
(bluekuja/#ubuntu-motu-torrent) asac: yup | 11:01 | |
asac | good | 11:01 |
asac | show me the diff | 11:01 |
(bluekuja/#ubuntu-motu-torrent) the diff of what I said before? | 11:02 | |
(bluekuja/#ubuntu-motu-torrent) <bluekuja> asac: want me the diff between post-update and before-up | 11:02 | |
asac | i can't parse that | 11:02 |
asac | just give me the diff of the last 3 modifications you made to configure.ac | 11:03 |
asac | e.g. but please just configure.ac :) | 11:03 |
(bluekuja/#ubuntu-motu-torrent) asac: oki | 11:03 | |
(bluekuja/#ubuntu-motu-torrent) :) | 11:03 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86722 | 11:07 | |
(bluekuja/#ubuntu-motu-torrent) diff between old and new | 11:07 | |
asac | bluekuja: why don't you use bzr diff? | 11:08 |
(bluekuja/#ubuntu-motu-torrent) :D | 11:08 | |
asac | that diff might be completely unrelated :) ... please give me the real bzr diffs | 11:08 |
asac | you applied to configure.ac | 11:08 |
(bluekuja/#ubuntu-motu-torrent) ok | 11:08 | |
asac | (e.g. for the last 5 revisions) | 11:08 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86724 | 11:11 | |
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/86725 | 11:11 | |
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/86726 | 11:12 | |
asac | sorry ... there is something wrong | 11:13 |
(bluekuja/#ubuntu-motu-torrent) and http://pastebin.mozilla.org/86727 | 11:13 | |
asac | i mean i just asked for configure.ac | 11:13 |
(bluekuja/#ubuntu-motu-torrent) last one | 11:13 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 11:13 | |
asac | configure.ac | 11:13 |
asac | ^^ | 11:13 |
asac | read | 11:13 |
asac | ;) | 11:13 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:13 | |
asac | there is not a single checkin for that | 11:14 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86728 | 11:15 | |
(bluekuja/#ubuntu-motu-torrent) is configure.ac one | 11:15 | |
(bluekuja/#ubuntu-motu-torrent) of course you have to see it as - | 11:16 | |
(bluekuja/#ubuntu-motu-torrent) because I did the diff between 9 and 8 | 11:17 | |
(bluekuja/#ubuntu-motu-torrent) and not 8 to 9 | 11:17 | |
asac | yeah please do it right next time | 11:17 |
(bluekuja/#ubuntu-motu-torrent) yeah sorry | 11:17 | |
asac | the other diffs are wrong direction as well i guess | 11:17 |
(bluekuja/#ubuntu-motu-torrent) yea | 11:17 | |
(bluekuja/#ubuntu-motu-torrent) asac: leaving docs/Makefile as it is | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) is a problem? | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) e.g to not mess up all | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) as it happened | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving for a while, need to do some shopping and so on | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) be back later | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) so we can finish | 11:18 | |
(bluekuja/#ubuntu-motu-torrent) leave me some ideas | 11:19 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 11:19 | |
asac | it should not mess up anything | 11:19 |
asac | try to run autoconf on unmodified tree | 11:20 |
asac | and see if mess starts as well | 11:20 |
(bluekuja/#ubuntu-motu-torrent) asac: back | 12:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: now I try to run autoconf on original tree | 12:28 | |
asac | yep | 12:29 |
(bluekuja/#ubuntu-motu-torrent) let's see | 12:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: mmmm... | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) it built | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) this is strange | 12:38 | |
asac | bluekuja: try to just apply the configure.ac | 12:38 |
asac | patch | 12:38 |
(bluekuja/#ubuntu-motu-torrent) to a original tree? | 12:39 | |
(bluekuja/#ubuntu-motu-torrent) and then I update | 12:39 | |
asac | bluekuja: its your way to figure out :) | 12:39 |
asac | do what you need :) | 12:39 |
(bluekuja/#ubuntu-motu-torrent) :) | 12:39 | |
(bluekuja/#ubuntu-motu-torrent) oki | 12:39 | |
asac | i mean ... you have done distinct checkins | 12:39 |
asac | so you can try one by one | 12:39 |
asac | ... and see which breaks your built | 12:39 |
asac | thats the idea of checkin in distinctly | 12:40 |
(bluekuja/#ubuntu-motu-torrent) asac: well, with this built I've checked 2-3 checkins | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) the ones from debian/ | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) now I need to apply configure.ac patch | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) and see if it breaks | 12:41 | |
(bluekuja/#ubuntu-motu-torrent) everything | 12:41 | |
asac | bluekuja: if you are sure that "before" aconfigure.ac it builts | 12:41 |
asac | then yes | 12:41 |
asac | otherwise you need to find the intruder | 12:41 |
(bluekuja/#ubuntu-motu-torrent) asac: well yeah, I've tested it right now | 12:41 | |
asac | bluekuja: anyway ... don't try to remember "that it built at some point" | 12:41 |
asac | test now if it really builts in the state that you belive it builds | 12:41 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: it builds -.- | 12:52 | |
asac | yeah ... so where is the problem? | 12:53 |
asac | what patch didn't you apply? | 12:53 |
(bluekuja/#ubuntu-motu-torrent) asac: I did the same things of yesterday | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) damn | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) but yesterday failed | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) .. | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) with that error | 12:53 | |
asac | yeah ... so lesson learned: "work organised ... review what you did ... ensure that you have a clean tree state before build" :) | 12:54 |
asac | ok lunch ... if things are pushed i can look after lunch | 12:54 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, maybe I found the trick | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) now i used | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) autoconf 2.59 | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) before 2.60 | 12:55 | |
asac | that should not be a big problem | 12:55 |
(bluekuja/#ubuntu-motu-torrent) oh ok | 12:55 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 12:55 | |
asac | if you changed autoconf you need to update the configure update checkin | 12:55 |
asac | remember that | 12:55 |
(bluekuja/#ubuntu-motu-torrent) yeah, I'm pushing another update | 12:55 | |
(bluekuja/#ubuntu-motu-torrent) with a comment | 12:55 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:55 | |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: good lunch | 12:59 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 12:59 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac: ok, I found out what's wrong | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: running only autoconf, work without problems | 01:15 | |
(bluekuja/#ubuntu-motu-torrent) asac: running automake+autoconf fails | 01:16 | |
(bluekuja/#ubuntu-motu-torrent) that's it | 01:16 | |
(bluekuja/#ubuntu-motu-torrent) it mess things up | 01:16 | |
(bluekuja/#ubuntu-motu-torrent) asac: so it should be ok to add a clean rule for that file, without messing everything up with configure | 01:17 | |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: didn't we touch Makefile.am intentionally? | 02:12 |
asac | automake *should* work | 02:12 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 02:12 | |
(bluekuja/#ubuntu-motu-torrent) automake works | 02:12 | |
(bluekuja/#ubuntu-motu-torrent) but automake + autoconf not | 02:12 | |
(bluekuja/#ubuntu-motu-torrent) just tested it | 02:12 | |
DarkSun88 | Hi all | 02:12 |
(bluekuja/#ubuntu-motu-torrent) heya DarkSun88 :) | 02:12 | |
DarkSun88 | Hi bluekuja | 02:12 |
(bluekuja/#ubuntu-motu-torrent) :) | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) asac: automake is necessary | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) for libs changes | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) in my opinion we can skip modifing configure.ac | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) and add a clean rule | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) for it | 02:13 | |
(bluekuja/#ubuntu-motu-torrent) as we did for make_time.h | 02:13 | |
asac | no | 02:13 |
asac | it should all work | 02:13 |
asac | we have to figure out | 02:13 |
(bluekuja/#ubuntu-motu-torrent) asac: I know that should work | 02:14 | |
(bluekuja/#ubuntu-motu-torrent) but i dont undersand why it mess things up | 02:14 | |
asac | so now it works? | 02:14 |
asac | e.g. without updating makefiles? | 02:14 |
(bluekuja/#ubuntu-motu-torrent) asac: yea | 02:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: only *autoconf* works | 02:14 | |
asac | i mean if you now build it succeeds? | 02:14 |
(bluekuja/#ubuntu-motu-torrent) asac: yup | 02:14 | |
(bluekuja/#ubuntu-motu-torrent) I used a fresh copy | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) I updated | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) with autoconf | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) and worked | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) then | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) I tried | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) with autoconf+automake | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) build fails | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) with @install.sh@ | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) error | 02:15 | |
asac | i mean is your current local copy working? | 02:15 |
asac | and have you run autoconf already | 02:15 |
(bluekuja/#ubuntu-motu-torrent) asac: if I run autoconf on my local copy it fails | 02:15 | |
(bluekuja/#ubuntu-motu-torrent) I've tried on a fresh copy without running automake | 02:16 | |
(bluekuja/#ubuntu-motu-torrent) then I moved to the bzr local branch | 02:16 | |
(bluekuja/#ubuntu-motu-torrent) (already automaked) | 02:16 | |
(bluekuja/#ubuntu-motu-torrent) I updated with autoconf | 02:16 | |
(bluekuja/#ubuntu-motu-torrent) and --> build fails | 02:16 | |
asac | how do you build? | 02:16 |
(bluekuja/#ubuntu-motu-torrent) asac: using pbuilder | 02:16 | |
asac | yeah ... don't do that | 02:16 |
(bluekuja/#ubuntu-motu-torrent) I test it in sid directly | 02:17 | |
asac | use local copy | 02:17 |
asac | until you figure things out | 02:17 |
asac | only if all is done use pbuilder | 02:17 |
asac | otherwise you end up with something in pbuilder root that might be different from what you have locally | 02:17 |
asac | actually i would suggest that you don't build debian package | 02:17 |
asac | but try to build as normal | 02:18 |
asac | e.g. just manually use configure | 02:18 |
asac | and make | 02:18 |
asac | no debian/rules and nothgin | 02:18 |
asac | using pbuilder is just *too* confusing ... there are too many things that might fail | 02:18 |
asac | or might be not-obvious | 02:18 |
(bluekuja/#ubuntu-motu-torrent) ok | 02:19 | |
asac | 1st step ... get used to how to build sources without debian/rules | 02:19 |
asac | its far better to evaluate such things | 02:19 |
asac | e.g. things that are not directly related to debian packaging | 02:19 |
asac | checking for working aclocal-1.4... found | 02:22 |
asac | checking for working autoconf... found | 02:22 |
asac | checking for working automake-1.4... found | 02:22 |
asac | checking for working autoheader... found | 02:22 |
asac | -> use automake-1.4 | 02:22 |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 02:23 | |
(bluekuja/#ubuntu-motu-torrent) lets try with 1-4 | 02:23 | |
asac | for me it just works | 02:23 |
asac | at least the latest from bzr | 02:23 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, latest from bzr is the right one | 02:24 | |
asac | asac@hector:~/ubuntu_motu/bluekuja/verlihub.debian$ bzr stat | 02:24 |
asac | modified: configure | 02:24 |
asac | unknown: share/sql/default_pi_plug.sql | 02:24 |
asac | so ... default_pi_plug.sql is not properly removed | 02:24 |
(bluekuja/#ubuntu-motu-torrent) asac: nope | 02:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: I removed everything | 02:25 | |
(bluekuja/#ubuntu-motu-torrent) except it | 02:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: the question is...how? | 02:25 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:25 | |
(bluekuja/#ubuntu-motu-torrent) you told me to not use a clean rule for it | 02:26 | |
asac | we talked about that yesterday ... i am pretty sure | 02:26 |
(bluekuja/#ubuntu-motu-torrent) (I've removed it from the tree) | 02:26 | |
asac | yes thats right | 02:26 |
(bluekuja/#ubuntu-motu-torrent) but it stills get created | 02:26 | |
(bluekuja/#ubuntu-motu-torrent) mm | 02:26 | |
(bluekuja/#ubuntu-motu-torrent) asac: I've investigated into sql.in file | 02:27 | |
(bluekuja/#ubuntu-motu-torrent) and into makefile.in | 02:27 | |
(bluekuja/#ubuntu-motu-torrent) into /share/ | 02:27 | |
asac | yes | 02:27 |
(bluekuja/#ubuntu-motu-torrent) but it seems that its needed for the build | 02:28 | |
asac | its generated | 02:28 |
(bluekuja/#ubuntu-motu-torrent) generated? | 02:28 | |
asac | so it should be removed by distclean (-> make not rules) | 02:28 |
(bluekuja/#ubuntu-motu-torrent) ah yeah | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) generated | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) right | 02:28 | |
asac | its generated by configure | 02:28 |
(bluekuja/#ubuntu-motu-torrent) from .in | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) yup | 02:28 | |
(bluekuja/#ubuntu-motu-torrent) asac: share/sql/default_pi_plug.sql | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) sorry for II | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: share/sql/default_pi_plug.sql | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) is in makefile | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) *configure | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) .in | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: if i remove it from there | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) (like i did for docs/Makefile) | 02:29 | |
(bluekuja/#ubuntu-motu-torrent) it should be clena | 02:30 | |
(bluekuja/#ubuntu-motu-torrent) *clean | 02:30 | |
asac | bluekuja: no you *have* to generate it | 02:30 |
asac | (while Makefile was just superfluous) | 02:30 |
asac | bluekuja: so you have to take care that it gets removed on distclean | 02:30 |
(bluekuja/#ubuntu-motu-torrent) asac: that's not easy | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) asac: in Makefile.in | 02:31 | |
(bluekuja/#ubuntu-motu-torrent) in /share | 02:31 | |
asac | bluekuja: please look in share | 02:31 |
asac | what is missing there? | 02:31 |
(bluekuja/#ubuntu-motu-torrent) there is a libtool distclean | 02:31 | |
asac | there is a file missing | 02:31 |
asac | either its never been in there | 02:31 |
asac | or you removed it | 02:31 |
asac | by accident i guess | 02:32 |
(bluekuja/#ubuntu-motu-torrent) asac: configure? | 02:32 | |
(bluekuja/#ubuntu-motu-torrent) makefile is there | 02:32 | |
(bluekuja/#ubuntu-motu-torrent) makefile.in is there | 02:32 | |
asac | no its not | 02:32 |
asac | there is no makefile.am | 02:32 |
asac | whatever happened to it | 02:32 |
asac | thats most likely the root cause for this | 02:33 |
(bluekuja/#ubuntu-motu-torrent) asac: you said that .am can be named .in too | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) e.g someone still use that | 02:33 | |
asac | never said that | 02:33 |
asac | no | 02:33 |
asac | never | 02:33 |
asac | configure.ac == configure.in | 02:33 |
(bluekuja/#ubuntu-motu-torrent) ahhh | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 02:33 | |
(bluekuja/#ubuntu-motu-torrent) you're right | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) misunderstood | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: it has not been deleted | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) upstream didnt provide it | 02:34 | |
asac | its not even in .upstream tree | 02:34 |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:34 | |
(bluekuja/#ubuntu-motu-torrent) because upstream didnt add it | 02:35 | |
asac | yeah ... then we either have to do it on our own or we cannot package it | 02:35 |
asac | bug upstream | 02:35 |
asac | thats a mess | 02:35 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, gonna send a mail with all stuff | 02:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: how can we make a Makefile.am there? | 02:35 | |
asac | dunno | 02:36 |
asac | you have to figure out what upstream intends to do | 02:36 |
asac | and then write one from scratch | 02:36 |
asac | bluekuja: you already know the basics ... but maybe you will figure out | 02:36 |
(bluekuja/#ubuntu-motu-torrent) asac: mmm | 02:36 | |
asac | http://verlihub.cvs.sourceforge.net/verlihub/verlihub/share/Makefile.in?revision=1.1&view=markup&pathrev=MAIN | 02:37 |
asac | you know how automake variables look like | 02:37 |
asac | they should be still findable in that file | 02:37 |
asac | so just extract those lines that are relevant from that dirty piece of shit | 02:37 |
asac | and add them to a Makefile.am | 02:38 |
(bluekuja/#ubuntu-motu-torrent) lol | 02:38 | |
asac | EXTRA_DIST | 02:38 |
asac | nobase_dist_data_DATA | 02:38 |
asac | nobase_data_DATA | 02:38 |
asac | maybe thats it | 02:39 |
asac | otherwise digg through the Makefile.in | 02:39 |
(bluekuja/#ubuntu-motu-torrent) asac: done | 02:39 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/86753 | 02:39 | |
asac | don't show me | 02:39 |
asac | work on it until it works :) | 02:39 |
(bluekuja/#ubuntu-motu-torrent) asac: that's the makefile.am dropped by upstream | 02:40 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 02:40 | |
asac | where do you have it from? | 02:40 |
(bluekuja/#ubuntu-motu-torrent) asac: previous release | 02:40 | |
asac | yeah then pull it in | 02:40 |
(bluekuja/#ubuntu-motu-torrent) they dropped it | 02:40 | |
(bluekuja/#ubuntu-motu-torrent) for an error | 02:40 | |
asac | bug them | 02:40 |
(bluekuja/#ubuntu-motu-torrent) yup | 02:40 | |
(bluekuja/#ubuntu-motu-torrent) now I add it | 02:40 | |
asac | there package ftbfs | 02:40 |
asac | yes | 02:40 |
asac | where do you see that they dropped it "for an error" ? | 02:41 |
(bluekuja/#ubuntu-motu-torrent) asac: netcelli told me it | 02:41 | |
(bluekuja/#ubuntu-motu-torrent) (developer) | 02:41 | |
(bluekuja/#ubuntu-motu-torrent) e.g they forgot to add it | 02:41 | |
asac | actually i hate to fix upstreams problem | 02:41 |
asac | they should fix it ... if they want to get distributed | 02:41 |
(bluekuja/#ubuntu-motu-torrent) same, but in this case it's necessary | 02:42 | |
(bluekuja/#ubuntu-motu-torrent) new release will have it | 02:42 | |
asac | no ... usually i would just not package it | 02:42 |
(bluekuja/#ubuntu-motu-torrent) ;) | 02:42 | |
asac | bluekuja: ask him if he can just check it into cvs? | 02:42 |
asac | now | 02:42 |
(bluekuja/#ubuntu-motu-torrent) asac: he left | 02:43 | |
(bluekuja/#ubuntu-motu-torrent) asac: was on dc++ | 02:43 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna mail him later | 02:43 | |
asac | yeah | 02:43 |
asac | you can try the makefile.am | 02:43 |
asac | but please clean up indenting and remove commented cruft | 02:43 |
(bluekuja/#ubuntu-motu-torrent) asac: anyway I think that maintainer should do this for a software he loves | 02:44 | |
(bluekuja/#ubuntu-motu-torrent) I used verlihub for years | 02:44 | |
asac | bluekuja: yeah :) | 02:45 |
(bluekuja/#ubuntu-motu-torrent) asac: you know what I mean :) | 02:45 | |
asac | bluekuja: its your decision :) | 02:45 |
(bluekuja/#ubuntu-motu-torrent) asac: I think you did the same for mozilla stuff | 02:45 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 02:45 | |
asac | dunno ... they never forget a file :) | 02:46 |
asac | at least not in something released | 02:46 |
(bluekuja/#ubuntu-motu-torrent) :) | 02:46 | |
(bluekuja/#ubuntu-motu-torrent) asac: it builds | 02:46 | |
(bluekuja/#ubuntu-motu-torrent) (not in pbuilder) | 02:46 | |
(bluekuja/#ubuntu-motu-torrent) but I tried as you suggested | 02:46 | |
(bluekuja/#ubuntu-motu-torrent) now I delete those comments inside makefile.am | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) I push | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) it | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) and I update with automake | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) so it should be ready for you | 02:47 | |
(bluekuja/#ubuntu-motu-torrent) :) | 02:47 | |
asac | yeah | 02:47 |
(bluekuja/#ubuntu-motu-torrent) asac: where should I fix indenting? | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) you said before | 02:49 | |
(bluekuja/#ubuntu-motu-torrent) in which way | 02:49 | |
asac | in such a way that it looks nice :) | 02:49 |
asac | but its not really critical | 02:49 |
(bluekuja/#ubuntu-motu-torrent) well it looks nice now | 02:49 | |
asac | then fine | 02:50 |
asac | i just saw the pastebin | 02:50 |
asac | "no revisions to pull" atm | 02:50 |
asac | ok will look in a few minutes | 02:50 |
(bluekuja/#ubuntu-motu-torrent) yeah | 02:50 | |
(bluekuja/#ubuntu-motu-torrent) pushing | 02:50 | |
(bluekuja/#ubuntu-motu-torrent) and updating | 02:50 | |
(bluekuja/#ubuntu-motu-torrent) asac: done | 03:06 | |
(bluekuja/#ubuntu-motu-torrent) you can build | 03:06 | |
asac | bluekuja: ok | 03:14 |
asac | now you have to remove the .sql file in distclean:: | 03:14 |
asac | (in the new makefile:)) | 03:14 |
(bluekuja/#ubuntu-motu-torrent) :D | 03:14 | |
(bluekuja/#ubuntu-motu-torrent) asac: | 03:17 | |
(bluekuja/#ubuntu-motu-torrent) distclean: | 03:17 | |
(bluekuja/#ubuntu-motu-torrent) -rm -f file | 03:17 | |
(bluekuja/#ubuntu-motu-torrent) is right? | 03:17 | |
asac | not really ... :) see what i wrote ;) | 03:18 |
asac | but you are close :) | 03:18 |
(bluekuja/#ubuntu-motu-torrent) distclean:: | 03:18 | |
asac | aha! | 03:18 |
asac | ;) | 03:18 |
(bluekuja/#ubuntu-motu-torrent) and under commands | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) :D | 03:18 | |
(bluekuja/#ubuntu-motu-torrent) let's do it | 03:18 | |
asac | but give it a try | 03:18 |
asac | you can check after fakeroot ./debian/rules clean | 03:18 |
asac | if bzr stat yields zero output | 03:18 |
(bluekuja/#ubuntu-motu-torrent) yea | 03:19 | |
(bluekuja/#ubuntu-motu-torrent) asac: I get only | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) two modified files | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) makefile.am and .in | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) of course | 03:21 | |
(bluekuja/#ubuntu-motu-torrent) for the change | 03:21 | |
asac | yes | 03:21 |
asac | looks good | 03:21 |
(bluekuja/#ubuntu-motu-torrent) no uknown | 03:21 | |
asac | at last :) | 03:22 |
(bluekuja/#ubuntu-motu-torrent) yup^^ | 03:22 | |
(bluekuja/#ubuntu-motu-torrent) asac: now I push it into bzr | 03:22 | |
(bluekuja/#ubuntu-motu-torrent) and I ping you when done | 03:22 | |
(bluekuja/#ubuntu-motu-torrent) asac: done | 03:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: available for build now | 03:27 | |
(bluekuja/#ubuntu-motu-torrent) asac: target file `distclean' has both : and :: entries. Stop. | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: build failed | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) lol | 03:38 | |
(bluekuja/#ubuntu-motu-torrent) asac: distclean: | 03:39 | |
(bluekuja/#ubuntu-motu-torrent) was ok | 03:39 | |
(bluekuja/#ubuntu-motu-torrent) upstream's Makefile.in got only : | 03:39 | |
asac | hmm | 03:41 |
asac | so using distclean: works? | 03:41 |
asac | then use that | 03:41 |
(bluekuja/#ubuntu-motu-torrent) ok | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) need to push | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) 2 more revisions | 03:41 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 03:41 | |
asac | bluekuja: did you push the messed distclean revision already? | 03:41 |
asac | otherwise you can still uncommit locally | 03:42 |
asac | so we don't have too much garbage checkins in published repo :) | 03:42 |
(bluekuja/#ubuntu-motu-torrent) already pushed | 03:42 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 03:42 | |
asac | ah ok | 03:42 |
asac | no problem | 03:42 |
asac | remember to test before pushing in future | 03:42 |
(bluekuja/#ubuntu-motu-torrent) yup | 03:42 | |
(bluekuja/#ubuntu-motu-torrent) ok | 03:42 | |
asac | please remember to remember :) | 03:42 |
asac | as well ;) | 03:42 |
asac | 15:18 < asac> but give it a try | 03:43 |
asac | 15:18 < asac> you can check after fakeroot ./debian/rules clean | 03:43 |
asac | 15:18 < asac> if bzr stat yields zero output | 03:43 |
asac | so why did your test work? | 03:43 |
(bluekuja/#ubuntu-motu-torrent) dunno | 03:43 | |
asac | or didn't you test at all? | 03:43 |
(bluekuja/#ubuntu-motu-torrent) it worked | 03:44 | |
asac | ha | 03:44 |
(bluekuja/#ubuntu-motu-torrent) no | 03:44 | |
(bluekuja/#ubuntu-motu-torrent) it definitely worked | 03:44 | |
asac | that is plainly not true | 03:44 |
asac | why should it stop | 03:44 |
(bluekuja/#ubuntu-motu-torrent) lol | 03:44 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm sure | 03:44 | |
asac | yeah ... after all computers are deterministic | 03:44 |
(bluekuja/#ubuntu-motu-torrent) that it worked | 03:44 | |
asac | so if it worked back then ... it *will* work now | 03:44 |
asac | its ok :) | 03:44 |
(bluekuja/#ubuntu-motu-torrent) asac: I'm checking | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) with : | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) instead of :: | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) if it works | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) I push | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) and we are ok | 03:45 | |
asac | your one big "missing feature" is working organized and thoughtful | 03:45 |
asac | bluekuja: double check! | 03:45 |
asac | even triple check | 03:45 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 03:45 | |
asac | branch locally to see if it works if you start with bzr | 03:45 |
(bluekuja/#ubuntu-motu-torrent) asac: at school same | 03:45 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 03:45 | |
asac | bluekuja: but i think you will fix your "missing feature" :) | 03:45 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, it will be great! | 03:45 | |
asac | bluekuja: but i think you will not fix it until i let you chew on your own dirty mess for 24 hours :) | 03:46 |
asac | otherwise you don't see the tradeoff :) | 03:46 |
(bluekuja/#ubuntu-motu-torrent) :D | 03:46 | |
asac | i mean you don't feel the pain :) | 03:46 |
asac | that fast actions cause | 03:46 |
asac | so better try to fix it so I can help right away :) | 03:47 |
(bluekuja/#ubuntu-motu-torrent) asac: well, i'm a little less superficial | 03:47 | |
(bluekuja/#ubuntu-motu-torrent) e.g having clean files there doesnt matter | 03:47 | |
(bluekuja/#ubuntu-motu-torrent) you know what I mean | 03:47 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:47 | |
asac | bluekuja: if it doesn't matter now | 03:47 |
asac | you will run into serious troubles later | 03:47 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah | 03:48 | |
asac | bluekuja: i just help you to get things clean | 03:48 |
(bluekuja/#ubuntu-motu-torrent) asac: keep doing it please | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) need to do everything perfect | 03:48 | |
asac | so the package becomes a joy and ease to maintain ;) | 03:48 |
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: yeah ... but try to help me as well :) ... by thinking/checking/double checking :) | 03:48 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, sounds good! :) | 03:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: worked | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) now it doesnt fail | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) with @install.sh@ | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) too | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) GREAT | 03:52 | |
(bluekuja/#ubuntu-motu-torrent) woohoo | 03:52 | |
asac | yeah | 03:52 |
asac | hope you checked that before you pushed | 03:53 |
asac | because i already received your push :) | 03:53 |
(bluekuja/#ubuntu-motu-torrent) asac: not pushed yet | 03:53 | |
(bluekuja/#ubuntu-motu-torrent) :) | 03:53 | |
asac | oh right | 03:53 |
asac | that was the makefile.am stuff | 03:53 |
asac | ok ... take your time testing | 03:53 |
asac | branch locally (e.g. bzr branch /path/to/local/dir/ /path/to/new/test/dir | 03:54 |
asac | ) | 03:54 |
asac | hehe | 03:54 |
asac | and so on | 03:54 |
asac | :) | 03:54 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah done | 03:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: i tested with branch local copy | 03:54 | |
asac | yeah ... dif you clean | 03:55 |
asac | did you clean and look at bzr stat | 03:55 |
asac | ? | 03:55 |
(bluekuja/#ubuntu-motu-torrent) asac: clean | 03:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: i'm leaving | 03:57 | |
(bluekuja/#ubuntu-motu-torrent) really late | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) I've pushed | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) all | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) should be ok to build now | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) be back later | 03:58 | |
asac | yeah ... i will be away for the weekend :) | 03:58 |
(bluekuja/#ubuntu-motu-torrent) (1 hour) | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) same | 03:58 | |
asac | at the sea | 03:58 |
(bluekuja/#ubuntu-motu-torrent) lol | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) same | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) :D | 03:58 | |
asac | i will look if its fine then I will push | 03:58 |
(bluekuja/#ubuntu-motu-torrent) bbl | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) ok | 03:58 | |
asac | otherwise ... time in on our side :) | 03:58 |
(bluekuja/#ubuntu-motu-torrent) lol | 03:58 | |
(bluekuja/#ubuntu-motu-torrent) bbl 1 hour | 03:58 | |
=== JonathanArg [n=Jonathan@157-60-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
JonathanArg | hola a todos | 04:36 |
JonathanArg | qtal | 04:36 |
JonathanArg | alguien habla espaol | 04:36 |
JonathanArg | hola estan | 04:38 |
JonathanArg | me contestan por favor | 04:38 |
=== bluekuja back | ||
(bluekuja/#ubuntu-motu-torrent) 0_0 | 05:18 | |
(bluekuja/#ubuntu-motu-torrent) who is JonathanArg | 05:18 | |
(bluekuja/#ubuntu-motu-torrent) asac: was it ok? | 05:18 | |
(bluekuja/#ubuntu-motu-torrent) lol, asac already left for beach :P | 05:22 | |
=== freeflying [n=freeflyi@123.116.102.126] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) freeflying, heya | 05:46 | |
freeflying | bluekuja: hi | 05:47 |
(bluekuja/#ubuntu-motu-torrent) :) | 05:47 | |
javierder | hi bluekuja | 07:26 |
(bluekuja/#ubuntu-motu-torrent) heya javierder | 07:27 | |
javierder | hey. do you remember the package i was working on? well, there's a big issue around that. i found out that theres a similar proyect and talked with the people from that similar proyect | 07:28 |
javierder | they told me the one i was working on (torrentswapper) was a copy of their proyect with bundled spyware... | 07:28 |
javierder | and also told me they where working in a package for ubuntu. i told them to contact me when they have it ready, and they did sent the package to me. | 07:28 |
javierder | this package is called Tribler. i'm testing it now. what should i do with it? send it to who? | 07:30 |
(bluekuja/#ubuntu-motu-torrent) phone, one mom | 07:32 | |
(armin76/#ubuntu-motu-torrent) two fathers? | 07:32 | |
(bluekuja/#ubuntu-motu-torrent) done | 07:33 | |
(bluekuja/#ubuntu-motu-torrent) armin76, huh? :D | 07:33 | |
(bluekuja/#ubuntu-motu-torrent) javierder, send it to me | 07:33 | |
javierder | ok | 07:33 |
javierder | your email is...? | 07:34 |
(armin76/#ubuntu-motu-torrent) bluekuja: you said, one mom :P | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) armin76, lol | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) javierder, bluekuja@ubuntu/edubuntu | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) javierder, please orig.tar.gz | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) dsc | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) and diff.gz | 07:34 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:34 | |
javierder | bluekuja, they sent me only the .deb. | 07:35 |
(bluekuja/#ubuntu-motu-torrent) javierder, -.- | 07:35 | |
(bluekuja/#ubuntu-motu-torrent) that's bad | 07:35 | |
javierder | i'll ask them for that data. np | 07:35 |
(bluekuja/#ubuntu-motu-torrent) javierder, send it | 07:35 | |
(bluekuja/#ubuntu-motu-torrent) I check something | 07:35 | |
(bluekuja/#ubuntu-motu-torrent) but i need those for a complete review | 07:35 | |
(bluekuja/#ubuntu-motu-torrent) armin76, are you a packager too? | 07:36 | |
(bluekuja/#ubuntu-motu-torrent) armin76, for ebuilds? | 07:36 | |
(armin76/#ubuntu-motu-torrent) yup | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) armin76, I'm interested in learning them | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) armin76, also for the group you work | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) as far as its related to torrents | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) and other p2p | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) apps | 07:38 | |
(armin76/#ubuntu-motu-torrent) it's not hard :) | 07:39 | |
(armin76/#ubuntu-motu-torrent) i'd say is more easy than packaging deb stuff | 07:39 | |
(bluekuja/#ubuntu-motu-torrent) armin76, cool | 07:39 | |
(bluekuja/#ubuntu-motu-torrent) armin76, do you any guide? | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) javierder, I dont think that this is a good desc: | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) The fastest way of social file sharing | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) Homepage: http://www.tribler.org | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) it has to be rich | 07:40 | |
(armin76/#ubuntu-motu-torrent) http://devmanual.gentoo.org | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) of points | 07:40 | |
(bluekuja/#ubuntu-motu-torrent) armin76, nice | 07:41 | |
(bluekuja/#ubuntu-motu-torrent) armin76, is all based on bash | 07:41 | |
javierder | bluekuja, ok. i'll send them an email with what we need (orig.tar.gz and diff.gz) and ask them for a better description | 07:41 |
(bluekuja/#ubuntu-motu-torrent) javierder, wait | 07:42 | |
javierder | ok | 07:42 |
(bluekuja/#ubuntu-motu-torrent) checking other stuff | 07:42 | |
javierder | np | 07:42 |
javierder | let me know | 07:42 |
(bluekuja/#ubuntu-motu-torrent) javierder, http://pastebin.mozilla.org/86799 | 07:43 | |
javierder | those are warnings and erros in the package? | 07:44 |
(bluekuja/#ubuntu-motu-torrent) armin76, how does gentoo administrate uploads? | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) javierder, yea | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) javierder, the package have to be lintian/linda clean | 07:44 | |
javierder | bluekuja, ok, thanks! how did you get those errors? | 07:44 |
(bluekuja/#ubuntu-motu-torrent) *to start* | 07:44 | |
javierder | bluekuja, ok. | 07:44 |
(bluekuja/#ubuntu-motu-torrent) javierder, and I'm sure that they didnt follow python policy | 07:45 | |
javierder | bluekuja, ok. i'll talk to them and probably do the package myself :) | 07:45 |
(bluekuja/#ubuntu-motu-torrent) javierder, look at control file | 07:45 | |
(bluekuja/#ubuntu-motu-torrent) there's no python version | 07:46 | |
(bluekuja/#ubuntu-motu-torrent) nothing | 07:46 | |
(armin76/#ubuntu-motu-torrent) bluekuja: well, it's very different from debian/ubuntu, you don't upload anything, only ebuilds | 07:46 | |
(armin76/#ubuntu-motu-torrent) and to do that, you have to be a developer or some dev have to commit them for you | 07:46 | |
(bluekuja/#ubuntu-motu-torrent) armin76, and who can upload ebuils? | 07:46 | |
(bluekuja/#ubuntu-motu-torrent) yeah something like sponsors | 07:47 | |
(armin76/#ubuntu-motu-torrent) yup | 07:47 | |
(bluekuja/#ubuntu-motu-torrent) armin76, is there a policy to follow? | 07:47 | |
(bluekuja/#ubuntu-motu-torrent) or programs like lintian? | 07:47 | |
(bluekuja/#ubuntu-motu-torrent) to verify if everything is correct | 07:47 | |
(bluekuja/#ubuntu-motu-torrent) e.g how can i test that my ebuild is ok | 07:47 | |
(armin76/#ubuntu-motu-torrent) well, you can run repoman, and obviously you have to test the ebuild installing it :) | 07:48 | |
(armin76/#ubuntu-motu-torrent) repoman will only catch small things, like bad deps, missing variables, etc etc | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) armin76, to say "it works" | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) it should only install? | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) e.g I do an ebuild, it installs correctly | 07:49 | |
(armin76/#ubuntu-motu-torrent) install + test if the app works | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) armin76, cool | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) that's seems to be easier than debian/ubuntu | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) where there are a lot of checks to do | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) armin76, how many ebuilds you did to become a developer? | 07:50 | |
(bluekuja/#ubuntu-motu-torrent) javierder, please read policy manual | 07:50 | |
(bluekuja/#ubuntu-motu-torrent) javierder, before doing python packages | 07:50 | |
(armin76/#ubuntu-motu-torrent) 4 or 5, but before you become a dev you need to find a mentor, and take two quizzes | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) two quizzes? | 07:51 | |
javierder | bluekuja, yes. i didn't do that package. tribler developer sent me that package. | 07:51 |
(armin76/#ubuntu-motu-torrent) two exams, whatever you want to call them :) | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) armin76, exams-question then | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) armin76, like? | 07:51 | |
(bluekuja/#ubuntu-motu-torrent) javierder, oki, well remember to provide me | 07:52 | |
(bluekuja/#ubuntu-motu-torrent) .orig | 07:52 | |
(bluekuja/#ubuntu-motu-torrent) dsc | 07:52 | |
(bluekuja/#ubuntu-motu-torrent) and diff.gz | 07:52 | |
(bluekuja/#ubuntu-motu-torrent) not the deb itself | 07:52 | |
javierder | ok, great. | 07:52 |
(armin76/#ubuntu-motu-torrent) http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq#HowcanIbecomeaGentoodevelopernow | 07:53 | |
(bluekuja/#ubuntu-motu-torrent) armin76, cool | 07:54 | |
(bluekuja/#ubuntu-motu-torrent) armin76, well If I decide to start with it, should you be able to mentor me? | 07:55 | |
(armin76/#ubuntu-motu-torrent) negative, i can't mentor yet | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) armin76, y? | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) you're a devel | 07:56 | |
(bluekuja/#ubuntu-motu-torrent) why you cannot? | 07:56 | |
(armin76/#ubuntu-motu-torrent) because i'm not 6 months old yet | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) oh :D | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) how manu months you have? | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) *many | 07:57 | |
(armin76/#ubuntu-motu-torrent) 4 iirc | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) aww | 07:57 | |
(armin76/#ubuntu-motu-torrent) but i've been doing things like 1 year ago | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) nice | 07:57 | |
(bluekuja/#ubuntu-motu-torrent) armin76, I was a fedora maintainer while ago | 07:58 | |
(armin76/#ubuntu-motu-torrent) why did you left? | 07:58 | |
(bluekuja/#ubuntu-motu-torrent) but I've been inactive for 4 month | 07:58 | |
(bluekuja/#ubuntu-motu-torrent) and my account is deleted | 07:58 | |
(bluekuja/#ubuntu-motu-torrent) -.- | 07:58 | |
(bluekuja/#ubuntu-motu-torrent) armin76, I gonna restart, I think | 07:59 | |
(bluekuja/#ubuntu-motu-torrent) need to review fedora policy | 07:59 | |
(armin76/#ubuntu-motu-torrent) slacker *g* | 07:59 | |
(bluekuja/#ubuntu-motu-torrent) armin76, slacker? | 08:00 | |
(armin76/#ubuntu-motu-torrent) yup, why you've been inactive? | 08:00 | |
(bluekuja/#ubuntu-motu-torrent) armin76, well, I wasnt really happy | 08:01 | |
(bluekuja/#ubuntu-motu-torrent) no sotisfactions | 08:02 | |
(bluekuja/#ubuntu-motu-torrent) that's it | 08:02 | |
(bluekuja/#ubuntu-motu-torrent) and I could spend more time there | 08:02 | |
(bluekuja/#ubuntu-motu-torrent) *not | 08:02 | |
(armin76/#ubuntu-motu-torrent) and with ubuntu/debian you got what you want? | 08:03 | |
(bluekuja/#ubuntu-motu-torrent) armin76, yeah | 08:04 | |
(bluekuja/#ubuntu-motu-torrent) it's another world | 08:04 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 08:04 | |
(armin76/#ubuntu-motu-torrent) heh, then i don't recommend gentoo :) | 08:04 | |
(armin76/#ubuntu-motu-torrent) on net-p2p we don't have too much to do | 08:04 | |
(bluekuja/#ubuntu-motu-torrent) armin76, in fact no activities? | 08:05 | |
(armin76/#ubuntu-motu-torrent) well, we don't have a channel for torrent stuff, for example :) | 08:06 | |
(bluekuja/#ubuntu-motu-torrent) armin76, :D | 08:06 | |
(armin76/#ubuntu-motu-torrent) or p2p either | 08:06 | |
(bluekuja/#ubuntu-motu-torrent) all in one channel? | 08:06 | |
(armin76/#ubuntu-motu-torrent) well, we have some channels, but not for p2p, we don't need one | 08:07 | |
(bluekuja/#ubuntu-motu-torrent) armin76, aww | 08:07 | |
(bluekuja/#ubuntu-motu-torrent) armin76, mailing list yes? | 08:07 | |
(armin76/#ubuntu-motu-torrent) for p2p? no | 08:07 | |
(armin76/#ubuntu-motu-torrent) as i said, it's not the same :) | 08:07 | |
(bluekuja/#ubuntu-motu-torrent) armin76, really different from here | 08:08 | |
(bluekuja/#ubuntu-motu-torrent) armin76, how doesn uploads works? | 08:09 | |
(bluekuja/#ubuntu-motu-torrent) e.g what do you upload? | 08:09 | |
(bluekuja/#ubuntu-motu-torrent) e.g which authentication do you use | 08:09 | |
(bluekuja/#ubuntu-motu-torrent) e.g where are upload reports? | 08:10 | |
(armin76/#ubuntu-motu-torrent) authentication? :) | 08:10 | |
(bluekuja/#ubuntu-motu-torrent) armin76, yes | 08:10 | |
(bluekuja/#ubuntu-motu-torrent) gpg key? | 08:10 | |
(armin76/#ubuntu-motu-torrent) upload reports? :) | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) :D | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) armin76, do you use gpg key? | 08:11 | |
(armin76/#ubuntu-motu-torrent) we don't use gpg signed things yet | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) so everyone can upload? | 08:11 | |
(armin76/#ubuntu-motu-torrent) some ppl does, but its not mandatory | 08:11 | |
(armin76/#ubuntu-motu-torrent) err, no, well, to access the tree you need your ssh key allowed | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) ooh | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) so by ssh | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) like bzr in fact | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) armin76, how long does it take to become a gentoo devel? | 08:13 | |
(bluekuja/#ubuntu-motu-torrent) and developers with less than 6 months of activity cannot upload for a new contributor? | 08:13 | |
(bluekuja/#ubuntu-motu-torrent) e.g you can upload only for yourself | 08:13 | |
(armin76/#ubuntu-motu-torrent) well, first you need to do things :) | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) armin76, like? | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) new ebuilds | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) and so on | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) ? | 08:15 | |
(armin76/#ubuntu-motu-torrent) and no, you can upload things for other ppl | 08:15 | |
(armin76/#ubuntu-motu-torrent) yeah, or fix bugs, and those things | 08:15 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) armin76, nice to sou you can sponsor | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) in fact | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) *so | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) I thought only 6 month older devels can do it | 08:16 | |
(bluekuja/#ubuntu-motu-torrent) armin76, where gentoo's irc is hosted? | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) javierder, let me know how things will go | 08:17 | |
(bluekuja/#ubuntu-motu-torrent) javierder, if you want to do it better | 08:17 | |
javierder | bluekuja, ok | 08:17 |
(bluekuja/#ubuntu-motu-torrent) javierder, as far as I already know you | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) and not the other guy | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:18 | |
javierder | bluekuja, yes, probably i'll do it. i told him what needs to be done, and that i can do it. | 08:18 |
(bluekuja/#ubuntu-motu-torrent) sounds good | 08:18 | |
(bluekuja/#ubuntu-motu-torrent) armin76, what does gentoo's users use to fetch ebuilds? | 08:19 | |
(armin76/#ubuntu-motu-torrent) irc is at freenode | 08:21 | |
(armin76/#ubuntu-motu-torrent) and rsync | 08:21 | |
(bluekuja/#ubuntu-motu-torrent) armin76, rsync for ebuilds'? | 08:22 | |
(bluekuja/#ubuntu-motu-torrent) nice | 08:22 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== [DarkSun88] [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== [DarkSun88] is now known as DarkSun88 | ||
DarkSun88 | G'night | 10:35 |
=== pochu_ [n=emilio@160.Red-88-1-149.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi all. The space shuttle will launch in 8 minutes. Join #space or #astronomy if you are interested. As always, thanks for flying freenode :) | 01:32 | |
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== regulate [i=regulate@notchill.com] has left #ubuntu-motu-torrent [] | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host49-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ is now known as bluekuja | ||
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.159] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi | 01:07 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== |Element is now known as |Element| | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== pochu [n=emilio@216.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
bluekuja | heya Vorian | 11:11 |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@97.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent [".:porc::inca::dito::love::."] | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying_ [n=freeflyi@123.116.100.159] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: heya!!!!!!! | 11:05 |
asac | bluekuja: ole andrea | 11:06 |
bluekuja | :) | 11:06 |
bluekuja | how are you man? | 11:06 |
asac | tanned :) | 11:07 |
bluekuja | :D | 11:07 |
asac | this weekend brought a bit relief to my shoulder pain ... so pretty great | 11:07 |
asac | lets see how long :) | 11:07 |
bluekuja | heheeh | 11:07 |
bluekuja | same | 11:07 |
bluekuja | I returned yesterday too | 11:07 |
bluekuja | but I was a little less sleepy | 11:08 |
bluekuja | went to sleep at 6 o'clock | 11:08 |
bluekuja | saturday | 11:08 |
bluekuja | :P | 11:08 |
asac | oh | 11:08 |
asac | hope you had fun :) | 11:08 |
bluekuja | yeah! of course | 11:08 |
bluekuja | it was a nice party | 11:09 |
bluekuja | :) | 11:09 |
bluekuja | asac: I'm leaving for a while, do you have a minute for a fast verlihub build? | 11:09 |
bluekuja | I've tested it | 11:09 |
bluekuja | and seems ok | 11:09 |
bluekuja | need only your check | 11:09 |
bluekuja | ;) | 11:09 |
asac | bluekuja: sure | 11:10 |
bluekuja | thanks alex | 11:10 |
bluekuja | brb | 11:10 |
asac | bluekuja: ok we don't have manpages for any binary ... if thats intentional, we can live with it for now. But should definitly by fixed asap | 11:27 |
bluekuja | asac: back | 11:31 |
bluekuja | yes, it's intentional | 11:31 |
bluekuja | for next release I can add them | 11:32 |
asac | k | 11:35 |
asac | bluekuja: is verlihub NEW in debian? | 11:36 |
bluekuja | asac: yeah | 11:36 |
asac | k | 11:36 |
bluekuja | asac: NEW queue seems to be huge now | 11:37 |
bluekuja | damn | 11:37 |
bluekuja | ^^ | 11:37 |
asac | i don't think so ... :) | 11:37 |
asac | bluekuja: which packages did we upload to debian that are already in debian/ubuntu ? | 11:38 |
asac | i just would like to ensure that these things are landing in ubuntu as well :) | 11:38 |
bluekuja | fische not | 11:38 |
bluekuja | 2 weeks | 11:38 |
bluekuja | and it's not in ubuntu | 11:38 |
bluekuja | yet | 11:38 |
bluekuja | ctorrent and bitstorm yes | 11:39 |
bluekuja | they are ok | 11:39 |
bluekuja | but fische seems to be not synced | 11:39 |
bluekuja | (is NEW so it has to be synced automatically) | 11:39 |
bluekuja | I think that verlihub wont be synced too | 11:40 |
bluekuja | 20 of june is coming | 11:40 |
bluekuja | and I dont think that queue will be done for that date | 11:40 |
bluekuja | asac: why fische is not in ubuntu too? | 11:42 |
asac | new processing is currently slow | 11:49 |
bluekuja | yeah | 11:50 |
bluekuja | diff-ext is still there | 11:50 |
bluekuja | one week | 11:50 |
bluekuja | asac: can you see why fische is not in ubuntu? | 11:50 |
asac | its probably stuck in the NEW queue | 11:53 |
asac | as lots of other things | 11:53 |
bluekuja | ubuntu NEW? | 11:53 |
bluekuja | let me see | 11:53 |
bluekuja | asac: nope | 11:54 |
bluekuja | not in queue | 11:54 |
asac | you have link for queue? | 11:55 |
bluekuja | yup | 11:55 |
bluekuja | https://launchpad.net/ubuntu/gutsy/+queue | 11:55 |
bluekuja | asac: when verlihub is in NEW queue | 11:57 |
bluekuja | I can package verlihub-stats | 11:58 |
bluekuja | ? | 11:58 |
bluekuja | e.g pushing it to new queue too | 11:58 |
bluekuja | or we have to wait that verlihub is i | 11:58 |
bluekuja | *in | 11:58 |
asac | no | 11:58 |
asac | you can push right away | 11:58 |
bluekuja | cool | 11:58 |
asac | bluekuja: verlihub is currently streaming up | 11:59 |
bluekuja | asac: what you mean with "streaming up"? | 12:00 |
asac | guess :) | 12:01 |
bluekuja | mm | 12:01 |
bluekuja | asac: you mean something like pushing? | 12:02 |
bluekuja | for building you say spinning | 12:02 |
bluekuja | lol | 12:02 |
bluekuja | so that's not | 12:02 |
asac | yeah | 12:03 |
asac | push | 12:03 |
asac | actually its up now .) | 12:03 |
bluekuja | great!! :) | 12:03 |
bluekuja | should receive mail soon | 12:03 |
bluekuja | asac: I start doing verlihub-stats | 12:04 |
bluekuja | and when done I push everything on bzr | 12:04 |
bluekuja | as alwais | 12:04 |
bluekuja | :) | 12:04 |
bluekuja | it's a small package, hope there wont be problems | 12:04 |
asac | sure | 12:05 |
bluekuja | ;) | 12:05 |
asac | lets see how much you have learned :) | 12:05 |
asac | at least you are not a novice packager anymore imo :) | 12:05 |
bluekuja | yup! :) | 12:06 |
bluekuja | I try to do a perfect package now | 12:06 |
bluekuja | asac: please Bug#428376 on debian | 12:24 |
bluekuja | #428376 | 12:24 |
bluekuja | debian #428376 | 12:24 |
asac | debian bug 428376 | 12:25 |
asac | hmm ubotu wake up! | 12:25 |
bluekuja | :D | 12:25 |
bluekuja | severity: serious | 12:25 |
bluekuja | aww | 12:25 |
bluekuja | asac: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=%23428376 | 12:26 |
bluekuja | asac: what can be? | 12:33 |
bluekuja | works for me | 12:33 |
asac | http://buildd.debian.org/pkg.cgi?pkg=fische | 12:34 |
asac | it doesn't build on most archs | 12:34 |
asac | does blur.c contain assembler code? | 12:35 |
bluekuja | let me see | 12:35 |
bluekuja | asac: yes | 12:36 |
bluekuja | asac: should we restrict the arch for now? | 12:40 |
bluekuja | e.g waiting upstream | 12:40 |
asac | i think so | 12:41 |
bluekuja | it's the only think we can do | 12:41 |
bluekuja | for now | 12:41 |
bluekuja | *thing | 12:41 |
bluekuja | asac: only i386? | 12:42 |
asac | amd64 appears to work, right? | 12:42 |
bluekuja | ah yup | 12:42 |
bluekuja | so i386,amd64 | 12:43 |
asac | bluekuja: i should test it for amd64 first | 12:44 |
asac | will do so after lunch | 12:44 |
bluekuja | asac: ok, I start branching out | 12:44 |
bluekuja | fische | 12:44 |
bluekuja | again | 12:44 |
bluekuja | so It's ready after the fix | 12:45 |
bluekuja | and your test | 12:45 |
bluekuja | asac: let me know when the test is done | 12:46 |
bluekuja | so I can push to bzr | 12:46 |
bluekuja | lunch | 01:02 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja | heya DktrKranz | 01:15 |
DktrKranz | heya | 01:15 |
DktrKranz | did you prepare that debdiff? | 01:15 |
bluekuja | yeaaaaaaaa | 01:16 |
bluekuja | already uploaded | 01:16 |
bluekuja | to lp | 01:16 |
DktrKranz | nice :) | 01:16 |
bluekuja | I've added another patch | 01:16 |
DktrKranz | what about debian? | 01:16 |
bluekuja | and pushed there | 01:16 |
bluekuja | lets ask asac about it | 01:16 |
bluekuja | asac: we have a patch to apply in a debian package | 01:17 |
bluekuja | can we do a non-maintainer upload? | 01:17 |
bluekuja | asac: or only official maintainer can? | 01:19 |
asac | bluekuja: NMU is discouraged ... send patch to bts and see if he responses | 01:27 |
bluekuja | asac: yeah, already done | 01:27 |
bluekuja | freeflying_: you there? | 02:07 |
freeflying_ | bluekuja: hey | 02:07 |
bluekuja | :) | 02:08 |
bluekuja | do you have a min for: | 02:08 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/gmail-notify/+bug/119752 | 02:08 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 119752 in gmail-notify "Merge gmail-notify 1.6.1-3 from debian unstable" [Medium,Confirmed] | 02:08 | |
bluekuja | I've added two patches | 02:08 |
bluekuja | to fix two bugs | 02:08 |
bluekuja | in lp | 02:08 |
bluekuja | you should check if everything is ok | 02:09 |
bluekuja | :) | 02:09 |
bluekuja | grab the sources from lp | 02:09 |
bluekuja | not from dad or mom | 02:09 |
bluekuja | as far as it's not an official merge | 02:09 |
bluekuja | freeflying_, of course use diff2 | 02:11 |
bluekuja | last post in the report | 02:11 |
bluekuja | freeflying_, is it ok? | 02:17 |
freeflying_ | bluekuja: check it | 02:18 |
bluekuja | ok :) | 02:18 |
freeflying_ | bluekuja: uploading | 02:20 |
bluekuja | freeflying_, great! :) | 02:20 |
bluekuja | remember to add a comment to the bug, so I remember to mark it as fix released | 02:21 |
bluekuja | when hits the archive | 02:21 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:39 |
bluekuja | heya DarkSun88 | 02:58 |
bluekuja | asac: tested on amd64? | 02:58 |
DarkSun88 | Hello bluekuja | 02:58 |
DarkSun88 | Hi asac | 02:58 |
bluekuja | asac: tell me when you're back | 03:02 |
asac | bluekuja: i don't know how to test actually | 03:36 |
bluekuja | asac: I think it's necessary to build it only | 03:37 |
asac | bluekuja: ? | 03:41 |
asac | so how can i test it? | 03:41 |
bluekuja | asac: I think only building | 03:41 |
bluekuja | the package | 03:41 |
bluekuja | on amd64 | 03:41 |
bluekuja | it fails on building | 03:42 |
bluekuja | with other archs | 03:42 |
asac | amd64 fails? | 03:43 |
asac | no | 03:43 |
asac | it built :) | 03:43 |
bluekuja | asac: no | 03:43 |
bluekuja | yup | 03:43 |
bluekuja | :) | 03:43 |
asac | anyway ... HOW to test this piece of software | 03:43 |
bluekuja | it builds great on i386/amd64 | 03:43 |
asac | if it doesn nothing, then why have we packaged it :) | 03:43 |
asac | actually, now that i see that there is assembler code going on, i really want to see it work on amd64 | 03:44 |
bluekuja | asac: oh how to test the progra, | 03:44 |
asac | yes | 03:44 |
bluekuja | run fische | 03:44 |
bluekuja | and follow | 03:44 |
bluekuja | the istructions | 03:44 |
bluekuja | for your sound device | 03:44 |
bluekuja | asac: works here | 03:45 |
bluekuja | asac: anyway it fails on *building* | 03:46 |
bluekuja | so we just have to restrict the arch | 03:47 |
bluekuja | to i386/amd64 | 03:47 |
asac | bluekuja: it works ... but somehow it looks like ... aehm crap :) | 03:50 |
asac | anyway | 03:50 |
bluekuja | lol | 03:51 |
bluekuja | asac: it's an alpha for now | 03:51 |
bluekuja | it will progress | 03:51 |
bluekuja | with next releases | 03:51 |
bluekuja | asac: I'm sure | 03:52 |
asac | yeah | 03:52 |
bluekuja | we will work closely with idefixs | 03:52 |
bluekuja | so we will have good results | 03:52 |
asac | anyway, would be nice if upstream could try to do something more portable as fallback | 03:52 |
asac | no asm :) | 03:52 |
bluekuja | yeah | 03:52 |
bluekuja | gonna comunicate it | 03:52 |
bluekuja | to idefixs | 03:52 |
bluekuja | asac: I'm leaving for an hour | 03:53 |
bluekuja | when I'm back | 03:53 |
bluekuja | I push those changes | 03:53 |
bluekuja | (arch: i386, amd64) | 03:53 |
bluekuja | to bzr | 03:53 |
bluekuja | so we can close that odd bug | 03:53 |
bluekuja | bbl | 03:54 |
bluekuja | asac: back | 04:58 |
bluekuja | asac: I modify arch and I push to bzr | 04:58 |
bluekuja | for you | 04:58 |
bluekuja | asac: done | 05:15 |
bluekuja | asac: http://bazaar.launchpad.net/~bluekuja/fische/debian | 05:15 |
bluekuja | http://bazaar.launchpad.net/~bluekuja/fische/main.autotools | 05:15 |
=== pochu [n=emilio@183.Red-83-57-165.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: is possible to push verlihub and fische in ubuntu? | 05:20 |
bluekuja | e.g manually | 05:20 |
asac | we could do that ... though I am unsure if that will speed things up | 05:21 |
asac | i will think about it | 05:21 |
asac | maybe i wil push them tomorrow | 05:21 |
bluekuja | asac: on 20 june, ubuntu will close the syncs | 05:21 |
bluekuja | and I dont think they will be in | 05:21 |
bluekuja | for that date | 05:21 |
bluekuja | new queue is huge now | 05:21 |
bluekuja | asac: can you please check last commit on bzr for fische? | 05:22 |
bluekuja | so we can close that bug | 05:22 |
asac | will do after core hours | 05:22 |
asac | 3h i guess | 05:22 |
bluekuja | sounds great | 05:22 |
bluekuja | asac: later I gonna fix another bug for ctorrent | 05:23 |
bluekuja | nothing bad | 05:23 |
bluekuja | but a bad package desc | 05:23 |
bluekuja | has been reported | 05:23 |
bluekuja | so I gonna implement it and add changes to bzr | 05:23 |
bluekuja | so we can fix it too | 05:23 |
asac | bluekuja: i guess that unstable packages don't get synched for a few days and only if they don't contain RC bugs | 05:24 |
asac | how old is ctorrent=? | 05:24 |
bluekuja | asac: ctorrent is in ubuntu correctly | 05:24 |
bluekuja | asac: fische 2 weeks in unstable | 05:24 |
asac | bluekuja: yes ... but has rc bugs | 05:25 |
asac | was ctorrent an initial sync or an update? | 05:25 |
bluekuja | initial | 05:25 |
bluekuja | asac: anyway after new fische update will be pushed it will be ok | 05:25 |
bluekuja | as far as we have only working archs | 05:26 |
bluekuja | brb | 05:30 |
asac | bluekuja: yes | 05:32 |
asac | hope so too :) | 05:32 |
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
bluekuja | back | 05:44 |
bluekuja | asac: I start fixing ctorrent desc | 05:47 |
bluekuja | so it's all ready for you later | 05:47 |
bluekuja | ;) | 05:47 |
bluekuja | javamaniac, heya | 05:47 |
bluekuja | javierder, heya too! | 05:47 |
bluekuja | javierder, any news for that package? | 05:47 |
=== pochu [n=emilio@250.Red-88-23-229.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: ok done, both packages are ok | 06:41 |
bluekuja | gonna ping you this evening | 06:42 |
bluekuja | ;) | 06:42 |
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host15-76.pool8251.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: do you have a minute for those packages now? | 09:01 |
asac | yeah ... wait | 09:16 |
bluekuja | asac: if you need urls | 09:17 |
bluekuja | just tell me | 09:17 |
asac | i have it all branched here already | 09:17 |
bluekuja | great | 09:18 |
bluekuja | :) | 09:18 |
asac | actually you should try to keep lines small in changelog (e.g. 70 columns) | 09:18 |
asac | but not a problem now | 09:18 |
bluekuja | ok | 09:18 |
asac | hmm | 09:21 |
asac | dpkg-source: error: `i386,' is not a legal architecture stringhttps://savannah.gnu.org/bugs/index.php?20148 | 09:21 |
asac | ups | 09:22 |
asac | dpkg-source: error: `i386,' is not a legal architecture string | 09:22 |
asac | have you tried to build? | 09:22 |
asac | bluekuja: ^^^ | 09:23 |
asac | fix it :) | 09:23 |
bluekuja | asac: oh :D | 09:23 |
bluekuja | let me fix | 09:23 |
asac | please test before pushing | 09:25 |
bluekuja | yeah, sorry | 09:25 |
bluekuja | was sure of it | 09:25 |
asac | k | 09:28 |
bluekuja | asac: why is it bad? | 09:28 |
bluekuja | asac: dpkg-architecture -L | 09:28 |
bluekuja | i386 | 09:28 |
bluekuja | ia64 | 09:28 |
bluekuja | alpha | 09:28 |
bluekuja | amd64 | 09:28 |
bluekuja | asac: need to delete , | 09:30 |
asac | syntax | 09:30 |
bluekuja | "," | 09:30 |
bluekuja | yeah | 09:30 |
bluekuja | ^^ | 09:30 |
bluekuja | it should be i386 amd64 | 09:31 |
bluekuja | fixing | 09:31 |
bluekuja | asac: done | 09:34 |
bluekuja | is ok now | 09:34 |
bluekuja | brb | 09:36 |
bluekuja | back | 09:44 |
bluekuja | asac: is it ok? | 09:44 |
asac | yes ... can you give me link to orig.tar.gz please? | 09:47 |
asac | or at best the md5sum of current orig.tar.gz | 09:47 |
bluekuja | asac: yea | 09:48 |
asac | ? | 09:48 |
asac | i need the md5sum now :) | 09:49 |
bluekuja | asac: e992595ca79d12fbcd77778203d45817 | 09:49 |
asac | thats the md5sum of whats on ftp? | 09:49 |
bluekuja | yeah | 09:49 |
bluekuja | asac: debian ftp | 09:49 |
asac | can you build with bzr bd in sid? | 09:52 |
bluekuja | asac: doesnt have sid installed right now | 09:53 |
bluekuja | I can try on pbuilder | 09:53 |
bluekuja | if its the same | 09:53 |
bluekuja | for you | 09:53 |
bluekuja | with bzr branch | 09:53 |
asac | exceptions.ValueError: invalid Debian version string | 09:55 |
asac | i get that in sid | 09:55 |
asac | which is completely insane | 09:55 |
bluekuja | invalid debian version string?! | 09:55 |
bluekuja | mm | 09:55 |
asac | bzr bd really sucks | 09:56 |
bluekuja | lol | 09:56 |
bluekuja | in this case you should try manually | 09:56 |
asac | uploading | 09:57 |
bluekuja | great | 09:57 |
asac | yeah ... anyway it sucks | 09:57 |
bluekuja | ;) | 09:57 |
asac | hard | 09:57 |
bluekuja | :D | 09:57 |
bluekuja | I usually dont use bzr bd | 09:58 |
bluekuja | only manual | 09:58 |
bluekuja | :) | 09:58 |
asac | probably its because of python2.4 | 09:58 |
asac | lets see | 09:58 |
asac | bluekuja: how do you do it manually? | 09:58 |
bluekuja | asac: the build you mean? | 09:59 |
bluekuja | of the branch? | 09:59 |
asac | yes | 10:00 |
bluekuja | just branching out | 10:00 |
bluekuja | deleting bzr dir | 10:00 |
bluekuja | and building | 10:01 |
asac | yeah | 10:01 |
asac | but thats bad | 10:01 |
asac | i mean you cannot easily push changes to bzr | 10:01 |
bluekuja | well, yeah | 10:01 |
bluekuja | but I work in two dirs with same data | 10:01 |
bluekuja | so I can easily move changes | 10:01 |
asac | bluekuja: you don't need to remove bzr dir | 10:01 |
asac | you can just use -i.bzr | 10:01 |
bluekuja | thanks for the hint | 10:01 |
asac | to ignore it and not include in in diff.gz | 10:01 |
asac | anyway ... its bad to branch debian dir inside extracted orig | 10:02 |
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | but maybe one should really stick to the "fully-blown" layout until bzr bd is decent | 10:02 |
bluekuja | yeah | 10:02 |
bluekuja | but I workaround it using two dirs | 10:03 |
bluekuja | of course | 10:03 |
bluekuja | I dont have bzr log | 10:03 |
bluekuja | or status | 10:03 |
bluekuja | at the end | 10:03 |
bluekuja | but thanks for that hint | 10:03 |
bluekuja | asac: can you check ctorrent-enhanced too? | 10:03 |
bluekuja | a guy reported a bug regarding desc | 10:04 |
bluekuja | so I fixed it | 10:04 |
bluekuja | it's everything on bzr | 10:04 |
bluekuja | http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/debian.source | 10:04 |
bluekuja | http://bazaar.launchpad.net/~bluekuja/ctorrent-enhanced/upstream.source | 10:04 |
asac | bluekuja: yeah ... thats low prio. We shouldn't upload for any minor bug reported. Lets wait at least some time to other bugs sum up | 10:08 |
bluekuja | asac: oh ok | 10:08 |
bluekuja | :) | 10:08 |
asac | its good to fix in bzr | 10:08 |
bluekuja | asac: let me know if you decide to push verlihub/fische into ubuntu | 10:08 |
asac | you can tag the bug "pending" | 10:08 |
bluekuja | ok | 10:09 |
asac | whats with verlihub? | 10:09 |
asac | how old in debian? build everywhere? and RC bugs? | 10:09 |
asac | verlihub is still in NEW? | 10:09 |
bluekuja | yup | 10:09 |
bluekuja | but it wont be in | 10:09 |
bluekuja | for 20 of june | 10:09 |
asac | on top or on bottom of NEW? | 10:09 |
bluekuja | bottom | 10:10 |
bluekuja | last one | 10:10 |
bluekuja | :P | 10:10 |
asac | 9 hours | 10:10 |
bluekuja | yup | 10:10 |
bluekuja | look at the list | 10:10 |
bluekuja | is HUGE | 10:10 |
bluekuja | 1 week first one | 10:11 |
asac | look how bad my memory is ... i don't remember uploading it even :) | 10:11 |
bluekuja | lol | 10:11 |
bluekuja | asac: so in my opinion you can upload to ubuntu too | 10:15 |
bluekuja | so we can have it in gutsy | 10:15 |
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | ok ... i think i will upload both ... if fische now builds properly | 10:28 |
=== pochu [n=emilio@87.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: ok great :) | 10:29 |
bluekuja | asac: can you please check if its a bug? | 10:33 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/ssmtp/+bug/86425 | 10:33 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 86425 in ssmtp "smtp authentication fail if the password contains a ":"" [Low,Confirmed] | 10:33 | |
bluekuja | asac: just need to know if we can call it a bug | 10:33 |
asac | the title sounds like a bug | 10:33 |
bluekuja | yup | 10:33 |
bluekuja | I just need to know if is a bug | 10:34 |
bluekuja | if yes, the patch is ok | 10:34 |
asac | why wouldn't it be a bug? | 10:36 |
bluekuja | because a guy is saying it's not | 10:36 |
bluekuja | persia tagged it as a patch | 10:36 |
bluekuja | so I dont see why it should be a bug | 10:37 |
bluekuja | *should not | 10:37 |
asac | i don't see that anybody claims that its not a bug | 10:37 |
bluekuja | on irc | 10:37 |
bluekuja | via pm | 10:37 |
asac | who? | 10:38 |
bluekuja | asac: | 10:38 |
bluekuja | <vil> the patch is fine | 10:38 |
bluekuja | <vil> but I don't believe it is a bug | 10:38 |
asac | he should post his concerns to the bug | 10:39 |
asac | if he didn't give any reasons then it can safely be ignored | 10:39 |
bluekuja | he's not sure | 10:39 |
bluekuja | of it | 10:39 |
bluekuja | so I asked you about it | 10:39 |
asac | he? | 10:39 |
bluekuja | <vil> pls, ask someone else if he can confirm that it's a bug | 10:40 |
asac | i mean ... if he is not sure he can almost certainly be ignored | 10:40 |
bluekuja | yeah | 10:40 |
bluekuja | asac: I need to someone to push it ^^ | 10:40 |
asac | who is vil? | 10:40 |
bluekuja | a MOTU | 10:40 |
asac | please subscribe universe sponsors as suggested | 10:41 |
bluekuja | already done | 10:41 |
bluekuja | :) | 10:41 |
asac | yeah | 10:41 |
asac | then lets wait a bit | 10:41 |
bluekuja | ok | 10:41 |
asac | actually i am in universe and main sponsors group :) | 10:44 |
bluekuja | yeah! | 10:44 |
asac | maybe i should see if there is anything i can do in a free minute :) | 10:44 |
bluekuja | :D | 10:44 |
asac | but as said, i thiunk its beneficial if your patches are pushed by someone else | 10:44 |
asac | so you get more backup on MOTU application | 10:44 |
bluekuja | yup | 10:44 |
bluekuja | I'm working with a lot of sponsors atm | 10:44 |
asac | nice | 10:45 |
asac | whoelse? | 10:45 |
bluekuja | but of course you and freeflying and persia are the ones who are helping me the most | 10:45 |
asac | oh talking about freeflying ... he asked me to sponsor for debian at some point iirc | 10:45 |
asac | maybe should look into my mailbox | 10:45 |
asac | whats his email? | 10:46 |
bluekuja | it seems that he lost his sponsor | 10:46 |
bluekuja | zhengphenghou@ubuntu.com | 10:46 |
bluekuja | I think | 10:46 |
bluekuja | asac: he started the NM process | 10:46 |
bluekuja | and had to leave it | 10:46 |
bluekuja | in the middle | 10:47 |
bluekuja | asac: fische built | 10:51 |
bluekuja | on i386 | 10:51 |
bluekuja | amd64 is installed | 10:51 |
bluekuja | I dont know why if he's trying to build on mips | 10:51 |
bluekuja | *its | 10:51 |
bluekuja | ah ok, it skipped | 10:52 |
bluekuja | those archs | 10:52 |
bluekuja | in the right way | 10:53 |
asac | i will review buildd logs tomorrow | 11:13 |
bluekuja | asac: sounds great | 11:14 |
bluekuja | :) | 11:14 |
bluekuja | asac: going to sleep? | 11:14 |
asac | no ... but i go to minor mode :) | 11:15 |
bluekuja | lol | 11:15 |
bluekuja | asac: maybe I will come to berlin this summer | 11:15 |
bluekuja | where do you live exactly? | 11:15 |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
asac | i live in hamburg | 11:29 |
asac | berlin is 1:40h by high-speed train :) | 11:29 |
bluekuja | asac: ooh cool | 11:29 |
bluekuja | maybe I can come there too | 11:30 |
bluekuja | ^^ | 11:30 |
bluekuja | asac: vil uploaded my packages and now they are on his packages list... | 11:56 |
bluekuja | https://launchpad.net/~vil/+packages | 11:56 |
bluekuja | asac: that's not possible..................... | 11:57 |
bluekuja | asac: what can I do now? | 11:58 |
asac | bluekuja: which package do you mean? | 12:03 |
bluekuja | jigdo | 12:03 |
bluekuja | and ssmtp | 12:03 |
bluekuja | I worked on them adding three patches | 12:03 |
bluekuja | and now they are there | 12:03 |
bluekuja | -.- | 12:03 |
bluekuja | asac: he doesnt know how to upload an update | 12:04 |
asac | whats his lp id? | 12:05 |
bluekuja | https://launchpad.net/~vil | 12:05 |
bluekuja | asac: I really dont know how I managed to assign those packages to him | 12:07 |
bluekuja | *he | 12:07 |
asac | he just uploaded deliberately ... which is ok ... however, he should have given credit | 12:08 |
bluekuja | vil> so how do I sign it, when chanlog entry is yours? | 12:08 |
asac | i will talk to dholbach | 12:08 |
bluekuja | ok | 12:08 |
asac | i don't think he wanted to do any harm | 12:08 |
asac | but its definitly not nice not to give credit | 12:09 |
bluekuja | asac: in fact my work vanished | 12:09 |
bluekuja | and that's not nice | 12:09 |
asac | he neither gave credit to the initial patch developer nor to you | 12:09 |
bluekuja | exactly | 12:09 |
bluekuja | asac: those package will never be assigned to me? | 12:10 |
asac | technically not until a new revision with you in changelog gets uploaded | 12:11 |
bluekuja | damn -.- | 12:12 |
bluekuja | asac: in fact my changelog entry has been deleted | 12:12 |
asac | i know that its not good ... but hey, its not the most important thing in the world. Just remember the bug number so you can prove your contribution | 12:12 |
bluekuja | yeah | 12:13 |
bluekuja | it has been closed | 12:13 |
bluekuja | by that upload | 12:13 |
asac | most likely i will tell him that he shouldn't sponsor in future | 12:13 |
asac | if he doesn't konw how to sponsor | 12:13 |
asac | but i will talk to dholbach first | 12:13 |
asac | maybe he will educate him about that he did wrong | 12:13 |
bluekuja | ok | 12:13 |
asac | bluekuja: actually in ubuntu motu, a package does not belong to someone in a hard fashion | 12:14 |
bluekuja | yeah | 12:14 |
asac | so the "maintained" package list is not what one has to count on | 12:14 |
asac | its not worth that much ... and is not directly related to the level of your contributions | 12:15 |
asac | keeping the bug numbers is good for you MOTU applications though | 12:15 |
asac | ... and should be more than enough | 12:15 |
bluekuja | asac: yeah, you're absolutely right | 12:15 |
bluekuja | anyway I hope someone will do something | 12:15 |
bluekuja | so it wont happen again | 12:16 |
asac | yeah ... i don't think he will do it wrong again | 12:16 |
asac | actually he asked you before ... so he tried | 12:16 |
asac | he should have asked on -motu though | 12:16 |
asac | its hard to prevent it in general ... but yes, its not nice :) | 12:16 |
bluekuja | asac: I think he used | 12:16 |
bluekuja | <vil> most of the time, I say debuild -S and it does all that I need : | 12:16 |
bluekuja | debuild -S | 12:17 |
bluekuja | ^^ | 12:17 |
bluekuja | asac: bugs has been closed right now | 12:17 |
asac | bluekuja: yes ... so the result is still ok :) ... the bugs are fixed | 12:18 |
bluekuja | yup | 12:18 |
bluekuja | I'm just sad^^ | 12:18 |
asac | don't be sad ... glitches happen | 12:18 |
bluekuja | yeah, but usually I except to work with someone that knows what he's doing | 12:18 |
bluekuja | I think that you never did errors like that | 12:19 |
asac | expect you mean :) | 12:19 |
asac | hopefully not :) | 12:19 |
bluekuja | yeah expect | 12:19 |
bluekuja | ^^ | 12:19 |
asac | lets get over it ... tomorrow is a new great day ... and vid will definitly get his share of education :) | 12:22 |
bluekuja | I hope so | 12:22 |
bluekuja | and please talk to daniel | 12:23 |
asac | i definitly will | 12:23 |
bluekuja | thanks | 12:23 |
asac | no problem | 12:24 |
asac | do you want to help on packaging a great package? | 12:24 |
bluekuja | lol | 12:25 |
bluekuja | what is it? | 12:25 |
asac | http://releases.mozilla.org/pub/mozilla.org/firefox/releases/granparadiso/alpha5/source/ | 12:25 |
bluekuja | 33 MB?? | 12:25 |
bluekuja | 0_0 | 12:25 |
asac | its firefox 3 | 12:25 |
bluekuja | cooool | 12:25 |
asac | actually we maintain a firefox-trunk (cvs snapshot) in bzr ... we try to work closely together with mozilla project to get alpha/beta releases out to the masses | 12:26 |
asac | so we agreed to package a firefox-preview package | 12:26 |
asac | which we will update on every milestone release | 12:26 |
bluekuja | that's a nice idea! | 12:27 |
bluekuja | to push in debian or ubuntu? | 12:27 |
asac | ubuntu only | 12:27 |
bluekuja | ok | 12:27 |
asac | debian is not allowed to ship firefox brand :) | 12:27 |
bluekuja | oh why? | 12:28 |
bluekuja | license? | 12:28 |
asac | yeah ... for the same reason that they ship iceweasel | 12:28 |
asac | they don't bother to get mozilla approval of patches | 12:29 |
asac | which we do | 12:29 |
bluekuja | ah :) someone started packaging it already? | 12:29 |
asac | bluekuja: https://code.launchpad.net/~asac | 12:31 |
asac | there is a trunk bzr archive | 12:31 |
asac | a firefox-trunk package is in the mozillateam preview archive | 12:31 |
asac | what now needs to be done is to branch from the trunk bzr ... and create a "preview" or granparadiso branch | 12:31 |
asac | with renamed packages et al. | 12:32 |
bluekuja | mmm | 12:32 |
bluekuja | seems easy to do | 12:32 |
bluekuja | but it will be hard | 12:32 |
bluekuja | ^^ | 12:32 |
asac | :) | 12:41 |
asac | hehe | 12:41 |
bluekuja | asac: going to bed | 12:41 |
asac | bluekuja: night ... will do the same | 12:41 |
bluekuja | asac: tomorrow we will finish with verli and fische | 12:41 |
bluekuja | in ubuntu | 12:41 |
asac | yes | 12:42 |
bluekuja | asac: I wish you a good night | 12:42 |
bluekuja | I wont sleep for hours thinking of lost packages | 12:42 |
bluekuja | hahahaha | 12:42 |
bluekuja | :) | 12:42 |
bluekuja | I'm jk | 12:42 |
asac | bluekuja: yeah ... i guess thats the right attitude :) | 12:43 |
asac | bluekuja: at least you are not a maintainer that doesn't care ;) | 12:44 |
bluekuja | yeah :) | 12:44 |
asac | anyway ... nothing to loose sleep over | 12:44 |
bluekuja | asac: I've decided to apply for MOTU after 20 uploads from now on | 12:44 |
bluekuja | 1 year experience | 12:45 |
bluekuja | and I feel myself ready inside | 12:45 |
asac | bluekuja: that looks decent | 12:45 |
bluekuja | asac: I hope that you will help me with it | 12:46 |
bluekuja | as other sponsors will do | 12:46 |
asac | actually i don't think you don't need that many ... but lets see how quick your error-rate drops | 12:46 |
bluekuja | yeah | 12:46 |
bluekuja | :) | 12:46 |
bluekuja | asac: I'll keep working on merges for a while | 12:47 |
bluekuja | (they are really important while applying) | 12:47 |
bluekuja | asac: I'm off now :) | 12:50 |
bluekuja | see you tomorrow! | 12:50 |
bluekuja | :) | 12:50 |
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.102.227] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
bluekuja | asac: heya! | 10:15 |
asac | bluekuja: morning | 10:16 |
bluekuja | morning :) | 10:16 |
bluekuja | asac: do you have a minute for those? | 10:16 |
bluekuja | would be nice to do diff-ext too | 10:16 |
asac | what is with diff-ext? | 10:17 |
bluekuja | is still in queue | 10:17 |
bluekuja | http://buildd.debian.org/pkg.cgi?pkg=fische | 10:17 |
bluekuja | asac: what dholbach said? | 10:18 |
asac | he talked to vil ... who admitted his fault | 10:19 |
bluekuja | he pinged me | 10:20 |
asac | dholbach? or vil? | 10:20 |
bluekuja | vil | 10:20 |
bluekuja | but I was away | 10:20 |
asac | then pong him | 10:20 |
asac | :) | 10:20 |
bluekuja | yup, just did | 10:21 |
bluekuja | asac: to upload verli, fische and diff-ext we should apply ubuntu versions? | 10:22 |
asac | i will figure out | 10:22 |
bluekuja | because if you upload normally you'll get wrong version unstable | 10:22 |
bluekuja | asac: did you ping security guys for deluge-torrent? | 10:23 |
bluekuja | it should be done in ubuntu too | 10:24 |
asac | he? i can't remember about deluge-torrent ... please give me a hint | 10:24 |
bluekuja | they pushed libtorrent-rasterbar into deluge-torrent | 10:24 |
bluekuja | without needing to have it packaged | 10:25 |
bluekuja | so there is a lib folder inside | 10:25 |
asac | ah right :) | 10:25 |
bluekuja | deluge's upstream | 10:25 |
bluekuja | :) | 10:25 |
bluekuja | asac: I told you that because a guy is asking to package a new release | 10:26 |
bluekuja | and I think we should report that | 10:26 |
asac | at best we would make deluge build against system libtorrent | 10:27 |
bluekuja | asac: I dont think he will build correctly | 10:27 |
bluekuja | is completely based on that lib | 10:27 |
bluekuja | all features | 10:27 |
bluekuja | so if he build against system libtorrent | 10:28 |
bluekuja | I dont know if he will work properly | 10:28 |
asac | you have a libtorrent-rasterbar package somewhere? | 10:29 |
bluekuja | let me see | 10:29 |
bluekuja | mmm...nope | 10:29 |
bluekuja | I havent it | 10:29 |
bluekuja | I dont have any source too | 10:30 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Salve | 11:03 |
bluekuja | DarkSun88, heyaaaaaaaaaa | 11:03 |
bluekuja | :) | 11:03 |
bluekuja | be ready for later | 11:03 |
DarkSun88 | Hi all | 11:04 |
bluekuja | great day | 11:04 |
bluekuja | great meeting | 11:04 |
bluekuja | :) | 11:04 |
DarkSun88 | Yes i know. | 11:04 |
bluekuja | :) | 11:04 |
bluekuja | asac: vil pmed me | 11:11 |
bluekuja | he said he's sorry for stealing my work | 11:11 |
asac | bluekuja: yeah ... he really didn't ment to do any harm :) | 11:22 |
bluekuja | asac: yup :) | 11:22 |
bluekuja | asac: he wants to advocate me on my MOTU application ^^ | 11:23 |
bluekuja | when I'll do it | 11:23 |
bluekuja | :) | 11:23 |
bluekuja | asac: did you see freeflying today? | 11:29 |
asac | no | 11:32 |
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: cool ... so vils glitch actually brought more good than bad :) | 11:32 |
bluekuja | asac: hehe yeah! | 11:33 |
bluekuja | I lost two packages, but I found a new sponsor | 11:33 |
bluekuja | ^^ | 11:33 |
asac | good deal :) | 11:56 |
bluekuja | :) | 11:56 |
bluekuja | asac: let me know when you have decided how we can sync them | 11:57 |
bluekuja | ;) | 11:57 |
asac | bluekuja: yeah we need ubuntu version | 11:58 |
bluekuja | asac: yeah | 11:58 |
bluekuja | :) | 11:58 |
bluekuja | asac: want me to di it on bzr? | 11:58 |
bluekuja | or it can mess up things | 11:58 |
bluekuja | for next debian releases? | 11:58 |
asac | no ... use 1ubuntu1 | 11:58 |
bluekuja | asac: on bzr? | 11:59 |
asac | yes, why not? | 11:59 |
bluekuja | ok | 11:59 |
asac | ah | 11:59 |
bluekuja | asac: let me do it | 11:59 |
asac | you have to fix distribution in changelog | 11:59 |
bluekuja | yup | 11:59 |
bluekuja | ^^ | 12:00 |
asac | and maintainer et al | 12:00 |
bluekuja | why maintainer? | 12:00 |
asac | which is why a new changelog entry is justified | 12:00 |
bluekuja | asac: maintainer change is not needed | 12:00 |
bluekuja | only version | 12:00 |
bluekuja | and release | 12:00 |
asac | bluekuja: you are XSBC-Original-Maintainer | 12:00 |
asac | i don't know :/ ... maybe its ok to keep you in maintainer field as well | 12:00 |
asac | maybe ask on motu | 12:00 |
bluekuja | asac: it's new | 12:01 |
asac | new? | 12:01 |
bluekuja | on ubuntu | 12:01 |
bluekuja | so I dont have to change | 12:01 |
asac | bluekuja: i mean its ment to be synched from debian at some point | 12:01 |
bluekuja | maintainer | 12:04 |
bluekuja | yeah | 12:04 |
asac | hmmm ... actually i am not sure ... better ask on -motu | 12:04 |
bluekuja | ok | 12:04 |
asac | if it were synced, the maintainer would be changed as well | 12:04 |
asac | ask if you are the debian maintainer and ubuntu maintainer if you still need to change maintainer: field to MOTU | 12:04 |
bluekuja | asked | 12:05 |
bluekuja | let's see | 12:05 |
bluekuja | asac: so we should wait to get it into debian | 12:09 |
bluekuja | and then sync | 12:09 |
bluekuja | that guy said it will be processed soon | 12:09 |
bluekuja | into new queue | 12:09 |
asac | who is that guy? | 12:15 |
bluekuja | he said he knows one of the ftp-masters | 12:16 |
bluekuja | man-di> bluekuja: he is currently at Debcamp, I'm sure it will be processed soon | 12:16 |
bluekuja | asac: I can ask a sync for fische for now | 12:17 |
bluekuja | while we wait diff-ext and verli | 12:17 |
bluekuja | to get in | 12:18 |
bluekuja | asac: ok? | 12:20 |
asac | yes go ahead | 12:23 |
bluekuja | asac: ok | 12:25 |
bluekuja | asac: I create the report on lp | 12:26 |
bluekuja | asac: and I give you the link | 12:26 |
bluekuja | so you can ack it | 12:26 |
asac | bluekuja: actually i think that a sync request is not needed | 12:28 |
asac | (though I am probably the wrong person to ask) | 12:28 |
bluekuja | asac: Hobbsee said me | 12:28 |
bluekuja | that when a package is in debian | 12:28 |
bluekuja | we can just request a sync | 12:28 |
bluekuja | and we're done | 12:28 |
asac | yes ... but currently they are still automatically imported | 12:28 |
bluekuja | yeah | 12:29 |
asac | i was told that I only should request a sync if automatic imports are turned of | 12:29 |
asac | f | 12:29 |
asac | (at least when i did that last time) :) | 12:29 |
bluekuja | so maybe fische wasnt synced | 12:29 |
bluekuja | for that build problems | 12:29 |
asac | exactly | 12:29 |
asac | now that it builds fine | 12:29 |
asac | it should be in soon | 12:29 |
bluekuja | yeah | 12:29 |
bluekuja | yeah, that's absolutely right | 12:29 |
asac | probably 1-2 days i guess | 12:29 |
bluekuja | yup | 12:29 |
bluekuja | as far as what that guy said | 12:30 |
bluekuja | verlihub should be in in 1-2 days too | 12:30 |
bluekuja | ^^ | 12:30 |
bluekuja | in debian | 12:30 |
bluekuja | I dont believe it | 12:30 |
bluekuja | but we will see | 12:30 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
bluekuja | |Element|, did you see freeflying? | 01:53 |
|Element| | bluekuja: sorryi didn't | 01:54 |
bluekuja | |Element|, oh ok tnx :) | 01:54 |
|Element| | if i see him, i will tell him | 01:55 |
bluekuja | thanks | 01:55 |
|Element| | bluekuja: ) | 01:55 |
bluekuja | :) | 01:55 |
DarkSun88 | E che palle pero` sto bashelier | 01:57 |
DarkSun88 | Ha anche bip. | 01:57 |
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: a package that directly depends on OpenSSL, can be packaged? | 04:50 |
bluekuja | (bsd license) | 04:50 |
asac | yes | 04:51 |
asac | what kind of bsd license? | 04:51 |
bluekuja | let me see | 04:51 |
asac | if its 2- or 3-clause then yes | 04:51 |
bluekuja | 3 clause | 04:51 |
bluekuja | ok great | 04:51 |
bluekuja | asac: it has got a debian dir inside | 04:52 |
bluekuja | by upstream | 04:52 |
bluekuja | I gonna delete it and make my own | 04:52 |
bluekuja | I'll ask upstream to remove it for next releases | 04:52 |
asac | bluekuja: yes | 04:52 |
asac | tell him about that is done properly by maintaining bzr branches :) | 04:53 |
bluekuja | ok | 04:53 |
=== bluekuja checks if this package has been already packaged | ||
bluekuja | ok | 04:54 |
bluekuja | not packaged | 04:54 |
bluekuja | asac: gonna ping you when done | 04:55 |
bluekuja | asac: changelog is pretty strange (into debian/) | 04:55 |
bluekuja | he added dapper as version | 04:55 |
bluekuja | with baltix suffix | 04:56 |
bluekuja | e.g 0baltix1 | 04:56 |
bluekuja | asac: where can I check if a package has been removed from archive? | 04:57 |
asac | from which archive? | 04:58 |
bluekuja | debian | 04:58 |
bluekuja | asac: need to know if this was in debian | 04:59 |
bluekuja | I've checked maintainer status into qa | 04:59 |
bluekuja | and it's not listed there | 04:59 |
asac | maybe ask on #debian-devel on oftc network | 05:02 |
asac | i have no idea :) | 05:02 |
asac | if you know let me know :) | 05:02 |
bluekuja | ok | 05:02 |
bluekuja | asac: seems that upstream is dead :/ | 05:12 |
asac | yeah | 05:12 |
asac | then forget about it | 05:12 |
bluekuja | asac: and it seems that gmail-notify maintainer didnt give any response | 05:12 |
bluekuja | for the patch | 05:13 |
bluekuja | asac: why a NMU is discouraged? | 05:13 |
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent | ||
bluekuja | heya freeflying ! | 05:15 |
asac | NMU of what? | 05:19 |
freeflying | bluekuja: just came back from beijinglug monthly meeting | 05:19 |
bluekuja | freeflying, oooh cool | 05:19 |
bluekuja | :) | 05:19 |
bluekuja | asac: gmail-notify patch | 05:19 |
bluekuja | for proxy support | 05:19 |
freeflying | bluekuja: met with paul sladen and chris from Canonical | 05:19 |
bluekuja | cool! | 05:19 |
bluekuja | what was the topics? | 05:19 |
bluekuja | *topic | 05:19 |
freeflying | about ubuntu develop | 05:19 |
bluekuja | did you have a talk? | 05:19 |
freeflying | no :p | 05:19 |
bluekuja | :D | 05:19 |
bluekuja | freeflying: my mail arrived? | 05:20 |
freeflying | got it | 05:20 |
bluekuja | great! tell me when done | 05:20 |
bluekuja | ;) | 05:20 |
freeflying | I'd take a shower now :) | 05:20 |
bluekuja | freeflying, :) | 05:21 |
bluekuja | will you be back? | 05:21 |
bluekuja | (I hope) | 05:21 |
freeflying | will be back soon | 05:21 |
bluekuja | freeflying, sounds great | 05:21 |
bluekuja | ping me when you're back | 05:21 |
bluekuja | ;) | 05:21 |
bluekuja | asac: ? | 05:22 |
bluekuja | freeflying, you back? | 05:51 |
freeflying | bluekuja: psycopg need check again | 05:51 |
bluekuja | let's see | 05:51 |
bluekuja | freeflying, what's bad there? | 05:52 |
bluekuja | those changes are for the python dbg | 05:52 |
bluekuja | package | 05:52 |
freeflying | patch can't be applied | 05:55 |
bluekuja | mmm | 05:55 |
bluekuja | I gonna grab the source from mom | 05:55 |
bluekuja | maybe is corrupted | 05:55 |
bluekuja | freeflying, others are ok? | 05:55 |
freeflying | bluekuja: uploaded 2 | 05:59 |
bluekuja | freeflying: sending you psycopg2 | 06:00 |
freeflying | uhmm | 06:00 |
bluekuja | freeflying, sent | 06:01 |
bluekuja | try it | 06:02 |
bluekuja | it *should* apply | 06:02 |
freeflying | ok | 06:02 |
freeflying | bluekuja: failed again | 06:09 |
bluekuja | freeflying, move to other ones | 06:09 |
bluekuja | I try to see what's wrong with that source | 06:09 |
freeflying | ok | 06:09 |
bluekuja | freeflying, just tried to patch psycopg2 diff | 06:16 |
bluekuja | freeflying, it works here | 06:16 |
bluekuja | patching file debian/changelog | 06:16 |
bluekuja | patching file debian/rules | 06:16 |
bluekuja | patching file debian/control | 06:16 |
bluekuja | (using first diff of the two) | 06:16 |
bluekuja | freeflying, http://dad.dunnewind.net/psycopg2/ | 06:18 |
bluekuja | use this debian source | 06:18 |
bluekuja | to apply that | 06:18 |
freeflying | sycopg (1.1.21-14) unstable; urgency=high | 06:19 |
freeflying | * debian/zope-psycopgda.dzproduct: requires Zope 2.9 or higher: previous | 06:19 |
freeflying | versions use python2.3 which is not supported anymore in psycopg. | 06:19 |
freeflying | (Closes: #406941) | 06:19 |
freeflying | -- Fabio Tranchitella <kobold@debian.org> Mon, 15 Jan 2007 11:37:51 +0100 | 06:19 |
bluekuja | freeflying, leave it | 06:19 |
bluekuja | then | 06:19 |
bluekuja | *for now* | 06:19 |
freeflying | bluekuja: all done, besides psycopgy | 06:22 |
bluekuja | freeflying, great! I gonna ping doko for it | 06:23 |
bluekuja | to see how we can do it | 06:23 |
freeflying | bluekuja: i'd bed now cya | 06:27 |
bluekuja | freeflying, gnight and cu tomorrow :) | 06:27 |
bluekuja | take care | 06:27 |
=== vorian [n=steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["Microsoft] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
bluekuja | heya javamaniac ! | 12:31 |
javamaniac | bluekuja, hey!, how are you? | 12:32 |
bluekuja | javamaniac, really good! just finished a meeting | 12:32 |
bluekuja | 3 hours | 12:32 |
bluekuja | to get developer section inside ubuntu-it community | 12:32 |
bluekuja | (forum) | 12:32 |
bluekuja | :) | 12:32 |
javamaniac | hehe ,great! | 12:33 |
bluekuja | what about you? | 12:33 |
bluekuja | are there any news from upstream ? | 12:33 |
javamaniac | i'm in home, finally, preparing everything to fly to Edimburgh | 12:34 |
bluekuja | javamaniac, debconf? | 12:34 |
javamaniac | yes | 12:34 |
bluekuja | cool! | 12:34 |
javamaniac | finally i will have time to work on debian again!! | 12:34 |
bluekuja | where will be next stage? | 12:34 |
javamaniac | yay! | 12:34 |
bluekuja | :) | 12:34 |
javamaniac | argentina | 12:35 |
bluekuja | awwww | 12:35 |
bluekuja | alwais too far | 12:35 |
bluekuja | italy never? | 12:35 |
javamaniac | but close to me :) | 12:35 |
bluekuja | yeah | 12:35 |
bluekuja | ^^ | 12:35 |
bluekuja | previous one was in mexico | 12:35 |
bluekuja | or the one before | 12:35 |
javamaniac | yes, i was there too | 12:35 |
bluekuja | :D | 12:35 |
bluekuja | nice! you did all debconfs | 12:36 |
javamaniac | italy is not proposed by anyone, but there's a italian developer, enrico zini | 12:36 |
bluekuja | yeah | 12:36 |
bluekuja | also giskard | 12:36 |
javamaniac | if there's some interest in making debconf on italy, you can talk with him | 12:36 |
bluekuja | other italian developers are quite not-known | 12:36 |
bluekuja | to the community | 12:36 |
javamaniac | i know both, enrico in person | 12:37 |
bluekuja | I dont know why | 12:37 |
bluekuja | really? | 12:37 |
bluekuja | cool | 12:37 |
javamaniac | yes, he did a talk here in venezuela last year | 12:37 |
javamaniac | we met in mexico | 12:37 |
bluekuja | do you know sfflaw? | 12:37 |
javamaniac | that's simon law? | 12:38 |
bluekuja | yup | 12:38 |
javamaniac | yes, but i haven't talk with him | 12:38 |
bluekuja | he worked for canonical for a while | 12:39 |
bluekuja | javamaniac, did you met Mark too? | 12:39 |
javamaniac | i didn't know that | 12:39 |
javamaniac | yes, he signed my gpg key in mexico | 12:39 |
bluekuja | cooool | 12:39 |
bluekuja | :) | 12:39 |
javamaniac | :) | 12:40 |
javamaniac | it's good to attend to these kind of conferences | 12:40 |
bluekuja | yeah | 12:40 |
bluekuja | they are really nice | 12:40 |
bluekuja | javamaniac, did you start NM? | 12:40 |
javamaniac | you can know in person people that you just know by email or irc | 12:41 |
javamaniac | yep | 12:41 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
javamaniac | bluekuja, https://nm.debian.org/nmstatus.php?email=gcuriel%40debianvenezuela.org | 12:42 |
bluekuja | cool! | 12:42 |
bluekuja | why you arent being processed? | 12:42 |
bluekuja | javamaniac, e.g still there from 2006 | 12:44 |
javamaniac | i'm on the philosophy and procedures phase still | 12:44 |
bluekuja | javamaniac, did you receive some mails? | 12:44 |
javamaniac | yes, but is the same case as gnome-btdownload, some times i don't have enough time to go through the NM process | 12:44 |
bluekuja | oh :) | 12:45 |
bluekuja | yeah, I know | 12:45 |
bluekuja | :) | 12:45 |
javamaniac | but now i'll have it in debconf, that's for sure :) | 12:45 |
bluekuja | you can do it on debconf too? | 12:45 |
javamaniac | yes, email still, but i can work on the task n skills phase at the same time | 12:46 |
javamaniac | fixing bugs and the like | 12:46 |
bluekuja | yeah | 12:46 |
bluekuja | javamaniac, I'm leaving | 12:47 |
bluekuja | quite late here | 12:47 |
javamaniac | hehehe | 12:47 |
bluekuja | see you tomorrow | 12:47 |
bluekuja | :) | 12:47 |
bluekuja | asac: night | 12:47 |
javamaniac | night bluekuja | 12:48 |
bluekuja | javamaniac, night take care | 12:48 |
bluekuja | :) | 12:48 |
javamaniac | same to you :) | 12:48 |
asac | bluekuja: night | 12:49 |
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying is now known as freeflying|away | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
bluekuja | heya | 11:19 |
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: do you have a minute to check bittorrent debdiff I provided in lp? | 12:37 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/bittorrent/+bug/108101 | 12:37 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 108101 in bittorrent "btshowmetainfo doesn't verify the file type" [Undecided,Confirmed] | 12:37 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: thanks for the comment | 02:06 |
bluekuja | yeah, they check for d8:announce | 02:06 |
bluekuja | asac: if you have a minute to upload that patch would be great | 02:06 |
bluekuja | ;) | 02:06 |
asac | bluekuja: please give me package name and link to debdiff | 02:09 |
asac | please ensure that this patch is submitted to debian as well | 02:09 |
asac | e.g. i guess both patches: the original one and the debdiff (so maintainer can use what he likes more) | 02:09 |
bluekuja | asac: source: https://launchpad.net/ubuntu/+source/bittorrent/3.4.2-11ubuntu1 | 02:09 |
asac | thats not the url | 02:09 |
asac | to the debdiff | 02:09 |
asac | :) | 02:09 |
bluekuja | debdiff: http://launchpadlibrarian.net/8072745/bittorrent.debdiff | 02:09 |
bluekuja | :) | 02:09 |
bluekuja | gonna submit to debian too | 02:09 |
asac | fine | 02:10 |
asac | i test it one time with some torrent ... then upload | 02:10 |
bluekuja | ok | 02:10 |
asac | bluekuja: pushed | 02:14 |
bluekuja | asac: great! thanks :) | 02:14 |
asac | yet another package on your package list :) | 02:16 |
bluekuja | yup! :) | 02:16 |
bluekuja | I'm working on scim right now | 02:16 |
asac | on scim? | 02:18 |
asac | are you good at input methods? | 02:19 |
asac | or what is scim? | 02:19 |
bluekuja | yeah, is an input method server | 02:21 |
bluekuja | :) | 02:21 |
bluekuja | I'm merging it | 02:21 |
bluekuja | but seems more a sync | 02:21 |
bluekuja | ubuntu deps now cause a FTBFS | 02:21 |
bluekuja | it has been upgraded to 1.4.6 | 02:21 |
bluekuja | 1.3.0 its no more used | 02:21 |
bluekuja | asac: man-di is a DD | 02:22 |
bluekuja | (the guy who told me about NEW queue) | 02:22 |
asac | if you are sure that unmodified debian package is the way to go now, you need to request a sync | 02:23 |
asac | how did the topic evolve so we ended up talking about man-di | 02:23 |
asac | did i ever ask about him? | 02:23 |
bluekuja | asac: yeah, you asked me who is he | 02:24 |
bluekuja | he told me that ftp master will process everything in2 days | 02:24 |
asac | tse | 02:24 |
asac | i don't believe in it | 02:24 |
bluekuja | sa,me | 02:24 |
asac | because its debconf time | 02:24 |
bluekuja | *same | 02:24 |
bluekuja | yup | 02:24 |
asac | but oldest are 1 week | 02:24 |
asac | so lets see | 02:24 |
bluekuja | yup | 02:25 |
asac | e.g. there is no backlog | 02:25 |
bluekuja | asac: we will have to request verlihub sync manually | 02:25 |
bluekuja | I dont think it will be in for 20 june | 02:25 |
asac | manual sync requests can still go in after 20 june | 02:25 |
asac | its not really a hard freeze | 02:25 |
asac | its just stop of automatic imports afaik | 02:26 |
asac | (if you heard differently let me know) | 02:26 |
bluekuja | yup | 02:26 |
bluekuja | yeah, automatic imports are blocked | 02:26 |
asac | i think nothing more | 02:26 |
bluekuja | so we need to process it manually | 02:26 |
asac | no "new upstream version freeze) | 02:26 |
asac | no "new upstream version freeze" | 02:26 |
asac | no "new package freeze" | 02:26 |
bluekuja | yup | 02:26 |
bluekuja | right | 02:26 |
asac | but i am not really sure :) | 02:27 |
asac | where is the 20 june mentioned at all? | 02:27 |
bluekuja | asac: look -motu | 02:27 |
asac | don't see it there | 02:27 |
bluekuja | asac: 20 june is on the wiki | 02:28 |
bluekuja | i think | 02:28 |
bluekuja | omg | 02:28 |
bluekuja | motu channel | 02:28 |
bluekuja | wtf is happening? | 02:28 |
asac | where? | 02:28 |
bluekuja | in #ubuntu-motu | 02:29 |
asac | why? | 02:29 |
bluekuja | * icf7_ uscito (Read error: 104 (Connection reset by peer)) | 02:29 |
bluekuja | * icf7_ (n=icf7@WL-POOL04-35.UNI-MUENSTER.DE) entrato in #ubuntu-motu | 02:29 |
bluekuja | * icf7_ uscito (Read error: 104 (Connection reset by peer)) | 02:29 |
bluekuja | * icf7_ (n=icf7@WL-POOL04-35.UNI-MUENSTER.DE) entrato in #ubuntu-motu | 02:29 |
bluekuja | and so on | 02:29 |
asac | i don't see those :) | 02:29 |
bluekuja | lol | 02:30 |
bluekuja | how you dont see ? | 02:30 |
asac | because i have filtered everything like joins/disconnect et al | 02:30 |
asac | its just too much spam | 02:31 |
bluekuja | ooooh | 02:31 |
bluekuja | you rock | 02:31 |
bluekuja | the channel was spammed | 02:31 |
asac | yeah he has been banned now | 02:31 |
bluekuja | yup | 02:31 |
bluekuja | asac: do you have a minute for this too? | 02:32 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/rtorrent/+bug/110803 | 02:32 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 110803 in rtorrent "The default for port_range should be "6881-6999", not "6890-6999"" [Low,Confirmed] | 02:32 | |
bluekuja | it's not nice to have | 02:32 |
asac | no please not :) ... i can do 10 of those in a row, but pleaes not instantly. Accumulate them so i can do them in batches | 02:36 |
asac | it just disrupts my workflow :) | 02:37 |
asac | https://code.launchpad.net/~asac/firefox/granparadiso | 02:37 |
bluekuja | looking | 02:37 |
bluekuja | ooh cool | 02:38 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:39 |
bluekuja | heya | 02:39 |
DarkSun88 | :) | 02:39 |
bluekuja | asac: ok there 5 things you can check | 02:40 |
bluekuja | asac: tell me when you want to do them in a row | 02:40 |
asac | just send them by mail ... i have a family celebration this evening ... so either late tonight ... or tomorrow morning | 02:40 |
bluekuja | cool! | 02:40 |
bluekuja | asac: now I branch it out | 02:40 |
asac | bluekuja: yes ... but lets keep firefox discussion in mozillateam channel please | 02:41 |
bluekuja | oki | 02:41 |
bluekuja | :) | 02:41 |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent | ||
freeflying | bluekuja: rtorrent was uploaded alrealdy, and deb822's patch can not be applied | 06:19 |
bluekuja | heya freeflying !! | 06:38 |
bluekuja | freeflying, you still around? | 06:53 |
bluekuja | freeflying, ping me when back | 07:03 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja | goodnight all | 11:45 |
bluekuja | asac: night | 11:45 |
bluekuja | ;) | 11:45 |
asac | bluekuja: night | 11:45 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["Microsoft] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== bluekuja_ [n=andrea@host145-171.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== andrea__ [n=andrea@host33-239-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host221-175.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== andrea__ [n=andrea@host178-239-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.249] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== andrea__ is now known as bluekuja | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: can you please ack: | 01:19 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/gnome-btdownload/+bug/120381 | 01:19 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 120381 in gnome-btdownload "Sync gnome-btdownload 0.0.28-1 from debian unstable" [Undecided,Unconfirmed] | 01:19 | |
bluekuja | asac: let me know when done | 01:22 |
asac | why doesn't it come in automatically? | 01:25 |
asac | i mean we have gnome-btdownload already, right? | 01:25 |
asac | ah i see | 01:27 |
bluekuja | asac: new co-maintainer et all | 01:27 |
bluekuja | ;) | 01:27 |
bluekuja | so we can just sync it to have debian version in | 01:27 |
bluekuja | lunch brb | 01:28 |
asac | done | 01:29 |
bluekuja | asac: thanks | 01:36 |
bluekuja | ;) | 01:36 |
bluekuja | asac: you forgot to add archive admins | 01:44 |
bluekuja | I can do it anyway | 01:44 |
bluekuja | ;) | 01:44 |
bluekuja | done | 01:45 |
asac | bluekuja: why me? i thought thats your job :) | 01:48 |
bluekuja | yeah | 01:49 |
bluekuja | :) | 01:49 |
bluekuja | pochu: which channel? | 02:07 |
bluekuja | for QA session | 02:08 |
pochu | #ubuntu-classroom | 02:14 |
bluekuja | tnx | 02:15 |
pochu | np :) | 02:16 |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:57 |
bluekuja | heya | 02:58 |
DarkSun88 | Hello. | 02:58 |
=== nuu [n=nuu@193.205.162.6] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== pochu wonders when the Debian NEW queue will be processed... :) | ||
=== bluekuja too | ||
bluekuja | :) | 07:50 |
pochu | hey bluekuja :) | 07:55 |
pochu | bluekuja: do you see any bugs we can close because of bt-download 0.28? I've just closed 4: https://bugs.launchpad.net/ubuntu/+source/gnome-btdownload/ | 08:11 |
pochu | It'd be fine to clean up the list of bugs ;) | 08:11 |
bluekuja | pochu: finishing some stuff | 08:14 |
bluekuja | gonna do them later | 08:14 |
pochu | bluekuja: cool :) Thanks a bunch! | 08:16 |
bluekuja | pochu: thanks to have reminded it to me | 08:16 |
bluekuja | :) | 08:16 |
pochu | yw ;) | 08:16 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Signon time : Tue Jun 5 06:40:35 2007 | ||
=== Signoff time : Thu Jun 14 22:54:32 2007 | ||
=== Total uptime : 9d 16h 13m 57s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:58 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:58 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@115.Red-88-27-28.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: gonna request fische sync, gonna point you to the link soon | 01:08 |
asac | how long is it in debian without RC? | 01:08 |
bluekuja | 5-6 days | 01:08 |
asac | k | 01:09 |
bluekuja | asac: idefixs is developing release 2.0 on bzr | 01:14 |
bluekuja | just seen it | 01:14 |
bluekuja | asac: https://bugs.launchpad.net/fische/+bug/120559 | 01:17 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 120559 in fische "Sync fische-2.0~alpha3-2 from debian unstable" [Undecided,Unconfirmed] | 01:17 | |
bluekuja | asac: let me know when done | 01:19 |
bluekuja | was 4 days | 01:21 |
bluekuja | we pushed it | 01:21 |
asac | damn it takes ages to push trunk branch to mozillateam | 01:33 |
asac | maybe my connection sucks today? | 01:33 |
bluekuja | lol | 01:39 |
=== pochu [n=emilio@211.Red-88-11-174.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 03:44 |
bluekuja | heya | 03:44 |
pochu | Hey | 03:47 |
=== pochu [n=emilio@211.Red-88-11-174.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
bluekuja | heya wojci | 06:21 |
wojci | Hello | 06:21 |
wojci | Did you see http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=libtorrent-rasterbar and http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=btg ? | 06:21 |
bluekuja | let me see | 06:22 |
wojci | Felipe managed to make proper btg and libtorrent packages. | 06:22 |
bluekuja | wojci, wait a min | 06:22 |
wojci | He still needs someone to upload it into debian. | 06:22 |
bluekuja | wojci, you mean | 06:22 |
bluekuja | with correct soname, name changed and so on? | 06:22 |
wojci | I think so. | 06:23 |
wojci | He said that none of you were debian developers .. | 06:23 |
bluekuja | wojci, huh? | 06:24 |
bluekuja | asac is a debian developer | 06:24 |
bluekuja | so what does he say? | 06:24 |
wojci | > I remember something about some ubuntu developers talking to me about | 06:25 |
asac | me? | 06:25 |
wojci | > libtorrent. I gave them your e-mail, as they were doing the same thing, | 06:25 |
wojci | > packaging that is. What did happen? | 06:25 |
wojci | I've talked to them, but it seems like they can't help me much, since they | 06:25 |
wojci | think my packages were ok, but none of them were Debian developers too. I do | 06:25 |
wojci | expect to work with them once btg and libtorrent get in both Debian and | 06:25 |
wojci | Ubuntu. | 06:25 |
bluekuja | wojci, what he said he's really bad | 06:25 |
asac | wojci: request sponsorship | 06:25 |
wojci | You should work on your communication skills a bit. -;) | 06:25 |
wojci | Both of you. ;) | 06:25 |
asac | me? | 06:25 |
asac | why? | 06:25 |
bluekuja | wojci, why? | 06:25 |
bluekuja | we helped him with what he asked | 06:26 |
wojci | I am not saying that its your fault. I just find this situation funny. | 06:26 |
asac | actually i have no idea whats the issue atm :) | 06:26 |
wojci | Seems that there was a breakdown in communication. | 06:26 |
=== asac scrolling up | ||
bluekuja | wojci, we explained him the problem | 06:26 |
bluekuja | and he didnt come back | 06:26 |
bluekuja | again | 06:26 |
wojci | Aha. | 06:26 |
asac | i don't remember talking with felipe about that package | 06:27 |
asac | nor did he ever ask if we can sponsor it | 06:27 |
wojci | Let me try to talk some sense into him and make him join this channel. | 06:27 |
asac | (so i never reviewed them) | 06:27 |
bluekuja | wojci, sounds good | 06:27 |
asac | wojci: rock! | 06:27 |
asac | wojci: i guess he has been in some other channel (maybe -motu?) | 06:27 |
asac | ? | 06:28 |
bluekuja | asac: nope | 06:28 |
wojci | asac/bluekuja: Could I have your e-mail addresses please? | 06:28 |
asac | its asac@PROJECTNAME .... | 06:28 |
bluekuja | wojci, bluekuja@ubuntu/edubuntu.com | 06:28 |
asac | asac@debian.org ... asac@ubuntu.com | 06:28 |
bluekuja | edubuntu.org | 06:28 |
bluekuja | ;) | 06:28 |
asac | wojci: but actually all gets to asac@jwsdot.com | 06:28 |
asac | so if you want to whitelist an email in your spamfilter, use that one :) | 06:28 |
asac | wojci: please don't encourage private mail ;) | 06:29 |
asac | wojci: i already have a bunch of that :) | 06:29 |
asac | ok out! | 06:29 |
asac | see you later (probably) | 06:30 |
bluekuja | asac: cya later alezx | 06:32 |
bluekuja | *alex | 06:32 |
wojci | There, e-mail away. | 06:33 |
bluekuja | wojci, thanks a lot | 06:35 |
bluekuja | :) | 06:35 |
bluekuja | wojci, I'm waiting that package to be in too | 06:35 |
bluekuja | I've got 2 bt clients to include | 06:35 |
bluekuja | that use libtorrent-rasterbar | 06:35 |
wojci | There are gentoo, opensuse and some smaller distro packages of libtorrent and btg already. | 06:36 |
bluekuja | wojci, yeah | 06:36 |
bluekuja | I want linkage | 06:36 |
bluekuja | in | 06:36 |
bluekuja | ;) | 06:36 |
wojci | The only problem is debian, where it takes 3 years before someone notices a packages proposal. ;) | 06:36 |
bluekuja | wojci, well, dont say that, it was bad before | 06:37 |
bluekuja | sonames et all was not correct | 06:37 |
bluekuja | it can mess up things | 06:37 |
wojci | Work it out, leave my out of it. | 06:37 |
wojci | I have no opinion, I just write the software. | 06:38 |
bluekuja | wojci, I dont know why he contacted you then | 06:38 |
bluekuja | wojci, he misunderstood | 06:40 |
bluekuja | that's the only thing | 06:40 |
wojci | There is an arch linux package as well. Also of libtorrent. | 06:43 |
bluekuja | cool | 06:43 |
wojci | And frugal (whatever it is) also has btg. | 06:43 |
wojci | All latest versions. | 06:43 |
pochu | BTW, what is btg? :) | 06:44 |
bluekuja | wojci, debian policy is quite different from other distros | 06:44 |
bluekuja | and now NEW queue is stuck | 06:44 |
wojci | I guess that I should feel motivated to fix the existing bugs and release 0.9.6. | 06:44 |
wojci | pochu, A bittorrent client for smart people. ;) | 06:44 |
bluekuja | for debconf (I think) | 06:44 |
pochu | Oh, then it's not for me :p | 06:44 |
=== pochu ducks | ||
bluekuja | pochu, news for NEW queue? | 06:44 |
wojci | pochu, btg.berlios.de. | 06:44 |
bluekuja | pochu, looks the queue now | 06:46 |
bluekuja | is HUGE | 06:46 |
pochu | bluekuja: but we are at the beginning, so it's not a big problem for us :) | 06:46 |
bluekuja | yup :) | 06:46 |
bluekuja | pochu, verlihub is 4 days old | 06:46 |
bluekuja | :D | 06:46 |
bluekuja | i hope it will processed soon | 06:46 |
bluekuja | :P | 06:46 |
bluekuja | diff-ext is at beginning | 06:47 |
=== javamaniac [i=gerardo@conference/debconf/x-b7bea6bbb9b9392e] has joined #ubuntu-motu-torrent | ||
bluekuja | heya javamaniac ! | 06:47 |
pochu | !info verlihub | 06:47 |
(ubotu/#ubuntu-motu-torrent) Package verlihub does not exist in feisty, feisty-seveas | 06:47 | |
bluekuja | directly from debconf!! | 06:47 |
javamaniac | bluekuja, hello! i'm in your same continent now :D | 06:47 |
bluekuja | :D | 06:47 |
bluekuja | javamaniac, is there ftp master around? | 06:48 |
bluekuja | :D | 06:48 |
javamaniac | a lot | 06:48 |
javamaniac | lol | 06:48 |
bluekuja | lol | 06:48 |
bluekuja | that's why NEW is stuc | 06:48 |
bluekuja | *stuck | 06:48 |
bluekuja | there | 06:48 |
javamaniac | hehehe the ftp masters are eating right now | 06:48 |
javamaniac | xD | 06:48 |
bluekuja | :D | 06:48 |
bluekuja | which sessions you followed? | 06:49 |
bluekuja | javamaniac, is there mark too? | 06:51 |
javamaniac | nope, i didn't see him | 06:51 |
bluekuja | javamaniac, how long is debconf? | 06:52 |
bluekuja | how many days | 06:52 |
javamaniac | 10 days or so | 06:52 |
bluekuja | :D | 06:52 |
pochu | javamaniac: please would you mind asking the archive admins to process the NEW queue for me? | 06:52 |
=== pochu hides | ||
bluekuja | lol | 06:52 |
pochu | :) | 06:53 |
pochu | Or ask them to hire more admins :) | 06:53 |
pochu | I'm volunteering :p | 06:53 |
pochu | and bluekuja too ;) | 06:53 |
bluekuja | lol | 06:53 |
bluekuja | :D | 06:53 |
javamaniac | hehehehe, i don't think so, i won't risk my sponsorship with that xDD | 06:54 |
bluekuja | LOL | 06:55 |
bluekuja | :D | 06:55 |
=== javamaniac is sleepy, it is the jetlag | ||
bluekuja | yeah^^ | 06:55 |
bluekuja | javamaniac come to italy after | 06:56 |
bluekuja | :D | 06:56 |
javamaniac | i'll try, really | 06:57 |
bluekuja | great! | 06:58 |
bluekuja | let me know :) | 06:58 |
=== |Element| [n=Element@122.8.49.225] has joined #ubuntu-motu-torrent | ||
bluekuja | javamaniac, where do you sleep? hotel? | 06:58 |
javamaniac | sponsored hostel | 06:59 |
bluekuja | cool | 07:00 |
javamaniac | bluekuja, http://www.budgetbackpackers.com/rooms.php | 07:00 |
bluekuja | ooh! that's really a nice place! | 07:00 |
bluekuja | I gonna come next year | 07:00 |
bluekuja | :D | 07:00 |
bluekuja | javamaniac, so we can meet up | 07:01 |
javamaniac | great, there's some ubunteros here(AFAIK) | 07:01 |
bluekuja | ooh really? | 07:02 |
bluekuja | who? | 07:02 |
javamaniac | i don't know them, but a friend of mine who reads planet ubuntu say that | 07:02 |
bluekuja | ooh nice | 07:03 |
javamaniac | well, brb | 07:03 |
bluekuja | oki | 07:03 |
bluekuja | :) | 07:03 |
javamaniac | going to eat | 07:03 |
bluekuja | :) | 07:03 |
javamaniac | :) | 07:03 |
=== pochu [n=emilio@182.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@182.Red-83-59-170.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
pochu | !ping | 08:26 |
(ubotu/#ubuntu-motu-torrent) pong | 08:26 | |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-8028497ad4217871] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.195] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@212.Red-88-7-168.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
pochu | Why the hell do I receive so much Chinese spam??? | 11:25 |
pochu | Luckily GMail's antispam rocks :) | 11:26 |
bluekuja | heya :) | 12:07 |
pochu | Hey bluekuja | 12:08 |
bluekuja | heya pochu :) | 12:09 |
bluekuja | pochu: did you see that message from dak? | 12:09 |
bluekuja | on motu-list | 12:09 |
pochu | The 'How to upload to Debian' one? | 12:10 |
bluekuja | nope | 12:10 |
bluekuja | Processing of qjackctl_0.2.22-2ubuntu1_source.changes | 12:10 |
bluekuja | on debian | 12:10 |
bluekuja | lol | 12:10 |
pochu | Hehe | 12:11 |
bluekuja | who did it? | 12:11 |
bluekuja | :) | 12:11 |
pochu | looks like somebody uploaded to unstable rather than to gutsy :-) | 12:11 |
bluekuja | yeah , lol | 12:11 |
bluekuja | that was my package | 12:11 |
bluekuja | (my merge) | 12:11 |
bluekuja | maybe a MOTU badly uploaded | 12:12 |
bluekuja | to unstable | 12:12 |
bluekuja | :P | 12:12 |
pochu | Haha | 12:12 |
bluekuja | with ubuntu versioning | 12:12 |
bluekuja | asac: I'm doing a merge that uses in rules dh_install --sourcedir=debian/tmp | 12:40 |
bluekuja | building it | 12:40 |
bluekuja | I get cp: cannot stat `debian/tmp//usr/bin/msexport': No such file or directory | 12:40 |
bluekuja | with two / | 12:40 |
bluekuja | what can be the problem? | 12:40 |
asac | bluekuja: sorry i am lost here ... no context | 12:42 |
asac | what are you talking about? | 12:43 |
bluekuja | about qgis merge | 12:43 |
bluekuja | :) | 12:43 |
asac | ah | 12:43 |
asac | yeah | 12:43 |
asac | whats the problem? | 12:43 |
bluekuja | need to find out why it gets // | 12:43 |
bluekuja | it FTBFS | 12:43 |
bluekuja | for that | 12:43 |
asac | bluekuja: the // is probably not the problem | 12:43 |
bluekuja | mmm | 12:43 |
asac | it gets it because in .install files the path is started with / | 12:43 |
asac | (in case that you really bother) | 12:43 |
asac | you don't need to put absolute paths in .install files | 12:44 |
asac | but it should work either way | 12:44 |
bluekuja | do you think that it's not the problem? | 12:44 |
asac | yes ... you are on wrong track :) | 12:44 |
asac | mr sherlock holmes ;) | 12:44 |
bluekuja | :D | 12:44 |
asac | the problem is that debian/tmp//usr/bin/msexport does not exist | 12:44 |
asac | :)( | 12:44 |
asac | give it a try | 12:44 |
bluekuja | lets see | 12:45 |
asac | maybe you don't install to debian/tmp at all? | 12:45 |
bluekuja | DESTDIR=$(CURDIR)/debian/tmp | 12:45 |
bluekuja | we're ok for now | 12:45 |
asac | usually you have a $(MAKE) install DESTDIR=debian/tmp somewwhere | 12:45 |
bluekuja | yeah | 12:45 |
bluekuja | that's correct | 12:45 |
asac | yeah ... then msexport is not build at all? | 12:45 |
asac | does that file exist anywhere in your buildtree after the build? | 12:46 |
bluekuja | seems that is not created | 12:46 |
bluekuja | but is installed | 12:46 |
bluekuja | usr/bin/msexport | 12:47 |
bluekuja | in .install | 12:47 |
bluekuja | asac: path is correct in install files | 12:48 |
bluekuja | e.g it does *not* start with / | 12:48 |
asac | bluekuja: yeah ... then the problem is obviously that its not build at all | 12:49 |
bluekuja | exactly | 12:50 |
asac | look in Makefile.am if its there in some bin_PROGRAM | 12:50 |
asac | variable | 12:50 |
asac | bluekuja: just figure out why its not build ... then you fix it :) | 12:50 |
asac | have fun :) | 12:50 |
bluekuja | lol | 12:50 |
asac | ... me has to get breakfast | 12:50 |
bluekuja | :D | 12:50 |
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
bluekuja | heya freeflying | 02:38 |
bluekuja | :) | 02:38 |
freeflying | bluekuja: hi | 02:40 |
=== freeflying is now known as freeflying|away | ||
bluekuja | freeflying|away, you leaving? | 02:40 |
freeflying|away | bluekuja: yes | 02:41 |
bluekuja | freeflying|away, ;) | 02:41 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 03:34 |
pochu | Hello DarkSun88 :) | 04:13 |
=== bluekuja_ [n=andrea@host206-168-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ is now known as bluekuja | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-f6a859e4b9e9355f] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-8601cb0fa94075c2] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | ve | 09:55 |
DarkSun88 | Hi all | 09:55 |
pochu | Hey DarkSun88 | 09:56 |
DarkSun88 | Hi pochu :) | 09:56 |
pochu | :) | 09:56 |
bluekuja | back | 10:38 |
bluekuja | heya all | 10:38 |
bluekuja | heya asac | 10:39 |
bluekuja | you still around? | 10:39 |
asac | yeah somehow | 10:41 |
bluekuja | cool | 10:41 |
bluekuja | your gf? | 10:41 |
bluekuja | thought you were around with her | 10:42 |
bluekuja | ^^ | 10:42 |
asac | she is budy | 10:42 |
asac | busy | 10:42 |
asac | :) | 10:42 |
bluekuja | oh :) | 10:42 |
bluekuja | asac: If I finish a debdiff can I ask yo to take a look? | 10:42 |
DarkSun88 | bluekuja: Work you always? | 10:48 |
bluekuja | DarkSun88, yeah, just went home | 10:48 |
bluekuja | and I re-start working | 10:49 |
bluekuja | :D | 10:49 |
bluekuja | DarkSun88, have you seen any merge to do? | 10:49 |
DarkSun88 | Mm, no, unfortunately. | 10:50 |
bluekuja | :D | 10:50 |
DarkSun88 | Now I'm studying. | 10:50 |
bluekuja | DarkSun88, exams? | 10:50 |
bluekuja | :) | 10:50 |
bluekuja | do you study on saturday too? | 10:51 |
bluekuja | that's bad | 10:51 |
bluekuja | : | 10:51 |
bluekuja | :P | 10:51 |
DarkSun88 | Yes, 2007-06-21 the first exam | 10:51 |
asac | bluekuja: finish the debdiff, then we can see :) | 10:52 |
bluekuja | asac: sounds great | 10:52 |
bluekuja | :) | 10:52 |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
asac | ok out | 12:10 |
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
DarkSun88 | G'night | 01:00 |
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | heya guys | 11:49 |
pochu | Hi bluekuja | 11:55 |
bluekuja | heya pochu | 11:55 |
bluekuja | :) | 11:55 |
=== pochu [n=emilio@35.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-6b28934afc9ead49] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-880d4a49f130fbec] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-94c635efef4cbb47] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host106-173.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-400e2f2b22dd98ae] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ is now known as bluekuja | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 10:46 |
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
fsateler | hey there. you may want to check out the (new) packages I made for libtorrent-rasterbar and btg | 11:21 |
fsateler | available in binary and source forms: | 11:21 |
fsateler | deb ftp://ftp.berlios.de/pub/btg/debian unstable main | 11:21 |
fsateler | deb-src ftp://ftp.berlios.de/pub/btg/debian unstable main | 11:21 |
=== pochu wonders what's about the mentors one... | ||
fsateler | not much, really. Just a better cleanup of debian/rules | 11:21 |
fsateler | plus using ${binary:Version} instead of ${Source-Version} | 11:23 |
fsateler | in fact, I just remembered I reuploaded to mentors a few days ago | 11:25 |
=== pochu wonders whether you'll find a mentor anytime soon... | ||
pochu | fsateler: Madrid or Bara? ;) | 11:30 |
fsateler | ? | 11:30 |
pochu | So you're not spanish :) | 11:31 |
fsateler | hehe, no | 11:31 |
fsateler | Chilean | 11:31 |
pochu | I thought you were because of your name ;) | 11:31 |
pochu | Hehe, that was a possibility too :) | 11:31 |
fsateler | hmm... seems like latin america has been forgotten :p | 11:32 |
pochu | When your soccer team wins the league, you don't think in every possibility ;) | 11:34 |
fsateler | that happened today, right? | 11:37 |
pochu | Yeah | 11:39 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@161.Red-88-9-224.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== Signon time : Thu Jun 14 22:54:52 2007 | ||
=== Signoff time : Mon Jun 18 15:35:46 2007 | ||
=== Total uptime : 3d 16h 40m 54s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 03:39 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 03:39 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== pochu [n=emilio@72.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@80.Red-88-27-29.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@252.Red-83-57-163.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.173] has joined #ubuntu-motu-torrent | ||
=== User470 [n=User@70-58-81-27.tukw.qwest.net] has joined #ubuntu-motu-torrent | ||
=== hagabaka [n=hagabaka@unaffiliated/hagabaka] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya hagabaka | 07:12 | |
hagabaka | hey bluekuja | 07:12 |
hagabaka | i've asked about this before, but will fiesty eventually upgrade rtorrent to 0.7.4 or do i have to switch to gutsy? | 07:12 |
(bluekuja/#ubuntu-motu-torrent) hagabaka, need to wait gutsy for it | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:13 | |
hagabaka | the software itself can be built and run on fiesty, so there shouldn't be a reason... | 07:13 |
(bluekuja/#ubuntu-motu-torrent) yeah, but we cant | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) add it to feistu | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) *feisty | 07:13 | |
(bluekuja/#ubuntu-motu-torrent) it's not a security update | 07:13 | |
hagabaka | oh | 07:13 |
(bluekuja/#ubuntu-motu-torrent) so only thing is to have gutsy | 07:14 | |
(bluekuja/#ubuntu-motu-torrent) or download it on feisty | 07:14 | |
hagabaka | what does the feisty-proposed repository do? | 07:15 |
(bluekuja/#ubuntu-motu-torrent) packages with grave security problems | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) can be added there | 07:15 | |
hagabaka | oh | 07:15 |
hagabaka | and -updates are also only for security updates? | 07:16 |
(bluekuja/#ubuntu-motu-torrent) I think yes, pochu you confirm? | 07:17 | |
(bluekuja/#ubuntu-motu-torrent) pochu asked for an SRU | 07:17 | |
hagabaka | SRU? | 07:17 |
pochu | reading | 07:17 |
(bluekuja/#ubuntu-motu-torrent) https://wiki.ubuntu.com/MOTU/SRU | 07:18 | |
pochu | Well, -security is for security vulnerabilities. | 07:18 |
pochu | -updates is for grave bugs, and -testing is for testing -updates uploads. | 07:18 |
pochu | For new releases, we have -backports. | 07:18 |
hagabaka | i see | 07:19 |
pochu | !backports | 07:19 |
(ubotu/#ubuntu-motu-torrent) If new updated Ubuntu packages are built for an application, then they go into Ubuntu Backports. See https://help.ubuntu.com/community/UbuntuBackports - See also !packaging | 07:19 | |
hagabaka | there's a request to backport rtorrent at https://bugs.launchpad.net/feisty-backports/+bug/117815 , but it was rejected seemingly because the library has dependencies that's not met in feisty | 07:20 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 117815 in feisty-backports "Backport rtorrent 0.7.4-2 from Gutsy" [Undecided,Rejected] | 07:20 | |
pochu | hagabaka: then it's not possible. You'll have to wait for Gutsy, I'm afraid | 07:20 |
hagabaka | does backport mean directly duplicating the package from a newer version of ubuntu, instead of rebuilding it for the current version? | 07:21 |
pochu | No, it rebuilds it, but a new upstream release might need newer libraries, which aren't in that release. | 07:24 |
pochu | Which seems to be the case. | 07:24 |
hagabaka | but there's a guide on ubuntu forums for installing rtorrent 0.7.4 on fiesty, and it doesn't use any newer libraries | 07:25 |
hagabaka | it seems that only the gutsy package is dependent on newer libraries | 07:25 |
hagabaka | http://ubuntuforums.org/showthread.php?t=371275 | 07:26 |
hagabaka | i think the post is actually be for edgy | 07:27 |
pochu | Let me see | 07:38 |
pochu | hagabaka: it needs libtorrent >= 0.11.3 (not 0.11.4) | 07:42 |
pochu | !info libtorrent-dev feisty | 07:42 |
(ubotu/#ubuntu-motu-torrent) Package libtorrent-dev does not exist in feisty | 07:42 | |
hagabaka | so does it only mean libtorrent should be backported before rtorrent can be backported? | 07:43 |
hagabaka | they're from the same project | 07:44 |
pochu | Yes, it'd need a backport too. | 07:44 |
pochu | So you can file a backport request for libtorrent, and if it's approved, then reopen the rtorrent one :) | 07:44 |
hagabaka | ok | 07:44 |
pochu | Let me know if you need help / have any problem. | 07:45 |
hagabaka | all right, thanks | 07:45 |
pochu | You're welcome. And thanks for work on this :) | 07:46 |
pochu | I hope libtorrent can be backported, though I'm not sure about it... | 07:46 |
=== pochu_ [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu_ is now known as pochu | ||
=== javamaniac [i=gerardo@conference/debconf/x-cba09dd38695c0fe] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== hagabaka [n=hagabaka@bp.fiveforty.jp] has joined #ubuntu-motu-torrent | ||
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@212.242.227.4] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
-ChanServ(ChanServ@services.)- [#ubuntu-server] Ubuntu Server Discussions (development and support) | 09:28 | |
-ChanServ(ChanServ@services.)- [#ubuntu-ops] Welcome to #ubuntu-ops - Home of the operators for official K/X/Ed/Ubuntu channels. Questions, requests and complaints about Ubuntu related channels and their people can be filed here" | 09:28 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:28 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 09:28 | |
bluekuja | heya javamaniac 1 | 09:30 |
bluekuja | *!!! | 09:30 |
bluekuja | :) | 09:30 |
javamaniac | bluekuja, hey how are you? | 09:31 |
bluekuja | really good! | 09:32 |
bluekuja | you? | 09:32 |
bluekuja | :) | 09:32 |
javamaniac | i'm fine, but tired, my WiFi card doesn't work , and i've walked a lot here in EDI to find a PC store :S | 09:33 |
bluekuja | lol | 09:33 |
bluekuja | how its going? | 09:33 |
javamaniac | very well, DebConf r0x! | 09:35 |
bluekuja | javamaniac, :D | 09:35 |
bluekuja | I know! | 09:35 |
bluekuja | I really want to come | 09:35 |
bluekuja | next year | 09:35 |
javamaniac | yes try to do it | 09:36 |
javamaniac | it's great | 09:36 |
bluekuja | where you said it will be next year?= | 09:36 |
javamaniac | Argentina :) | 09:37 |
bluekuja | awww | 09:37 |
bluekuja | really far | 09:37 |
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
pochu | and UDS at Boston... :/ | 10:17 |
=== nuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuuu [i=neuro@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu is now known as nu | ||
=== nu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nu is now known as nuu | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.173] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host223-216.pool8248.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== freeflying is now known as freeflying|away | ||
=== andrea__ [n=andrea@host185-170-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== andrea__ is now known as bluekuja | ||
=== pochu [n=emilio@128.Red-83-59-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
pochu | Good morning! | 12:59 |
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@229.Red-83-59-169.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@82.52.168.242] has joined #ubuntu-motu-torrent | ||
=== pochu_ [n=emilio@36.Red-88-7-171.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu_ is now known as pochu | ||
=== bluekuja_ [n=andrea@host60-223-dynamic.54-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-03cb1dc90841b019] has joined #ubuntu-motu-torrent | ||
=== andrea__ [n=andrea@host126-124-dynamic.54-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== andrea__ is now known as bluekuja | ||
bluekuja | freeflying|away, still away? | 05:52 |
bluekuja | :) | 05:52 |
freeflying|away | bluekuja: hi | 06:23 |
=== freeflying|away is now known as freeflying | ||
bluekuja | freeflying, heya! | 06:23 |
bluekuja | :) | 06:23 |
bluekuja | pochu, heya | 06:27 |
bluekuja | do you plan to do muine merge? | 06:28 |
pochu | Hey bluekuja :) | 06:28 |
bluekuja | or I can do it? | 06:28 |
pochu | I did it, but it failed to build... | 06:28 |
bluekuja | aww | 06:28 |
pochu | I guess that might be nmu's patch ;) | 06:28 |
bluekuja | ^^ | 06:28 |
pochu | So I'm waiting for a maintainer upload :p | 06:28 |
bluekuja | I'll leave it then | 06:28 |
bluekuja | tnx for the info | 06:28 |
bluekuja | :) | 06:28 |
pochu | np :) | 06:29 |
freeflying | bluekuja: done | 06:39 |
bluekuja | freeflying, thanks a lot :) | 06:40 |
bluekuja | good shower | 06:40 |
bluekuja | :) | 06:40 |
freeflying | bluekuja: we may maintain all packages relate to bttorrent on launchpad | 06:41 |
bluekuja | freeflying, yup | 06:41 |
bluekuja | like adding an unique maintainer? | 06:42 |
bluekuja | like debian does? | 06:42 |
freeflying | bluekuja: ya | 06:42 |
bluekuja | asac: what do you think? | 06:42 |
bluekuja | freeflying, sounds like a nice idea | 06:42 |
bluekuja | pochu: in your opinion? | 06:42 |
bluekuja | freeflying, we need an official ML for it | 06:44 |
bluekuja | if I'm right | 06:45 |
freeflying | bluekuja: yes, you may poke the ml dude :) | 06:45 |
bluekuja | freeflying, yeah, you're right, what's his name? | 06:45 |
bluekuja | jono bacon? | 06:46 |
freeflying | bluekuja: you may try | 06:46 |
bluekuja | freeflying, yeah | 06:47 |
freeflying | bluekuja: or poke Znarl | 06:47 |
bluekuja | I think I gonna ping him | 06:47 |
bluekuja | yeah, but jono maintains MLs | 06:47 |
bluekuja | gonna email/ping him | 06:47 |
freeflying | Znarl is employee of Canonical who is in charge of network administrator | 06:47 |
asac | whats this about? | 06:48 |
bluekuja | asac: about maintaining all packages | 06:48 |
bluekuja | related to btorrent | 06:48 |
bluekuja | e.g like debian | 06:48 |
asac | yeah ... if you can convince current debian maintainers to join the team ... great | 06:50 |
asac | but you probably cannot force takeover of maintenance :) | 06:51 |
bluekuja | asac: and only for ubuntu? | 06:51 |
bluekuja | like Maintainer: | 06:52 |
bluekuja | XSBC | 06:52 |
bluekuja | asac: it's ok to do it for ubuntu | 06:53 |
bluekuja | as far as XSBC exist | 06:54 |
bluekuja | freeflying, gonna ping him | 06:55 |
bluekuja | and let you know | 06:55 |
bluekuja | :) | 06:55 |
bluekuja | thanks for the nice hint | 06:55 |
asac | why not... though it might probably make more sense to once the team has more people with upload rights | 06:56 |
bluekuja | yeah | 06:57 |
pochu | The problem would be how to do it. If we are going to sync/merge from Debian, it'll be probably hard... | 07:05 |
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
pochu | And I can't find a good reason to entirely maintain them ourselves... | 07:06 |
bluekuja | pochu: he means only for ubuntu | 07:06 |
bluekuja | I think | 07:06 |
bluekuja | e.g Maintainer: motu-torrents@list.etc | 07:06 |
bluekuja | XSBC: debian maintainer | 07:07 |
pochu | And then don't sync/merge from Debian anymore? | 07:07 |
bluekuja | why? | 07:08 |
bluekuja | pochu: we are talking about maintainer | 07:09 |
bluekuja | everyone can merge/sync then | 07:09 |
bluekuja | but emails are received by all the team | 07:09 |
pochu | Oh, just the maintainer? | 07:10 |
bluekuja | yup | 07:10 |
bluekuja | :) | 07:10 |
bluekuja | brb | 07:10 |
pochu | I thought it was about setting a repo and having the debian/ dir there. | 07:10 |
pochu | Which would become a problem when syncing from Debian... | 07:10 |
bluekuja | pochu: no no :) | 07:15 |
bluekuja | just maintainer | 07:15 |
pochu | Oh, it's cool then! | 07:16 |
pochu | Of course in packages we sync we won't have the Maintainer address... | 07:16 |
pochu | But that's not a problem, IMHO :) | 07:16 |
bluekuja | yeah | 07:16 |
bluekuja | not a problem | 07:16 |
bluekuja | I'll mail motu list | 07:16 |
bluekuja | to tell everyone what to do | 07:16 |
bluekuja | with bt merges | 07:17 |
bluekuja | ;) | 07:17 |
bluekuja | now I wait jono bacon | 07:17 |
pochu | bluekuja: wait | 07:19 |
pochu | For the ML: https://blueprints.launchpad.net/launchpad/+spec/team-mailing-lists | 07:19 |
bluekuja | let me read | 07:19 |
bluekuja | pochu: when it will be active? | 07:20 |
bluekuja | pochu: I can just add a ticket | 07:22 |
bluekuja | and it will be done soon | 07:23 |
pochu | I'm afraid it'll take a while... | 07:24 |
pochu | It was recently set to high prio, and it's assigned, but I think coding hasn't started yet. | 07:25 |
pochu | So probably more than one month... even two | 07:25 |
bluekuja | yeah | 07:41 |
bluekuja | so I ping mailman | 07:41 |
pochu | Unless we can wait after the summer | 07:41 |
bluekuja | mmmm... | 07:43 |
bluekuja | I pinged Ng | 07:43 |
bluekuja | and he said to open a request on mailman tracker | 07:43 |
bluekuja | and they will do it | 07:43 |
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-f44af443a555a917] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
pochu | bluekuja: 20:27 < barry> pochu: only very rough. i think it will be a month or so | 08:45 |
bluekuja | awww | 08:45 |
bluekuja | not nice to hear | 08:45 |
bluekuja | :P | 08:45 |
pochu | Well, providing the ubuntu.com ML takes more than a month to be approved, it's cool ;) | 08:46 |
bluekuja | lol | 08:46 |
bluekuja | really? | 08:46 |
bluekuja | they said me to ask it on sysadmins | 08:47 |
bluekuja | and then it gets approved | 08:47 |
pochu | Well, it was about ~2 weeks ago, before jono was taking care of it. | 08:49 |
bluekuja | cool | 08:49 |
pochu | I've seen people complaining on loco-contacts ML because they were waiting more than a month and had asked many times | 08:49 |
pochu | But I think it'd be better to wait for the LP ML. It'll be integrated in LP, with the archives there, the admins... | 08:50 |
bluekuja | mmm... | 08:50 |
bluekuja | did they follow the procedure? | 08:50 |
bluekuja | e.g asking to sysadmins? | 08:50 |
pochu | And probably when somebody join the team, they'll be automatically added to the ML, which is cool IMHO. | 08:50 |
pochu | bluekuja: there was a mail address to ask it, and they mailed it. | 08:51 |
pochu | But probably since they weren't approved teams... | 08:51 |
pochu | e.g. the Spain Team created his own mailman after waiting for a long time | 08:51 |
bluekuja | mmm... | 08:52 |
bluekuja | I think I gonna send the request | 08:52 |
bluekuja | and then wait | 08:52 |
=== javamaniac [i=gerardo@conference/debconf/x-1a2bf6654d0e6c22] has joined #ubuntu-motu-torrent | ||
=== pochu_ [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu_ [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu_ is now known as pochu | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-cc990f3f317e6dee] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 01:26 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 01:26 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 01:26 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 01:26 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 01:26 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 01:26 | |
=== #ubuntu-boot is desynced from anthony.freenode.net at 01:27am | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 05:23 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 05:23 | |
=== #kubuntu You need to be identified to join that channel | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:23 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 05:23 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 05:23 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:23 | |
=== Signon time : Mon Jun 18 15:35:53 2007 | ||
=== Signoff time : Wed Jun 20 06:33:51 2007 | ||
=== Total uptime : 1d 14h 57m 58s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:37 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:37 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== pochu [n=emilio@122.Red-88-11-171.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@122.8.49.33] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) pochu, aww I forgot to mail | 09:14 | |
(bluekuja/#ubuntu-motu-torrent) mailman@lists | 09:14 | |
(bluekuja/#ubuntu-motu-torrent) today | 09:14 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 09:14 | |
pochu | bluekuja: better :p | 09:34 |
=== pochu prefers the LP ML ;) | ||
(bluekuja/#ubuntu-motu-torrent) lol | 09:35 | |
(bluekuja/#ubuntu-motu-torrent) 2 months for it?? | 09:35 | |
pochu | Well, he said me ~ one month :) | 09:36 |
pochu | And we have already been without it for more than that ;) | 09:36 |
(bluekuja/#ubuntu-motu-torrent) yeah | 09:36 | |
(bluekuja/#ubuntu-motu-torrent) for | 09:37 | |
(bluekuja/#ubuntu-motu-torrent) me | 09:37 | |
(bluekuja/#ubuntu-motu-torrent) we can wait then | 09:37 | |
pochu | And since I won't be that active during the summer, I don't care whether it's one month or even two and a half :) | 09:37 |
(bluekuja/#ubuntu-motu-torrent) lol | 09:37 | |
pochu | Cool :) | 09:37 |
pochu | bbl, dinner | 09:37 |
(bluekuja/#ubuntu-motu-torrent) oki :) | 09:37 | |
(bluekuja/#ubuntu-motu-torrent) cu later | 09:37 | |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
bluekuja | pochu, why? | 10:09 |
bluekuja | pochu, that patch was added on LP | 10:10 |
pochu | bluekuja: I saw it (I'm a contact for tracker). I think we should patch python/deskbar-handler/tracker-handler.py instead... | 10:10 |
bluekuja | pochu, it wont be fixed there? | 10:11 |
bluekuja | pochu, I dont see problems | 10:11 |
pochu | bluekuja: no, since the sv.po you patched is the Swedish translation... | 10:11 |
pochu | bluekuja: the bug is in the English translation, not in the Swedish one ;) | 10:12 |
bluekuja | pochu, but it was present on svedish too | 10:12 |
bluekuja | so every translation | 10:12 |
bluekuja | pochu, anyway I did *not* do that patch | 10:12 |
bluekuja | I just made the debdiff | 10:12 |
pochu | bluekuja: yeah, I'm not complaining against you ;) | 10:13 |
bluekuja | and I trusted people that got that problem | 10:13 |
pochu | Though your sponsor should have reviewed it first... :/ | 10:13 |
bluekuja | (and that knows that problem) | 10:13 |
bluekuja | pochu, let me check that file | 10:13 |
bluekuja | pochu, yeah | 10:14 |
bluekuja | is there | 10:14 |
bluekuja | pochu, want me to make a debdiff again= | 10:14 |
bluekuja | ? | 10:14 |
pochu | Give me a moment to be sure about it. | 10:15 |
bluekuja | please be SURE | 10:15 |
bluekuja | :) | 10:15 |
pochu | It's not a big issue, so probably it's better to wait for 0.6, which will be out soon. | 10:15 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
bluekuja | pochu, sv.po is the only lang | 10:18 |
bluekuja | with that | 10:18 |
bluekuja | so it's right | 10:18 |
bluekuja | ;) | 10:18 |
bluekuja | english doesnt even have it | 10:19 |
bluekuja | pochu, who made the patch knows what he did (as far as he uses it) | 10:19 |
bluekuja | so we're ok | 10:19 |
bluekuja | ;) | 10:19 |
pochu | bluekuja: I don't think so. That patch will either do nothing or brake the Swedish translation, but will not fix the English one (which is the one that is broken) | 10:20 |
[aguaithefreak(n=aguai@125-225-113-95.dynamic.hinet.net)] hihi | 10:21 | |
bluekuja | pochu, if you want | 10:21 |
[aguaithefreak(n=aguai@125-225-113-95.dynamic.hinet.net)] where to see your log? | 10:21 | |
bluekuja | I can patch directly the file | 10:21 |
bluekuja | and upload it | 10:21 |
bluekuja | what do you think= | 10:21 |
bluekuja | ? | 10:21 |
pochu | I think it's better to just remove the patch, and wait for 0.6 | 10:22 |
pochu | I'll make sure it has it fixed. | 10:22 |
bluekuja | pochu, let's keep that where it is | 10:22 |
bluekuja | then | 10:22 |
bluekuja | It wont break anything | 10:22 |
bluekuja | I'm sure | 10:22 |
bluekuja | so leave it as it is | 10:23 |
pochu | Ok then. | 10:23 |
bluekuja | and wait for 0.6 | 10:23 |
bluekuja | so you can take care of it | 10:23 |
bluekuja | ;) | 10:23 |
pochu | :) | 10:23 |
pochu | Will do :) | 10:23 |
bluekuja | :) | 10:23 |
bluekuja | thanks | 10:23 |
bluekuja | :) | 10:23 |
pochu | yw ;) | 10:25 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [i=gerardo@conference/debconf/x-798e6cda8f1737ee] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-a6c014506be3dc9e] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-ff9f56deb2fb4f4f] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-1baa420832271465] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-ab05390b1720ec2e] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.246] has joined #ubuntu-motu-torrent | ||
bluekuja | freeflying, heya bro | 06:59 |
bluekuja | just sent a mail to you | 06:59 |
bluekuja | (six o'clock in the morning here :P) | 06:59 |
freeflying | bluekuja: hi | 07:10 |
bluekuja | :) | 07:11 |
bluekuja | freeflying,is the mail there? | 07:11 |
bluekuja | freeflying, leaving for work :/ | 07:13 |
bluekuja | mail should be there, see you later | 07:13 |
bluekuja | ;) | 07:13 |
bluekuja | just tell me done when done | 07:14 |
bluekuja | ;) | 07:14 |
freeflying | bluekuja: uploaded | 07:19 |
=== cynics [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent | ||
=== lirazzzz [n=lirazzzz@84.94.1.218.cable.012.net.il] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-cf593211a0c7e6d2] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== |Element [n=Element@116.215.161.225] has joined #ubuntu-motu-torrent | ||
=== |Element is now known as Element | ||
=== |Element [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element is now known as |Element| | ||
=== javamaniac [i=gerardo@conference/debconf/x-bae38a1849ea2cbc] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.99.167] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-a7b96733f6f4030f] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
pochu | bluekuja: hopefully the NEW queue will be processed soon, now that debconf is finished/finishing :) | 06:36 |
bluekuja | wooooooooooooooooohoooooooooooooooOO! | 06:36 |
bluekuja | pochu, that's a great news! | 06:37 |
bluekuja | fsateler, heya | 06:37 |
fsateler | hi | 06:37 |
bluekuja | how are you ? | 06:37 |
bluekuja | fsateler, news? | 06:38 |
pochu | hey fsateler | 06:38 |
fsateler | oh, so many pepople talking at me.. :p | 06:39 |
fsateler | hehe | 06:39 |
bluekuja | ^^ | 06:39 |
fsateler | bluekuja: I put binary packages of libtorrent-rasterbar and btg in btg's ftp site | 06:39 |
fsateler | ftp://ftp.berlios.de/pub/btg/debian | 06:40 |
bluekuja | fsateler, wait | 06:40 |
bluekuja | need to know more about your packages in mentors. | 06:40 |
fsateler | what do you want to know? | 06:42 |
bluekuja | did you fix name problem? | 06:42 |
fsateler | no, because since both libtorrents have different sonames they can coexist | 06:43 |
pochu | What about -dev? | 06:43 |
bluekuja | nice question pochu | 06:44 |
bluekuja | :) | 06:44 |
fsateler | -dev has to conflict | 06:44 |
bluekuja | so it cannot be accepted | 06:44 |
bluekuja | into debian | 06:44 |
fsateler | why? | 06:44 |
bluekuja | and anyway how do you name folders? | 06:44 |
pochu | It can, but it's not the best solution, IMHO. | 06:44 |
bluekuja | e.g libtorrent | 06:45 |
bluekuja | pochu, yeah, but it's not good | 06:45 |
bluekuja | ;) | 06:45 |
fsateler | mmm... what could be done is to put libtorrents headers inside a libtorrent-rasterbar folder | 06:45 |
fsateler | so they would be /usr/include/libtorrent-rasterbar/libtorrent/*.hpp | 06:45 |
bluekuja | yea | 06:45 |
bluekuja | that's seems nicer | 06:45 |
bluekuja | fsateler, you can do it? | 06:46 |
fsateler | yes | 06:46 |
bluekuja | oooooki | 06:47 |
fsateler | but I have to check first how the installation goes... | 06:47 |
fsateler | I really hate these autotools stuff... it just makes stuff complicated | 06:47 |
bluekuja | lol | 06:48 |
fsateler | although this time it seems it made it easier: apparently a configure switch does the trick | 06:50 |
bluekuja | fsateler, new libtorrent-rasterbar release? | 06:50 |
fsateler | not yet... let me check this actually works | 06:50 |
fsateler | plus, I think that the pkgconfig file has to be updated | 06:51 |
=== fsateler waits while libtorrent builds | ||
bluekuja | ^^ | 06:55 |
(javierder/#ubuntu-motu-torrent) hi bluekuja | 07:09 | |
bluekuja | heya javierder | 07:09 |
(javierder/#ubuntu-motu-torrent) did you get my email with the updated tribler packages? | 07:10 | |
bluekuja | let me see | 07:10 |
bluekuja | yup | 07:11 |
bluekuja | is here | 07:11 |
bluekuja | let me finish some urgent stuff | 07:11 |
(javierder/#ubuntu-motu-torrent) ok, let me know if it's ok. | 07:11 | |
bluekuja | and I'm with you | 07:11 |
(javierder/#ubuntu-motu-torrent) no problem :) | 07:11 | |
bluekuja | to check it | 07:11 |
bluekuja | ;) | 07:11 |
bluekuja | thanks for ti | 07:11 |
bluekuja | *it | 07:11 |
fsateler | bluekuja: it seems I moved the include dir. however I'm afraid it was useless :( | 07:26 |
fsateler | both -dev packages have conflicting files: libtorrent.{pc,so,a} | 07:27 |
fsateler | plus, rakshasa's includes are in /usr/include/torrent, which didn't conflict with rasterbar's in the first place :/ | 07:28 |
=== javamaniac [i=gerardo@conference/debconf/x-9ec0d01a1d04bb25] has joined #ubuntu-motu-torrent | ||
=== pochu wonders why the hell they have the same name... | ||
pochu | It's like if I start a new library called Glib :p | 07:30 |
fsateler | indeed... the creativity (or lack thereof) shown in free software names is amazing | 07:31 |
fsateler | I bet there are even more libtorrents we are not aware of | 07:33 |
pochu | hehe | 07:34 |
fsateler | so what do we do now? | 07:41 |
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-dcfff5a6415ccef2] has joined #ubuntu-motu-torrent | ||
bluekuja | heya javamaniac !!! | 09:47 |
bluekuja | how it's going? | 09:47 |
=== javamaniac [i=gerardo@conference/debconf/x-b7ea6f3dbd1605e6] has joined #ubuntu-motu-torrent | ||
=== gerardo_ [i=gerardo@conference/debconf/x-0b977c91e16dc01e] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-2e12783c20ee751b] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-101-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent | ||
=== freeflying is now known as cynics | ||
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent | ||
=== freeflying is now known as cynics | ||
bluekuja | cynics, you have a mail | 07:08 |
bluekuja | ;) | 07:08 |
cynics | bluekuja: uploaded | 07:25 |
=== freeflying [n=freeflyi@123.116.100.244] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@29.Red-88-24-187.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-583d5dd53da222d8] has joined #ubuntu-motu-torrent | ||
=== pochu_ [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu_ is now known as pochu | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-9497f7b493b3415b] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
freeflying | bluekuja: all merges done | 06:16 |
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-4686e1885c40b187] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-56949335d09865a1] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.102.157] has joined #ubuntu-motu-torrent | ||
=== cynics_ [n=cynics@123.116.102.157] has joined #ubuntu-motu-torrent | ||
=== cynics_ is now known as cynics | ||
cynics | bluekuja: why don't you build xmms2-plugin-faad? | 08:41 |
cynics | cynics: as to the gmsh, you have used a pre-version from gutsy archive | 08:41 |
cynics | bluekuja: as to the gmsh, you have used a pre-version from gutsy archive | 08:41 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | cynics, yeah | 11:58 |
bluekuja | that's what I did | 11:58 |
bluekuja | I used previous version | 11:58 |
bluekuja | and debdiffed with new | 11:58 |
bluekuja | (mine) | 11:58 |
bluekuja | :) | 11:59 |
bluekuja | cynics, mmm....geser introduced that change for xmms | 11:59 |
bluekuja | in previous version | 11:59 |
bluekuja | dont know the exact motivation for it | 11:59 |
bluekuja | as far as it's not specified | 12:00 |
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-c0106eb853de9b86] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.102.157] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-28733d836dca1716] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== gerardo_ [i=gerardo@conference/debconf/x-f19ffe53cece1fa2] has joined #ubuntu-motu-torrent | ||
=== javamaniac [i=gerardo@conference/debconf/x-c243bb9abafef754] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== cynics [n=cynics@123.118.0.94] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 02:32 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 02:32 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 02:32 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 02:32 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 02:32 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 02:32 | |
=== #ubuntu-boot is desynced from kubrick.freenode.net at 02:33am | ||
=== Signon time : Wed Jun 20 06:33:55 2007 | ||
=== Signoff time : Mon Jun 25 06:11:07 2007 | ||
=== Total uptime : 4d 23h 37m 12s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:14 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:15 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== cynics [n=cynics@58.31.11.250] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.97.91] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mumbly [n=olivier@s2ii.com] has joined #ubuntu-motu-torrent | ||
=== mumbly [n=olivier@s2ii.com] has left #ubuntu-motu-torrent ["sudo] | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== cynics [n=cynics@123.116.98.128] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya cynics | 07:02 | |
(bluekuja/#ubuntu-motu-torrent) you have a mail | 07:03 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:03 | |
=== bluekuja_ [n=andrea@host171-43.pool80183.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ is now known as bluekuja | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@14.Red-83-63-199.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.98.128] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== cynics [n=cynics@123.116.99.96] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@host243-44-dynamic.10-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.98.41] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [i=psybnc@host151-149-dynamic.3-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@78.Red-88-7-169.staticIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day all, In about 15 minutes to half an hour i'm going to begin maintenence on a few servers. About 5000 total users will be affected by this and this should not take long at all. I will give any further information in wallops, /mode your_nick w if you wish to see any further info. | 10:54 | |
!dmwaters:*! Alright folks, first server in my maintenence has about 530 or so users on it. rebooting this one first. | 11:23 | |
!dmwaters:*! Alright folks, next server, about 600 users affected. | 11:31 | |
!dmwaters:*! Alright folks, last server. affected users, about 1300 | 11:48 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
!dmwaters:*! small server restart, 20 users affected | 05:23 | |
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day all. It appears we had a bit of routing trouble with one of our european hubs, I've rerouted around it for now, so we'll see how well it behaves.:) Thank you for your patience, and thank you for using freenode! | 06:01 | |
bluekuja | @schedule rome | 06:59 |
ubotu | Schedule for Europe/Rome: Current meeting: Ubuntu Development Team | 29 Jun 13:00: MOTU Team | 03 Jul 21:00: Technical Board | 04 Jul 22:00: Edubuntu | 05 Jul 22:00: Ubuntu Development Team | 10 Jul 17:00: Kernel Team | 06:59 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.101.251] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
bluekuja | @schedule rome | 06:20 |
ubotu | Schedule for Europe/Rome: 03 Jul 21:00: Technical Board | 04 Jul 22:00: Edubuntu | 05 Jul 22:00: Ubuntu Development Team | 10 Jul 17:00: Kernel Team | 11 Jul 14:00: Edubuntu | 12 Jul 17:00: Ubuntu Development Team | 06:20 |
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.99.76] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi everyone. As you might have heard, version 3 of the GPL was released yesterday. No matter what licence you believe in, this release will impact the open source world. Read it and make your mind up: http://www.gnu.org/licenses/gpl.html - And, as always, thank you for using freenode! :) | 11:36 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent | ||
=== cynics_ [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent | ||
=== cynics_ [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 09:11 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 09:11 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:11 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 09:11 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 09:11 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 09:11 | |
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 01:47 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 01:47 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 01:47 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 01:47 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 01:47 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 01:47 | |
=== Signon time : Mon Jun 25 06:11:18 2007 | ||
=== Signoff time : Mon Jul 2 06:41:22 2007 | ||
=== Total uptime : 7d 0h 30m 4s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:45 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:45 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 11:58 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@116.215.161.1] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.103.235] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) heya mruiz | 06:03 | |
mruiz | hi all | 06:03 |
(bluekuja/#ubuntu-motu-torrent) :) | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, qbittorrent | 06:03 | |
(bluekuja/#ubuntu-motu-torrent) uses libtorrent-rasterbar | 06:04 | |
(bluekuja/#ubuntu-motu-torrent) if I'm right | 06:04 | |
(bluekuja/#ubuntu-motu-torrent) can you confirm that? | 06:04 | |
mruiz | it uses this libtorrent: http://sourceforge.net/projects/libtorrent/ | 06:04 |
(bluekuja/#ubuntu-motu-torrent) mruiz, do you have a homepage for qbit? | 06:04 | |
mruiz | in the Ubuntu archive I found other libtorrent | 06:04 |
mruiz | sure: http://www.qbittorrent.org/ | 06:05 |
(bluekuja/#ubuntu-motu-torrent) mruiz: qBittorrent is based on the great Libtorrent by Arvid Norberg. | 06:06 | |
(bluekuja/#ubuntu-motu-torrent) check www.libtorrent.net | 06:07 | |
mruiz | yes, is the same :-) | 06:08 |
mruiz | how do you rename the library ? | 06:08 |
mruiz | because "libtorrent" in Ubuntu is other project | 06:08 |
(bluekuja/#ubuntu-motu-torrent) mruiz, that libtorrent | 06:08 | |
(bluekuja/#ubuntu-motu-torrent) is not yet availabe | 06:08 | |
mruiz | ah | 06:08 |
(bluekuja/#ubuntu-motu-torrent) e.g is not yet in debian or ubuntu | 06:08 | |
(bluekuja/#ubuntu-motu-torrent) for a problem | 06:09 | |
(bluekuja/#ubuntu-motu-torrent) related to soname and lib name itself | 06:09 | |
mruiz | yes... also I'm packaging it | 06:09 |
mruiz | :-) | 06:09 |
(bluekuja/#ubuntu-motu-torrent) did you find a work-around for that problem? | 06:09 | |
mruiz | how name this package... :-) | 06:10 |
(bluekuja/#ubuntu-motu-torrent) mruiz, how to install it properly | 06:10 | |
(bluekuja/#ubuntu-motu-torrent) without overwriting existing libtorrent | 06:10 | |
cynics | bluekuja: hi | 06:10 |
(bluekuja/#ubuntu-motu-torrent) cynics, heya bro | 06:10 | |
(bluekuja/#ubuntu-motu-torrent) cynics, a guy talked bad about me | 06:10 | |
(bluekuja/#ubuntu-motu-torrent) to a MC member | 06:10 | |
cynics | bluekuja: need I re-comment? | 06:11 |
(bluekuja/#ubuntu-motu-torrent) cynics, mmm.. | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) have you read what he said? | 06:11 | |
(bluekuja/#ubuntu-motu-torrent) (gauvain) | 06:11 | |
cynics | bluekuja: yes | 06:11 |
cynics | bluekuja: I know him | 06:11 |
(bluekuja/#ubuntu-motu-torrent) cynics, really? | 06:11 | |
cynics | bluekuja: seems he comes from ubuntu-au team | 06:12 |
(bluekuja/#ubuntu-motu-torrent) cynics, well, if you think that a comment at it would be a plus, why not! | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) cynics, I've worked a lot with you | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) so you know | 06:12 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 06:12 | |
cynics | bluekuja: I see, as asac said you can reponse quickly about what you've done | 06:13 |
(bluekuja/#ubuntu-motu-torrent) yup | 06:13 | |
(bluekuja/#ubuntu-motu-torrent) cynics, if you want to comment at gauvain, would be nice | 06:14 | |
cynics | bluekuja: I will | 06:14 |
(bluekuja/#ubuntu-motu-torrent) cynics, great thanks! let me know when done | 06:14 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:14 | |
mruiz | bluekuja: I will work in this packages ASAP... Can you help me with them if I find problems? | 06:17 |
(bluekuja/#ubuntu-motu-torrent) mruiz, of course | 06:17 | |
(bluekuja/#ubuntu-motu-torrent) having that lib in | 06:17 | |
(bluekuja/#ubuntu-motu-torrent) is one of my TODOs | 06:17 | |
mruiz | :-) | 06:17 |
mruiz | well, I can help you this this task :-) | 06:17 |
(bluekuja/#ubuntu-motu-torrent) sounds great | 06:18 | |
mruiz | then, I'm part of MOTU-torrent? | 06:18 |
(bluekuja/#ubuntu-motu-torrent) gonna accept you | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) to the team | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) it will be motu-p2p | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) in the future | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 06:18 | |
mruiz | :-) | 06:19 |
(bluekuja/#ubuntu-motu-torrent) one moment | 06:20 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:20 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, welcome | 06:20 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 06:20 | |
mruiz | \0/ | 06:20 |
(bluekuja/#ubuntu-motu-torrent) let me know | 06:21 | |
(bluekuja/#ubuntu-motu-torrent) how it goes | 06:21 | |
(bluekuja/#ubuntu-motu-torrent) with the lib | 06:21 | |
(bluekuja/#ubuntu-motu-torrent) qbit is easy to package | 06:21 | |
mruiz | sure! | 06:21 |
cynics | bluekuja: done | 06:21 |
(bluekuja/#ubuntu-motu-torrent) cynics, you rock | 06:22 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:22 | |
(bluekuja/#ubuntu-motu-torrent) thanks | 06:22 | |
cynics | bluekuja: welcome, hope you can work well :) | 06:22 |
(bluekuja/#ubuntu-motu-torrent) cynics, I hope so! | 06:23 | |
cynics | bluekuja: and make motu-torrent a excellent team | 06:23 |
cynics | L) | 06:23 |
cynics | :) | 06:23 |
(bluekuja/#ubuntu-motu-torrent) :) | 06:23 | |
(bluekuja/#ubuntu-motu-torrent) cynics, we gonna move to -p2p | 06:23 | |
(bluekuja/#ubuntu-motu-torrent) in the future | 06:23 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:23 | |
cynics | nice | 06:23 |
(bluekuja/#ubuntu-motu-torrent) cynics, why it's empty? | 06:24 | |
(bluekuja/#ubuntu-motu-torrent) e.g only quotes | 06:24 | |
(bluekuja/#ubuntu-motu-torrent) forget to add a comment? | 06:24 | |
cynics | bluekuja: blank? | 06:25 |
mruiz | bluekuja, which name for this library: rblibtorrent or libtorrent-rasterbar ? | 06:25 |
cynics | let me check | 06:25 |
(bluekuja/#ubuntu-motu-torrent) cynics, I pm you the link | 06:25 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, latter better | 06:26 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, take care of fixing makefile stuff too | 06:27 | |
mruiz | ;-) | 06:27 |
cynics | bluekuja: I've worked with him recently, and sponsor many merges of him, | 06:27 |
cynics | sometimes there have some issues, but he reponsed very quickly, and | 06:27 |
cynics | also he is familiar with package. As I've commentted before, I support | 06:27 |
cynics | his application. | 06:28 |
(bluekuja/#ubuntu-motu-torrent) yeah | 06:28 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:28 | |
(bluekuja/#ubuntu-motu-torrent) was hide | 06:28 | |
(bluekuja/#ubuntu-motu-torrent) :) | 06:28 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, you can maintain it using bzr | 07:43 | |
(bluekuja/#ubuntu-motu-torrent) if you like | 07:43 | |
(bluekuja/#ubuntu-motu-torrent) using team bzr | 07:43 | |
mruiz | what is the benefit ? | 07:44 |
(bluekuja/#ubuntu-motu-torrent) everyone can commit to it | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) for fixes | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) or whatever | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) but first, you should get at a good point | 07:44 | |
(bluekuja/#ubuntu-motu-torrent) e.g getting everything ok | 07:45 | |
(bluekuja/#ubuntu-motu-torrent) (like lib soname et all) | 07:45 | |
mruiz | bluekuja, first of all, I will finish to package it ;-) afterwards, I will decide about it way of maintenance | 07:48 |
(bluekuja/#ubuntu-motu-torrent) mruiz, yup, let me know when you have first results | 07:49 | |
mruiz | sure | 07:49 |
(bluekuja/#ubuntu-motu-torrent) mruiz, and remember that everything should point | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) to libtorrent-rasterbar | 07:49 | |
(bluekuja/#ubuntu-motu-torrent) (folders, libname etc) | 07:49 | |
mruiz | ok | 07:50 |
(bluekuja/#ubuntu-motu-torrent) you can make | 07:50 | |
(bluekuja/#ubuntu-motu-torrent) it | 07:50 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:50 | |
mruiz | bluekuja, how can I rename the directory ? | 08:04 |
mruiz | the current dir is "libtorrent-0.12" | 08:05 |
(bluekuja/#ubuntu-motu-torrent) mruiz, binary install dir | 08:13 | |
(bluekuja/#ubuntu-motu-torrent) not upstream source folder itself | 08:13 | |
(bluekuja/#ubuntu-motu-torrent) as I said, you should play with makefiles | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) or debian/rules | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, a guy tried to do it | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) in mentors.debian | 08:14 | |
(bluekuja/#ubuntu-motu-torrent) check it | 08:15 | |
mruiz | I understood... by default Makefile will try to install "libtorrent" | 08:15 |
(bluekuja/#ubuntu-motu-torrent) yup | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, check what that guy did | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) on mentors | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) (I dont know if he did right) | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) but you can start testing it | 08:15 | |
(bluekuja/#ubuntu-motu-torrent) and then change/fix/add | 08:15 | |
mruiz | ok | 08:19 |
(bluekuja/#ubuntu-motu-torrent) if you cant find it | 08:19 | |
(bluekuja/#ubuntu-motu-torrent) ping me | 08:19 | |
(bluekuja/#ubuntu-motu-torrent) :) | 08:19 | |
mruiz | I found it, but I will continue with my job :-) | 08:20 |
mruiz | (I have to learn) | 08:21 |
(bluekuja/#ubuntu-motu-torrent) oh ^^ | 08:21 | |
(bluekuja/#ubuntu-motu-torrent) ok then | 08:21 | |
(bluekuja/#ubuntu-motu-torrent) :) | 08:21 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== cynics [n=cynics@123.116.99.17] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) mruiz, how it's going? | 07:05 | |
mruiz | hi bluekuja | 07:05 |
(bluekuja/#ubuntu-motu-torrent) :) | 07:05 | |
mruiz | I'm doing other things now :-) | 07:05 |
(bluekuja/#ubuntu-motu-torrent) oh k | 07:05 | |
(bluekuja/#ubuntu-motu-torrent) are you a hopeful? | 07:05 | |
mruiz | MOTU ? | 07:06 |
mruiz | MOTU hopeful... yes | 07:06 |
(bluekuja/#ubuntu-motu-torrent) cool | 07:06 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:06 | |
mruiz | and you? | 07:07 |
(bluekuja/#ubuntu-motu-torrent) same :) | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) I work for debian too | 07:07 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:07 | |
mruiz | are you in the NM queue ? | 07:08 |
mruiz | I'm also contributing for Debian :-) | 07:09 |
(bluekuja/#ubuntu-motu-torrent) mruiz, not yet :) | 07:11 | |
(bluekuja/#ubuntu-motu-torrent) you? | 07:11 | |
(bluekuja/#ubuntu-motu-torrent) your qa page? | 07:11 | |
mruiz | I started only months ago, but my advocate suggested to start my NM process | 07:12 |
mruiz | http://qa.debian.org/developer.php?login=debianized@gmail.com | 07:12 |
(bluekuja/#ubuntu-motu-torrent) mruiz, cool! | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) :) | 07:15 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, oh anibal | 07:17 | |
(bluekuja/#ubuntu-motu-torrent) advocated you | 07:17 | |
mruiz | yes :-) | 07:17 |
mruiz | bluekuja, why ? | 07:17 |
(bluekuja/#ubuntu-motu-torrent) no AM assigned? | 07:17 | |
(bluekuja/#ubuntu-motu-torrent) still? | 07:17 | |
(bluekuja/#ubuntu-motu-torrent) he worked with a friend too | 07:17 | |
mruiz | no, about anibal :-) | 07:17 |
(bluekuja/#ubuntu-motu-torrent) my friend lives in venezuela | 07:18 | |
(bluekuja/#ubuntu-motu-torrent) and anibal comes from there | 07:18 | |
(bluekuja/#ubuntu-motu-torrent) (I think) | 07:18 | |
mruiz | no, he is from Colombia :-) | 07:18 |
(bluekuja/#ubuntu-motu-torrent) mmm... | 07:18 | |
(bluekuja/#ubuntu-motu-torrent) anyway he works a lot with south-america ppl | 07:18 | |
(bluekuja/#ubuntu-motu-torrent) right? | 07:18 | |
mruiz | sure! | 07:18 |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:19 | |
(bluekuja/#ubuntu-motu-torrent) he works on debian BTS too | 07:19 | |
mruiz | for him is important to expand DDs in Latin america | 07:19 |
(bluekuja/#ubuntu-motu-torrent) yeah | 07:19 | |
(bluekuja/#ubuntu-motu-torrent) that's why | 07:19 | |
(bluekuja/#ubuntu-motu-torrent) I've seen a lot of ppl advocated by him | 07:19 | |
(bluekuja/#ubuntu-motu-torrent) (from south-america) | 07:19 | |
mruiz | yes | 07:19 |
(bluekuja/#ubuntu-motu-torrent) that's nice | 07:20 | |
mruiz | sure! | 07:20 |
(bluekuja/#ubuntu-motu-torrent) still no AM? | 07:20 | |
(bluekuja/#ubuntu-motu-torrent) after more than a month | 07:20 | |
mruiz | what's about Italy? | 07:20 |
mruiz | yes... I'm still waiting... you know: Debian ;-) | 07:20 |
(bluekuja/#ubuntu-motu-torrent) yeah^^ | 07:20 | |
(bluekuja/#ubuntu-motu-torrent) well in italy | 07:20 | |
(bluekuja/#ubuntu-motu-torrent) we have quite a lot of DDs | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) but | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) the two actives | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) are enrico zini | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) and riccardo setti | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) other ones works alone | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) e.g they dont sponsor | 07:21 | |
mruiz | :-( | 07:21 |
(bluekuja/#ubuntu-motu-torrent) that's really bad | 07:21 | |
mruiz | that's bad for the project | 07:21 |
(bluekuja/#ubuntu-motu-torrent) yeah | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) also enrico | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) is really busy | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) same for giskard | 07:21 | |
(bluekuja/#ubuntu-motu-torrent) so no one advocates | 07:22 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 07:22 | |
(bluekuja/#ubuntu-motu-torrent) first upload 2007-04 [Myon 2007-05-21] | 07:23 | |
(bluekuja/#ubuntu-motu-torrent) cool | 07:23 | |
(bluekuja/#ubuntu-motu-torrent) :D | 07:23 | |
mruiz | yes, mi first upload to Debian was on April | 07:23 |
(bluekuja/#ubuntu-motu-torrent) I think you'll get an AM | 07:23 | |
(bluekuja/#ubuntu-motu-torrent) soon | 07:23 | |
mruiz | I hope so... | 07:24 |
(bluekuja/#ubuntu-motu-torrent) un-assigned applicants | 07:24 | |
(bluekuja/#ubuntu-motu-torrent) are quite a lot | 07:24 | |
(bluekuja/#ubuntu-motu-torrent) asac: AMs are assigned by date | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) or random? | 07:25 | |
asac | he? | 07:25 |
asac | no ... frontdesk pre-evaluated | 07:25 |
asac | no ... frontdesk pre-evaluates | 07:25 |
(bluekuja/#ubuntu-motu-torrent) so someone can get an AM | 07:25 | |
asac | and assigns those that look most likely to succeed first | 07:25 |
(bluekuja/#ubuntu-motu-torrent) oh | 07:25 | |
(bluekuja/#ubuntu-motu-torrent) cool | 07:25 | |
asac | at least my NM student has been put on hold 4 month before myon assigned him to me | 07:26 |
mruiz | myon dedides when you're ready ;-) | 07:26 |
(bluekuja/#ubuntu-motu-torrent) asac: but advocate and AM cant be the same? | 07:26 | |
asac | bluekuja: you will get a questionaere about what you did and how long you did that et al | 07:26 |
mruiz | myon decides when you're ready ;-) | 07:26 |
asac | bluekuja: its discouraged | 07:27 |
(bluekuja/#ubuntu-motu-torrent) mm | 07:27 | |
asac | bluekuja: unless advocate is joerg maybe | 07:27 |
(bluekuja/#ubuntu-motu-torrent) life should be easy | 07:27 | |
(bluekuja/#ubuntu-motu-torrent) for that guy | 07:27 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:27 | |
asac | for applicants that joerg advocated? | 07:28 |
(bluekuja/#ubuntu-motu-torrent) yea | 07:28 | |
asac | probably | 07:28 |
(bluekuja/#ubuntu-motu-torrent) asac: elmo has ever advocated someone? | 07:28 | |
asac | though he is pretty anal to his NMs afaik | 07:28 |
asac | bluekuja: probably he did in the past | 07:28 |
asac | but long time ago i guess | 07:28 |
asac | though i don't keep track I guess | 07:28 |
(bluekuja/#ubuntu-motu-torrent) now he cant | 07:29 | |
(bluekuja/#ubuntu-motu-torrent) I think | 07:29 | |
asac | he could ;) | 07:29 |
(bluekuja/#ubuntu-motu-torrent) yup | 07:29 | |
asac | he even could make you a DD right from the beginning | 07:29 |
(bluekuja/#ubuntu-motu-torrent) :D | 07:29 | |
asac | but that would cause tremendous flamewars | 07:29 |
mruiz | :o | 07:30 |
(bluekuja/#ubuntu-motu-torrent) asac: why https://nm.debian.org/nmstatus.php?email=vu3rdd%40gmail.com | 07:30 | |
(bluekuja/#ubuntu-motu-torrent) the moved him to DD | 07:30 | |
(bluekuja/#ubuntu-motu-torrent) without checking | 07:30 | |
asac | emeritus | 07:30 |
(bluekuja/#ubuntu-motu-torrent) what does that mean? | 07:30 | |
asac | he is a former DD ... which just means he needs a quick check now adays | 07:31 |
asac | which is new as well | 07:31 |
asac | before that you could your account just reanabled | 07:31 |
asac | if you resigned properly | 07:31 |
asac | e.g. not MIA | 07:31 |
(bluekuja/#ubuntu-motu-torrent) oh understood | 07:31 | |
asac | now you get a quick check if you still no about latest procedures | 07:31 |
asac | s/no/know/ | 07:32 |
(bluekuja/#ubuntu-motu-torrent) asac: how often do they send an email? | 07:32 | |
(bluekuja/#ubuntu-motu-torrent) after getting an AM | 07:32 | |
asac | he? | 07:32 |
asac | who ... the frontdesk? | 07:32 |
(bluekuja/#ubuntu-motu-torrent) no the AM | 07:32 | |
(bluekuja/#ubuntu-motu-torrent) who checks the application | 07:32 | |
asac | depends on the AM | 07:32 |
asac | its him to determine how to check | 07:33 |
asac | however there are templates | 07:33 |
asac | which are 2 P&P mails | 07:33 |
asac | and 2 T&S mails | 07:33 |
(bluekuja/#ubuntu-motu-torrent) I've read they are related to BTS and dfsg | 07:33 | |
(bluekuja/#ubuntu-motu-torrent) mostly | 07:33 | |
asac | you can already get them | 07:33 |
asac | they are public | 07:33 |
(bluekuja/#ubuntu-motu-torrent) oh really? | 07:34 | |
asac | http://alioth.debian.org/projects/nm-templates | 07:34 |
asac | yeah ... if you want you can start right away ... and hope that the AM is not one that doesn't follow these | 07:34 |
asac | i modify them a bit | 07:34 |
asac | because somethings are nonsense | 07:34 |
asac | imo | 07:34 |
asac | i keep chat sessions and other discussion to prove the technical skills as well | 07:34 |
asac | bluekuja: you should use latest CVS/SVN | 07:35 |
asac | don't konw if the released files are up to date | 07:35 |
(bluekuja/#ubuntu-motu-torrent) nice! | 07:36 | |
asac | ok out for some time ... have to do shopping and get a way from computer a bit | 07:36 |
(bluekuja/#ubuntu-motu-torrent) :D | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) cu later | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) oh asac | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) btw I fixed regexxer | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) and pushed it to U-U-S | 07:37 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:37 | |
mruiz | cu asac | 07:37 |
asac | good | 07:37 |
(bluekuja/#ubuntu-motu-torrent) will be pushed later | 07:37 | |
asac | mruiz: bluekuja cu ... sure | 07:37 |
(bluekuja/#ubuntu-motu-torrent) asac: did you read new mails? | 07:37 | |
asac | i have to push a few tonight | 07:37 |
(bluekuja/#ubuntu-motu-torrent) asac: lionel idea, sistpoty answer | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) etc | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) they did not cced | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) everyone | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 07:38 | |
asac | bounce to me ... i don't have them | 07:38 |
asac | ok out for real | 07:38 |
(bluekuja/#ubuntu-motu-torrent) asac: k :) | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) cya later | 07:38 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:38 | |
mruiz | bluekuja, how long have you been working in ubuntu-motu-torrent? | 07:45 |
(bluekuja/#ubuntu-motu-torrent) mruiz, I created it more or less 2 months ago | 07:45 | |
mruiz | :-) | 07:46 |
(bluekuja/#ubuntu-motu-torrent) mruiz, but | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) I wanna move it to -p2p | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) in the future | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) as I said you | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) but we need more ppl | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) that's it | 07:48 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:48 | |
=== bluekuja goes to prepare something to eat | ||
(bluekuja/#ubuntu-motu-torrent) be back later | 07:50 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:50 | |
mruiz | ok...maybe I will be offline when you return | 07:55 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) mruiz, back | 08:10 | |
(bluekuja/#ubuntu-motu-torrent) :P | 08:10 | |
mruiz | :P | 08:10 |
(bluekuja/#ubuntu-motu-torrent) mruiz, if you gonna package that | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) I'll be very happy | 08:11 | |
(bluekuja/#ubuntu-motu-torrent) I want linkage in | 08:11 | |
mruiz | sure, I will try to do it ASAP | 08:11 |
(bluekuja/#ubuntu-motu-torrent) mruiz, http://zeflunk.googlepages.com/ | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) that client rock | 08:12 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, | 08:23 | |
(bluekuja/#ubuntu-motu-torrent) are you still working on gnome-chemistry-utils merge? | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) is there from about 2 weeks | 08:24 | |
mruiz | I had a problem with gcc... some includes disappeared | 08:24 |
(bluekuja/#ubuntu-motu-torrent) mmm | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) so? | 08:24 | |
(bluekuja/#ubuntu-motu-torrent) it's not possible to do it? | 08:25 | |
(bluekuja/#ubuntu-motu-torrent) mruiz, ? | 08:26 | |
mruiz | I don't have enough time to find out about it... | 08:26 |
(bluekuja/#ubuntu-motu-torrent) ah k | 08:26 | |
mruiz | do you want to continue with it ? | 08:26 |
(bluekuja/#ubuntu-motu-torrent) mmm... | 08:26 | |
(bluekuja/#ubuntu-motu-torrent) after I finish some other mergs, why not | 08:27 | |
mruiz | :-) | 08:27 |
mruiz | ok... I will remove my name | 08:28 |
mruiz | cu all! | 08:31 |
(bluekuja/#ubuntu-motu-torrent) cya! | 08:34 | |
asac | bluekuja: who is mruiz? | 08:53 |
(bluekuja/#ubuntu-motu-torrent) asac: new motu-torrent member, he's taking care of getting libtorrent in | 08:54 | |
(bluekuja/#ubuntu-motu-torrent) he seems good at packaging, we will see | 08:54 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 08:54 | |
asac | cool | 08:56 |
asac | whats his full name? | 08:56 |
(bluekuja/#ubuntu-motu-torrent) asac: Miguel Ruiz | 08:57 | |
asac | ah ok | 08:57 |
(bluekuja/#ubuntu-motu-torrent) asac: who you thought? | 08:59 | |
asac | baby ;) | 09:03 |
asac | miriam ruiz | 09:03 |
(bluekuja/#ubuntu-motu-torrent) ooh | 09:03 | |
(bluekuja/#ubuntu-motu-torrent) :D | 09:03 | |
(bluekuja/#ubuntu-motu-torrent) it's similare | 09:03 | |
(bluekuja/#ubuntu-motu-torrent) *similar | 09:03 | |
(bluekuja/#ubuntu-motu-torrent) :) | 09:03 | |
asac | yeah | 09:03 |
(bluekuja/#ubuntu-motu-torrent) asac: do you know baby personally? | 09:04 | |
asac | yeah ... i met her once at the madrid airport ... by coincident | 09:04 |
asac | i was on my way to seville | 09:05 |
(bluekuja/#ubuntu-motu-torrent) ooh cool | 09:05 | |
(bluekuja/#ubuntu-motu-torrent) is she a pretty girl? | 09:05 | |
asac | she picked holger levsen up ... who coincidentially flew in the same flight as i | 09:05 |
asac | aeh ... not really | 09:05 |
asac | :-P | 09:05 |
(bluekuja/#ubuntu-motu-torrent) aww | 09:05 | |
(bluekuja/#ubuntu-motu-torrent) I thought yes | 09:05 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:05 | |
asac | http://mv.asterisco.pt/cat.cgi?1000%20Euro%20Firefox%20Bounty | 09:06 |
asac | someone asked me to click on that | 09:06 |
asac | is it safe? | 09:06 |
(bluekuja/#ubuntu-motu-torrent) I'm browsing it | 09:06 | |
(bluekuja/#ubuntu-motu-torrent) right now | 09:06 | |
asac | whats in there? | 09:06 |
(bluekuja/#ubuntu-motu-torrent) Here's a challenge for all you hackers out there, | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) with a 1000 Euro reward that the portuguese Ministry | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) of Justice will pay for. | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) in fact | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) it's spam | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) ah no wait | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) some links | 09:07 | |
(bluekuja/#ubuntu-motu-torrent) to mozilla bugzilla | 09:08 | |
(bluekuja/#ubuntu-motu-torrent) asac: I oaste | 09:08 | |
(bluekuja/#ubuntu-motu-torrent) *paste | 09:08 | |
(bluekuja/#ubuntu-motu-torrent) the stuff | 09:08 | |
(bluekuja/#ubuntu-motu-torrent) in pastebin | 09:08 | |
(bluekuja/#ubuntu-motu-torrent) for you if you want | 09:08 | |
asac | no already opened | 09:10 |
(bluekuja/#ubuntu-motu-torrent) asac: do you have a min for a merge? | 09:24 | |
(bluekuja/#ubuntu-motu-torrent) gonna paste the debdiff on pastebin before pushing to lp | 09:25 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:25 | |
asac | sure | 09:25 |
(bluekuja/#ubuntu-motu-torrent) :) | 09:25 | |
asac | but provide previous debdiff too | 09:25 |
asac | and review it as careful as you want in future | 09:25 |
asac | :) | 09:25 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/114322 | 09:29 | |
asac | do you have debdiff of previous as well? | 09:30 |
asac | i think it should be in MoM | 09:30 |
asac | for instance without looking into it ... kover-2.9.6/debian/patches/10_configure_no_ansi looks like a mess | 09:30 |
(bluekuja/#ubuntu-motu-torrent) yeah | 09:30 | |
(bluekuja/#ubuntu-motu-torrent) you mean patch? | 09:30 | |
(bluekuja/#ubuntu-motu-torrent) of mom? | 09:30 | |
asac | yeah | 09:31 |
(bluekuja/#ubuntu-motu-torrent) ok | 09:31 | |
(bluekuja/#ubuntu-motu-torrent) just a sec | 09:31 | |
asac | the debdiff of previous | 09:31 |
asac | merge | 09:31 |
asac | e.g. the result of previous merge | 09:31 |
(bluekuja/#ubuntu-motu-torrent) asac: http://dad.dunnewind.net/kover/kover_2.9.6-4ubuntu1.patch | 09:31 | |
(bluekuja/#ubuntu-motu-torrent) asac: no | 09:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch | 09:32 | |
(bluekuja/#ubuntu-motu-torrent) this | 09:32 | |
(bluekuja/#ubuntu-motu-torrent) ^^ | 09:32 | |
(bluekuja/#ubuntu-motu-torrent) asac: dad messed up that changelog | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) as you can see | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: I've fixed it on my debdiff | 09:34 | |
(bluekuja/#ubuntu-motu-torrent) doing the merge manually | 09:34 | |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) asac_: received link? | 09:36 | |
asac_ | sorry i was gone | 09:39 |
asac_ | can you repost | 09:39 |
asac_ | ? | 09:39 |
(bluekuja/#ubuntu-motu-torrent) yup | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) asac_:http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) http://dad.dunnewind.net/kover/kover_2.9.6-3ubuntu2.patch | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) previous patch/debdiff | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) asac_: as you can see there is an issue on the chaneglog | 09:39 | |
(bluekuja/#ubuntu-motu-torrent) which I've fixed | 09:40 | |
(bluekuja/#ubuntu-motu-torrent) on my debdiff | 09:40 | |
(bluekuja/#ubuntu-motu-torrent) doing the merge manually | 09:40 | |
asac_ | yeah | 09:40 |
asac_ | is stevenk still active? | 09:41 |
(bluekuja/#ubuntu-motu-torrent) yeah, I gonna post this merge on launchpad, so It's ok It can be uploaded | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) I gonna subscribe U-U-S too | 09:41 | |
(bluekuja/#ubuntu-motu-torrent) so no one can say | 09:42 | |
(bluekuja/#ubuntu-motu-torrent) "hey, you cannot do it" | 09:42 | |
asac_ | wait a second | 09:43 |
asac_ | that was not my point | 09:43 |
(bluekuja/#ubuntu-motu-torrent) ah^^ | 09:44 | |
asac_ | i mean ... stevenk should fix his merge | 09:44 |
asac_ | he didn't document why this has to be done | 09:44 |
asac_ | nor did he do it right | 09:44 |
asac_ | patching configure file without configure.in/ac is never right | 09:44 |
(bluekuja/#ubuntu-motu-torrent) yeah | 09:44 | |
(bluekuja/#ubuntu-motu-torrent) right | 09:44 | |
(bluekuja/#ubuntu-motu-torrent) but I think he gonna upload it | 09:45 | |
(bluekuja/#ubuntu-motu-torrent) without taking care of it | 09:45 | |
(bluekuja/#ubuntu-motu-torrent) maybe because he thinks is right | 09:45 | |
(bluekuja/#ubuntu-motu-torrent) or whatever | 09:46 | |
(bluekuja/#ubuntu-motu-torrent) asac_: what should we do then? | 09:47 | |
(bluekuja/#ubuntu-motu-torrent) asac_: a MOTU is checking regexxer | 09:48 | |
(bluekuja/#ubuntu-motu-torrent) right now | 09:48 | |
(bluekuja/#ubuntu-motu-torrent) :D | 09:48 | |
=== asac_ is now known as asac | ||
(bluekuja/#ubuntu-motu-torrent) asac: https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/123807 | 09:52 | |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Invalid] | 09:52 | |
(bluekuja/#ubuntu-motu-torrent) look the comment | 09:52 | |
(bluekuja/#ubuntu-motu-torrent) 1) doing that wont take latest libs | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) 2) next merger will say "hey wtf happened to B-D?" | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) 3) those changes are not documented because they are not needed | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) 4) we have to stay closer to debian | 09:53 | |
(bluekuja/#ubuntu-motu-torrent) 5) keeping that package as it is, will confuse everything later, if we dont fix it now | 09:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: ? | 10:00 | |
asac | yeah | 10:00 |
asac | its stupid ... but thats just me | 10:00 |
(bluekuja/#ubuntu-motu-torrent) omg | 10:00 | |
(bluekuja/#ubuntu-motu-torrent) again with pm flame now | 10:00 | |
(bluekuja/#ubuntu-motu-torrent) this is not possible | 10:00 | |
asac | no | 10:01 |
asac | don't answer | 10:01 |
asac | don't poke | 10:01 |
asac | bluekuja: where was the initial merge? | 10:01 |
asac | can you give me bug? | 10:01 |
(bluekuja/#ubuntu-motu-torrent) asac: which initial merge? | 10:01 | |
(bluekuja/#ubuntu-motu-torrent) oh | 10:01 | |
(bluekuja/#ubuntu-motu-torrent) mm | 10:01 | |
asac | the one that you did once | 10:02 |
(bluekuja/#ubuntu-motu-torrent) it's dated 2 months ago | 10:02 | |
asac | yeah show me | 10:02 |
(bluekuja/#ubuntu-motu-torrent) let me see, if I find it around | 10:02 | |
(bluekuja/#ubuntu-motu-torrent) asac: you posted me the debdiff | 10:02 | |
(bluekuja/#ubuntu-motu-torrent) the other day | 10:03 | |
(bluekuja/#ubuntu-motu-torrent) searching it | 10:03 | |
asac | i mean we talked about this yesterday, right? | 10:03 |
asac | the debdiff in bug is against previous ubuntu, right? | 10:04 |
(bluekuja/#ubuntu-motu-torrent) asac: http://launchpadlibrarian.net/7593569/regexxer.diff | 10:04 | |
(bluekuja/#ubuntu-motu-torrent) here it is | 10:04 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 10:04 | |
(bluekuja/#ubuntu-motu-torrent) is against latest ubuntu | 10:04 | |
asac | ok ... please bring up the one against debian | 10:04 |
(bluekuja/#ubuntu-motu-torrent) ok | 10:04 | |
asac | just somewhere | 10:04 |
(bluekuja/#ubuntu-motu-torrent) just a mom | 10:04 | |
(bluekuja/#ubuntu-motu-torrent) http://launchpadlibrarian.net/8273480/regexxer-debian.debdiff | 10:05 | |
(bluekuja/#ubuntu-motu-torrent) this one | 10:05 | |
(bluekuja/#ubuntu-motu-torrent) is from latest debian | 10:05 | |
asac | you should really name your debdiffs more verbose | 10:06 |
(bluekuja/#ubuntu-motu-torrent) yeah | 10:06 | |
(bluekuja/#ubuntu-motu-torrent) sorry | 10:06 | |
asac | like regexxer_debian_3.0-4_ubuntu_2.4-1.debdiff | 10:06 |
asac | for example | 10:06 |
(bluekuja/#ubuntu-motu-torrent) yup | 10:06 | |
(bluekuja/#ubuntu-motu-torrent) anyway that guy understood nothing | 10:07 | |
(bluekuja/#ubuntu-motu-torrent) <Adri2000> give-back and that's all | 10:07 | |
(bluekuja/#ubuntu-motu-torrent) doing that will get old libs | 10:07 | |
(bluekuja/#ubuntu-motu-torrent) leaving the package in an horrible state | 10:07 | |
asac | no it won't ... anyway | 10:07 |
(bluekuja/#ubuntu-motu-torrent) bah | 10:07 | |
asac | + * Re-adding include /usr/share/cdbs/1/rules/simple-patchsys.mk. | 10:07 |
asac | + remaining change that was dropped before, to be reported for next merges. | 10:07 |
asac | that is really not comprehensible | 10:08 |
asac | you should learn to sell yourself better | 10:08 |
asac | i mean ... i don't understand what that means | 10:08 |
(bluekuja/#ubuntu-motu-torrent) I dropped it for error | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) in the merge I did | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) before | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) so I re-added | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) for next mergers | 10:08 | |
asac | still don't understand | 10:08 |
asac | what did you drop? | 10:08 |
(bluekuja/#ubuntu-motu-torrent) as you can see | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) from my changelog entrry | 10:08 | |
(bluekuja/#ubuntu-motu-torrent) +regexxer (0.9-1ubuntu1) | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) I did not add | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) that as remaining | 10:09 | |
asac | http://launchpadlibrarian.net/8293653/regexxer.debdiff | 10:09 |
asac | in that i don't see anything like that | 10:09 |
(bluekuja/#ubuntu-motu-torrent) yeah | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) I know | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) in fact | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) it's only an advice | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) a warning | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) for next mergers | 10:09 | |
(bluekuja/#ubuntu-motu-torrent) so they will report it | 10:10 | |
(bluekuja/#ubuntu-motu-torrent) in that debdiff you cant see it | 10:10 | |
(bluekuja/#ubuntu-motu-torrent) but in the whole changelog yes | 10:10 | |
asac | yeah ... but you should have just added it to right changelog entry | 10:10 |
(bluekuja/#ubuntu-motu-torrent) I know | 10:10 | |
asac | e.g. the entry to the ubuntu1 under remaining changes | 10:10 |
(bluekuja/#ubuntu-motu-torrent) but I didnt | 10:10 | |
(bluekuja/#ubuntu-motu-torrent) yeah | 10:11 | |
(bluekuja/#ubuntu-motu-torrent) I didnt | 10:11 | |
asac | then document ... fix changelog ubuntu1 to document simple-patchsys.mk | 10:11 |
asac | addition | 10:11 |
asac | or something like that | 10:11 |
(bluekuja/#ubuntu-motu-torrent) anyway now, it's rejected | 10:12 | |
asac | he? | 10:13 |
(bluekuja/#ubuntu-motu-torrent) (the bug= | 10:13 | |
(bluekuja/#ubuntu-motu-torrent) *) | 10:13 | |
asac | make the changelog entry clearer and i can push it | 10:13 |
(bluekuja/#ubuntu-motu-torrent) :) | 10:13 | |
asac | so did you already talk to adri? | 10:13 |
(bluekuja/#ubuntu-motu-torrent) want me to fix | 10:13 | |
(bluekuja/#ubuntu-motu-torrent) yeah, pm flame | 10:13 | |
asac | yes of course ... nobody will understand what you want | 10:14 |
(bluekuja/#ubuntu-motu-torrent) as alwais | 10:14 | |
(bluekuja/#ubuntu-motu-torrent) now adays | 10:14 | |
asac | bluekuja: don't do that | 10:14 |
asac | don't talk to them by pm | 10:14 |
asac | if you have the feeling you want to go pm ... its time to stop | 10:14 |
asac | always | 10:14 |
asac | this rule has no exception | 10:14 |
(bluekuja/#ubuntu-motu-torrent) he started pming | 10:14 | |
(bluekuja/#ubuntu-motu-torrent) <Adri2000> we won't upload fixes for all the changes you misdocumented in the packages you merged | 10:15 | |
(bluekuja/#ubuntu-motu-torrent) and stuff like that | 10:15 | |
asac | bluekuja: tell him to criticize in public | 10:15 |
(bluekuja/#ubuntu-motu-torrent) <Adri2000> so we are not going to upload a *third* regexxer to fix your merge | 10:15 | |
asac | bluekuja: and what was your replies? | 10:15 |
(bluekuja/#ubuntu-motu-torrent) I tried to explain | 10:16 | |
(bluekuja/#ubuntu-motu-torrent) what I tried to do | 10:16 | |
(bluekuja/#ubuntu-motu-torrent) anyway I have really no comments | 10:16 | |
(bluekuja/#ubuntu-motu-torrent) for this people | 10:17 | |
(bluekuja/#ubuntu-motu-torrent) we talk about code of conduct | 10:17 | |
asac | bluekuja: never try to talk to anybody in pm | 10:17 |
(bluekuja/#ubuntu-motu-torrent) be friendly | 10:17 | |
asac | right | 10:17 |
(bluekuja/#ubuntu-motu-torrent) be helpful | 10:17 | |
(bluekuja/#ubuntu-motu-torrent) and we talk like that? | 10:17 | |
(bluekuja/#ubuntu-motu-torrent) something it's wrong here | 10:17 | |
asac | yes | 10:18 |
(bluekuja/#ubuntu-motu-torrent) problem is that he's not the only one | 10:18 | |
(bluekuja/#ubuntu-motu-torrent) who does that | 10:18 | |
(bluekuja/#ubuntu-motu-torrent) a lot of arrogance | 10:18 | |
asac | whoelse? | 10:19 |
(bluekuja/#ubuntu-motu-torrent) mr_pouit for example | 10:19 | |
(bluekuja/#ubuntu-motu-torrent) all things people say in wikis, in public are good, because they want to appear good in public | 10:21 | |
(bluekuja/#ubuntu-motu-torrent) everything changes in private | 10:21 | |
(bluekuja/#ubuntu-motu-torrent) people are what they really are | 10:21 | |
(bluekuja/#ubuntu-motu-torrent) without masks | 10:21 | |
(bluekuja/#ubuntu-motu-torrent) asac: is ok to add what is missing to a previous changelog's entry? | 10:22 | |
(bluekuja/#ubuntu-motu-torrent) documenting it in new one | 10:22 | |
(bluekuja/#ubuntu-motu-torrent) asac: adding what's missing in +regexxer (0.9-1ubuntu1) | 10:27 | |
(bluekuja/#ubuntu-motu-torrent) and reporting it in new entry | 10:27 | |
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
asac | bluekuja: what was the original merge bug again? | 10:47 |
(bluekuja/#ubuntu-motu-torrent) asac: just a moment | 10:48 | |
(bluekuja/#ubuntu-motu-torrent) https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/113647 | 10:48 | |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 113647 in regexxer "merge regexxer 0.9 from debian unstable" [Undecided,Fix released] | 10:48 | |
(bluekuja/#ubuntu-motu-torrent) asac: that's it ;) | 10:50 | |
asac | ok ... what was the kover link again? | 11:09 |
(bluekuja/#ubuntu-motu-torrent) asac: debdiff? | 11:09 | |
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/114322 | 11:09 | |
(bluekuja/#ubuntu-motu-torrent) debdiff here | 11:09 | |
(bluekuja/#ubuntu-motu-torrent) asac: I leave, I'm tired of this stuff | 11:23 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 11:23 | |
asac | bluekuja: of what? | 11:25 |
(bluekuja/#ubuntu-motu-torrent) flame, wars and so on. I dont need them | 11:25 | |
!dmwaters:*! Good day all, we appear to be having problems with a main rotation server currently, I've pulled it out of rotation for now. | 11:25 | |
(bluekuja/#ubuntu-motu-torrent) asac: they cause me to be angry for nothing, which waste my desire to help | 11:26 | |
asac | hmm anything special? | 11:26 |
asac | bluekuja: just don't get involved | 11:26 |
(bluekuja/#ubuntu-motu-torrent) asac: I'm trying to dont get involved, but it seems that everyone is trying to add bad comments | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) and so on | 11:27 | |
asac | bluekuja: maybe then there is really something you should improve? | 11:27 |
(bluekuja/#ubuntu-motu-torrent) yeah, I should not get angry | 11:27 | |
(bluekuja/#ubuntu-motu-torrent) but I can't | 11:28 | |
asac | right ...thats the first important step | 11:28 |
(bluekuja/#ubuntu-motu-torrent) that guy didnt do a merge/bug fix for U-U-S | 11:28 | |
asac | next you should check if those comments might be valid to some point | 11:28 |
(bluekuja/#ubuntu-motu-torrent) after pm flame he started | 11:28 | |
(bluekuja/#ubuntu-motu-torrent) to add comments to my stuff | 11:28 | |
(bluekuja/#ubuntu-motu-torrent) I tried to explain again and again | 11:28 | |
(bluekuja/#ubuntu-motu-torrent) result = nothing | 11:29 | |
(bluekuja/#ubuntu-motu-torrent) asac: so I dont feel to keep doing this | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) it should be a pleasure | 11:30 | |
(bluekuja/#ubuntu-motu-torrent) but it's not | 11:30 | |
asac | don't you think that you can get through this without throwing in the towel? | 11:34 |
(bluekuja/#ubuntu-motu-torrent) asac: I'm thinking how | 11:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: motivation is one of the things that moves people to do something | 11:35 | |
(bluekuja/#ubuntu-motu-torrent) they love/care/like | 11:35 | |
(bluekuja/#ubuntu-motu-torrent) if that misses, everything falls out | 11:35 | |
(bluekuja/#ubuntu-motu-torrent) asac: I failed on one of the most important packages for me | 11:37 | |
asac | which is that? | 11:37 |
(bluekuja/#ubuntu-motu-torrent) (regexxer) | 11:37 | |
(bluekuja/#ubuntu-motu-torrent) failed miserably | 11:37 | |
(bluekuja/#ubuntu-motu-torrent) with an invalid comment | 11:37 | |
asac | hmmm | 11:37 |
asac | whats so bad about this? | 11:37 |
(bluekuja/#ubuntu-motu-torrent) bad is that Ive failed on something I've worked | 11:38 | |
(bluekuja/#ubuntu-motu-torrent) and thought it was ok | 11:38 | |
asac | ah come on. | 11:38 |
(bluekuja/#ubuntu-motu-torrent) I thought that fix would have been necessary | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) which is not | 11:39 | |
asac | i have the feeling that you are too focussed on your motu application | 11:39 |
asac | bluekuja: its not necessary, but its good to have | 11:39 |
(bluekuja/#ubuntu-motu-torrent) asac: yeah, maybe... | 11:39 | |
(bluekuja/#ubuntu-motu-torrent) I have a pression on my shoulders now | 11:39 | |
asac | then take the pressure off your shoulders and ask for a hold of your application | 11:40 |
(bluekuja/#ubuntu-motu-torrent) everything I fail, it's a step back from becoming a MOTU | 11:40 | |
asac | but is becoming MOTU the only thing that matters? | 11:40 |
(bluekuja/#ubuntu-motu-torrent) mmm...in fact no | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) it's something important | 11:41 | |
(bluekuja/#ubuntu-motu-torrent) for a developer career | 11:41 | |
asac | how old are you? | 11:41 |
(bluekuja/#ubuntu-motu-torrent) 18 :) | 11:41 | |
asac | no problem then ... how long have you been around? a year? | 11:42 |
(bluekuja/#ubuntu-motu-torrent) yeah, one year and 2-3 months | 11:42 | |
(bluekuja/#ubuntu-motu-torrent) asac: I go to sleep, need some rest ;) | 11:43 | |
(bluekuja/#ubuntu-motu-torrent) we can continue this tomorrow | 11:43 | |
asac | actually ... i think your skills are really improving a lot | 11:43 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) but they need something more | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) a plus | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) that is missing | 11:44 | |
asac | your skills? | 11:44 |
asac | or the MC ? | 11:44 |
(bluekuja/#ubuntu-motu-torrent) my skills | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) e.g to become MOTU | 11:44 | |
(bluekuja/#ubuntu-motu-torrent) they just need work | 11:45 | |
(bluekuja/#ubuntu-motu-torrent) the plus which is missing | 11:45 | |
asac | no i don't really think so ... its just that the average of your skills from before 1 year till now needs more | 11:45 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:46 | |
(bluekuja/#ubuntu-motu-torrent) that's it | 11:46 | |
asac | just don't drop the ball on things ... what have you learned in last month? | 11:46 |
(bluekuja/#ubuntu-motu-torrent) never give up | 11:47 | |
asac | hehe | 11:47 |
asac | besides that ;) | 11:47 |
(bluekuja/#ubuntu-motu-torrent) :D | 11:47 | |
(bluekuja/#ubuntu-motu-torrent) I've learnt a lot of new things | 11:47 | |
(bluekuja/#ubuntu-motu-torrent) in fact | 11:47 | |
asac | point is: being a motu might be nice ... but its actually not really a skill that counts to be able to do merges | 11:48 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:48 | |
asac | doing merges is just: being able to read diffs | 11:48 |
asac | and guessing what others before you did (if its not documented) | 11:49 |
(bluekuja/#ubuntu-motu-torrent) exactly | 11:49 | |
(bluekuja/#ubuntu-motu-torrent) developer work is another one | 11:49 | |
asac | but that is by no way a thing that is considered in motu application | 11:49 |
asac | but is even more valuable | 11:49 |
asac | i mean ... i have no clue about the exact procedures that motus did self impose upon them either | 11:50 |
asac | though i might end up doing things right ... its probably not right in their sense | 11:50 |
(bluekuja/#ubuntu-motu-torrent) you're right | 11:52 | |
asac | and even I fail miserably :) | 11:52 |
asac | for instance I messed up the xulrunner merge a few month ago | 11:52 |
asac | i didn't have a clue how things worked and didn't even see that there were patches added ;) | 11:52 |
(bluekuja/#ubuntu-motu-torrent) oh :) | 11:52 | |
asac | luckily those patches turned out to be bad :) | 11:52 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:53 | |
asac | so i could argue i dropped them intentionally ... though of course it was not documented in changelog | 11:53 |
(bluekuja/#ubuntu-motu-torrent) yeah | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) you're a lucky guy man | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) :P | 11:53 | |
asac | since then I didn't do any merge ;) | 11:53 |
(bluekuja/#ubuntu-motu-torrent) lol | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) :D | 11:53 | |
(bluekuja/#ubuntu-motu-torrent) I dont like merges | 11:54 | |
(bluekuja/#ubuntu-motu-torrent) too | 11:54 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 11:54 | |
(bluekuja/#ubuntu-motu-torrent) I'm mostly a packager | 11:54 | |
asac | right ... maybe you are even more a developer | 11:54 |
(bluekuja/#ubuntu-motu-torrent) yup | 11:54 | |
asac | and if you want to have a developer carrier focus on coding-skills | 11:54 |
(bluekuja/#ubuntu-motu-torrent) thanks for the hint | 11:55 | |
(bluekuja/#ubuntu-motu-torrent) :) | 11:55 | |
(bluekuja/#ubuntu-motu-torrent) time will let me know | 11:55 | |
(bluekuja/#ubuntu-motu-torrent) I guess | 11:55 | |
(bluekuja/#ubuntu-motu-torrent) asac: I go now! need to wake up as every day too early | 11:56 | |
(bluekuja/#ubuntu-motu-torrent) :/ | 11:56 | |
asac | just keep on packaging ... and review debdiffs of others ... that helps you more to see the problem | 11:56 |
(bluekuja/#ubuntu-motu-torrent) ok | 11:56 | |
(bluekuja/#ubuntu-motu-torrent) asac: we'll finish those two things | 11:56 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 11:56 | |
asac | sure | 11:56 |
=== bluekuja out | ||
asac | bye | 11:56 |
(bluekuja/#ubuntu-motu-torrent) cya | 11:57 | |
!alindeman:*! Regional server split .. affected about 350 users .. we're looking into it | 02:26 | |
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
(bluekuja/#ubuntu-motu-torrent) cynics: https://bugs.launchpad.net/ubuntu/+source/dietlibc/+bug/123814 | 06:54 | |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123814 in dietlibc "Merge dietlibc (0.30-7) from debian unstable" [Undecided,Confirmed] | 06:54 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 06:54 | |
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
[shirish(n=shirish@59.95.54.99)] log | 09:10 | |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
asac_ | bluekuja: i read through the motu application thread ... and didn't see anything as bad as you claimed yesterday | 12:33 |
(bluekuja/#ubuntu-motu-torrent) asac_: huh? | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) it was on pm | 12:33 | |
(bluekuja/#ubuntu-motu-torrent) that stuff | 12:34 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:34 | |
(bluekuja/#ubuntu-motu-torrent) asac: kover is ready, you can use yesterday's debdiff | 12:34 | |
(bluekuja/#ubuntu-motu-torrent) it should be ok | 12:34 | |
asac_ | yeah link? | 12:34 |
(bluekuja/#ubuntu-motu-torrent) http://pastebin.mozilla.org/114322 | 12:35 | |
asac_ | bluekuja: do you have the debdiff of previous version as well? so i can bug stevenk for what he did? | 12:38 |
(bluekuja/#ubuntu-motu-torrent) asac_: I know where .patch is | 12:38 | |
asac_ | because he did really bad ... and I want an explanation so we can probably document it | 12:38 |
asac_ | and maybe fix it for real | 12:38 |
(bluekuja/#ubuntu-motu-torrent) you mean configure stuff? | 12:38 | |
(bluekuja/#ubuntu-motu-torrent) asac_: is this ok http://pastebin.mozilla.org/114494 | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) or still bad | 12:40 | |
(bluekuja/#ubuntu-motu-torrent) as explanation | 12:40 | |
=== asac_ is now known as asac | ||
asac | "Adding include /usr/share/cdbs/1/rules/simple-patchsys.mk. remaining change," | 12:42 |
asac | thats ok | 12:42 |
asac | better say something like | 12:42 |
asac | "documented previously forgotten ubuntu change: '- added include /usr/share/cdbs/1/rules/simple-patchsys.mk. in debian/rules' in changelog entry for 0.9-whateverversionthatwas | 12:44 |
(bluekuja/#ubuntu-motu-torrent) that rocks | 12:44 | |
(bluekuja/#ubuntu-motu-torrent) adding | 12:44 | |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/114497 | 12:46 | |
(bluekuja/#ubuntu-motu-torrent) want debdiff from debian as well? | 12:46 | |
asac | for the first entry I would just say: "bringing build-depends in synch with debian again" | 12:49 |
(bluekuja/#ubuntu-motu-torrent) asac: ok | 12:51 | |
asac | and add another entry on top: "upload to rebuild (LP: #xxxx) and doing package housekeeping:" | 12:51 |
(bluekuja/#ubuntu-motu-torrent) ok | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) adding those | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) asac: want from debian too? | 12:51 | |
(bluekuja/#ubuntu-motu-torrent) or not needed? | 12:51 | |
asac | show me ... | 12:51 |
asac | with those documentations in changelog debian-ubuntu won't be needed | 12:51 |
asac | as it states clearly what you did | 12:52 |
(bluekuja/#ubuntu-motu-torrent) asac: http://pastebin.mozilla.org/114500 | 12:53 | |
(bluekuja/#ubuntu-motu-torrent) asac: I'm leaving for work again | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) asac: gonna be back later, but that debdiff should be ok | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) now | 12:54 | |
(bluekuja/#ubuntu-motu-torrent) :) | 12:54 | |
asac | yeah | 12:55 |
asac | push it to bug | 12:55 |
asac | i will upload | 12:55 |
asac | and let me know what i should set the status to after upload | 12:55 |
asac | Fix committed or fix released? | 12:55 |
asac | what is the procedure for motu? | 12:55 |
=== pochu [n=emilio@127.Red-83-32-162.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== cynics [n=cynics@123.116.98.249] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@139.Red-83-32-162.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
bluekuja | heya asac | 05:20 |
bluekuja | pushed? | 05:20 |
asac | give me the bug ... with debdiff ... i will push right now | 05:23 |
asac | kover ... and regexxer right? | 05:23 |
bluekuja | asac: do you think that adding a new debdiff for the bug that guy added as invalid is ok? | 05:23 |
bluekuja | yup, those two | 05:23 |
asac | yeah ... i think its good to attach | 05:24 |
bluekuja | ok | 05:24 |
bluekuja | asac; adding that debdiff | 05:25 |
bluekuja | to invalid bug | 05:25 |
bluekuja | right now | 05:25 |
asac | give me bug id please | 05:26 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/123807 | 05:26 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Invalid] | 05:26 | |
asac | ok i have kover_2.9.6-3ubuntu2 and regexxer 0.9-1ubuntu2 ready for debdiff application | 05:26 |
asac | bluekuja: wait a second with the upload | 05:27 |
asac | of debdiff | 05:27 |
bluekuja | ok | 05:27 |
asac | let me first reopen that bug dropping a comment | 05:27 |
bluekuja | ok | 05:27 |
bluekuja | in the meantime | 05:27 |
bluekuja | I open a bug | 05:27 |
bluekuja | for kover | 05:27 |
bluekuja | ;) | 05:27 |
asac | bug 123807 | 05:28 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Confirmed] https://launchpad.net/bugs/123807 | 05:28 | |
asac | is now ready for you | 05:29 |
asac | bluekuja: what is kover ... merge with new debian version? | 05:29 |
asac | or fix for current ubuntu | 05:29 |
bluekuja | merge | 05:29 |
bluekuja | with unstable | 05:29 |
bluekuja | ;) | 05:29 |
asac | ah ok | 05:29 |
asac | then i need to get current debian instead of ubuntu | 05:29 |
bluekuja | asac: yup | 05:29 |
asac | bluekuja: first open kover bug | 05:29 |
asac | attach debdiff | 05:29 |
bluekuja | yeah | 05:30 |
bluekuja | open | 05:30 |
asac | then add debdiff to regexxer | 05:30 |
bluekuja | now attaching | 05:30 |
bluekuja | ok | 05:30 |
asac | bluekuja: please do a pbuilder build ... so we know it does build on buildds | 05:33 |
asac | e.g. to avoid any glitches | 05:33 |
bluekuja | asac: doing it | 05:33 |
bluekuja | for regexxer | 05:33 |
asac | i usually don't do that ... but maybe it would be a good idea to do it now ... to not give food to the trolls | 05:33 |
bluekuja | is ok | 05:33 |
asac | yeah ... for both | 05:33 |
bluekuja | ok | 05:33 |
bluekuja | doing | 05:33 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/kover/+bug/124010 | 05:34 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 124010 in kover "Merge kover (1:2.9.6-4) from debian unstable" [Undecided,Confirmed] | 05:34 | |
=== bluekuja starts building | ||
asac | let me know if pbuilder builds succeeded ... so i can just push | 05:38 |
bluekuja | asac: it would be nice | 05:39 |
bluekuja | to add | 05:39 |
bluekuja | U-U-S | 05:39 |
bluekuja | now | 05:39 |
bluekuja | so everyone can see | 05:39 |
bluekuja | and say | 05:39 |
bluekuja | "hey, he fixed it" | 05:39 |
bluekuja | if not, they will think it's invalid | 05:39 |
bluekuja | what do you think? | 05:39 |
bluekuja | dpkg-deb: building package `regexxer' in `../regexxer_0.9-1ubuntu3_i386.deb'. | 05:40 |
bluekuja | one done | 05:40 |
bluekuja | other is building | 05:40 |
bluekuja | dpkg-deb: building package `kover' in `../kover_2.9.6-4ubuntu1_i386.deb'. | 05:41 |
bluekuja | both builds | 05:41 |
bluekuja | asac: added debdiff | 05:43 |
bluekuja | to reg bug | 05:44 |
bluekuja | kover too | 05:44 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/kover/+bug/124010 | 05:44 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 124010 in kover "Merge kover (1:2.9.6-4) from debian unstable" [Undecided,Confirmed] | 05:44 | |
asac | great | 05:44 |
bluekuja | ;) | 05:44 |
asac | wait a second | 05:44 |
asac | i have to figure something out | 05:44 |
asac | bluekuja: can you figure out | 05:44 |
asac | what the right state is to signal that the bug is ready= | 05:44 |
asac | ? | 05:44 |
asac | fix committed? | 05:44 |
asac | and after upload fix released? | 05:44 |
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
asac | please figure out | 05:44 |
bluekuja | yup | 05:44 |
bluekuja | fix committed | 05:45 |
bluekuja | is when uploaded | 05:45 |
bluekuja | when built | 05:45 |
bluekuja | fix released | 05:45 |
asac | thats a crazy rule | 05:45 |
bluekuja | (dont need to do it for rege) | 05:45 |
bluekuja | it will be automatically done | 05:45 |
asac | i would say out of guts that its fix committed when you think your debdiff is ready | 05:45 |
asac | but anyway | 05:45 |
bluekuja | yea | 05:45 |
asac | yeah for regexxer we don't need to | 05:45 |
asac | can you find this in motu documentation for me | 05:45 |
asac | i really want to look into this | 05:45 |
bluekuja | let me see | 05:46 |
bluekuja | asac: ta dah! | 05:47 |
bluekuja | https://wiki.ubuntu.com/MOTU/Bugs | 05:47 |
asac | please quote | 05:47 |
asac | the relevant parts | 05:47 |
asac | i already read that | 05:47 |
bluekuja | "if the package was uploaded and built on all architectures, you can close the bug by marking it as "Fix released"." | 05:47 |
asac | yeah | 05:48 |
asac | and fix committed? | 05:48 |
bluekuja | nothing | 05:48 |
bluekuja | in that page | 05:48 |
bluekuja | :/ | 05:48 |
asac | what is in there ... e.g. how should you signal that a debdiff is ready? | 05:48 |
bluekuja | just add a comment | 05:49 |
bluekuja | like this | 05:49 |
bluekuja | "uploaded, mark as fix released when built" | 05:49 |
asac | hmm ... no i mean | 05:49 |
bluekuja | adding it fix committed | 05:49 |
bluekuja | to say | 05:50 |
asac | what should you set the bug to when you attached a ready to go debdiff | 05:50 |
bluekuja | that a debdiff is ready | 05:50 |
asac | yeah | 05:50 |
bluekuja | I think that if you upload something | 05:50 |
bluekuja | it's ready | 05:50 |
asac | not if a reviewer thinks its ready ... but the debdiff provider ... how can he show that | 05:50 |
asac | ah ok | 05:50 |
bluekuja | ooh | 05:50 |
asac | hmm | 05:50 |
bluekuja | yea | 05:50 |
bluekuja | so just fix committed | 05:50 |
asac | ok | 05:51 |
asac | doing uploads now | 05:51 |
asac | first kover | 05:51 |
bluekuja | great :) | 05:51 |
bluekuja | ok | 05:51 |
bluekuja | asac: I'm adding | 05:51 |
bluekuja | U-U-S | 05:52 |
bluekuja | so ppl will receive a mail for it | 05:52 |
bluekuja | so they'll know | 05:52 |
bluekuja | that it's fixed | 05:52 |
bluekuja | ;) | 05:52 |
asac | wait :) | 05:53 |
bluekuja | oh damn | 05:54 |
bluekuja | :D | 05:54 |
bluekuja | should I unsubscribe again? | 05:54 |
bluekuja | :P | 05:54 |
asac | no | 05:54 |
bluekuja | oh k | 05:54 |
bluekuja | asac: I gonna have a showa | 05:56 |
bluekuja | :) | 05:56 |
bluekuja | asac: be back later, need to relax a bit | 05:57 |
bluekuja | later aka 20 mins | 05:57 |
bluekuja | :P | 05:57 |
asac | sure | 06:00 |
bluekuja | asac: back | 06:18 |
bluekuja | rege builds there? | 06:18 |
asac | kover is up | 06:18 |
asac | look at changelog | 06:18 |
asac | give me bug please again | 06:18 |
asac | have it | 06:18 |
bluekuja | https://bugs.launchpad.net/ubuntu/+source/regexxer/+bug/123807 | 06:19 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 123807 in regexxer "regexxer 0.9-1ubuntu2 FTBFS fix" [Undecided,Confirmed] | 06:19 | |
asac | yeah i fix committed kover bug now | 06:19 |
asac | now regexxer | 06:19 |
asac | bluekuja: look at changelog | 06:19 |
asac | i uploaded | 06:19 |
asac | i dropped configure hack ... as i found the explanation why the patch was initially added | 06:20 |
asac | and rene did fix that in debian upload | 06:20 |
asac | i added if it fails to build now ... its me to blame :) | 06:20 |
asac | the problem was that stevenk didn't document his changes | 06:21 |
asac | so you couldn't know | 06:21 |
bluekuja | asac: seen | 06:24 |
bluekuja | :) | 06:24 |
asac | i actually educated stevenk already ... that he did wrong | 06:24 |
bluekuja | oh cool | 06:24 |
bluekuja | :) | 06:24 |
asac | but configure.{in,ac} updates are advanced i would say | 06:24 |
bluekuja | yeah | 06:24 |
bluekuja | ^^ | 06:24 |
asac | i guess most motus won't get it right | 06:24 |
bluekuja | asac: I'm leaving again :/ | 06:24 |
bluekuja | need to go out | 06:24 |
bluekuja | with some friends et all | 06:24 |
bluekuja | asac: rege is ok? | 06:24 |
bluekuja | before I leave | 06:25 |
asac | its pushed as well | 06:27 |
asac | bluekuja: please mark fix released when things are build | 06:27 |
bluekuja | ok | 06:29 |
bluekuja | :) | 06:29 |
bluekuja | asac: bbl | 06:30 |
bluekuja | :) | 06:30 |
bluekuja | have fun in the meantime | 06:30 |
bluekuja | ;) | 06:30 |
asac | bluekuja: i will be out ... and only in late | 06:31 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 06:43 |
asac | hey DarkSun88 :) | 06:54 |
DarkSun88 | :) | 06:54 |
DarkSun88 | Here too | 06:54 |
DarkSun88 | asac: Succesfully on all arch. | 06:59 |
DarkSun88 | :) | 06:59 |
DarkSun88 | https://launchpad.net/ubuntu/+source/xulrunner/1.8.1.4-2ubuntu2 | 06:59 |
asac | DarkSun88: thx | 07:04 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has left #ubuntu-motu-torrent ["Leaving"] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
!dmwaters:*! Good day all. One of our rotation servers appears to be having some problems, it's been pulled from rotation, and i'm looking at it now. Thank you for your patience, and thank you for using freenode! | 06:57 | |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431754+ | 12:32 |
(ubotu/#ubuntu-motu-torrent) Debian bug 431754 in diff-ext "diff-ext: Invalid memory reference" [Critical,Open] | 12:32 | |
bluekuja | asac: later, I gonna try to reproduce that | 12:33 |
asac | good | 12:33 |
bluekuja | asac: if I cannot reproduce, what should we do? | 12:33 |
asac | first try | 12:35 |
bluekuja | ok | 12:35 |
bluekuja | :) | 12:35 |
bluekuja | asac: later, we gonna have results then | 12:35 |
bluekuja | :) | 12:35 |
asac | k | 12:36 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 03:16 |
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@123.116.97.128] has joined #ubuntu-motu-torrent | ||
bluekuja | back | 05:41 |
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | heya pochu ! | 05:42 |
bluekuja | have you sid there? | 05:42 |
pochu | hi bluekuja | 05:52 |
pochu | just a pbuilder-sid | 05:52 |
bluekuja | aww | 05:52 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
(javierder/#ubuntu-motu-torrent) hi bluekuja | 09:51 | |
bluekuja | heya javierder | 09:51 |
bluekuja | :) | 09:51 |
(javierder/#ubuntu-motu-torrent) how is everything? too much work? | 09:52 | |
bluekuja | javierder, yeah definitely :/ | 09:52 |
(javierder/#ubuntu-motu-torrent) well, sometimes that's a good thing :P | 09:53 | |
bluekuja | I wake up at six o'clock for work | 09:53 |
(javierder/#ubuntu-motu-torrent) oh...that hurts... | 09:53 | |
bluekuja | and then when I'm back at 17 | 09:53 |
bluekuja | I work for ubuntu | 09:53 |
bluekuja | :) | 09:53 |
bluekuja | for 4-5 hours/per day | 09:53 |
(javierder/#ubuntu-motu-torrent) that's a lot of time in front of a pc! | 09:53 | |
bluekuja | yup | 09:54 |
bluekuja | :) | 09:54 |
(javierder/#ubuntu-motu-torrent) 1 question, did you get the time to test the tribbler package? the developer asked me about that. | 09:54 | |
bluekuja | javierder, would you be so kind to re-send it? | 09:54 |
(javierder/#ubuntu-motu-torrent) yes, np | 09:55 | |
bluekuja | I had really a lot of stuff to do, and left it on TODO | 09:55 |
bluekuja | send me | 09:55 |
bluekuja | diff.gz | 09:55 |
bluekuja | dsc | 09:55 |
bluekuja | and orig | 09:55 |
(javierder/#ubuntu-motu-torrent) sent | 09:57 | |
bluekuja | those files? | 09:57 |
bluekuja | I guess | 09:57 |
bluekuja | :) | 09:57 |
(javierder/#ubuntu-motu-torrent) yes. | 09:58 | |
(javierder/#ubuntu-motu-torrent) anyway, i should do some more work on this, i didn't really did much work :/ | 09:59 | |
bluekuja | don't worry, I'm sure you will contribute | 10:00 |
bluekuja | in the near future | 10:00 |
bluekuja | does not arrive | 10:00 |
bluekuja | mm | 10:00 |
bluekuja | hige files? | 10:00 |
bluekuja | *huge | 10:00 |
(javierder/#ubuntu-motu-torrent) not really. | 10:02 | |
bluekuja | strange then | 10:02 |
(javierder/#ubuntu-motu-torrent) yep | 10:03 | |
(javierder/#ubuntu-motu-torrent) hey, another question. about launchpad, is there any way to search for bugs in packages that are made in pygtk? | 10:03 | |
bluekuja | mmm.. | 10:04 |
bluekuja | I dont think so, there's no tag for those | 10:04 |
bluekuja | it's too much specific | 10:04 |
bluekuja | you can try to write | 10:04 |
bluekuja | pygtk in search lists | 10:04 |
bluekuja | and try to see what you get | 10:04 |
(javierder/#ubuntu-motu-torrent) ah, ok. | 10:05 | |
bluekuja | tags are not created like that | 10:05 |
bluekuja | ;) | 10:05 |
(javierder/#ubuntu-motu-torrent) 'cause i'm really a developer, and i can probably contribute more doing actual development. | 10:05 | |
bluekuja | yeah | 10:07 |
bluekuja | javierder, no mails | 10:07 |
bluekuja | ./ | 10:07 |
bluekuja | :/ | 10:07 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
bluekuja | heya cynics | 07:17 |
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 02:05 |
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
Vorian | hallo | 03:14 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.97.128] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.96.89] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
Vorian | any falcon users here? | 10:08 |
Vorian | :) | 10:08 |
DarkSun88 | G'Night. | 01:47 |
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.96.89] has joined #ubuntu-motu-torrent | ||
=== Signon time : Mon Jul 2 06:41:59 2007 | ||
=== Signoff time : Sat Jul 7 10:11:29 2007 | ||
=== Total uptime : 5d 3h 29m 30s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:15 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:15 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 12:49 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 09:53 |
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@220.101.186.67] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi everyone. As you undoubtedly noticed, one of our european hubs just died. Everything should be stable now. Sorry for the inconvenience, have a great day and thank you for using freenode! :) | 01:12 | |
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-121-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@4.Red-88-3-54.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 09:59 |
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== Vorian [n=Steve@ubuntu/member/Vorian] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== |Element| [n=Element@221.4.137.132] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.98.79] has joined #ubuntu-motu-torrent | ||
=== |Element| [n=Element@221.4.137.132] has left #ubuntu-motu-torrent ["ZZZZZzzzzzzzzz......"] | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
!alindeman:*! Hi all ... an MRS server flapped off the network there .. it's back, but I've removed it from rotation anyway | 08:16 | |
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host106-170.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Good day folks, we have some maintenence about to happen to 2 rotation servers. These boxes have been out of rotation for a while but we'll still lose some users. | 04:10 | |
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
bluekuja_ | as | 07:02 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== andrea__ [n=andrea@host185-175.pool8250.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== andrea__ is now known as bluekuja | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@220.101.186.67] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
bluekuja | heya freeflying | 07:17 |
bluekuja | you there? | 07:17 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@23.Red-81-37-120.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.59] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@e177163113.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@d108156.adsl.hansenet.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== asac__ [n=asac@e177160031.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== wojci_ [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
bluekuja | asac: we are at +3 | 06:10 |
asac | he? | 06:12 |
asac | i am at +100 :) | 06:13 |
bluekuja | asac: 3 MC members voted | 06:13 |
asac | ah | 06:13 |
bluekuja | lol | 06:13 |
asac | oh ... so it might even have a good ending | 06:13 |
bluekuja | yeah | 06:13 |
bluekuja | dholbach | 06:13 |
bluekuja | need to vote | 06:13 |
asac | yeah ... maybe he waits a bit more | 06:13 |
bluekuja | yea | 06:13 |
bluekuja | asac: it has been hard | 06:14 |
bluekuja | a lot of difficulties | 06:14 |
bluekuja | but keep working | 06:14 |
asac | in case you get through it needs to go to TB, formally, right? | 06:14 |
bluekuja | yea | 06:14 |
bluekuja | via mail | 06:14 |
bluekuja | e.g ack | 06:14 |
bluekuja | usually if MC voted good | 06:15 |
bluekuja | they ack | 06:15 |
bluekuja | without problems | 06:15 |
bluekuja | usually mark or mdz | 06:15 |
asac | just stay not too much focussed on this ... things move more easily if one doesn't try to force things :) | 06:16 |
bluekuja | yeah, I'm currently not forcing | 06:16 |
bluekuja | anyone | 06:16 |
bluekuja | things went how they are alone | 06:16 |
asac | yeah ... i know ;) | 06:17 |
asac | keep things running | 06:17 |
bluekuja | yeah, nice advice | 06:17 |
bluekuja | :) | 06:17 |
bluekuja | asac; anyway thanks for the words you said me | 06:17 |
bluekuja | that day | 06:17 |
bluekuja | here on the channel | 06:17 |
bluekuja | :) | 06:17 |
bluekuja | asac: I've appreciated a lot | 06:19 |
bluekuja | ;) | 06:19 |
asac | no problem ... just keep your eagerness to learn new ... and keep your temper in control and you will be a great contributor :) | 06:19 |
bluekuja | :) | 06:20 |
bluekuja | "keep yout temper in control" is something important | 06:20 |
bluekuja | you know that I can get angry easily | 06:20 |
bluekuja | :P | 06:20 |
asac | sure ... its good to have temper ... energy ... but try to bundle these forces to productive channels :) | 06:22 |
asac | debating is almost always lost time | 06:22 |
asac | at least if there is no consense in sight :) | 06:22 |
bluekuja | yeah | 06:23 |
bluekuja | but some comments | 06:23 |
bluekuja | made on me | 06:23 |
bluekuja | got no-base | 06:23 |
asac | right ... give one answer ... but keep it that way | 06:23 |
bluekuja | that's what I did | 06:24 |
bluekuja | :) | 06:24 |
asac | don't rephrase already made points :) | 06:24 |
bluekuja | yea | 06:24 |
bluekuja | you should read | 06:24 |
bluekuja | sistpoty post | 06:24 |
asac | good ... if you follow that then you have learned a lot more than lots of others | 06:24 |
bluekuja | he understood everything | 06:24 |
asac | yeah ... i looked in the archive | 06:24 |
bluekuja | :) | 06:25 |
asac | damn i hate pushing huge orig tarballs | 06:25 |
asac | it empties the buffer of my audio stream | 06:25 |
bluekuja | :D | 06:25 |
bluekuja | asac: do you listen music while working? | 06:26 |
bluekuja | e.g radio | 06:26 |
asac | depends on my mood :) | 06:26 |
bluekuja | :D | 06:26 |
bluekuja | asac: which kind of music? | 06:27 |
asac | just hits atm ... or whatever channel has a good song | 06:27 |
asac | nothing special so I don't get distracted | 06:27 |
bluekuja | :D | 06:27 |
bluekuja | I usually change songs multiple times | 06:27 |
bluekuja | which is bad for my concentration | 06:27 |
bluekuja | ^^ | 06:27 |
asac | yeah | 06:28 |
asac | probably the reason you do it is bad concentration in the first place | 06:28 |
asac | e.g. you cannot get started or continue | 06:28 |
asac | so you do something ... like switching songs :) | 06:28 |
bluekuja | :D | 06:29 |
bluekuja | yeah | 06:29 |
bluekuja | starting a thing | 06:29 |
bluekuja | is hard | 06:29 |
bluekuja | continuing it is easily | 06:29 |
bluekuja | does the work "continuing" exist? | 06:30 |
bluekuja | mmm., | 06:30 |
asac | he? | 06:39 |
asac | sorry ... don't get that question | 06:39 |
bluekuja | asac: grammar stuff | 06:39 |
bluekuja | nvm^^ | 06:39 |
asac | k | 06:40 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host14-175.pool8252.interbusiness.it] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== Signon time : Sat Jul 7 10:11:31 2007 | ||
=== Signoff time : Tue Jul 17 05:52:15 2007 | ||
=== Total uptime : 9d 19h 40m 44s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:56 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:56 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 05:57am | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== Signon time : Tue Jul 17 05:52:24 2007 | ||
=== Signoff time : Tue Jul 17 22:51:33 2007 | ||
=== Total uptime : 0d 16h 59m 9s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:55 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:55 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 01:12 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 01:12 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 01:12 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 01:12 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 01:12 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 01:12 | |
=== Signon time : Tue Jul 17 22:51:39 2007 | ||
=== Signoff time : Wed Jul 18 05:42:50 2007 | ||
=== Total uptime : 0d 6h 51m 11s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:46 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:46 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.97.35] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
DarkSun88 | Hi all | 03:56 |
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== cynics [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== cynics [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@41-108-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== wojci [n=wojci@port65.ds1-abs.adsl.cybercity.dk] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi everyone! christel and I are in Birmingham and at GUADEC at the moment. If you want to grab beer with us or meet us tomorrow, please contact me. As always, thank you for using freenode :) | 07:07 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== cynics [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
!christel:*! Hi guys! RichihH and myself are currently at GUADEC, having a blast of a time, if you happen to be a attending freenode user, do come say hi! | 11:40 | |
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has joined #ubuntu-motu-torrent | ||
=== DarkSun88 [n=Ma@ubuntu/member/darksun88] has left #ubuntu-motu-torrent ["Sto] | ||
=== Signon time : Wed Jul 18 05:42:57 2007 | ||
=== Signoff time : Fri Jul 20 14:20:31 2007 | ||
=== Total uptime : 2d 8h 37m 34s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 02:25 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 02:25 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 02:27pm | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.97.100] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== l3on [n=l3on@83-103-90-62.ip.fastwebnet.it] has joined #ubuntu-motu-torrent | ||
l3on | hi all | 12:01 |
l3on | :) | 12:01 |
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying__ is now known as cynics | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
cynics | bug #36547 | 11:02 |
ubotu | Launchpad bug 36547 in scim "scim: im-switch configuration for XIM mode should check user's locale" [Unknown,Confirmed] https://launchpad.net/bugs/36547 | 11:02 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.102.113] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@host74-132-dynamic.11-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
bluekuja | heya javamaniac | 06:34 |
bluekuja | javamaniac: new gnome-btdownload has been released | 06:34 |
bluekuja | 0.0.29 | 06:34 |
bluekuja | javamaniac, want me to take care of it? | 06:35 |
!dmwaters:*! hi all, big split, need to fix routing, sorry. | 08:13 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 04:26 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 04:26 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 04:26 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 04:26 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 04:26 | |
=== Signon time : Fri Jul 20 14:21:55 2007 | ||
=== Signoff time : Wed Jul 25 16:30:03 2007 | ||
=== Total uptime : 5d 2h 8m 8s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 04:34 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 04:34 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 04:36pm | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.24] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.99.24] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 04:47 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 04:47 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 04:47 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 04:47 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 04:47 | |
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
!dmwaters:*! Good day all, there's going to be a rather large split while i straighten out some routing. Thank you for your patience, and thank you for using freenode! | 02:51 | |
=== Signon time : Wed Jul 25 16:30:41 2007 | ||
=== Signoff time : Fri Aug 3 09:13:57 2007 | ||
=== Total uptime : 8d 16h 43m 16s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:18 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 09:18 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 09:19am | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["See] | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent | ||
=== freeflying__ is now known as freeflying | ||
=== freeflying_ [n=freeflyi@123.116.96.203] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.103.144] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.101.17] has joined #ubuntu-motu-torrent | ||
=== freeflying__ is now known as freeflying | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying is now known as freeflying|away | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying_ [n=freeflyi@123.116.99.59] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@34-206-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying__ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.99.66] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
!Md:*! sorry for the split, one of our servers has a bad clock and has been shut down until it will be fixed | 10:23 | |
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has joined #ubuntu-motu-torrent | ||
=== mruiz [n=mruiz@ubuntu/member/mruiz] has left #ubuntu-motu-torrent ["Bye!"] | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
[wotamuckinfuddle(n=wotamuck@213.205.241.204)] hi, sorry to PM, i have a DVD of ubuntu fiesty fawn, im wanting to install it on a non-DVD machine, how can i make cd-roms from the DVD? please | 06:10 | |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi everyone :) This Saturday August 11th, LinuxPicnic (.org) will celebrate Tux' birthday. East USA: Reston VA, West USA: Sunnyvale CA, Southern Hemisphere: Dunedain, NZ. As always, thank you for using freenode and have a great day :) | 12:45 | |
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 11:04 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 11:04 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 11:04 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 11:04 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 11:04 | |
=== Signon time : Fri Aug 3 09:14:22 2007 | ||
=== Signoff time : Wed Aug 8 23:41:01 2007 | ||
=== Total uptime : 5d 14h 26m 39s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 11:45 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 11:45 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 11:47pm | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 10:35 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 10:35 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:35 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 10:35 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:35 | |
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
=== Signon time : Wed Aug 8 23:41:36 2007 | ||
=== Signoff time : Fri Aug 10 07:53:46 2007 | ||
=== Total uptime : 1d 8h 12m 10s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:57 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:57 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:59am | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.96.182] has joined #ubuntu-motu-torrent | ||
=== freeflying_ is now known as freeflying | ||
=== freeflying [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== Signon time : Fri Aug 10 07:53:55 2007 | ||
=== Signoff time : Sat Aug 11 06:59:03 2007 | ||
=== Total uptime : 0d 23h 5m 8s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:02 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:03 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:04am | ||
[foxbuntu(n=nfoxqci@12-216-16-102.client.mchsi.com)] sex | 07:51 | |
[foxbuntu(n=nfoxqci@12-216-16-102.client.mchsi.com)] !pastebin | ubuntulog | 07:51 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.56] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 07:13 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 07:13 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:13 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 07:13 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:13 | |
=== Signon time : Sat Aug 11 06:59:16 2007 | ||
=== Signoff time : Sun Aug 12 07:15:29 2007 | ||
=== Total uptime : 1d 0h 16m 13s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:19 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:19 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 07:21am | ||
=== Signon time : Sun Aug 12 07:15:35 2007 | ||
=== Signoff time : Sun Aug 12 08:10:40 2007 | ||
=== Total uptime : 0d 0h 55m 5s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:15 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:15 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 08:16am | ||
=== freeflying [n=freeflyi@123.118.1.103] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
!christel:*! Hiya all, one of our sponsors are experiencing some networking problems and as a result we have a slightly bouncy network. If you find yourself on the affected server, you may wish to connect elsewhere. Thank you for using freenode and have a great day! | 10:09 | |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== Signon time : Sun Aug 12 08:11:24 2007 | ||
=== Signoff time : Mon Aug 13 12:21:43 2007 | ||
=== Total uptime : 1d 4h 10m 19s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:29 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:29 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== #ubuntu-freshers is desynced from kubrick.freenode.net at 05:31am | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz is now known as DktrKranz | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== Signon time : Wed Aug 15 05:25:47 2007 | ||
=== Signoff time : Wed Aug 15 20:25:01 2007 | ||
=== Total uptime : 0d 14h 59m 14s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:28 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:28 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
!alindeman:*! Hi all .. a main rotation server flashed off the network for a second. It's back, but I'm removing it from rotation anyway. | 10:26 | |
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
!christel:*! We would like to wish the GNOME project a Happy Birthday, 10 years old today! | 12:40 | |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi all. As you will surely have heard, there was a major earthquake in Peru. It seems Richard 'RMS' Stallmann was travelling from Lima to Chimbote with Mario Ramos on August 15th and no one has heard from him since. If you have any information, please email rms-assist@gnu.org or poke us in #freenode. Also, if you happen to live in South or Central America, please consider donating blood as that is the only thing that can not easily be transported from outsid | 12:43 | |
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
!alindeman:*! Some lag on a hub caused a few servers to drop off the network. Everything should be settled now. Sorry for the noise. | 06:23 | |
=== Signon time : Wed Aug 15 20:25:03 2007 | ||
=== Signoff time : Sat Aug 18 06:26:32 2007 | ||
=== Total uptime : 2d 10h 1m 29s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:41 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:41 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.96.84] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== cynics_ [n=cynics@123.116.98.179] has joined #ubuntu-motu-torrent | ||
=== cynics_ is now known as freeflying | ||
=== Signon time : Sat Aug 18 10:37:43 2007 | ||
=== Signoff time : Sun Aug 19 10:51:57 2007 | ||
=== Total uptime : 1d 0h 14m 14s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 11:30 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 11:30 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 10:24 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 10:24 | |
=== #ubuntu-marketing You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:24 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 10:24 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 10:24 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:24 | |
=== Signon time : Sun Aug 19 11:26:31 2007 | ||
=== Signoff time : Mon Aug 20 05:44:20 2007 | ||
=== Total uptime : 0d 18h 17m 49s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:48 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:48 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@e177174172.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== cynics [n=cynics@211.94.35.200] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi all. As you surely noticed, we just had a rather large and ugly split. We are looking into what caused it and for the time being, things seem to have calmed down. Sorry for the inconvenience, thank you for using freenode and have a great day :) | 02:13 | |
=== freeflyi1g [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== Signon time : Mon Aug 20 05:44:27 2007 | ||
=== Signoff time : Tue Aug 21 09:04:04 2007 | ||
=== Total uptime : 1d 3h 19m 37s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:07 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 09:08 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.98.179] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.102.66] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.2.228] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@125.33.55.43] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@125.33.55.43] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz is now known as DktrKranz | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz is now known as DktrKranz | ||
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nb000 [n=nb000@87.97.96.33.pool.invitel.hu] has joined #ubuntu-motu-torrent | ||
nb000 | hi, is everybody here? | 08:47 |
nb000 | i found this irc addr at: https://wiki.ubuntu.com/MOTU/Teams/Torrent?highlight=%28MOTU%2FTeams%29 | 08:48 |
nb000 | i would like to suggest to add rtorrent to the list of maintaned bittorrent clients | 08:48 |
nb000 | the ububtu version of it is 0.6.4, but on the progr's homepage there is already many newser version (latest is 0.7.7) | 08:50 |
nb000 | if someone reads this i can be contacted later via mail: nb0000 at gmail dot com | 08:50 |
=== nb000 [n=nb000@87.97.96.33.pool.invitel.hu] has left #ubuntu-motu-torrent ["Tvozom"] | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@159-142-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== nuu is now known as nu | ||
=== nu is now known as nuu | ||
=== nu [i=neuro@host76-15-dynamic.1-87-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== nuu is now known as nu | ||
=== nu is now known as nuu | ||
=== nuu is now known as nu | ||
=== nu is now known as nuu | ||
=== nuu is now known as nu | ||
=== nu is now known as nuu | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi3g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi3g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.206] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@d107195.adsl.hansenet.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== Ceefour666 [n=ceefour@125.164.237.118] has joined #ubuntu-motu-torrent | ||
Ceefour666 | hi | 10:31 |
Ceefour666 | good afternoon | 10:31 |
Ceefour666 | may i come in? | 10:31 |
=== Ceefour666 [n=ceefour@125.164.237.118] has joined #ubuntu-motu-torrent | ||
Ceefour666 | i'm looking for azureus maintainer | 11:09 |
Ceefour666 | hlllo | 11:21 |
=== Ceefour666 [n=ceefour@125.164.237.118] has left #ubuntu-motu-torrent [] | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has joined #ubuntu-motu-torrent | ||
=== acemo [n=acemoo@ip5657ebcc.direct-adsl.nl] has left #ubuntu-motu-torrent [] | ||
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
!dmwaters:*! Hi all, one of our hubs just split, we're looking into it | 07:23 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== Signon time : Tue Aug 21 09:04:11 2007 | ||
=== Signoff time : Tue Aug 28 06:46:35 2007 | ||
=== Total uptime : 6d 21h 42m 24s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 06:50 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 06:50 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.176] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== zith_ [n=zith@90-227-135-155-no52.tbcn.telia.com] has joined #ubuntu-motu-torrent | ||
zith_ | i saw that packaging linkage is on your todolist | 03:36 |
zith_ | to do that you need the rasterbar libtorrent (rather than the rakshasa one) | 03:36 |
bluekuja | zith_, heya | 03:36 |
bluekuja | yes, we need rasterbar before linkage | 03:37 |
zith_ | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=402462 <- this is how debian seems to want to solve having two diffrent libtorrents int their repository, if you had not seen it :) | 03:37 |
(ubotu/#ubuntu-motu-torrent) Debian bug 402462 in wnpp "ITP: libtorrent-rasterbar -- Rasterbar libtorrent library" [Wishlist,Open] | 03:37 | |
bluekuja | let me see | 03:37 |
zith_ | i dont know the status on that one though, they have not been talking in the bug posting since may | 03:37 |
bluekuja | zith_, I've been in contact with him for some time | 03:38 |
bluekuja | and we talked here about it multiple times | 03:39 |
zith_ | ah, cool | 03:39 |
bluekuja | that guy did *not* provide a good package | 03:39 |
bluekuja | to push into the archive | 03:39 |
zith_ | oh ok | 03:39 |
bluekuja | pochu, any news for rasterbar? | 03:39 |
bluekuja | pochu, oh wb :) | 03:39 |
zith_ | i actually made a package of it last night, but i doubt its much better since its my first debian package ever | 03:40 |
bluekuja | zith_, in what are you interested? | 03:40 |
zith_ | bluekuja: linkage! :) | 03:40 |
bluekuja | are you an ubuntu contributor? | 03:40 |
zith_ | i'm afraid not | 03:40 |
bluekuja | zith_, I love linkage a lot | 03:40 |
bluekuja | it's a great application | 03:40 |
bluekuja | and I really want to see it in | 03:40 |
zith_ | thats great to hear | 03:41 |
bluekuja | zith_, are you linkage devel? | 03:41 |
zith_ | i havnt really contributed much code, but i'm a member of the project and the guy leading it is a close friend | 03:42 |
bluekuja | oh cool! | 03:43 |
bluekuja | well, the guy told me | 03:43 |
bluekuja | "hey, I'll be back with news!" | 03:43 |
bluekuja | no one have seen him around | 03:43 |
zith_ | the guy who made the package? | 03:43 |
bluekuja | since june | 03:43 |
bluekuja | yup | 03:43 |
zith_ | argh.. that has to be a bit frustrating | 03:44 |
bluekuja | yeah | 03:44 |
bluekuja | he talked bad about us | 03:44 |
bluekuja | saying we dont help him | 03:44 |
bluekuja | and stuff like that | 03:44 |
bluekuja | which is not true | 03:45 |
bluekuja | we gave him the possibility to sponsor his package into both debian and ubuntu | 03:45 |
bluekuja | of course with a *good* package | 03:45 |
zith_ | i wish i could help, but as i said, i dont have much experiance with packaging | 03:45 |
bluekuja | zith_, you told me before, you made a package | 03:46 |
bluekuja | do you have a chance to let me see it? | 03:46 |
bluekuja | of course, I want a diff.gz, .dsc, and orig | 03:48 |
bluekuja | not the .deb | 03:48 |
bluekuja | :) | 03:48 |
zith_ | hmm ok | 03:51 |
zith_ | but its called libtorrent, not libtorrent-rasterbar or anything | 03:51 |
bluekuja | zith_, bad then | 03:51 |
bluekuja | that's the main problem | 03:51 |
bluekuja | we have libtorrent already in the archive | 03:52 |
zith_ | yeah | 03:52 |
bluekuja | we cannot conflict the current version | 03:52 |
pochu | Hello bluekuja | 04:06 |
bluekuja | heya pochu | 04:06 |
bluekuja | how are you man? | 04:06 |
pochu | on holidays :) | 04:06 |
bluekuja | cool | 04:07 |
bluekuja | :) | 04:07 |
bluekuja | pochu, no news for rasterbar? | 04:07 |
bluekuja | have you heard something? | 04:07 |
pochu | no, sorry | 04:08 |
bluekuja | oki | 04:09 |
bluekuja | :) | 04:09 |
pochu | and how are you? | 04:10 |
bluekuja | reaaaaaaaaaaaaaaally good :) | 04:11 |
bluekuja | life is going great | 04:11 |
bluekuja | I can say I'm happy | 04:11 |
bluekuja | atm | 04:12 |
bluekuja | :) | 04:12 |
pochu | That's great | 04:14 |
bluekuja | yup | 04:14 |
bluekuja | I hope it's the same for you | 04:15 |
pochu | I'll be in Italy in a couple of days :) | 04:15 |
bluekuja | oooooh | 04:15 |
bluekuja | where?? | 04:15 |
pochu | I'm going to Loreto, but I'll be in Asisi, Padova, Firenze... | 04:16 |
bluekuja | ohh! | 04:16 |
bluekuja | come to Udine! | 04:16 |
bluekuja | it's 100 km from venice | 04:16 |
pochu | I would if I could | 04:17 |
pochu | But we are 70 people ;) | 04:17 |
bluekuja | lol | 04:17 |
bluekuja | that's quite hard then | 04:17 |
bluekuja | tourist trip? | 04:17 |
pochu | It's even impossible ;) | 04:17 |
pochu | We are going to join the Holy Father in Loreto | 04:18 |
bluekuja | oh cool! | 04:18 |
bluekuja | how many days will you stay here? | 04:18 |
pochu | 9 days, with those for going and coming back | 04:19 |
pochu | 7 in Italy | 04:19 |
bluekuja | by coach? | 04:19 |
bluekuja | or airplane? | 04:19 |
pochu | bus :/ | 04:19 |
bluekuja | oh damn :/ | 04:19 |
pochu | hehe | 04:19 |
pochu | but it's Ok to me :) | 04:19 |
bluekuja | are you with your family? | 04:19 |
bluekuja | or alone? | 04:19 |
bluekuja | *with friends | 04:20 |
pochu | no, with friends and people from the church | 04:20 |
bluekuja | really nice | 04:20 |
bluekuja | it would be nice to meet you around | 04:20 |
bluekuja | but I'm a little less far away from firenze | 04:20 |
bluekuja | I'm quite near to padova | 04:21 |
bluekuja | 150+ km | 04:21 |
bluekuja | ^^ | 04:21 |
bluekuja | I live near trieste | 04:21 |
bluekuja | in fact | 04:21 |
pochu | :) | 04:22 |
bluekuja | pochu, you gonna take your laptop with you? | 04:23 |
pochu | I don't think so :) | 04:24 |
bluekuja | aww :/ | 04:24 |
pochu | But I'll be back on September 7th :) | 04:24 |
pochu | Oh, why do you say it? | 04:24 |
bluekuja | to keep in contact in case you come around here | 04:25 |
pochu | if you mean around your town, I won't... | 04:25 |
bluekuja | not really around | 04:26 |
bluekuja | 100-150 km is ok | 04:26 |
pochu | hehe | 04:26 |
bluekuja | :) | 04:26 |
pochu | so then you might want to come to padova | 04:27 |
bluekuja | yea | 04:27 |
bluekuja | when will you be around there? | 04:27 |
pochu | IIRC on August 30th | 04:30 |
zith_ | bluekuja: so do you have any feature requests or such for linkage? | 06:34 |
zith_ | It would be good to get some feedback.. there are not many people who talk about it currently :) | 06:34 |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
!Md:*! FYI, freenode has just broken the record of 40000 connected users. let's join the party in #defocus | 08:45 | |
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@221.220.237.89] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent | ||
!RichiH:*! Hi all. As you probably noticed, a local leaf server is having route troubles and keeps on splitting. We are working on it and hope to have the issue resolved shortly. As always, thank you for using freenode and have a great day :) | 05:34 | |
=== javamaniac [n=gerardo@201.210.37.109] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nuu is now known as nuu | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.157] has joined #ubuntu-motu-torrent | ||
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nuu is now known as nuu | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 10:55 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 10:55 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:55 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 10:55 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 10:55 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:55 | |
!christel:*! Hi all, we've had a request to inform you that the guys over in ##nabaztag are 'calling all pesky rabbit hunters/hackers,' so if you own one of these cute little wifi rabbits you may want to check out the channel for the unofficial 'hacking nabaztag community' on freenode! | 06:11 | |
=== Signon time : Tue Aug 28 06:46:41 2007 | ||
=== Signoff time : Thu Aug 30 18:58:08 2007 | ||
=== Total uptime : 2d 12h 11m 27s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:01 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:02 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=marcel@lli212095018024.grz.telering.at] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@201-213-163-2.net.prima.net.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== zith_ [n=zith@90-227-135-155-no52.tbcn.telia.com] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.113] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@190.188.168.66] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@190.188.168.66] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@host154-113-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-139-177-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.118.3.20] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-97-235-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=drno@62.178.181.104] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has joined #ubuntu-motu-torrent | ||
=== DktrKranz [n=Luca@ubuntu/member/dktrkranz] has left #ubuntu-motu-torrent ["See] | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
[netzer0(n=netzer0@202.128.52.52)] hi... noob here needs help | 03:30 | |
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent | ||
=== freeflying_ [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== Signon time : Thu Aug 30 18:58:15 2007 | ||
=== Signoff time : Wed Sep 5 13:46:14 2007 | ||
=== Total uptime : 5d 18h 47m 59s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 01:56 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 01:56 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.39] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@e177170173.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.0.85] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=marcel@lli212095018024.grz.telering.at] has joined #ubuntu-motu-torrent | ||
idefixs | hi there! anyone seen bluekuja recently? | 02:24 |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@d112159.adsl.hansenet.de] has joined #ubuntu-motu-torrent | ||
=== javamaniac_ [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:8fff:fffe:0:0:0:27ed] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has left #ubuntu-motu-torrent [] | ||
=== bluekuja_ [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
bluekuja_ | heya asac | 12:38 |
=== bluekuja_ is now known as bluekuja | ||
=== pochu [n=emilio@56.Red-88-1-151.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@60-138-16-190.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.97.40] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@d112179.adsl.hansenet.de] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.100.141] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=and@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent [] | ||
=== bluekuja [n=and@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent [] | ||
=== bluekuja [n=and@host210-174-dynamic.50-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=and@ubuntu/member/bluekuja] has left #ubuntu-motu-torrent [] | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-107-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [i=freeflyi@ubuntu/member/freeflying] has joined #ubuntu-motu-torrent | ||
=== freeflying [i=freeflyi@211.103.244.55] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=marcel@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
idefixs | bluekuja: thanx! | 02:34 |
=== idefixs [n=marcel@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== XSource [n=Kabyl@41.201.203.51] has joined #ubuntu-motu-torrent | ||
bluekuja | XSource: heya bro | 09:53 |
bluekuja | :) | 09:53 |
=== bluekuja [n=and@host17-238-dynamic.6-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== ubotu is now known as Ubotu | ||
=== freeflying [n=freeflyi@123.116.96.59] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.194.173] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.59] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@e177161123.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== XSource [n=XSource@41.201.220.99] has joined #ubuntu-motu-torrent | ||
bluekuja | heya XSource | 07:47 |
XSource | :-) | 07:48 |
XSource | hey | 07:48 |
XSource | home sweet home :D | 07:48 |
bluekuja | :D | 07:48 |
bluekuja | how it's going? | 07:48 |
XSource | good, how's you? | 07:49 |
bluekuja | really good thanks! | 07:49 |
XSource | :-) | 07:49 |
bluekuja | are you an ubuntero now? | 07:49 |
XSource | bb in 30 | 07:49 |
XSource | yea | 07:49 |
XSource | lol | 07:49 |
bluekuja | lol | 07:50 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
XSource | b | 08:16 |
bluekuja | wb | 08:16 |
XSource | thx | 08:16 |
bluekuja | :9 | 08:17 |
XSource | never seen this :9 b4 | 08:18 |
bluekuja | ahha | 08:20 |
bluekuja | :) | 08:20 |
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.221.85] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.230.192] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.Red-83-57-218.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.210.123] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.215.86] has joined #ubuntu-motu-torrent | ||
=== idefixs [n=drno@chello062178181104.17.14.vie.surfer.at] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.95] has joined #ubuntu-motu-torrent | ||
=== Ubotu is now known as ubotu | ||
=== freeflying [n=freeflyi@123.116.103.95] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.236.168] has joined #ubuntu-motu-torrent | ||
bluekuja | XSource, ! | 10:37 |
XSource | :D | 10:37 |
XSource | how's it going there? | 10:37 |
bluekuja | really good man! | 10:38 |
bluekuja | what about you? | 10:38 |
XSource | great | 10:39 |
XSource | :) | 10:39 |
XSource | trying to follow the path, I need some time to: | 10:40 |
XSource | look to the master, | 10:40 |
XSource | follow the master, | 10:40 |
XSource | walk with the master, | 10:40 |
XSource | see through the master, | 10:40 |
XSource | become the master. | 10:40 |
XSource | xD | 10:41 |
bluekuja | lol | 10:41 |
bluekuja | thta's it | 10:41 |
bluekuja | camrdale, hi | 10:41 |
bluekuja | XSource, just work day by day | 10:42 |
bluekuja | and you'll make it | 10:42 |
=== XSource have to do homework | ||
XSource | has* | 10:42 |
bluekuja | ok | 10:43 |
bluekuja | :) | 10:43 |
bluekuja | XSource, for school? | 10:43 |
XSource | for ubotu lol | 10:43 |
bluekuja | lol | 10:43 |
bluekuja | !say hi XSource | 10:44 |
ubotu | Sorry, I don't know anything about say hi xsource - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi | 10:44 |
XSource | just realized it's a bot u bot u | 10:44 |
XSource | lol | 10:44 |
bluekuja | !say XSource | 10:44 |
ubotu | Sorry, I don't know anything about say xsource - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi | 10:44 |
bluekuja | damn | 10:44 |
bluekuja | !firefox | 10:44 |
ubotu | firefox is the default web-browser on Ubuntu. To install the latest version, see https://help.ubuntu.com/community/FirefoxNewVersion Installing plugins: https://wiki.ubuntu.com/FirefoxPlugins | 10:44 |
camrdale | bluekuja: hi | 10:44 |
bluekuja | :) | 10:44 |
bluekuja | camrdale, heya | 10:44 |
bluekuja | interested in torrents? | 10:45 |
camrdale | I'm the debian maintainer for bittornado | 10:45 |
camrdale | you part of the motu-torrent team? | 10:45 |
bluekuja | camrdale, I'm the administrator of the team | 10:46 |
bluekuja | :) | 10:46 |
camrdale | I'm concerned about the version scheduled for Gutsy, is it too late to get a new one included? | 10:46 |
bluekuja | camrdale, oh, you are bittornado's debian maintainer? | 10:46 |
bluekuja | really nice | 10:46 |
bluekuja | are you a DD? | 10:46 |
camrdale | yes, not a DD yet | 10:47 |
camrdale | soon though, hopefully | 10:47 |
bluekuja | already started NM? | 10:47 |
camrdale | more than a year ago :( | 10:47 |
bluekuja | aww | 10:47 |
bluekuja | ^^ | 10:47 |
bluekuja | camrdale, what's bad on gutsy version? | 10:48 |
bluekuja | is a new upstream release out? | 10:48 |
camrdale | it's got a few bad bugs | 10:48 |
bluekuja | new upstream fixes those? | 10:48 |
camrdale | 0.3.18 is experimental, and the upstream is not too quick with releasing fixes | 10:48 |
camrdale | I have some fixes from upstream's CVS | 10:48 |
bluekuja | camrdale, they are already in debian? | 10:49 |
camrdale | not yet, I was going to release a new version for Debian to fix them | 10:49 |
bluekuja | e.g the revision you're talking about is already in | 10:49 |
bluekuja | ok | 10:49 |
camrdale | I'm just wondering if it's too late for gutsy | 10:49 |
bluekuja | it's not too late for a new revision | 10:50 |
bluekuja | I can merge it from debian | 10:50 |
camrdale | is there a deadline? | 10:50 |
bluekuja | we are already in new upstream releases freeze | 10:50 |
bluekuja | also new packages freeze | 10:50 |
bluekuja | but we have exceptions | 10:50 |
bluekuja | dont worry | 10:50 |
bluekuja | :) | 10:50 |
bluekuja | but alwais time for a merge | 10:51 |
bluekuja | also for fixing odd bugs | 10:51 |
bluekuja | providing a good package for gutsy | 10:51 |
camrdale | ok, I'll try and get a new version in for next week | 10:51 |
bluekuja | sounds great | 10:51 |
bluekuja | just ping me when done | 10:51 |
bluekuja | and I'll see if we need a merge/sync | 10:51 |
camrdale | thanks, I will | 10:51 |
bluekuja | thanks to you for coming | 10:51 |
bluekuja | :) | 10:52 |
camrdale | :) | 10:52 |
bluekuja | camrdale, are you registered on lp? | 10:52 |
camrdale | yep | 10:52 |
camrdale | I applied to join motu-torrent too | 10:52 |
bluekuja | camrdale, really? | 10:53 |
bluekuja | how long ago? | 10:53 |
camrdale | a couple weeks, I think? | 10:53 |
bluekuja | I usually dont consider applications from ppl I dont know | 10:53 |
bluekuja | that's why I didnt answer | 10:53 |
bluekuja | :) | 10:53 |
camrdale | I figured something like that | 10:53 |
bluekuja | but let me add you to the team | 10:53 |
bluekuja | can you provide me lp id? | 10:54 |
bluekuja | and debian qa page? | 10:54 |
camrdale | camrdale for lp | 10:54 |
camrdale | http://qa.debian.org/developer.php?login=camrdale@gmail.com | 10:54 |
camrdale | I also maintain torrentflux | 10:55 |
camrdale | and I'm the developer of the new debtorrent package distribution program | 10:55 |
bluekuja | oh really cool | 10:55 |
bluekuja | you rock then! | 10:55 |
bluekuja | :) | 10:55 |
bluekuja | camrdale, I co-maintain gnome-btdownload | 10:56 |
bluekuja | 30000 popcon | 10:56 |
bluekuja | ;) | 10:56 |
camrdale | nice | 10:56 |
bluekuja | with javamaniac | 10:56 |
bluekuja | :) | 10:56 |
camrdale | I was trying to change the importance of a bug in Launchpad | 10:56 |
bluekuja | camrdale, you cant | 10:56 |
camrdale | do I need special priviliges for that? | 10:56 |
bluekuja | yup | 10:56 |
bluekuja | ubuntu-QA members are allowed to do it | 10:57 |
bluekuja | camrdale, just give me the bug | 10:57 |
bluekuja | and tell me which importance you need | 10:57 |
camrdale | 87254 | 10:57 |
camrdale | should be minor/wishlist | 10:57 |
bluekuja | Launchpad Bug #87254 | 10:57 |
ubotu | Launchpad bug 87254 in bittornado "bittornado / wxpython string decoding error" [Undecided,Confirmed] https://launchpad.net/bugs/87254 | 10:57 |
camrdale | yes | 10:58 |
bluekuja | setting it to minor/wishlist | 10:58 |
bluekuja | camrdale, you mean | 10:59 |
bluekuja | confirmed | 10:59 |
bluekuja | wishlist? | 10:59 |
bluekuja | :) | 10:59 |
camrdale | sure | 10:59 |
bluekuja | ok | 10:59 |
camrdale | I'm not sure what the importance levels are for ubuntu | 10:59 |
bluekuja | camrdale, done | 11:00 |
bluekuja | wishlist/confirmed | 11:00 |
camrdale | thanks | 11:00 |
bluekuja | camrdale, let me add you to the team | 11:00 |
camrdale | okay, thanks again | 11:01 |
bluekuja | camrdale, I have a quite long list of ppl | 11:02 |
bluekuja | who wants to join | 11:02 |
camrdale | I see that | 11:02 |
bluekuja | so I consider only ppl already involved | 11:02 |
camrdale | does membership get me privileges | 11:03 |
camrdale | ? | 11:03 |
bluekuja | camrdale, like? | 11:03 |
camrdale | I'm not sure, I'm just wondering why people want to join? | 11:04 |
bluekuja | camrdale, you have access to team branches, you get access to ppa of the team, you receive team mails | 11:04 |
bluekuja | and you're the maintainer of all torrents app | 11:05 |
bluekuja | on ubuntu | 11:05 |
bluekuja | e.g you work on them | 11:05 |
bluekuja | e.g you fix them | 11:05 |
bluekuja | e.g you contribute to them | 11:05 |
bluekuja | :) | 11:05 |
camrdale | sounds good :) | 11:05 |
bluekuja | :9 | 11:06 |
bluekuja | :) | 11:06 |
bluekuja | camrdale, do you use bzr? | 11:06 |
camrdale | no, but I'm familiar with others | 11:06 |
camrdale | should be able to pick it up | 11:07 |
bluekuja | ok | 11:07 |
bluekuja | :) | 11:07 |
bluekuja | anyway camrdale | 11:10 |
bluekuja | keep me updated | 11:10 |
bluekuja | :) | 11:10 |
camrdale | I will, thanks | 11:10 |
bluekuja | thanks to you | 11:11 |
bluekuja | ;) | 11:11 |
XSource | gd n8 ubotueros | 11:22 |
bluekuja | XSource, gnight | 11:22 |
bluekuja | and take care man! | 11:22 |
XSource | thx :) | 11:22 |
bluekuja | cu tomorrow | 11:22 |
bluekuja | :) | 11:22 |
XSource | ciaooo | 11:23 |
bluekuja | ciao! :) | 11:23 |
XSource | :D | 11:23 |
bluekuja | :) | 11:23 |
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has left #ubuntu-motu-torrent [] | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 04:05 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 04:05 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 04:05 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 04:05 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 04:05 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 04:05 | |
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 10:07 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 10:07 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:07 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 10:07 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 10:07 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:07 | |
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 10:03 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 10:03 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:03 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 10:03 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 10:03 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:03 | |
=== Signon time : Wed Sep 5 13:52:42 2007 | ||
=== Signoff time : Tue Sep 18 04:45:22 2007 | ||
=== Total uptime : 12d 14h 52m 40s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 04:49 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 04:49 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.194.72] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.242.35] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.101.235] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
!dmwaters:*! Good day all, that split was one of our rotation servers. I'm looking into the cause of the split now | 07:38 | |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.194.164] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.220.188] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.202.20] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.216.213] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.216.213] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.219.199] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.5] has joined #ubuntu-motu-torrent | ||
=== Kabyl__ [n=XSource@41.201.211.189] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.213.165] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.102.46] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
bluekuja | pochu, heya | 08:34 |
bluekuja | pochu, I'm checking https://bugs.edge.launchpad.net/ubuntu/+source/listen/+bug/141009 | 08:35 |
(ubotu/#ubuntu-motu-torrent) Launchpad bug 141009 in listen "listen.desktop doesn't validate" [Low,Triaged] | 08:35 | |
bluekuja | pochu, let me know when you're there | 08:38 |
pochu | bluekuja: hey, how do you do? | 08:45 |
bluekuja | pochu, heya bro | 08:45 |
bluekuja | pochu, I'm reviewing that for you | 08:45 |
bluekuja | a mail hit my mailbox before | 08:45 |
bluekuja | and I went there to check it | 08:46 |
bluekuja | ^^ | 08:46 |
pochu | bluekuja: thanks! | 08:47 |
bluekuja | pochu, now I'm grabbing the source | 08:47 |
bluekuja | and applying your debdiff | 08:47 |
pochu | :-) | 08:47 |
pochu | It's nice you're a motu | 08:48 |
pochu | now you can sponsor me ;) | 08:48 |
pochu | hehe | 08:48 |
bluekuja | yup :D | 08:48 |
bluekuja | pochu, give me a minute | 08:49 |
bluekuja | dont disappear | 08:49 |
bluekuja | pochu, that's a huge patch! | 08:50 |
pochu | sure, take your time :) | 08:50 |
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
pochu | bluekuja: hehe, well, I guess we can reduce it... | 08:50 |
pochu | patching just listen.desktop.in, instead of both listen.desktop and listen.desktop.in | 08:51 |
pochu | it doesn't make sense to patch listen.desktop, since we are using listen.desktop.in after its conversion to listen.desktop... | 08:51 |
pochu | do you want me to reduce the patch? | 08:51 |
pochu | well, let me do it :-) | 08:52 |
bluekuja | pochu, yeah, let me write a comment | 08:52 |
bluekuja | please | 08:52 |
bluekuja | :) | 08:52 |
bluekuja | pochu, done read | 08:53 |
pochu | bluekuja: :-) give me one minute | 08:55 |
bluekuja | take your time | 08:56 |
bluekuja | I'm here for 20 minutes | 08:56 |
bluekuja | so feel free to ping | 08:56 |
pochu | bluekuja: new debdiff attached :) | 09:04 |
=== bluekuja checking | ||
bluekuja | pochu, looks better | 09:07 |
bluekuja | :) | 09:07 |
bluekuja | pochu, original patch | 09:07 |
bluekuja | patches only .in files right? | 09:07 |
pochu | bluekuja: now yes | 09:08 |
bluekuja | pochu, I mean | 09:09 |
pochu | bluekuja: and works fine (builds, and the .desktop now validates) | 09:09 |
bluekuja | did you create that patch? | 09:09 |
pochu | yeah | 09:09 |
bluekuja | so you are original author? | 09:09 |
bluekuja | is this the first revision where that patch is attahced? | 09:09 |
pochu | no | 09:10 |
pochu | it was already there, but now I've modified it | 09:10 |
pochu | improved it | 09:10 |
bluekuja | pochu, ok good | 09:10 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
bluekuja | back | 09:11 |
bluekuja | pochu: but original patch | 09:11 |
bluekuja | got only .in stuff? | 09:11 |
bluekuja | or there were changes on .desktop too? | 09:11 |
bluekuja | pochu, I mean | 09:14 |
bluekuja | why in the previous patch | 09:14 |
pochu | bluekuja: just on .in | 09:14 |
bluekuja | you added changes to the -.desktop itself? | 09:14 |
bluekuja | without a reason | 09:15 |
bluekuja | in fact | 09:15 |
pochu | bluekuja: in the first debdiff yes | 09:15 |
pochu | but not in the second one | 09:15 |
bluekuja | pochu, yeah | 09:15 |
bluekuja | but why you put them in the first? | 09:16 |
bluekuja | if we have a .in? | 09:16 |
pochu | I didn't know well how it worked | 09:17 |
pochu | so I thought I has to patch the .desktop too | 09:17 |
bluekuja | oh k | 09:17 |
bluekuja | :) | 09:17 |
bluekuja | let me test | 09:17 |
pochu | but now I know how it works :-) | 09:17 |
bluekuja | pochu, building | 09:19 |
bluekuja | it | 09:19 |
pochu | cool! | 09:20 |
bluekuja | pochu, damn | 09:24 |
bluekuja | Get:3 http://archive.ubuntu.com gutsy/main libxevie1 1:1.0.2-2 [9140B] | 09:24 |
bluekuja | Err http://archive.ubuntu.com gutsy/main at-spi 1.19.5-0ubuntu1 | 09:24 |
bluekuja | 404 Not Found [IP: 91.189.89.6 80] | 09:24 |
bluekuja | need to update my tarball | 09:24 |
bluekuja | :) | 09:24 |
pochu | hehe | 09:25 |
bluekuja | pochu, 20000000 deps? | 09:33 |
bluekuja | :P | 09:33 |
pochu | lol | 09:37 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
bluekuja | pochu, looks fine | 09:42 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
pochu | bluekuja: yeah! | 09:43 |
bluekuja | pochu, now I check latest | 09:43 |
bluekuja | listen package | 09:43 |
bluekuja | and I see the bug | 09:43 |
bluekuja | and then I upload | 09:43 |
bluekuja | pochu, 4ubuntu2 | 09:48 |
bluekuja | got bad desktop entry I'm right? | 09:48 |
pochu | bluekuja: yeah | 09:50 |
pochu | bluekuja: and in the menu, it's placed in 'Others' | 09:50 |
bluekuja | pochu, ok, I'm checking previous revision | 09:50 |
bluekuja | to see it | 09:50 |
pochu | instead of in 'Sound & Video' | 09:50 |
bluekuja | Ive tested your one | 09:50 |
bluekuja | and works fine | 09:50 |
=== asac_ is now known as asac | ||
bluekuja | pochu, I've installed | 09:55 |
bluekuja | 4ubuntu2 | 09:55 |
bluekuja | and I see a desktop entry | 09:55 |
bluekuja | in AudioVideo | 09:55 |
bluekuja | is that possible? | 09:55 |
pochu | bluekuja: hmm | 09:56 |
bluekuja | pochu, I'm looking at | 09:57 |
bluekuja | 4ubuntu2 | 09:57 |
bluekuja | diff.gz | 09:57 |
bluekuja | pochu, http://launchpadlibrarian.net/9027166/listen_0.5-4ubuntu2.diff.gz | 09:57 |
bluekuja | I see the patch there | 09:57 |
pochu | bluekuja: yes, it's right | 09:57 |
pochu | because the old .desktop.in file was patched too | 09:58 |
pochu | though it wasn't good enough | 09:58 |
pochu | I mean, it wasnt freedesktop.org 1.0 valid | 09:58 |
bluekuja | pochu, you deleted encoding field | 09:58 |
bluekuja | and application category | 09:58 |
pochu | yes | 09:58 |
pochu | bluekuja: try this command | 09:58 |
pochu | desktop-file-validate /usr/share/applications/listen.desktop | 09:58 |
bluekuja | pochu, I know I know | 09:59 |
bluekuja | :) | 09:59 |
pochu | the Encoding field is deprecated, since in 1.0 all .desktop files should be in utf-8 | 09:59 |
pochu | and Application is deprecated too :) | 09:59 |
bluekuja | pochu, and mime types? | 09:59 |
pochu | bluekuja: they were duplicated | 10:00 |
bluekuja | lol | 10:00 |
bluekuja | why? | 10:00 |
pochu | all of them | 10:00 |
=== pochu doesn't know | ||
pochu | I guess somebody upstream opened it in an editor and duplicated them by mistake | 10:00 |
pochu | Otherwise, I don't know why | 10:00 |
bluekuja | yeah | 10:01 |
bluekuja | all duplicated | 10:01 |
pochu | hehe | 10:01 |
pochu | that's odd ;) | 10:01 |
pochu | isn't it? | 10:01 |
bluekuja | yup | 10:01 |
bluekuja | pochu, well, changelog description | 10:01 |
bluekuja | should be better | 10:01 |
bluekuja | like | 10:01 |
bluekuja | updated desktop.in | 10:01 |
bluekuja | to fit freedesktop | 10:01 |
bluekuja | standards | 10:01 |
pochu | hmm, right | 10:01 |
bluekuja | and cleaning up the file | 10:01 |
bluekuja | delete the debdiff | 10:01 |
bluekuja | you did | 10:02 |
bluekuja | and put another one | 10:02 |
bluekuja | with a better desc | 10:02 |
bluekuja | and with | 10:02 |
bluekuja | (LP: #BUG) | 10:02 |
bluekuja | so it get closed automatically | 10:02 |
bluekuja | remember that | 10:02 |
pochu | oh, I forgot it hehe | 10:03 |
bluekuja | pochu, tell me when new debdiff is there | 10:03 |
pochu | sure, thanks! | 10:03 |
bluekuja | I apply and upload | 10:03 |
bluekuja | ;) | 10:03 |
bluekuja | 10 mins and I leave | 10:03 |
bluekuja | ;) | 10:03 |
pochu | - Updated to fit freedesktop.org desktop files spec. (LP: #141009) | 10:04 |
pochu | does it seem good enough? | 10:04 |
bluekuja | add and cleaning it a bity | 10:05 |
bluekuja | *bit | 10:05 |
bluekuja | - Updated to fit freedesktop.org desktop files spec and cleaning it a bit. | 10:05 |
pochu | bluekuja: uploaded! | 10:07 |
bluekuja | pochu, grabbing it :) | 10:07 |
pochu | nice | 10:08 |
bluekuja | pochu, | 10:11 |
bluekuja | - | 10:11 |
bluekuja | +Categories=AudioVideo;Player;GTK;GNOME; | 10:12 |
bluekuja | why that space? | 10:12 |
=== pochu looks | ||
pochu | argh! | 10:13 |
bluekuja | pochu, I fix it here | 10:14 |
bluekuja | dont submit | 10:14 |
bluekuja | a new debdiff | 10:14 |
bluekuja | please | 10:14 |
bluekuja | :) | 10:14 |
pochu | thanks a lot | 10:15 |
bluekuja | :) | 10:15 |
bluekuja | pochu, | 10:22 |
bluekuja | Trying patch debian/patches/01_desktop_entry.patch at level 1 ... 0 ... 2 ... failure. | 10:22 |
bluekuja | make: *** [debian/stamp-patched] Error 1 | 10:22 |
bluekuja | why? | 10:22 |
bluekuja | :) | 10:22 |
bluekuja | without that space | 10:22 |
bluekuja | fails to apply | 10:22 |
pochu | yes | 10:23 |
pochu | leave that space ;) | 10:23 |
bluekuja | ^^ | 10:24 |
bluekuja | yeah, I gonna leave it | 10:24 |
pochu | it's because if you remove it, you have to change the '@@ -12,7 +15,9 @@' line | 10:24 |
bluekuja | yup | 10:24 |
pochu | so better leave it, since it doesn't hurt :) | 10:24 |
bluekuja | yeah | 10:25 |
bluekuja | it's a minor minor | 10:25 |
bluekuja | :) | 10:25 |
bluekuja | pochu, Uploading to ubuntu (via ftp to upload.ubuntu.com): | 10:26 |
bluekuja | listen_0.5-4ubuntu3.dsc: done. | 10:26 |
bluekuja | listen_0.5-4ubuntu3.diff.gz: done. | 10:26 |
bluekuja | listen_0.5-4ubuntu3_source.changes: done. | 10:26 |
bluekuja | Successfully uploaded packages. | 10:26 |
bluekuja | Not running dinstall. | 10:26 |
bluekuja | pochu, I wait for accepted mai | 10:26 |
bluekuja | 10:26 | |
bluekuja | and I go to have a bath | 10:26 |
pochu | bluekuja: have fun, and thanks a lot! | 10:27 |
bluekuja | pochu, np, and remember to ping me if needed | 10:28 |
pochu | will do! :) | 10:28 |
bluekuja | be back later | 10:28 |
=== pochu hopes to become a MOTU anytime soon :) | ||
pochu | though it seems I have to be more careful with my patches ;) | 10:29 |
bluekuja | :9 | 10:29 |
bluekuja | :) | 10:29 |
bluekuja | yeah | 10:29 |
bluekuja | ^^ | 10:29 |
bluekuja | need to check them | 10:29 |
bluekuja | 2 more times | 10:29 |
pochu | will do from now on :) | 10:29 |
bluekuja | :9 | 10:29 |
bluekuja | damn 9! | 10:29 |
bluekuja | :) | 10:29 |
bluekuja | pochu, | 10:31 |
bluekuja | Accepted: | 10:31 |
bluekuja | OK: listen_0.5.orig.tar.gz | 10:31 |
bluekuja | OK: listen_0.5-4ubuntu3.diff.gz | 10:31 |
bluekuja | OK: listen_0.5-4ubuntu3.dsc | 10:31 |
bluekuja | -> Component: universe Section: sound | 10:31 |
bluekuja | good work ;) | 10:31 |
bluekuja | cya later | 10:31 |
pochu | bluekuja: yay! | 10:53 |
=== pochu hugs bluekuja :) | ||
bluekuja | pochu, back | 10:57 |
=== bluekuja hugs pochu too | ||
bluekuja | :) | 10:58 |
=== bluekuja_ [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== bluekuja_ [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Hi all, looks like this last split was do to a glitch in the eu hub's network. If there are any more problems, i may need to do some emergency rehubbing. | 04:27 | |
=== XSource [n=XSource@41.201.224.148] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.197.92] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.197.92] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.235.82] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.247.99] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.236.44] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.239.71] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.249.121] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@95.Red-83-32-161.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== gxcoo [n=gaoxianc@61.172.241.100] has joined #ubuntu-motu-torrent | ||
=== gxcoo [n=gaoxianc@61.172.241.100] has left #ubuntu-motu-torrent [""] | ||
=== XSource [n=XSource@41.201.222.82] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.241.29] has joined #ubuntu-motu-torrent | ||
=== gxcooo [n=gxc@61.173.83.195] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.255.187] has joined #ubuntu-motu-torrent | ||
=== gxcooo [n=gxc@61.173.83.195] has left #ubuntu-motu-torrent ["Ex-Chat"] | ||
=== XSource [n=XSource@41.201.253.224] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.178.8] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.231.171] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== Muntrue [n=Muntrue@82-169-66-239.ip.tiscali.nl] has joined #ubuntu-motu-torrent | ||
Muntrue | hi | 07:29 |
bluekuja_ | hi Muntrue | 07:29 |
Muntrue | anyone want a demonoid invite? | 07:30 |
bluekuja_ | Muntrue, I have an account already tnx | 07:30 |
Muntrue | k :) | 07:31 |
bluekuja_ | thanks anyway | 07:31 |
bluekuja_ | :) | 07:31 |
Muntrue | =) | 07:32 |
bluekuja_ | Muntrue, interested in torrents? | 07:33 |
Muntrue | i just download movies hehe | 07:33 |
bluekuja_ | lol | 07:33 |
bluekuja_ | :D | 07:33 |
Muntrue | i got a bunch of demonoid invites | 07:33 |
Muntrue | but for some reason no1 is interested in that anymore | 07:33 |
Muntrue | few moneths back ppl would kill for it | 07:33 |
bluekuja_ | lol | 07:34 |
bluekuja_ | :D | 07:34 |
bluekuja_ | I have an account since 2004 | 07:34 |
bluekuja_ | so^^ | 07:34 |
Muntrue | hehe nice | 07:34 |
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javierder [n=javier@226-96-231-201.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi3g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi2g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== Kabyl [n=XSource@41.201.236.72] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.96.8] has joined #ubuntu-motu-torrent | ||
=== Signon time : Tue Sep 18 04:45:28 2007 | ||
=== Signoff time : Sat Sep 22 10:15:17 2007 | ||
=== Total uptime : 4d 5h 29m 49s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:19 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:20 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 12:41 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 12:41 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 12:41 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 12:41 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 12:41 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 12:41 | |
=== Signon time : Sat Sep 22 10:15:19 2007 | ||
=== Signoff time : Mon Sep 24 06:59:34 2007 | ||
=== Total uptime : 1d 20h 44m 15s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:03 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:03 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== XSource [n=XSource@41.201.252.149] has joined #ubuntu-motu-torrent | ||
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nu is now known as nu | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== Kabyl [n=XSource@41.201.212.163] has joined #ubuntu-motu-torrent | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nu is now known as nu | ||
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nu is now known as nuu | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@84.121.1.235.dyn.user.ono.com] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.212.163] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=bluekuja@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@host104-235-dynamic.1-79-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.230.59] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-168-176-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.224.98] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.124] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.222.129] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.232.87] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.230.240] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.238.39] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.2.151] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@46.Red-83-57-219.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
bluekuja | javamaniac: heya man! | 02:31 |
bluekuja | javamaniac: are you on debian atm? | 02:31 |
javamaniac | bluekuja, yes | 02:31 |
bluekuja | javamaniac: can you test if http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431692 is fixed now? | 02:32 |
(ubotu/#ubuntu-motu-torrent) Debian bug 431692 in diff-ext "nautilus crashes when diff-ext is installed" [Critical,Open] | 02:32 | |
bluekuja | I provide you the .deb | 02:32 |
bluekuja | javamaniac: you can? | 02:34 |
javamaniac | bluekuja, of course, give me the deb url | 02:35 |
bluekuja | javamaniac: great, give me a sec | 02:35 |
bluekuja | javamaniac: ftp://gnome-btdownload.alioth.debian.org/pub/gnome-btdownload/diff-ext_0.2.3-1_i386.deb | 02:38 |
bluekuja | javamaniac: any crash? | 02:44 |
bluekuja | javamaniac: or everything works fine? | 02:46 |
javamaniac | let me test it | 02:59 |
bluekuja | ok | 02:59 |
javamaniac | I'm having porblems with my ISP :S | 03:01 |
bluekuja | aww | 03:02 |
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
javamaniac | here again | 03:28 |
javamaniac | but the dns problems still persist | 03:29 |
javamaniac | :S | 03:29 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.17] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== Kabyl [n=XSource@41.201.196.189] has joined #ubuntu-motu-torrent | ||
=== Kabyl [n=XSource@41.201.196.189] has joined #ubuntu-motu-torrent | ||
=== Kabyl [n=XSource@41.201.217.186] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.243.2] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.249.248] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@OL124-111.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== nuu [n=nuu@85-18-14-28.fastres.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.14.31] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.218.126] has joined #ubuntu-motu-torrent | ||
bluekuja | @schedule | 05:03 |
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== pochu [n=emilio@162.Red-88-3-52.dynamicIP.rima-tde.net] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
bluekuja | heya fsateler | 06:56 |
bluekuja | fsateler: news there? | 06:56 |
fsateler | yes | 06:56 |
bluekuja | please update me | 06:56 |
fsateler | I'm updating to libtorrent 0.12 and btg 0.9.6 | 06:56 |
bluekuja | fsateler: wait a minute | 06:56 |
bluekuja | libtorrent-rasterbar has been uploaded? | 06:57 |
fsateler | nope | 06:57 |
bluekuja | did you get any chance to fix the problem I reported you? | 06:57 |
fsateler | i tried several times and got no response, so finally I decided to upload the debian packages to btg's website | 06:57 |
bluekuja | fsateler: that's bad | 06:57 |
bluekuja | do you have a link for them please? | 06:58 |
fsateler | I don't really see much problem with libtorrent-rasterbar-dev conflicting with libtorrent-dev | 06:58 |
fsateler | http://btg.berlios.de/packages.html | 06:58 |
fsateler | However I'm pretty sure they are uninstallable right now since they depend on an older boost | 06:58 |
bluekuja | let me check them | 06:59 |
bluekuja | usr/include/libtorrent | 07:00 |
bluekuja | is wrong | 07:00 |
bluekuja | everything should be libtorrent-rasterbar | 07:00 |
bluekuja | to have a perfect package | 07:00 |
bluekuja | sonames should be different from libtorrent.0 | 07:00 |
fsateler | I don't think it is good to change upstream's soname | 07:01 |
bluekuja | we already talked about this | 07:01 |
bluekuja | and if the situation doest move | 07:01 |
bluekuja | it wont get included in debian | 07:01 |
bluekuja | so it will live as external repo | 07:01 |
bluekuja | unsupported | 07:01 |
fsateler | let me see. | 07:02 |
fsateler | I am building libtorrent right now | 07:02 |
bluekuja | ok | 07:02 |
fsateler | there is an issue with 0.12: it doesn't want to build correctly with -fvisibility=hidden | 07:04 |
bluekuja | fsateler: any news from upstream side? | 07:05 |
fsateler | they are as puzzled as I am | 07:05 |
bluekuja | cool | 07:05 |
bluekuja | well, they dont want to ship shared libs | 07:06 |
bluekuja | and that's pretty bad | 07:06 |
fsateler | I think they don't have a stable API/ABI | 07:06 |
bluekuja | yea | 07:06 |
bluekuja | that's too | 07:06 |
bluekuja | did you try to talk with them again? | 07:06 |
fsateler | not about the API/ABI | 07:07 |
bluekuja | fsateler: what will you do in the near future for this? | 07:07 |
bluekuja | I hope you'll work to have it included officially in debian | 07:07 |
bluekuja | without shipping packages on external repos | 07:08 |
fsateler | right now I am checking differences between 0.12 and 0.11 | 07:08 |
fsateler | I want to then build libtorrent with a system libasio instead of the shipped one | 07:10 |
bluekuja | nice to hear | 07:10 |
bluekuja | keep me updated | 07:10 |
bluekuja | please | 07:10 |
fsateler | ok | 07:14 |
bluekuja | thanks | 07:14 |
fsateler | will let you know when I have a package so you can check it out | 07:15 |
bluekuja | perfect | 07:16 |
bluekuja | :) | 07:16 |
=== XSource [n=XSource@41.201.183.195] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.255.214] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.236.52] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 09:28 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 09:28 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:28 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 09:28 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 09:28 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 09:28 | |
[TeTeT(n=spindler@modemcable178.77-70-69.static.videotron.ca)] help | 07:59 | |
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 02:41 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 02:41 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 02:41 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 02:41 | |
=== Private messages from unregistered users are currently blocked due to spam problems, but you can always message a staffer. Please register! ( http://freenode.net/faq.shtml#privmsg ) | ||
=== Signon time : Mon Sep 24 06:59:45 2007 | ||
=== Signoff time : Wed Oct 3 10:40:04 2007 | ||
=== Total uptime : 9d 3h 40m 19s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 10:43 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 10:44 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@61.190.64.118] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.222.216] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.201.47] has joined #ubuntu-motu-torrent | ||
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nuu is now known as nuu | ||
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.222.161] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.230.195] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camerond@quesnel.cs.sfu.ca] has left #ubuntu-motu-torrent [] | ||
=== XSource [n=XSource@41.201.198.206] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.215.210] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.213.232] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.216.222] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.207.181] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.227.51] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== fsateler [n=kvirc@pc-77-178-83-200.cm.vtr.net] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.4.31] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.4.31] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.231.153] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.194.80] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.248.81] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.246.91] has joined #ubuntu-motu-torrent | ||
=== javamaniac_ [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== javamaniac_ is now known as javamaniac | ||
=== XSource [n=XSource@41.201.197.142] has joined #ubuntu-motu-torrent | ||
=== javamaniac_ [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.222.140] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.191] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.98.191] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.247.50] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.198.221] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== freeflyi1g [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.206.216] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== Kabyl [n=XSource@41.201.236.182] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.249.128] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.3.147] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== Ubulette [n=Ubulette@APuteaux-153-1-23-37.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent | ||
bluekuja | heya Ubulette | 08:11 |
bluekuja | nice to have you here | 08:11 |
Ubulette | :) | 08:11 |
bluekuja | welcome in | 08:12 |
bluekuja | Ubulette: for any question | 08:13 |
bluekuja | just ping me | 08:13 |
bluekuja | I'm alwais around | 08:13 |
bluekuja | and if you need to activate PPA | 08:13 |
bluekuja | for the team | 08:13 |
bluekuja | (is not active yet) | 08:13 |
bluekuja | just tell me | 08:14 |
Ubulette | i have my own at the moment so I can use it at the moment | 08:17 |
Ubulette | gasp | 08:17 |
Ubulette | is miro considered here ? | 08:17 |
Ubulette | it has a libtorrent bundled, in python | 08:19 |
bluekuja | Ubulette: do you have a link for miro PTS? | 08:19 |
Ubulette | i guess it's the original one | 08:19 |
Ubulette | getmiro.com | 08:19 |
Ubulette | it's in my ppa too | 08:19 |
bluekuja | found | 08:20 |
Ubulette | gutsy has one too | 08:20 |
bluekuja | I didnt consider it, that's why it does not appear on packages list | 08:20 |
bluekuja | for the team | 08:20 |
bluekuja | Ubulette: you can add us as bug contact | 08:20 |
bluekuja | for miro | 08:21 |
bluekuja | so we get mails for any related bug | 08:21 |
bluekuja | just subscribe us to the package | 08:21 |
bluekuja | Ubulette: anyway in the near future, I'll move to team to motu-p2p | 08:21 |
bluekuja | *the | 08:22 |
bluekuja | need to talk with all members and decide something about it | 08:22 |
bluekuja | Ubulette: ah wait | 08:22 |
bluekuja | there is https://edge.launchpad.net/~miro-launchpad-maintainers already | 08:23 |
bluekuja | so dont need to subscribe us | 08:23 |
bluekuja | a team is already there for miro | 08:23 |
Ubulette | ok | 08:26 |
bluekuja | Ubulette: anyway thanks for helping out | 08:26 |
Ubulette | deluge is also maintained elsewhere, right ? | 08:29 |
Ubulette | I only see two old branches, it is the right place : https://code.edge.launchpad.net/~motu-torrent/ ? | 08:40 |
bluekuja | Ubulette: I didnt touch deluge directly | 08:42 |
bluekuja | I talked with upstream devels | 08:42 |
bluekuja | about it | 08:42 |
bluekuja | Ubulette: that's gnome-bt | 08:43 |
Ubulette | i know. I was just looking at what has been done so far (by the team) | 08:43 |
bluekuja | Ubulette: a lot of bug reporting/fixing | 08:44 |
bluekuja | mostly for gnome-btdownload | 08:44 |
bluekuja | client in main | 08:44 |
bluekuja | and debian | 08:44 |
bluekuja | Ubulette: other branches are on my personal bzr space | 08:45 |
bluekuja | they are packages I maintain directly | 08:45 |
Ubulette | ok | 08:47 |
Ubulette | is libtorrent-rasterbar already packaged ? | 09:44 |
bluekuja | Ubulette: nope | 09:46 |
bluekuja | there are some problems | 09:46 |
bluekuja | related to that lib | 09:46 |
Ubulette | such as ? | 09:46 |
bluekuja | soname, destination dirs | 09:49 |
bluekuja | it conflicts with current libtorrent | 09:50 |
bluekuja | already inside the archives | 09:50 |
Ubulette | is there already a branch somewhere (with the debian dir) ? | 09:51 |
bluekuja | Ubulette: a guy packaged it for libtorrent itself already | 09:52 |
bluekuja | on btg | 09:52 |
bluekuja | but the package is wrong | 09:53 |
bluekuja | that's why it's not accepted on ubuntu/debian | 09:53 |
Ubulette | should we fix it or start from scratch ? | 09:57 |
bluekuja | Ubulette: I guess we should start from scratch | 10:09 |
bluekuja | I dont know the current status of that package | 10:10 |
bluekuja | I dont even know his package abilities | 10:10 |
bluekuja | so it can be everything messed up, who knows | 10:10 |
Ubulette | which package(s) would 1st need this lib ? | 10:10 |
bluekuja | Ubulette: starting from a team branch | 10:10 |
bluekuja | Ubulette: tons of packages atm | 10:10 |
bluekuja | deluge | 10:10 |
bluekuja | linkage | 10:10 |
bluekuja | btg | 10:10 |
bluekuja | so having it inside it's a priority | 10:11 |
Ubulette | ok, I'll see what I can do | 10:11 |
bluekuja | Ubulette: sounds great, feel free to start up a branch | 10:11 |
bluekuja | if needed | 10:11 |
Ubulette | yep, bzr + quilt | 10:12 |
bluekuja | yup | 10:12 |
Ubulette | i'm now addicted to these two | 10:12 |
bluekuja | Ubulette: I'm more for dpatch | 10:12 |
Ubulette | because of asac ;) | 10:12 |
bluekuja | but not a problem | 10:12 |
bluekuja | Ubulette: anyway the problems are two for rasterbar: | 10:12 |
bluekuja | 1) soname is wrong, need to change it to get accepted | 10:12 |
bluekuja | 2) destination dirs are wrong and conflicts with current libtorrent | 10:13 |
Ubulette | ok | 10:13 |
bluekuja | that's all | 10:13 |
bluekuja | and they should ship shared libs | 10:13 |
bluekuja | but that's upstream problem | 10:13 |
Ubulette | should not be worse than the mozilla projects ;) | 10:13 |
bluekuja | we'll see what to do about that later | 10:13 |
bluekuja | nope :) | 10:13 |
bluekuja | Ubulette: having it inside debian/ubuntu | 10:13 |
bluekuja | will be a great move | 10:13 |
bluekuja | to have some more torrent applications in | 10:14 |
bluekuja | asac: you there? | 10:14 |
bluekuja | asac: I've pushed everything for agg | 10:14 |
bluekuja | asac: two bugs are fixed | 10:14 |
bluekuja | and everything should be ready to upload | 10:14 |
bluekuja | asac: I mail you both links | 10:14 |
bluekuja | mail sent | 10:16 |
bluekuja | Ubulette: going for a bath | 10:16 |
bluekuja | then back here | 10:16 |
bluekuja | ;) | 10:16 |
=== Ubulette_ [n=Ubulette@APuteaux-153-1-11-58.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent | ||
bluekuja | back | 10:43 |
=== Ubulette_ is now known as Ubulette | ||
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent | ||
bluekuja | heya camrdale | 10:59 |
camrdale | hey | 11:00 |
camrdale | I finally got the new version of bittornado uploaded to debian | 11:00 |
camrdale | is it too late for gutsy? | 11:00 |
bluekuja | camrdale: is it a new upstream release? | 11:00 |
camrdale | no | 11:01 |
camrdale | bug fixes only | 11:01 |
bluekuja | camrdale: is it in ubuntu main or universe? | 11:01 |
camrdale | main I think | 11:02 |
bluekuja | yeah | 11:02 |
bluekuja | main | 11:02 |
bluekuja | camrdale: If you merge it from debian | 11:02 |
bluekuja | you can make it | 11:02 |
camrdale | great | 11:02 |
bluekuja | now main is freezed | 11:03 |
bluekuja | let me see the policy atm | 11:03 |
bluekuja | yeah | 11:03 |
bluekuja | bug fixes are allowed | 11:03 |
bluekuja | for main now | 11:03 |
bluekuja | so we can have a fixed bittornando | 11:04 |
bluekuja | *bittornado | 11:04 |
bluekuja | :) | 11:04 |
camrdale | it was just uploaded 5 min ago, so it will be (up to) 12 hrs before it's available in the archive | 11:04 |
bluekuja | yeah, np | 11:04 |
bluekuja | we have some days | 11:04 |
camrdale | I'll let you know when it is | 11:04 |
bluekuja | before final release | 11:04 |
bluekuja | camrdale: great :) | 11:04 |
bluekuja | camrdale: if you dont know how to merge | 11:04 |
bluekuja | just ping me | 11:04 |
camrdale | sorry for the dalay, it was ready 2 weeks ago but my sponsor is busy | 11:05 |
camrdale | can I merge myself? | 11:05 |
bluekuja | camrdale: yeah, if you know how to do it | 11:05 |
bluekuja | camrdale: of course, you cant upload it | 11:05 |
bluekuja | ^^ | 11:05 |
camrdale | I'll look into that | 11:06 |
bluekuja | camrdale: merging is an ubuntu-specific thing | 11:06 |
bluekuja | so pay attention | 11:06 |
camrdale | if I can't figure it out, I'll ping you :) | 11:06 |
camrdale | thanks | 11:06 |
bluekuja | great ;) | 11:06 |
bluekuja | let me know | 11:06 |
camrdale | bluekuja: I think it needs a sync, not a merge, can I do that? | 11:13 |
camrdale | the last version in ubuntu included a small change that is now in the debian package | 11:13 |
bluekuja | camrdale: point me to latest changelogs entry | 11:13 |
bluekuja | both for ubuntu and debian | 11:13 |
camrdale | ok | 11:14 |
camrdale | bluekuja: https://launchpad.net/ubuntu/+source/bittornado/ | 11:16 |
camrdale | http://lists.debian.org/debian-devel-changes/2007/10/msg00497.html | 11:16 |
bluekuja | camrdale: I did that fix | 11:17 |
bluekuja | :D | 11:17 |
camrdale | I know, thanks for it :) | 11:17 |
bluekuja | :) | 11:17 |
bluekuja | camrdale: it looks like a sync yes | 11:18 |
camrdale | so, that means I can't do it myself? | 11:18 |
bluekuja | my fis was the only ubuntu specific change | 11:18 |
bluekuja | *fix | 11:18 |
bluekuja | camrdale: you need to open a sync request | 11:18 |
bluekuja | adding rationale | 11:19 |
camrdale | a bug? | 11:19 |
bluekuja | yup | 11:19 |
camrdale | ok, when it's available in the debian archive I'll do that | 11:19 |
bluekuja | great | 11:19 |
bluekuja | I gonna talk with an archive admin tomorrow | 11:19 |
bluekuja | so we can sync it in a while | 11:19 |
camrdale | looks like I just missed the last install run, so it will be about 12 hours | 11:20 |
bluekuja | aww ok | 11:20 |
bluekuja | :) | 11:20 |
bluekuja | np | 11:20 |
camrdale | I'll get it done right away though | 11:20 |
camrdale | thanks for your help :) | 11:20 |
bluekuja | just ping me when it's published | 11:20 |
bluekuja | ;) | 11:20 |
bluekuja | np, thanks for you | 11:20 |
bluekuja | *to | 11:20 |
bluekuja | for contributing to ubuntu as well | 11:20 |
bluekuja | ;) | 11:20 |
camrdale | k, ttyl then | 11:20 |
bluekuja | have fun in the meantime | 11:21 |
=== XSource [n=XSource@41.201.229.100] has joined #ubuntu-motu-torrent | ||
!nalioth:*! ##crypto is hosting an open discussion on anonymous banking. Join ##crypto-forum and join in! | 04:05 | |
=== freeflying [n=freeflyi@123.118.1.167] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.250.58] has joined #ubuntu-motu-torrent | ||
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nuu is now known as nuu | ||
=== javamaniac_ [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.1.167] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
camrdale | bluekuja: the upload is complete and I filed the sync request | 11:09 |
camrdale | LP 150490 | 11:09 |
ubotu | Launchpad bug 150490 in bittornado "[Sync request] Sync bittornado and bittornado-gui (0.3.18-4) from Debian unstable (main) for Gutsy" [Undecided,New] https://launchpad.net/bugs/150490 | 11:09 |
bluekuja | camrdale: great :) | 11:09 |
bluekuja | let me finish up something and I take a look | 11:09 |
camrdale | k | 11:09 |
=== XSource [n=XSource@41.201.219.92] has joined #ubuntu-motu-torrent | ||
camrdale | bluekuja: it's getting late here, I'm heading to bed | 12:11 |
camrdale | if you have any problems/questions I'll be back in a few hours | 12:11 |
bluekuja | camrdale: I gonna talk with an archive admin | 12:11 |
bluekuja | as soon as I can | 12:12 |
bluekuja | camrdale: problem is | 12:12 |
bluekuja | we are in debian freeze | 12:12 |
bluekuja | but I'll see what I can do | 12:12 |
camrdale | ok, thanks, see ya | 12:12 |
bluekuja | cya ! :) | 12:13 |
XSource | hey bluekuja :) | 12:19 |
bluekuja | heya XSource! | 12:20 |
XSource | what's up? | 12:20 |
XSource | I still didn't do anything yet | 12:20 |
XSource | :( | 12:20 |
XSource | well some kernel fixes (not this kernel ;-) | 12:21 |
bluekuja | XSource: aww :) | 12:22 |
bluekuja | XSource: which kernel? | 12:22 |
XSource | the other kernel you know | 12:22 |
XSource | xnu :p | 12:23 |
bluekuja | oh :D | 12:26 |
XSource | so any starting points :p | 12:27 |
bluekuja | I'm currently working on some stuff | 12:28 |
bluekuja | need to do them | 12:28 |
bluekuja | I gonna ping you when I'm free | 12:28 |
XSource | ok np :) | 12:28 |
bluekuja | XSource: start thinking | 12:29 |
bluekuja | on where you want to start | 12:29 |
bluekuja | ;) | 12:29 |
XSource | lol | 12:29 |
XSource | hmm, kernels.. I love kernels :p | 12:30 |
bluekuja | :D | 12:31 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
bluekuja | XSource: kernel team then | 01:05 |
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.209.206] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.227.172] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.227.172] has joined #ubuntu-motu-torrent | ||
=== XSource_ [n=XSource@41.201.208.116] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== XSource_ is now known as XSource | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has joined #ubuntu-motu-torrent | ||
bluekuja | camrdale: did you see your bug report? | 08:54 |
camrdale | bluekuja: I did, thanks again for taking care of it | 09:02 |
camrdale | :) | 09:02 |
bluekuja | camrdale: thanks to you for reporting it ;) | 09:02 |
bluekuja | camrdale: please keep me updated for everything | 09:02 |
camrdale | sure, np | 09:02 |
bluekuja | you think needs to be synced/merged/fixed | 09:02 |
bluekuja | thanks again | 09:02 |
camrdale | I'm trying to be more involved with the ubuntu side of my packages now, so you should hear more from me in the future :) | 09:03 |
bluekuja | camrdale: really nice to hear | 09:04 |
=== Ubulette_ [n=Ubulette@APuteaux-153-1-37-138.w82-124.abo.wanadoo.fr] has joined #ubuntu-motu-torrent | ||
=== Ubulette_ is now known as Ubulette | ||
=== camrdale [n=camrdale@d64-180-228-60.bchsia.telus.net] has left #ubuntu-motu-torrent ["Leaving."] | ||
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.237.236] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.225.129] has joined #ubuntu-motu-torrent | ||
=== javamaniac_ [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== Signon time : Wed Oct 3 10:40:10 2007 | ||
=== Signoff time : Tue Oct 9 22:13:54 2007 | ||
=== Total uptime : 6d 11h 33m 44s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 05:10 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 05:10 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.249.237] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@123.118.11.171] has joined #ubuntu-motu-torrent | ||
=== |bluekuja| [n=andrea@host207-142-dynamic.48-82-r.retail.telecomitalia.it] has joined #ubuntu-motu-torrent | ||
=== |bluekuja| is now known as bluekuja | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== murlidhar [n=murlidha@59.93.118.189] has joined #ubuntu-motu-torrent | ||
murlidhar | please help me. i need a binary package for linkage torrent client. | 04:24 |
murlidhar | do i make a debian package from rpm package by using sudo alien | 04:25 |
bluekuja | hey murlidhar | 04:30 |
bluekuja | I love linkage too | 04:30 |
bluekuja | :) | 04:30 |
bluekuja | and I dont think alien will work | 04:30 |
bluekuja | with linkage | 04:30 |
murlidhar | i have used in fedora | 04:31 |
bluekuja | murlidhar: you need libtorrent-rasterbar | 04:31 |
bluekuja | to get a working debian package | 04:31 |
bluekuja | fpr libtorrent | 04:31 |
bluekuja | *for linkage | 04:31 |
murlidhar | bluekuja: i have compiled the libtorrent as per the instructions given at http://code.google.com/p/linkage/wiki/Installation | 04:32 |
bluekuja | murlidhar: why dont you install linkage by source? | 04:33 |
murlidhar | am not able to compile linkage | 04:33 |
bluekuja | cause? | 04:34 |
murlidhar | the source file is at code.google | 04:34 |
murlidhar | it gives me an error | 04:34 |
murlidhar | if u see the link that i have sent you i have made some comments in the page in the name of sunnyatmail | 04:35 |
bluekuja | murlidhar: what error do you get? | 04:35 |
bluekuja | paste it here | 04:36 |
bluekuja | please | 04:36 |
murlidhar | it says libnotify required is 0.4.4 but i my system says libnotify0.4.3 is the latest | 04:36 |
bluekuja | so it fails at configure run? | 04:37 |
murlidhar | i will do that i tried last week can u wait for some time | 04:37 |
murlidhar | yes | 04:37 |
bluekuja | andrea@nightsong:~$ apt-cache madison libnotify | 04:37 |
bluekuja | libnotify | 0.4.4-3build1 | http://it.archive.ubuntu.com gutsy/main Sources | 04:37 |
bluekuja | 04:37 | |
bluekuja | I see 0.4.4 here | 04:37 |
bluekuja | ;) | 04:37 |
bluekuja | murlidhar: upgrade to gutsy | 04:38 |
bluekuja | ;) | 04:38 |
murlidhar | it is still not released | 04:38 |
bluekuja | murlidhar: apt-get dist-upgrade | 04:39 |
bluekuja | and you are on gutsy | 04:39 |
murlidhar | i am a noobie and would not like to risk my distro until it is stable cuz gutsy is still in the works aka in beta | 04:40 |
bluekuja | murlidhar: I'm a developer | 04:40 |
bluekuja | and I know that we are in bet | 04:41 |
bluekuja | a | 04:41 |
bluekuja | ;) | 04:41 |
bluekuja | murlidhar: 8 days for final release | 04:41 |
bluekuja | so big issues are gone | 04:41 |
bluekuja | I guess tons of ppl got gutsy at | 04:42 |
bluekuja | *atm | 04:42 |
murlidhar | bluekuja: so will the minor issues be solved automatically via autoupdate feature? | 04:42 |
bluekuja | murlidhar: I think yes | 04:42 |
bluekuja | murlidhar: but if you are unsure | 04:42 |
bluekuja | dont rick | 04:42 |
bluekuja | *risk | 04:43 |
bluekuja | I'm on gutsy atm | 04:43 |
bluekuja | and works really good | 04:43 |
murlidhar | so i think i should wait for 8 more days and then compile linkage | 04:43 |
murlidhar | what is atm? | 04:44 |
bluekuja | or compile libnotify manually | 04:44 |
bluekuja | at the moment | 04:44 |
bluekuja | ;) | 04:44 |
murlidhar | bluekuja: but somebody told me that compiling libnotify may break many existing installed packages because of incompatibility issues | 04:45 |
bluekuja | wait then | 04:45 |
murlidhar | i am very new to linux about a two month | 04:46 |
murlidhar | just a noobie question | 04:46 |
murlidhar | after releasing the gutsy | 04:46 |
murlidhar | can i just type apt-get dist-upgrade | 04:46 |
bluekuja | murlidhar: you can dist-upgrade | 04:47 |
bluekuja | or use the graphical | 04:47 |
bluekuja | interface | 04:47 |
murlidhar | u mean synaptic? | 04:47 |
bluekuja | murlidhar: https://help.ubuntu.com/community/GutsyUpgrades | 04:48 |
bluekuja | just follow that guide | 04:48 |
bluekuja | :) | 04:48 |
murlidhar | i thinks updating with alternate cd will work fine | 04:50 |
murlidhar | thanks | 04:50 |
bluekuja | and if interested in torrent apps | 04:50 |
bluekuja | I wait you here | 04:50 |
bluekuja | for any question | 04:50 |
bluekuja | I encourage you to help the team | 04:51 |
bluekuja | if interested | 04:51 |
bluekuja | :) | 04:51 |
murlidhar | yes i will help you if i can | 04:51 |
murlidhar | i have a client called deluge | 04:51 |
bluekuja | deluge-torrent yes | 04:52 |
murlidhar | it does not close quickly it wait for some time | 04:52 |
bluekuja | murlidhar: do you have a lp page already? | 04:52 |
murlidhar | what is lp page? | 04:52 |
=== XSource [n=XSource@41.201.210.7] has joined #ubuntu-motu-torrent | ||
murlidhar | bluekuja: it always says that deluge is not responding . then i click wait and after sometime it closes automatically | 04:56 |
bluekuja | murlidhar: with feisty? | 04:59 |
bluekuja | murlidhar: lp is launchpad | 04:59 |
bluekuja | murlidhar: http://launchpad.net | 05:00 |
murlidhar | bluekuja: oh i am not developer i am just a noobie. i have no projects | 05:04 |
bluekuja | murlidhar: you dont have to be a developer to have a lp page | 05:06 |
bluekuja | ;) | 05:06 |
murlidhar | oh ok i dont have it | 05:07 |
bluekuja | murlidhar: register one then | 05:08 |
murlidhar | am doing that now it seems i have register it before cuz it tells me that i have already registered it and i am just resetting my password | 05:10 |
murlidhar | bluekuja: did it i have registered myself | 05:12 |
bluekuja | ok | 05:14 |
=== murlidhar_ [n=murlidha@59.93.124.238] has joined #ubuntu-motu-torrent | ||
=== murlidhar_ is now known as murlidhar | ||
=== Signon time : Wed Oct 10 05:06:59 2007 | ||
=== Signoff time : Wed Oct 10 19:25:34 2007 | ||
=== Total uptime : 0d 14h 18m 35s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:29 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:29 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== murlidhar [n=murlidha@59.93.124.238] has joined #ubuntu-motu-torrent | ||
=== murlidhar [n=murlidha@59.93.124.238] has left #ubuntu-motu-torrent ["Leaving] | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== javierder [n=javier@11-153-126-200.fibertel.com.ar] has left #ubuntu-motu-torrent ["Ex-Chat"] | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@190.79.66.154] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.242.158] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== jerry760poip [n=ubuntu@h153.26.255.206.cable.lngv.cablelynx.com] has joined #ubuntu-motu-torrent | ||
jerry760poip | hi i got a question not sure if this is were to ask | 11:45 |
jerry760poip | i had 6 days ago fbi call me and said i have been having to much net activity from torrented movies i told them i didnt do it and for the past 5 days they went to my uncle's and two cousins work asking about me and showing them my pic now they have the home numb to where i am so why havent they just come straight to me one i dont have a hdd im always running live cd so of course i didnt do it now what should i | 11:45 |
jerry760poip | do i calle | 11:45 |
jerry760poip | d attorneys none round here know what to do or where i should go | 11:45 |
=== jerry760poip [n=ubuntu@h153.26.255.206.cable.lngv.cablelynx.com] has left #ubuntu-motu-torrent ["Ex-Chat"] | ||
=== freeflying [n=freeflyi@123.118.11.240] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@2001:5c0:914f:0:0:0:0:1] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.235.158] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.244.91] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== Signon time : Wed Oct 10 19:25:44 2007 | ||
=== Signoff time : Fri Oct 12 11:38:41 2007 | ||
=== Total uptime : 1d 16h 12m 57s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 11:59 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 11:59 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== murlidhar [n=murlidha@59.93.125.38] has joined #ubuntu-motu-torrent | ||
murlidhar | can anybody help me compile linkage torrent client? i am in gutsy | 04:02 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: what's the problem? | 04:02 | |
(bluekuja/#ubuntu-motu-torrent) make error right? | 04:03 | |
murlidhar | hi bluekuja remember me | 04:03 |
(bluekuja/#ubuntu-motu-torrent) yeah :) | 04:03 | |
murlidhar | not this time | 04:03 |
murlidhar | this time when i try to install libgtkmm-2.4-dev | 04:03 |
(bluekuja/#ubuntu-motu-torrent) what's wrong with it? | 04:04 | |
murlidhar | says no installation candidate | 04:04 |
murlidhar | by the way the RC of gutsy rocks :-) i couldn't wait for those 6 days | 04:05 |
(bluekuja/#ubuntu-motu-torrent) :) | 04:05 | |
(bluekuja/#ubuntu-motu-torrent) murlidhar: you are missing package then | 04:06 | |
murlidhar | mean? | 04:06 |
(bluekuja/#ubuntu-motu-torrent) andrea@nightsong:~$ apt-cache search libgtkmm | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-1c2a - C++ wrappers for GTK+ 2.4 (shared libraries) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-dev - C++ wrappers for GTK+ 2.4 (development files) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm-2.4-doc - C++ wrappers for GTK+ 2.4 (documentation) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm-dev - C++ wrapper for GTK+ 1.2 (development files) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm-doc - C++ wrapper for GTK+ 1.2 (documentation) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm1.2-0c2a - C++ wrappers for GTK+ 1.2 (shared libraries) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-1c2a - C++ wrappers for GTK+ 2.0 (shared libraries) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-dev - C++ wrappers for GTK+ 2.0 (development files) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) libgtkmm2.0-doc - C++ wrappers for GTK+ 2.0 (documentation) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) | 04:06 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 04:06 | |
murlidhar | murlidhar@murlidhar-desktop:~$ apt-cache search libgtkmm | 04:07 |
murlidhar | libgtkmm-2.4-1c2a - C++ wrappers for GTK+ 2.4 (shared libraries) | 04:07 |
murlidhar | murlidhar@murlidhar-desktop:~$ | 04:07 |
murlidhar | :( | 04:07 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: is universe on? | 04:07 | |
murlidhar | wait i remember it deactivated some third party repos | 04:08 |
murlidhar | everything is on | 04:09 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: sounds impossible | 04:09 | |
murlidhar | want to recheck yourself . ? | 04:10 |
murlidhar | let me just update may be | 04:11 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: apt-get update | 04:11 | |
(bluekuja/#ubuntu-motu-torrent) tell me the output | 04:11 | |
(bluekuja/#ubuntu-motu-torrent) or write it on a pastebin | 04:11 | |
(bluekuja/#ubuntu-motu-torrent) everything after apt-get update | 04:11 | |
murlidhar | http://paste.ubuntu-nl.org/40380/ | 04:14 |
murlidhar | bluekuja: ^ | 04:14 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: no | 04:15 | |
(bluekuja/#ubuntu-motu-torrent) sudo apt-get update output please | 04:16 | |
murlidhar | k | 04:16 |
murlidhar | gonna take time it is downloading a lot | 04:18 |
(bluekuja/#ubuntu-motu-torrent) k | 04:19 | |
murlidhar | bluekuja: http://paste.ubuntu-nl.org/40383/ | 04:22 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: no universe there | 04:23 | |
(bluekuja/#ubuntu-motu-torrent) no is there | 04:24 | |
(bluekuja/#ubuntu-motu-torrent) try now then | 04:24 | |
(bluekuja/#ubuntu-motu-torrent) after updating | 04:24 | |
murlidhar | see line 37 | 04:24 |
murlidhar | k | 04:24 |
murlidhar | wooooooo it says it has to get 36mb of data | 04:25 |
(bluekuja/#ubuntu-motu-torrent) ^^ | 04:27 | |
(bluekuja/#ubuntu-motu-torrent) murlidhar: I guess it will fail on make | 04:27 | |
(bluekuja/#ubuntu-motu-torrent) code is outdated | 04:27 | |
(bluekuja/#ubuntu-motu-torrent) and got broken with API change | 04:27 | |
(bluekuja/#ubuntu-motu-torrent) for libtorrent | 04:27 | |
murlidhar | so u mean i have to compile libtorrent too | 04:27 |
murlidhar | ? | 04:27 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: of course | 04:29 | |
murlidhar | me ready for anything to install linkage:-) | 04:30 |
(bluekuja/#ubuntu-motu-torrent) lol | 04:31 | |
=== XSource [n=XSource@41.201.248.79] has joined #ubuntu-motu-torrent | ||
murlidhar | not to mention the knowledge i gain | 04:34 |
murlidhar | phew 103 packages were downloaded | 04:44 |
murlidhar | and now there are being setup :'/ | 04:45 |
murlidhar | bluekuja: i am making it | 04:49 |
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.226.231] has joined #ubuntu-motu-torrent | ||
murlidhar | k bluekuja are u there? | 05:32 |
(bluekuja/#ubuntu-motu-torrent) ye | 05:32 | |
murlidhar | installed and when i open linkage and small windows comes up and nothing is writtten on it | 05:33 |
murlidhar | what might be the problem | 05:34 |
(bluekuja/#ubuntu-motu-torrent) mmm | 05:34 | |
(bluekuja/#ubuntu-motu-torrent) open it with the terminal | 05:34 | |
(bluekuja/#ubuntu-motu-torrent) and check the error | 05:34 | |
murlidhar | Fontconfig error: "~/.fonts.conf", line 1: xml declaration not at start of external entity | 05:36 |
murlidhar | this is the only error which almost all my applications show when i start them from my terminal | 05:37 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: what did you with fontconfig? | 05:39 | |
murlidhar | didnt do anything | 05:39 |
murlidhar | though i am not sure | 05:39 |
murlidhar | http://paste.ubuntu-nl.org/40399/ here is my fonts.conf | 05:42 |
murlidhar | bluekuja: any ideas? | 05:57 |
murlidhar | bluekuja: i would like to reinstall it again so how do i uninstall it | 06:18 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: recompile | 06:18 | |
(bluekuja/#ubuntu-motu-torrent) again | 06:18 | |
murlidhar | from libtorrent? | 06:19 |
murlidhar | will be back in a while . going to have dinner | 06:21 |
murlidhar | bluekuja: i dunno why but i am not able to make libtorrent now | 07:22 |
murlidhar | bluekuja: when i sudo apt-get install libboost-regex1.33.1 | 07:23 |
murlidhar | Package libboost-regex1.33.1 is not available, but is referred to by another package. | 07:24 |
murlidhar | This may mean that the package is missing, has been obsoleted, or | 07:24 |
murlidhar | is only available from another source | 07:24 |
murlidhar | E: Package libboost-regex1.33.1 has no installation candidate | 07:24 |
murlidhar | bluekuja r u there? | 07:24 |
(bluekuja/#ubuntu-motu-torrent) murlidhar: was having dinner | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) murlidhar: apt-cache search libboost | 07:28 | |
(bluekuja/#ubuntu-motu-torrent) ;) | 07:28 | |
murlidhar | murlidhar@murlidhar-desktop:~/libtorrent-0.12$ apt-cache search libboost | 07:37 |
murlidhar | libboost-dbg - Boost C++ Libraries with debug symbols | 07:37 |
murlidhar | libboost-dev - Boost C++ Libraries development files | 07:37 |
murlidhar | libboost-doc - Boost.org libraries documentation | 07:37 |
murlidhar | libboost-python-dev - Boost.Python Library development files | 07:37 |
murlidhar | libboost-python1.34.1 - Boost.Python Library | 07:37 |
murlidhar | libboost-date-time-dev - set of date-time libraries based on generic programming concepts | 07:37 |
murlidhar | libboost-date-time1.34.1 - set of date-time libraries based on generic programming concepts | 07:37 |
murlidhar | libboost-filesystem-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ | 07:37 |
murlidhar | libboost-filesystem1.34.1 - filesystem operations (portable paths, iteration over directories, etc) in C++ | 07:37 |
murlidhar | libboost-graph-dev - generic graph components and algorithms in C++ | 07:38 |
murlidhar | libboost-graph1.34.1 - generic graph components and algorithms in C++ | 07:38 |
murlidhar | libboost-iostreams-dev - Boost.Iostreams Library development files | 07:38 |
murlidhar | libboost-iostreams1.34.1 - Boost.Iostreams Library | 07:38 |
murlidhar | libboost-program-options-dev - program options library for C++ | 07:38 |
murlidhar | libboost-program-options1.34.1 - program options library for C++ | 07:38 |
murlidhar | libboost-regex-dev - regular expression library for C++ | 07:38 |
murlidhar | libboost-regex1.34.1 - regular expression library for C++ | 07:38 |
murlidhar | libboost-serialization-dev - serialization library for C++ | 07:38 |
murlidhar | libboost-serialization1.34.1 - serialization library for C++ | 07:38 |
murlidhar | libboost-signals-dev - managed signals and slots library for C++ | 07:38 |
murlidhar | libboost-signals1.34.1 - managed signals and slots library for C++ | 07:38 |
murlidhar | libboost-test-dev - components for writing and executing test suites | 07:38 |
murlidhar | libboost-test1.34.1 - components for writing and executing test suites | 07:38 |
murlidhar | libboost-thread-dev - portable C++ multi-threading | 07:38 |
murlidhar | libboost-thread1.34.1 - portable C++ multi-threading | 07:38 |
murlidhar | libboost-wave-dev - C99/C++ preprocessor library | 07:38 |
murlidhar | libboost-wave1.34.1 - C99/C++ preprocessor library | 07:38 |
murlidhar | libboost-thread1.33.1 - portable C++ multi-threading | 07:38 |
murlidhar | libboost-filesystem1.33.1 - filesystem operations (portable paths, iteration over directories, etc) in C++ | 07:38 |
murlidhar | libboost-date-time1.33.1 - set of date-time libraries based on ge | 07:38 |
murlidhar | bluekuja: http://paste.ubuntu-nl.org/40412/ | 07:41 |
murlidhar | bluekuja: u there? | 07:42 |
murlidhar | anybody here for a good debugging??? | 08:16 |
murlidhar | cls | 08:16 |
murlidhar | clear | 08:16 |
murlidhar | anybody here for some debugging??? | 08:17 |
=== _nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== _nuu is now known as nuu | ||
XSource | murlidhar: what aretrying to do? | 08:32 |
murlidhar | trying to compile libtorrent | 08:32 |
murlidhar | in order to compile linkage torrent in ubuntu | 08:33 |
murlidhar | XSource: ^ | 08:33 |
XSource | seems like there is another ver. libboost-regex1.34.1 | 08:35 |
murlidhar | and i am building this with the instructions from here http://code.google.com/p/linkage/wiki/Installation | 08:35 |
murlidhar | yeah i tried make -m | 08:35 |
murlidhar | still no effect | 08:36 |
XSource | well on that guide it's using .33.1 and you have .34.1 | 08:37 |
murlidhar | yes that is the problem when i had feisty it said libnotify0.4.4 is required and now it says libboost-regex1.33.1 is required | 08:38 |
murlidhar | now i have gutsy gibbon | 08:38 |
XSource | yes with gutsy you have .34.1 not .33.1 | 08:39 |
murlidhar | i dunno which distro to install to compile this application | 08:39 |
murlidhar | feisty had libnotify0.4.3 | 08:41 |
murlidhar | and the compiler wanted 0.4.4 wth i think i should wait for hardy heron | 08:41 |
murlidhar | me getting frustrated what should i do ? | 08:42 |
XSource | try with this: http://pastebin.ca/734445 | 08:42 |
murlidhar | The following packages were automatically installed and are no longer required: | 08:45 |
murlidhar | libxfce4mcs-client3 libboost-program-options1.33.1 libxfce4mcs-manager3 | 08:45 |
murlidhar | Use 'apt-get autoremove' to remove them. | 08:45 |
murlidhar | 0 upgraded, 0 newly installed, 0 to remove and 180 not upgraded. | 08:45 |
murlidhar | murlidhar@murlidhar-desktop:~/libtorrent-0.12$ | 08:45 |
XSource | that's ok | 08:45 |
XSource | now you can proceed to the next step | 08:47 |
murlidhar | btw i am reinstalling since the first installation is not working properly | 08:47 |
murlidhar | ./configure --prefix=/usr this? | 08:48 |
XSource | yes | 08:48 |
XSource | and it might be better to remove the old installation | 08:48 |
XSource | b4 you make install | 08:48 |
XSource | you're not trying to build a deb pkg right? | 08:49 |
murlidhar | no | 08:50 |
XSource | ok then | 08:50 |
murlidhar | here is the http://paste.ubuntu-nl.org/40422/ | 08:50 |
XSource | you can do "make" now | 08:50 |
murlidhar | http://paste.ubuntu-nl.org/40423/ | 08:51 |
murlidhar | the error is probably because linkage is already installed | 08:53 |
murlidhar | XSource: ^ | 08:53 |
XSource | looking... ^^ | 08:54 |
murlidhar | when i open linkage torrent except window border nothing is visible although when i click some places in the window box the open torrent box opens but then again the same background with nothing visible | 08:56 |
XSource | not sure but try: make clean | 08:57 |
XSource | and then | 08:57 |
XSource | make | 08:57 |
XSource | again | 08:57 |
murlidhar | k | 08:57 |
murlidhar | now it's doing | 08:58 |
XSource | :) | 08:58 |
murlidhar | i will just check and tell u if there is any error in the end :0 | 08:58 |
murlidhar | :) | 08:58 |
XSource | ok | 08:59 |
murlidhar | thnks | 08:59 |
XSource | bb in 5 | 08:59 |
XSource | np | 08:59 |
murlidhar | bb? | 08:59 |
XSource | be back in 5 | 09:05 |
XSource | now I'm back | 09:05 |
XSource | ;) | 09:05 |
XSource | grr it was 6 | 09:05 |
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
murlidhar | it is still making | 09:09 |
murlidhar | me got a p4 1.5 | 09:09 |
murlidhar | GHz | 09:09 |
XSource | must be a slow PC | 09:09 |
XSource | oh | 09:10 |
XSource | I can make a kernel (a small one) in vmware ^^ | 09:10 |
murlidhar | last time it took 20 min | 09:10 |
XSource | how about 3 hours making Linux in a P3 :p | 09:11 |
murlidhar | good gracious | 09:11 |
XSource | I used to do that :) | 09:12 |
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
murlidhar | my first lesson in linux . be patient | 09:16 |
XSource | and you're the 1st one I'm trying to help here :p | 09:17 |
murlidhar | Are u new to this channel? | 09:17 |
murlidhar | i am new to irc and linux | 09:18 |
XSource | new hmm idk.. well I used to be here, but I'm veru quiet | 09:18 |
XSource | very* | 09:19 |
murlidhar | me been to linux for about a month | 09:19 |
XSource | welcome aboard :) | 09:19 |
murlidhar | ever since vista came i was inquisitive about linux | 09:20 |
XSource | bb later | 09:20 |
XSource | calling.. | 09:20 |
murlidhar | i did not like vista. plus i can't run on my machine and xp is a lot better but sooner they will stop support to xp so i had to come to linux and it is very interesting | 09:22 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
murlidhar | http://paste.ubuntu-nl.org/40436/ | 09:25 |
murlidhar | sombody look at this and tell me that make command went fine please | 09:25 |
=== asac_ is now known as asac | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
murlidhar | XSource: u there? | 09:47 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
XSource | back | 09:58 |
XSource | huh he's gone | 09:59 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
-dmwaters(i=dmwaters@freenode/staff/gentoo.dmwaters)- {global notice} Hi all, our main US hub is about to go down for some upgrading. This will cause some major splitting. We will work to get things back together as quickly as possible. Thank you for your patience, and thank you for using freenode! | 12:04 | |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent | ||
=== nuu [n=neuro@2001:5c0:8fff:fffe:0:0:0:1893] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.226.231] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
-ChanServ(ChanServ@services.)- [#ubuntu-server] Ubuntu Server Discussions (development and support) | 12:21 | |
-ChanServ(ChanServ@services.)- [#ubuntu-ops] Welcome to #ubuntu-ops - Home of the operators for official K/X/Ed/Ubuntu channels. Questions, requests and complaints about Ubuntu related channels and their people can be filed here" | 12:21 | |
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 12:21 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 12:21 | |
=== asac__ [n=asac@e177167076.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.200.45] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== ChanServ [ChanServ@services.] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@e177173235.adsl.alicedsl.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== freeflying [n=freeflyi@123.116.101.34] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.215.127] has joined #ubuntu-motu-torrent | ||
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
=== murlidhar [n=murlidha@59.93.121.188] has joined #ubuntu-motu-torrent | ||
murlidhar | hi bluekuja | 01:12 |
murlidhar | it's working | 01:15 |
murlidhar | !!!!!! | 01:15 |
bluekuja | murlidhar: :D | 01:20 |
murlidhar | yeah | 01:20 |
bluekuja | murlidhar: you rock | 01:20 |
bluekuja | murlidhar: I'm recompiling it atm | 01:20 |
murlidhar | actually XSource helped me compile it | 01:21 |
bluekuja | what he suggested you? | 01:21 |
murlidhar | while compiling it libtorrent the dependencies have to be changed | 01:21 |
murlidhar | sudo apt-get install libboost-date-time-dev libboost-date-time1.33.1 \ | 01:22 |
murlidhar | libboost-filesystem-dev libboost-filesystem1.33.1 libboost-regex-dev \ | 01:22 |
murlidhar | libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 \ | 01:22 |
murlidhar | libboost-iostreams-dev libboost-iostreams1.34.1 \ | 01:22 |
murlidhar | libboost-thread-dev libboost-thread1.33.1 libboost-dev libboost-serialization-dev | 01:22 |
bluekuja | murlidhar: which error did you get? | 01:22 |
bluekuja | inly fontconfig one? | 01:22 |
bluekuja | *only | 01:22 |
murlidhar | yes only that error | 01:22 |
murlidhar | but now its working | 01:22 |
bluekuja | I'm really happy you made it | 01:23 |
murlidhar | me too happy it looks cool and sexy in gutsy | 01:24 |
bluekuja | :D | 01:25 |
bluekuja | murlidhar: can you suggest me a good smtp hosting? | 01:25 |
=== murlidhar_ [n=murlidha@59.93.115.227] has joined #ubuntu-motu-torrent | ||
murlidhar_ | so have u recompiled it? | 01:46 |
murlidhar_ | bluekuja: ^ | 01:46 |
bluekuja | not yet | 01:46 |
bluekuja | finishing something | 01:46 |
bluekuja | and then I recompile | 01:47 |
bluekuja | murlidhar_: damn | 01:58 |
bluekuja | it fails | 01:58 |
murlidhar_ | k i may help u | 01:59 |
murlidhar_ | where is the error? | 02:00 |
bluekuja | seems ABI brekage | 02:00 |
bluekuja | murlidhar_: http://paste.ubuntu.com/863/ | 02:00 |
bluekuja | murlidhar_: maybe a missing dep | 02:00 |
bluekuja | on some libboost-something | 02:01 |
murlidhar_ | sudo apt-get install libboost-date-time-dev libboost-date-time1.33.1 \ | 02:01 |
murlidhar_ | libboost-filesystem-dev libboost-filesystem1.33.1 libboost-regex-dev \ | 02:02 |
murlidhar_ | libboost-regex1.34.1 libboost-signals-dev libboost-signals1.34.1 \ | 02:02 |
murlidhar_ | libboost-iostreams-dev libboost-iostreams1.34.1 \ | 02:02 |
murlidhar_ | libboost-thread-dev libboost-thread1.33.1 libboost-dev libboost-serialization-dev | 02:02 |
bluekuja | then I recompile? | 02:02 |
murlidhar_ | it is regex1.34.1 | 02:02 |
bluekuja | libtorrent | 02:02 |
murlidhar_ | yes | 02:02 |
murlidhar_ | yes | 02:02 |
bluekuja | or just linkage? | 02:02 |
bluekuja | k | 02:02 |
murlidhar_ | libtorrent | 02:02 |
bluekuja | ok | 02:02 |
murlidhar_ | and then linkage | 02:02 |
murlidhar_ | see when regex1.34.1 then libboost-signals1.34.1 changes | 02:03 |
bluekuja | re-configuring | 02:07 |
bluekuja | libtorrent-0.12 | 02:07 |
murlidhar_ | before making libtorrent type make clean and then make | 02:07 |
bluekuja | it was ok already | 02:08 |
bluekuja | moving to make now | 02:08 |
murlidhar_ | did u install the dependencies that i have given u since the versions of these dependencies are diff | 02:08 |
bluekuja | yeah, I've installed them | 02:08 |
bluekuja | but I guess libboost-regex | 02:09 |
bluekuja | was the missing one | 02:09 |
murlidhar_ | yes | 02:09 |
murlidhar_ | the version was diff | 02:09 |
bluekuja | yup | 02:09 |
murlidhar_ | he asked me to make clean first | 02:10 |
murlidhar_ | then make | 02:10 |
bluekuja | you need that just to check everything is fine | 02:10 |
murlidhar_ | well to told me | 02:10 |
murlidhar_ | *he | 02:10 |
bluekuja | murlidhar_: works now | 02:19 |
bluekuja | ^^ | 02:19 |
murlidhar_ | yes | 02:20 |
murlidhar_ | compiled linkage too? | 02:20 |
bluekuja | yup | 02:20 |
bluekuja | ^^ | 02:20 |
bluekuja | libboost-regex fixed it | 02:20 |
bluekuja | we should ping upstream | 02:21 |
bluekuja | to add a configure rule for regex | 02:21 |
murlidhar_ | i did not understand | 02:21 |
bluekuja | to fail whether not installed properly | 02:21 |
bluekuja | I mean | 02:21 |
bluekuja | running configure | 02:21 |
bluekuja | doesnt fail | 02:21 |
bluekuja | also if libboost-regex | 02:21 |
bluekuja | is not installed | 02:21 |
bluekuja | that's bad | 02:21 |
murlidhar_ | so i gues the dependencies that the author has given us is not compatible to gutsy so all of them should be changed to 1.34.1 | 02:23 |
bluekuja | yeah | 02:23 |
bluekuja | everything should be pushed up | 02:23 |
bluekuja | to 1.34.1 | 02:23 |
bluekuja | omg | 02:23 |
bluekuja | it rocks | 02:23 |
murlidhar_ | yes it sure does in gutsy | 02:23 |
bluekuja | linkage: error while loading shared libraries: liblinkage-1.so.0: cannot open shared object file: No such file or directory | 02:24 |
bluekuja | darn | 02:24 |
bluekuja | 02:24 | |
murlidhar_ | where does this error come? | 02:25 |
bluekuja | when running it | 02:26 |
murlidhar_ | a torrent or the application? | 02:27 |
bluekuja | applicatioh | 02:29 |
bluekuja | I'm ldding it | 02:29 |
bluekuja | liblinkage-1.so.0 => /usr/local/lib/liblinkage-1.so.0 (0xb7b8b000) | 02:30 |
bluekuja | strange | 02:30 |
bluekuja | that it fails to start | 02:30 |
bluekuja | mmm | 02:31 |
bluekuja | it's everything | 02:31 |
bluekuja | white now | 02:31 |
bluekuja | they linked it inside /usr/bin | 02:31 |
bluekuja | which fails to find that lib | 02:31 |
murlidhar_ | good just restart it then | 02:31 |
murlidhar_ | the pc | 02:31 |
bluekuja | because it's /usr/local/bin | 02:31 |
murlidhar_ | i had the same problem | 02:31 |
bluekuja | really? | 02:32 |
murlidhar_ | yes | 02:32 |
bluekuja | when I open it | 02:32 |
bluekuja | I see nothing | 02:32 |
bluekuja | if you got it too, let me restart my pc then | 02:32 |
=== bluekuja [n=andrea@ubuntu/member/bluekuja] has joined #ubuntu-motu-torrent | ||
bluekuja | works now | 02:40 |
bluekuja | strange | 02:40 |
murlidhar_ | i know i know everything will be white although u could click the mouse inside | 02:40 |
bluekuja | now works | 02:41 |
bluekuja | really nice | 02:41 |
murlidhar_ | yes after restarting it works thanks to XSource who helped me in changing the dependencies | 02:42 |
bluekuja | Xsource is my good friend | 02:42 |
bluekuja | I'll thank him for the hint | 02:42 |
murlidhar_ | do u know him? | 02:42 |
bluekuja | yeah | 02:42 |
bluekuja | he works on kernel stuff | 02:42 |
murlidhar_ | he told me he worked on P3 for 3hours | 02:43 |
murlidhar_ | making a kernel in P3 take 3hours | 02:43 |
murlidhar_ | he also told me that generally he is very quiet in the channel | 02:44 |
murlidhar_ | Just tell him that i thanked him cuz i couldn't thank him yesterday since he had to go somewhere and he left in a hurry | 02:46 |
murlidhar_ | bluekuja: ^ | 02:46 |
murlidhar_ | and right now i am uploading the RC of gutsy | 02:47 |
murlidhar_ | cya bye | 02:48 |
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.236.72] has joined #ubuntu-motu-torrent | ||
bluekuja | heya XSource | 07:59 |
XSource | hey bluekuja :) | 07:59 |
XSource | what's up? | 07:59 |
bluekuja | [14:46:04] <murlidhar_> Just tell him that i thanked him cuz i couldn't thank him yesterday since he had to go somewhere and he left in a hurry | 07:59 |
bluekuja | :) | 07:59 |
XSource | tell him he's very welcome :p | 08:00 |
XSource | did he solve his problem? | 08:00 |
bluekuja | yup | 08:00 |
XSource | nice XD | 08:00 |
bluekuja | :) | 08:01 |
bluekuja | XSource: any news? | 08:01 |
XSource | about? | 08:02 |
XSource | you have all the news I guess :p | 08:02 |
bluekuja | yeah | 08:02 |
bluekuja | about your work | 08:02 |
bluekuja | for ubuntu | 08:02 |
bluekuja | :) | 08:02 |
XSource | Gold Master is soon :p | 08:02 |
XSource | oh | 08:02 |
XSource | lol | 08:02 |
bluekuja | lol | 08:03 |
XSource | I'm busy trying to solve some issues (xnu kernel) | 08:03 |
bluekuja | oh :) | 08:04 |
bluekuja | why dont you ping kernel team? | 08:04 |
XSource | have to learn how to triage bugs and report them | 08:04 |
XSource | :) | 08:04 |
XSource | what do you mean by pinging them? | 08:04 |
bluekuja | https://launchpad.net/~ubuntu-kernel-team | 08:05 |
XSource | All your kernels are belong to us. ?? | 08:09 |
XSource | really? | 08:09 |
XSource | XD | 08:10 |
XSource | fair enough, actually that's better... and to be honest the other community is crazy, you wont believe what's going there | 08:12 |
XSource | so I think the work to do is trying the kernel, stress testing, reporting bugs, and the most important thing, solving them | 08:17 |
=== XSource [n=XSource@41.201.220.235] has joined #ubuntu-motu-torrent | ||
=== XSource_ [n=XSource@41.201.240.226] has joined #ubuntu-motu-torrent | ||
=== XSource_ [n=XSource@41.201.240.226] has joined #ubuntu-motu-torrent | ||
=== XSource_ is now known as XSource | ||
=== XSource [n=XSource@41.201.202.10] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.55] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.103.55] has joined #ubuntu-motu-torrent | ||
=== nuu is now known as nu | ||
=== nu is now known as nuu | ||
=== Neophyte [n=JohnSmit@cpe-065-188-207-137.triad.res.rr.com] has joined #ubuntu-motu-torrent | ||
=== Neophyte [n=JohnSmit@cpe-065-188-207-137.triad.res.rr.com] has left #ubuntu-motu-torrent [] | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 07:21 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 07:21 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:21 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 07:21 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 07:21 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:21 | |
=== Signon time : Fri Oct 12 11:55:45 2007 | ||
=== Signoff time : Mon Oct 15 07:48:31 2007 | ||
=== Total uptime : 2d 19h 52m 46s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:52 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:52 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac__ [n=asac@d107081.adsl.hansenet.de] has joined #ubuntu-motu-torrent | ||
=== asac__ is now known as asac | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.219.105] has joined #ubuntu-motu-torrent | ||
=== IRCD=dancer CAPAB CHANTYPES=# EXCEPTS INVEX CHANMODES=bdeIq,k,lfJD,cgijLmnPQrRstz CHANLIMIT=#:20 PREFIX=(ov)@+ MAXLIST=bdeI:50 MODES=4 STATUSMSG=@ KNOCK NICKLEN=16 :are supported by this server | ||
=== SAFELIST CASEMAPPING=ascii CHANNELLEN=30 TOPICLEN=450 KICKLEN=450 KEYLEN=23 USERLEN=10 HOSTLEN=63 SILENCE=50 are supported by this server | ||
-NickServ(NickServ@services.)- This nickname is owned by someone else | 08:44 | |
-NickServ(NickServ@services.)- If this is your nickname, type /msg NickServ IDENTIFY <password> | 08:44 | |
=== #ubuntu-laptop You can't join that many channels | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:44 | |
-ChanServ(ChanServ@services.)- [#ubuntu+1] Please read the topic. Especially if things are broken! | 08:44 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-boot] | 08:44 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:44 | |
=== Signon time : Mon Oct 15 07:48:38 2007 | ||
=== Signoff time : Mon Oct 15 21:12:42 2007 | ||
=== Total uptime : 0d 13h 24m 4s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 09:16 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 09:16 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.196.140] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@211.94.35.200] has joined #ubuntu-motu-torrent | ||
=== asac_ [n=asac@debian/developer/asac] has joined #ubuntu-motu-torrent | ||
=== asac_ is now known as asac | ||
=== XSource [n=XSource@41.201.196.140] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.118.13.224] has joined #ubuntu-motu-torrent | ||
=== XSource [n=XSource@41.201.184.203] has joined #ubuntu-motu-torrent | ||
=== Signon time : Mon Oct 15 21:12:48 2007 | ||
=== Signoff time : Tue Oct 16 19:51:43 2007 | ||
=== Total uptime : 0d 22h 38m 55s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:19 | |
-locobot_2(n=UbuntuLo@eshu.ubuntu-eu.org)- #ubuntu-bugs: The channel is logged (at http://logs.ubuntu-eu.org/freenode). Please observe the Ubuntu Code of Conduct. Thank you! | 08:19 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:19 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== Signon time : Tue Oct 16 20:15:14 2007 | ||
=== Signoff time : Tue Oct 16 20:51:20 2007 | ||
=== Total uptime : 0d 0h 36m 6s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 08:56 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 08:56 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== freeflying [n=freeflyi@123.116.98.100] has joined #ubuntu-motu-torrent | ||
=== Signon time : Tue Oct 16 20:52:24 2007 | ||
=== Signoff time : Wed Oct 17 07:07:08 2007 | ||
=== Total uptime : 0d 10h 14m 44s | ||
=== Starting logfile irclogs/ubuntu-motu-torrent.log | ||
-ChanServ(ChanServ@services.)- [#ubuntu] Welcome to #ubuntu! Please read the channel topic and consider spending some time on the FAQ mentioned there | 07:10 | |
-ChanServ(ChanServ@services.)- You do not have channel operator access to [#ubuntu-freshers] | 07:11 | |
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu-torrent | ||
=== Topic for #ubuntu-motu-torrent: Home of Ubuntu MOTU Torrent Team - https://wiki.ubuntu.com/MOTU/Teams/Torrent | Launchpad Homepage: https://launchpad.net/~motu-torrent | If interested in joining the team, please read Membership section in team's wiki page | Bug Triaging: https://bugs.launchpad.net/~motu-torrent/+packagebugs | Bzr branches: https://code.launchpad.net/~motu-torrent/ | ||
=== Topic (#ubuntu-motu-torrent): set by bluekuja at Tue May 22 23:04:22 2007 | ||
=== XSource [n=XSource@41.201.233.130] has joined #ubuntu-motu-torrent | ||
=== javamaniac [n=gerardo@pwnd.gerardo.com.ve] has joined #ubuntu-motu-torrent | ||
=== freeflying [n=freeflyi@123.116.98.100] has joined #ubuntu-motu-torrent | ||
=== Signon time : Wed Oct 17 07:07:18 2007 | ||
=== Signoff time : Wed Oct 17 10:50:42 2007 | ||
=== Total uptime : 0d 3h 43m 24s |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!