/srv/irclogs.ubuntu.com/2005/06/04/#ubuntu-devel.txt

=== mdke [~mdke@81-178-74-18.dsl.pipex.com] has joined #ubuntu-devel
=== camilotelles [~Camilo@201.19.195.182] has joined #ubuntu-devel
=== mdke [~mdke@mdke.user] has joined #ubuntu-devel
kentThis is perhaps OT, but while creating a control file for a .deb package, I stumbled over the fact that it wont install if I depend on libgtk2.0. Whats the correct line to get it to depend on libgtk2.0? 12:18
=== GheRivero [~ghe@81.172.89.145] has joined #ubuntu-devel
=== dholbach [~daniel@td9091b46.pool.terralink.de] has joined #ubuntu-devel
dholbachROCK12:21
dholbachIT WORKS :)12:21
dholbachhaha... the ctrl-keys work :)12:22
=== mdke [~mdke@81-178-74-18.dsl.pipex.com] has joined #ubuntu-devel
tsengdholbach: hm?12:23
dholbachbug #1094212:23
dholbachone of the two most annoying bugs atm :)12:24
tsengyep12:24
=== chris38-home [~Christian@LNeuilly-152-22-2-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
dholbachthis makes me happy :)12:25
tsenggood job12:26
dholbachroderich's job :)12:26
=== JanC [~janc@JanC.member.lugwv] has joined #ubuntu-devel
dholbachgood night everyone12:48
jordifun, alsa 1.0.901:01
=== schweeb__ [~chris@216.139.8.4] has joined #ubuntu-devel
srbakermozilla is quite broken after my upgrade today01:09
srbakeri keep getting XML parsing erros on the chrom01:09
srbakerchrome01:09
=== pedro_ [~pedro@pc-200-74-115-47.megavia.pc.metropolis-inter.com] has joined #ubuntu-devel
=== HiddenWolf [~hidden@136.98.dynamic.phpg.net] has joined #ubuntu-devel
camilotellesmdz, hey there01:13
tsengsrbaker: did you happen to restart the browser completely?01:19
srbakerahh, maybe not.  i forget01:19
srbakerjust did ti now01:19
tsengpretty well known issue, #ubuntu next time01:19
=== xuzo [~xuzo@81-203-41-93.user.ono.com] has joined #ubuntu-devel
=== HiddenWolf [~hidden@136.101.dynamic.phpg.net] has joined #ubuntu-devel
camilotellesmdz, do you have some time to talk about some QA activities and other stuff?01:38
=== jdub [~jdub@home.waugh.id.au] has joined #ubuntu-devel
mdzcamilotelles: sure02:21
=== schweeb [~chris@216.139.8.3] has joined #ubuntu-devel
camilotellesmdz: here or ubuntu-meeting or private?02:34
mdzcamilotelles: here is fine02:34
camilotellesok. kiko talked to me about the script and the problems with the code. I agree totally.02:35
camilotellesI agree with the idea of our group to do some QA to the installer.02:36
camilotelleswe have some machines here, and we can help to test in some diferents motherboards, processors and architetures. We receive some stuff right after or before the launch. Ex: we had one intel engineering motherboard last week with us to do some testing. And next week we will receive a new Athlon 64 motherboard from MSI02:38
mdzcamilotelles: sounds good02:40
camilotellesmdz: We want to test/use the OEM stuff too.02:40
mdzcamilotelles: Kamion should be your contact for OEMInstaller02:41
KaiLif you want something, that breaks, get Asus (or play with silly SATA controllers...)02:41
=== drbyte [~byte@c210-49-121-44.eburwd3.vic.optusnet.com.au] has joined #ubuntu-devel
camilotellesthis last machine had an SATA. 02:41
camilotelless/an SATA/a SATA/02:42
camilotellesand the final performance was less than using it with IDE.02:42
camilotelleswe don't have access for ASUS stuff. we have access for MSI and Intel stuff.02:42
KaiLcamilotelles: but intel SATA controller? that one seams to be rather unproblematic. Get some SiS- or ATI-Crap :)02:42
camilotellesMaybe in this Athlon motherboard we will have some SiS or ATI. I will know in the monday.02:43
KaiLnVidia is a bit more common :)02:44
KaiL..and seams to work perfect, as long as the Bios doesn't break anything02:44
camilotellesmdz: we want to have a Ubuntu i386 repository here. Maybe I can in the future be a public repository. We have a good internet connection but i have to negotiate with more people about this use.02:45
KaiLeven more EVERYTHING seams to work, as long as the Bios doesn't break anything......:(02:45
mdzcamilotelles: if you decide that you want to be an official mirror, talk to elmo02:45
camilotellesmdz. Ok. it's possible to us build the live CD from repository? how can I do this? 02:48
mdzcamilotelles: not in a straightforward way.  why?02:48
camilotellesmdz: we want to customize the live  CD. change some packages, add some brazilian stuff. Our idea is to generate two ISO's. One exactly egual to the original ISO and another with our stuff.02:52
mdzcamilotelles: www.ubuntu.com/wiki/LiveCDCustomization02:52
mdzyou don't need to rebuild from scratch; you can customize the ISO02:53
=== schweeb__ [~chris@216.139.8.4] has joined #ubuntu-devel
camilotellesmdz: it's exactly the way that we do today, but we don't like it.02:54
mdzcamilotelles: it is much simpler02:55
mdzcamilotelles: what is the problem that you have with it?02:55
camilotellesmdz: because we think that this way is ok to do an one time customization. But if we want to track the changes is very complicated because of the possible modifications in the base ISO.02:56
mdzcamilotelles: it seems just as complicated to track changes if you build from scratch: if you are only modifying packages, it is easy in both cases, and if you are doing something other than modifying packages, the issues are the identical02:58
camilotellestoday we implemented this  using the knoppix. we integrated the one build process that we take a ISO image from the knoppix, customize it and generate a new ISO in one unique step. 02:59
camilotellesmdz: All the stuff that we add to the ISO is inside one subversion repository.03:00
mdzcamilotelles: why can you not do the same with ubuntu?03:00
camilotellesmdz: Our idea is to put the build process of the live CD inside the subversion. We think this will increment our configuration management.03:01
mdzcamilotelles: it seems to me like additional complexity without additional benefit03:02
camilotellesmdz: Don't you think that we being able to follow the diferences of a live CD to another during the development might make our life easier in the customization process? How can we identify if any customization that we did is conflicting with something that was generated by the main build of live CD.03:15
camilotellesmdz: we have this kind of problem today with the knoppix.03:15
mdzcamilotelles: I understand your concern, but building the live CD from scratch does not address this problem03:15
mdzcamilotelles: perhaps you can give me a specific example of a scenario where it helps?03:15
camilotelleswe use some package that disappears from the original ISO.03:16
=== ajmitch_ [~ajmitch@port162-41.ubs.maxnet.co.nz] has joined #ubuntu-devel
camilotellesmdz: our we change some script that is changed in the original ISO.03:19
camilotellesmdz: if we do it, only once, is easy. If we do it in a process we have to track down without help from an changelog.03:19
mdzcamilotelles: if you use a package, you should declare aa dependency on it03:20
mdzthen there is no problem03:20
camilotellesmdz: we generate our customizated ISO everyday for some kind of smoke test.03:20
mdzor if you want a stable base where that will never happen, you can use Ubuntu 5.0403:21
=== Baby [~nena@baby.kavi.silver.supporter.pdpc] has joined #ubuntu-devel
camilotellesmdz: why you think this is a bad idea?03:22
mdzcamilotelles: because it is complex and fragile, and we already do it for you03:22
camilotellesdo you have any changelog from one version to the other?03:23
mdzI can't understand why you would want to do this03:23
mdzone version of what to the other?03:23
mdzI don't think I am understanding you very well03:24
camilotellesdevelopment versions. do you build daily?03:24
mdzyes, we usually build a new live CD daily03:24
mdzcurrently it is disabled03:24
mdzdevelopment versions of what?03:25
mdzof the entire distribution?03:25
camilotellesnope. the live CD.03:25
mdzif so, no, we cannot possibly have a changelog03:25
mdzevery day there are hundreds of packages changed, including new versions from upstream03:25
tsengcamilotelles: eh the livecd is largely affected by the packages that are seeded being changed03:26
tsengonly during early development is there constant change to casper, di and friends03:26
mdzI don't have any instructions I can give you for building the live CD, but I really think it is not the best way to accomplish your goals03:26
camilotellesmdz: I'm starting to agree with you.03:27
camilotellesmdz: when something breaks the build how do you track it down with hundreds of changes?03:27
mdzcamilotelles: when something breaks the build, we read the log and diagnose the problem03:28
camilotellesmdz: build log?03:28
mdzyes03:29
camilotellesmdz: I'll forget about this idea to duplicate this build process here. I will port our solution to ubuntu and start the customization stuff.03:30
tsengcamilotelles: hey be on the lookout at mono-live.com03:30
tsengcamilotelles: he is planning to post the scripts he used in the process to simplify building03:31
tsengim sure you already read luis's work on the wiki?03:31
=== robertc [~robertc@61.95.50.98] has joined #ubuntu-devel
robertcmjg59: pinghttp://gmail.google.com/gmail03:31
robertcbah03:32
robertcmjg59: ping03:32
camilotellesmdz:I'll talk with elmo about the repository and Kamion about the QA for the installer and OEM.03:34
camilotellesmdz: thanks for your patience.03:34
mdzcamilotelles: no problem, let me know if you have further questions03:34
camilotellestseng: I'll be looking at it. thanks too.03:34
=== robertc is now known as lifeless
camilotellestseng: what wiki?03:36
tsenghttp://www.ubuntulinux.org/wiki/LiveCDCustomizationHowTo/03:36
camilotellestseng: yes, we already do something very similar in our work with knoppix.03:37
camilotellestseng: we had automated it and 03:37
camilotellestseng: we put all our customizable stuff inside subversion and do everything in one reproducible step.03:38
tsenggreat.03:39
camilotellestseng: we can generate every ISO since the beginning of our work.03:40
=== Unfrgiven is now known as ankur
tsenghi ankur 03:41
=== ankur is now known as Unfrgiven
=== schweeb [~chris@216.139.8.3] has joined #ubuntu-devel
=== Safari_Al [~tr@ppp231-201.lns3.adl2.internode.on.net] has joined #ubuntu-devel
Unfrgiventseng: hey dudde03:42
=== jeramy [~jeramy@dsl-131-96.aei.ca] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.95.244.116] has joined #ubuntu-devel
tseng+1 funny, the wordpress guys are promoting mod_security03:57
=== wasabi [~wasabi@c-67-174-81-195.hsd1.tx.comcast.net] has joined #ubuntu-devel
=== robitaille [~robitaill@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel
=== schweeb__ [~chris@216.139.8.4] has joined #ubuntu-devel
=== tritium [~tritium@12-202-89-11.client.insightBB.com] has joined #ubuntu-devel
=== lifeless [~robertc@61.95.50.98] has joined #ubuntu-devel
=== CarlK_ [~ck2@c-67-163-11-11.hsd1.il.comcast.net] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.95.244.116] has joined #ubuntu-devel
=== lifeless_ [~robertc@61.95.50.98] has joined #ubuntu-devel
=== lifeless_ is now known as lifeless
=== womble [~mpalmer@eth1859.nsw.adsl.internode.on.net] has joined #ubuntu-devel
=== Keybuk [~scott@213.205.222.193] has joined #ubuntu-devel
=== schweeb [~chris@216.139.8.3] has joined #ubuntu-devel
=== zul [~chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.95.240.88] has joined #ubuntu-devel
=== A_Alam [~a_alam@202.41.228.162] has joined #ubuntu-devel
=== stratus [~stratus@201008049065.user.veloxzone.com.br] has joined #ubuntu-devel
=== schweeb__ [~chris@216.139.8.3] has joined #ubuntu-devel
=== stratus [~stratus@201008049065.user.veloxzone.com.br] has left #ubuntu-devel ["Leaving"]
=== jeramy [~jeramy@dsl-131-96.aei.ca] has left #ubuntu-devel ["Konversation]
=== A_Alam [~a_alam@202.41.228.163] has joined #ubuntu-devel
=== schweeb [~chris@216.139.8.4] has joined #ubuntu-devel
=== Echylo [~echylo@237-143.246.81.adsl.skynet.be] has joined #ubuntu-devel
fabbionemorning08:44
=== cartman [foobar@cartman.developer.konversation] has joined #ubuntu-devel
=== schweeb__ [~chris@216.139.8.3] has joined #ubuntu-devel
\shhey fabbione 08:54
srbakeryo.  can i burn DVD+R discs with a default install?08:58
=== mvo [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
Lathiatsrbaker: yep09:00
srbakerLathiat, in gnomebaker, it only lists -, so i wasn't sure if it knew how to do both09:01
srbakerand it won't list "DVD image" only "CD image"09:01
Lathiatsrbaker: youc an either right click an iso in nautilus to write it to cd or open the cd creator (comes up when you insert a blank disk) -- Also these questions are suited to #ubuntu, this channel is for development discussion09:01
Lathiatsrbaker: theres no difference really ones just bigger than the other09:01
srbakerwait.  if i right click the iso and choose "write to disc" it burns it as an image?09:01
srbakercool!09:01
srbakerLathiat, there are compatibility and formatting differences, but i'm aware of those09:01
Lathiatsrbaker: -> #ubuntu please09:02
mvoping ogra 09:02
=== ||zzzzz [~||zzzzz@b03C4.static.pacific.net.au] has joined #ubuntu-devel
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel
cartmanyay daniels =) /me checked his bugzilla mail for #1094209:19
=== A_Alam [~a_alam@202.41.228.163] has joined #ubuntu-devel
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel
=== Seveaz [~seveas@seveas.demon.nl] has joined #ubuntu-devel
=== thoreauputic [~peter@wolax9-069.dialup.optusnet.com.au] has joined #ubuntu-devel
=== thoreauputic [~peter@wolax9-069.dialup.optusnet.com.au] has left #ubuntu-devel []
bob2does apache2 Just Work with files > 2GB these days?10:26
elmono10:27
elmoenabling LFS is an ABI bump (-> all modules recompiled, pkg name changes, etc.), so it hasn't been done for apache2 yet10:28
\shis it planned for breezy?10:28
\shelmo: btw...thx :)10:29
fabbionehey elmo10:29
elmohey fabbione 10:29
elmo\sh: np10:29
elmo\sh: and, I don't know offhand, sorry10:29
bob2elmo: ah, thanks10:30
\shelmo: we should put it on the list ;)10:30
elmoI know the 2.1 packages enable it by default, but I don't know what the release timetable for 2.1 is10:31
elmo(this is why *.ubuntu.com with > 2Gb files is using 2.1...)10:31
zygahello :-)10:37
zygathis is probably due to transition but I thought I should ask10:38
zygazyga@falcon:~$ sudo dpkg --configure metacity10:38
zygaSetting up metacity (2.10.1-1ubuntu2) ...10:38
zygaupdate-alternatives: slave link name /usr/share/man/man1/x-window-manager.1.gz duplicated10:38
zygashoud I file a bug?10:38
\shfck10:41
\shit happened again...dput is broken10:41
zyga\sh: ?10:41
\shi forgot to say "dput ubuntu" so now what happens? it uploads to debian (doko will kill me this time)10:42
\shbut in the /etc/dput.cf the default_host_main is not set and therefor it takes the first host in the list10:43
\shftp-master of debian in this case 10:43
zyga\sh: I see :>10:43
\shi'm really annoyed of this10:43
\shthis shouldn't be the default behaviour10:43
\shha..now i'm a bit *censored* 10:44
zyga\sh: that's pretty annoying I guess :-)10:45
\shnow i have to appologize to the debian devs...*hardstuff*10:45
zyga\sh: do you think I should file a bug about that duplicated thing above?10:45
\shzyga: why not :)10:45
fabbioneelmo: do you happen to remember the binary link policy for biarch? example: package foo and libfoo libfoo64. to which lib foo should link?10:47
fabbioneelmo: or should i provide foo64? given that having 64 libs without binaries is pointless10:48
elmofabbione: unless there's a major performance reason to do so, link to libfoo10:48
elmothe poing of 64 bit libs is to enable people to compile stuff that cares (e.g. postgres or something) 64-bit10:48
elmos/poing/point/10:49
elmoat least, that's how I understand things for our current hybrid arches (sparc, powerpc) where 64-bit isn't enough of a benefit to do it by default10:49
zyga\sh: done, #1127310:49
fabbioneelmo: right.. i was talking exactly about sparc and ppc64 ...10:50
fabbioneelmo: thanks :)10:52
elmonp10:53
=== schweeb [~chris@216.139.8.4] has joined #ubuntu-devel
TreenaksAgh.. 20th person this week in #ubuntu-nl who thinks swap is only for people with <512M RAM11:00
mdkesounds like you have a busy channel there11:01
Treenaksmdke: it is quite busy, yes11:01
mdkecool11:02
=== Seveas [~seveas@seveas.demon.nl] has joined #ubuntu-devel
\shis python-qt3 moved to universe now? 11:09
=== Simira [~Simira@179.80-202-212.nextgentel.com] has joined #ubuntu-devel
ogramvo pung11:21
ogra*yawn*11:21
=== jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel
mdkewhere could this page be parented? http://www.ubuntulinux.org/wiki/UpdateManager11:22
mvohey ogra! good morning :)11:25
mvoogra: do you have a train now? will we be in the same train11:26
ogramvo, i'm just opening my eyes...11:26
mvoogra: hehe :)11:30
=== darkling [~hugo@81-5-136-19.dsl.eclipse.net.uk] has joined #ubuntu-devel
ogramvo, if i make it to get the train at 2:24pm, i'll be on the same ICE11:30
=== schweeb__ [~chris@216.139.8.3] has joined #ubuntu-devel
mvoogra: I use the ice at 14:49 (at bochum)11:34
ogramvo, i have to get to cologne first....11:35
mvoogra: my trains goes over colonge and stops there at 15:5411:37
mvoogra: ah, got it now11:37
ogramvo, yes, thats why we'll be on the same train if i make it :)11:37
\shguadec?11:38
ogra\sh, something where KDE people never go ;)11:39
AmaranthGNOME Users And Developers European Conference?11:40
Amaranthcompletely expanding acronym's like that could take awhile11:40
Amaranthacronyms with acronyms with recursive acronyms11:41
ogra\sh, http://2005.guadec.org/11:41
\shogra: yeah...saw the announcement :)11:42
=== tfheen [~tfheen@wlan.samfundet.no] has joined #ubuntu-devel
Riddellogra: actually there's quite a few KDE people planning to go to guadec11:45
ograRiddell, will you ?11:45
Riddellogra: no11:45
ogra:-/11:46
Riddellogra: but you should come to akademy11:46
ograRiddell, get over to the *right* desktop ;)11:46
RiddellI think we should stop there before it gets out of control :)11:46
=== rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel
\shRiddell: when is akademy?11:48
Riddell\sh: end of august, conference2005.kde.org11:48
ograRiddell, you know i'm not serios 11:48
mdkeshouldn't it be konference?11:48
ograhehe11:48
Riddellogra: yeah but I am :)11:48
ogralol11:48
=== ogra knew Riddell would say that
=== HiddenWolf [~hidden@136.101.dynamic.phpg.net] has joined #ubuntu-devel
Riddellmdke: there are tales of Miguel complaining at LinuxTag about all these signs saying "Konference" thinking they were make by KDE fans11:49
\sh7topic Riddell vs ogra: which is the right desktop, come join the mess, see how our gnome and kde dinosaurs fighting with bare hands and teeth ,->11:49
mdkeRiddell, *laughs*11:49
=== Danten [~danten@h212n6c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel
mvirkkilIs anyone seeing this with breezy: gedit (and ajunta) think every shortkut (ctrl+c, ctrl+s etc) is ctrl+n11:59
mvirkkilIt's freaking annoying not being able to use keyboard shortkuts.11:59
=== Echylo [~echylo@69-168.246.81.adsl.skynet.be] has joined #ubuntu-devel
HiddenWolfWell, KDE is cool, but the K in front of everything gets a bit repetititve. :)12:03
HiddenWolfWhat's the name of that app again? K... something! ;)12:04
mvirkkilHiddenWolf: Yes, because gedit, gconf, gcalctool etc is so different ;-)12:05
=== Riddell did not name kubuntu
mdkeRiddell, http://www.uk.gnome.org/index.php?page=GnomeUKMarkers <-- we need one12:06
mdkeHiddenWolf, agreed12:06
mdkeHiddenWolf, in the docteam they started doing it with documents ;) kwickguide12:07
Riddellmdke: UbuntuWorldWide?12:07
mdkeRiddell, i was thinking a uk one12:07
mdkeRiddell, but the worldwide one is cool yeah12:08
HiddenWolfmvirkkil, G is just much sexier. ;)12:08
mdkenot as hard a sound12:09
=== HiddenWolf backs out before someone comes at him with a katapult :)
\shhehehe12:10
=== mdke draws his gsword
mvirkkilThe problem with this g* and k* stuff is that when there is a program like gwenview, you assume it's for gnome, and it's actually a pgoram for kde.12:10
mvirkkilgsword=ghotscript word?12:11
=== ogra [~ogra@p5089DDE2.dip.t-dialin.net] has joined #ubuntu-devel
mvirkkilghostscript word, even12:11
=== susus [~sz@p5089DDE2.dip.t-dialin.net] has joined #ubuntu-devel
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
=== henriquemaia [~henriquem@cb-217-129-175-184.netvisao.pt] has joined #ubuntu-devel
=== sivang [~pooh@cablep-179-87-196.cablep.bezeqint.net] has joined #ubuntu-devel
=== sivang [~pooh@cablep-179-87-196.cablep.bezeqint.net] has left #ubuntu-devel []
mdkeRiddell, any idea how those maps are done?12:39
=== rrichie [~rrichie@vfc69-1-82-233-45-250.fbx.proxad.net] has joined #ubuntu-devel
rrichiehi all12:39
rrichiecan i downgrade from breezy to hoary ?12:39
Riddellmdke: with xplanet12:42
Riddellmdke: jdub has the scipts12:42
mdkeyou think they work for individual countries?12:42
mdkei'll ask him12:42
=== Safari_Al [~tr@ppp231-201.lns3.adl2.internode.on.net] has joined #ubuntu-devel
mdkerrichie, http://www.ubuntulinux.org/wiki/DowngradingFromHoaryHowTo might help, #ubuntu might also be able to help12:43
=== zubuntu [zubuntu@213.181.50.69] has joined #ubuntu-devel
ograrrichie, technically yes, but it will cause 10x more pain that areinstall12:44
ograthen even12:44
ograi would do a hoary reinstall12:44
rrichiearg12:45
ograsince nobody can guarantee that your system will work after a downgrade12:45
ograand you will surely have a lot breezy leftovers12:45
rrichie;(12:45
ogradid nobody warn you ?12:45
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
rrichieyes but i wanted to try, thinking i could downgrade easily12:46
ogranope, the up direction is fine... the down direction is a PITA12:47
=== pitti [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
ograpitti, !12:48
ograpitti, not on your way to guadec yet ?12:48
pittiogra: no, I'm not going to Guadec12:49
ogra:(12:49
ograsad12:49
pittiogra: but I go to debconf5, do you?12:49
ograpitti, i doubt it... i'll likely be in london...12:49
=== carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel
=== pitti_ [~pitti@box79162.elkhouse.de] has joined #ubuntu-devel
=== pitti_ grumbles about kernel oopses
=== JStrike [~joel@c2-63-2.eno.dial.mweb.co.za] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.94.80.193] has joined #ubuntu-devel
=== Echylo [~echylo@77-175.246.81.adsl.skynet.be] has joined #ubuntu-devel
=== lifeless [~robertc@dsl-116.12.240.220.rns02-kent-syd.dsl.comindico.com.au] has joined #ubuntu-devel
=== zenrox [~zenrox@71.115.192.65] has joined #ubuntu-devel
=== schweeb [~chris@216.139.8.4] has joined #ubuntu-devel
=== Echylo [~echylo@77-175.246.81.adsl.skynet.be] has joined #ubuntu-devel
mvirkkilIs anyone seeing this with breezy: gedit (and ajunta) thinks every shortcut (ctrl+c, ctrl+s etc) is ctrl+n01:48
mvirkkilAll keyboard shortcuts are therefor unusable.01:48
tfheenmvirkkil: yes, known issue.01:49
ogratfheen, stuttgart ?01:50
=== thoreauputic [~prospero@wolax8-116.dialup.optusnet.com.au] has joined #ubuntu-devel
tfheenogra: no, I'm still doing my master's thesis01:50
ograah, sad... i thought because of the nick01:51
tfheennah, just doing some upgrades on vawad.01:51
tfheenmoving a terabyte of data aroud.01:52
ograuff01:52
tfheennah, I'll end up with 3x400GB more disk space, so that's nice.01:53
ograbut a moving a terabyte is quite time consuming...01:54
=== ubuntulog [~warthylog@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel
=== Topic for #ubuntu-devel: Ubuntu Development | #ubuntu for support and general discussion | #ubuntu-love for getting involved | http://www.ubuntulinux.org/wiki/DeveloperResources | Ubuntu 5.04 is released! | MOM is awake! | Colony CD 1 released | gcc4 transition starting, breezy probably well broken, uploads of C++ packages restricted
=== Topic (#ubuntu-devel): set by doko at Tue May 17 18:26:45 2005
(seb128/#ubuntu-devel) grumpf04:05
(seb128/#ubuntu-devel) verbiste has a lib right, but nothing use it04:05
(seb128/#ubuntu-devel) we agreed that it doesn't need a rename or anything04:05
(seb128/#ubuntu-devel) elmo: I'll sort all that with doko, thanks04:06
maswanelmo: but if you don't mind too much, could you check the firewall for settings on idle tcp connections or something like that, if there are any?04:06
seb128daniels: dude, libxres-dev should Depends on libxres1, no?04:07
elmomaswan: I ramp up tcp_rmem and tcp_wmem, but otherwise it's unmodified linux default 2.6 settings04:07
elmo(and that ramp up is on syncproxy, obviously)04:07
seb128it breaks libwnck/gnome-panel on amd64 with a -fPIC issue (it uses the .a since the .so is not here)04:07
maswanelmo: nod04:08
=== schweeb__ [~chris@216.139.8.3] has joined #ubuntu-devel
maswanelmo: if this doesn't work, I'll try upgrading rsycn and see if that works.04:17
=== KaiL [KaiL@p548F56B5.dip.t-dialin.net] has joined #ubuntu-devel
=== Echylo [~echylo@77-175.246.81.adsl.skynet.be] has joined #ubuntu-devel
=== Goshawk [~Vincenzo@82.53.97.72] has joined #ubuntu-devel
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
=== Danten [~danten@h22n12c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== sgran_ [~steve@lobefin.net] has joined #ubuntu-devel
=== jlje [~agp@cm-80.111.96.084.chello.no] has joined #ubuntu-devel
hungerquit04:35
=== eruin [~eruin@213-145-179-140.dd.nextgentel.com] has joined #ubuntu-devel
eruinhey lads... I just stumbled upon http://udu.wiki.ubuntu.com/AudioCDBurning , and I was wondering if seb128 or ogra have been tracking rhyhtmbox 0.904:45
eruinwouldn't it be good to focus some effort on getting that in too?04:45
eruinI'd say the default music application is definately the best suited to burn audio cds ;-)04:45
Burgundaviaeruin, does .9 have burning?04:46
eruinyep04:46
eruinit uses nautilus-c-b too04:46
eruinI'm not sure how much activity is in the official repository, but I know it's in there, and the current active repository (olemke@core-dump.info--2005/rhythmbox--merge) includes substantial upgrades that might be in ubuntus interest to track ;)04:48
jordiwho is olemk?04:49
eruinOliver Lemke on the rhythmbox-devel list04:50
eruinpretty much any traffic on there revolves around that repo04:51
jordinod04:51
jordiI'm glad to hear someone has picked it up04:51
jordiI assume walters is not active at all anymore?04:51
eruinI haven't heard or seen him in eons04:51
jordihow far is 0.10.0?04:52
eruinI think they're going for a gnome 2.12 release04:52
jordioh, that is so good news!04:52
=== snaggen [~snaggen@c-7779e255.034-37-73746f12.cust.bredbandsbolaget.se] has joined #ubuntu-devel
eruinyeah04:52
=== schweeb [~chris@216.139.8.4] has joined #ubuntu-devel
Amaranthmaybe rhythmbox won't suck anymore! ;)04:53
eruinright now I think it's fabulous04:53
Amaranthbut seriously though, i'm using it now04:53
Amaranthit's just annoying sometimes04:54
Amaranthlike showing you the metadata but not letting you change it04:54
eruin--enable-tag-editing you say? .o04:54
jordiafaik, that's in 0.904:54
eruinyeah04:55
eruinthey're still calling it experimental though04:55
jordiseb128: dude package it :)04:55
jordieruin: bah ;)04:55
eruinI havent had a single problem with it, but I guess they don't call it experimental for nothing ;P04:55
BurgundaviaI have one issue with burnign within rb, what about those of us who don't use it?04:56
jordiBurgundavia: well, there's people who don't use nautilus04:56
eruinthat's a nice use case for serpentine04:56
Burgundaviayes04:56
Amaranthit wouldn't even be that annoying if they would use labels for the metadata instead of textviews04:56
eruinbut since rhythmbox is the default audio app, it makes perfect sense to use it for audio burning too04:56
BurgundaviaI don't mind integrated burning, but Ubuntu must provide another way as well04:56
Amaranthi think there should be a library to handle audio cd creation that all these apps can use if they want04:57
eruinyep04:57
eruinI just think we need to push the rb guys to make it in time for breezy04:57
Amaranththat way we can have Do One Job And Do It Well and Do It All It's Easier To Use04:57
eruinthey all use n-c-b04:57
Amarantheruin: Well, if they make 2.12 they can probably make breezy.04:57
eruinyeah, the question is whether or not they will04:58
eruin:P04:58
eruinwith all active development happening in a nonofficial repo...04:58
Amaranthgnome things are the last to freeze, aren't they?04:58
Amarantheruin: All the development happening in an unofficial repository just shows off how useful arch is. :)04:59
eruinhehe05:00
eruintrue, true05:00
=== jiyuu0 [~jiyuu0@219.94.80.193] has joined #ubuntu-devel
=== JanC [~janc@JanC.member.lugwv] has joined #ubuntu-devel
kentAmaranth, I read something on planet.gnome.org (i think) where on person thanked ubuntu for something I think was arch. Is Ubuntu-people developing that?05:09
Amaranthkent: bazaar-ng05:09
Amaranthand the launchpad guys import cvs and svn trees into arch for some reason05:09
Amaranththat's what the p.g.o guy was thanking ubuntu for05:10
=== robtaylor_ [~robtaylor@80.187.146.124] has joined #ubuntu-devel
BurgundaviaAmaranth, they do it so more people can work on the codd05:14
Burgundavias/codd/code05:14
Amaranthah05:14
Amaranthgood idea05:14
Amaranthanyone else using breezy notice their menus don't update unless they kill gnome-panel now?05:16
BurgundaviaAmaranth, yes05:17
Amaranthok, as long as it's not just me05:17
Amaranthwanna test another nasty problem? :)05:18
Burgundaviasure05:18
eruindaniels unborked xorg? :)05:19
Amaranthcreate ~/.local/share/desktop-directories/.directory with the data [Desktop Entry] \nName=Foo\nType=Directory and restart gnome-panel05:19
Amarantheruin: We unbork it ourselves on every upgrade with symlinks and quick hacks05:19
eruinah... I'm holding off more extensive testing until after exams :P05:19
Amaranthgood idea05:20
eruinhelps to have xorg/openoffice when you have papers to write :)05:20
Amaranthlatex ;)05:20
eruinhaha05:20
Amaranthum, should libwnck-common be more or less empty?05:21
Amaranthit seems to only have README, copyright, AUTHORS, etc05:21
=== sgran__ [~steve@lobefin.net] has joined #ubuntu-devel
seb128jordi, eruin: rb0.9 is not suitable to be packaged05:23
seb128jordi, eruin: I've talked with teuf and he said that's not really worth packaging it atm05:23
seb128and I don't think it'll be near of stable soon05:23
Amaranthbesides not being released and being buggy, is there any other reason ;)05:23
jordithen comes seb and takes all the fun away.05:24
seb128:)05:24
eruinI remember debian once had a galeon-cvs package05:24
eruinhint hint hint :P05:24
Amaranthwhatever gets used it should be possible to select a group of songs in nautilus, right click, and choose burn audio cd05:24
Amaranth:)05:24
=== sgran__ is now known as sgran_
seb128eruin: ubuntu has several packages05:25
seb128eruin: but pissing upstream by packaging broken version so they are flooded by bugs is not a way to go05:25
seb128s/packages/cvs packages/05:26
seb128anyway not an option for now05:26
eruinyeah... I suppose its a good idea to keep that repo in the list05:26
Amaranthperhaps something in universe called rhythmbox-unstable? :)05:26
Amarantheruin: what repo?05:26
eruinthough the current system of bugreports on a devel list is probably worse than having bzilla spammed ;-)05:27
eruinArchive: olemke core-dump info--200505:27
eruinBranch:  rhythmbox--merge--0.905:27
eruinhttp://arch.core-dump.info/archive05:27
Amaranthhey, at least someone will respond to the email one way or the other05:27
Amaranthbleh, you're talking about arch05:27
Amaranthi thought you mean someone made a rb0.9 package :)05:28
Amaranthmeant05:28
eruinI did that once05:28
eruinthat was an rpm though... I have to read up on debs ;>05:28
=== KaiL_ [KaiL@p548F629C.dip.t-dialin.net] has joined #ubuntu-devel
danielsseb128: uhmm, yeah05:34
danielsseb128: ${shlibs:Depends} should take care of that05:35
danielseruin: locally, yes, but not uploaded05:35
=== motaboy [~motaboy@host88-41.pool80182.interbusiness.it] has joined #ubuntu-devel
=== SJChung [~ubuntu@218-164-176-55.dynamic.hinet.net] has joined #ubuntu-devel
=== schweeb__ [~chris@216.139.8.3] has joined #ubuntu-devel
=== Nafallo [~nafallo@nafallo.user] has joined #ubuntu-devel
Nafallo#8760 is open for libxine1c2. the patch for libmad0 breakage seems to have been lost in the merge from debian.06:23
=== blueyed [~daniel@i528C3920.versanet.de] has joined #ubuntu-devel
Nafalloshall I reopen the bug or is here anyone who sees this and upload the fix? :-)06:26
seb128Nafallo: the bug has been reopened I think06:29
Nafalloseb128: nope, I was asking if I should do it :-).06:30
=== fabbione [~fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel
seb128Nafallo: read the bug06:30
Nafalloseb128: turns up resolved/fixed for me06:31
seb128read the comments!!06:31
seb128"anybody still getting the issue with the fixed package? According to #1097706:31
seb128that's still an issue"06:31
seb128"sorry, it isn't the same bug (no need to reopen it). it is linked to bugs :06:31
seb128#8343 & #8759"06:31
seb12806:31
seb128if you have differents informations say so06:31
Nafalloseb128: well. I've just upgraded to libxine1c2 and jamesh patch (1.0-1ubuntu6) seems to have been lost in the merge from debian. (1.0.1-1ubuntu1)06:36
Nafalloseb128: I hope that's was more clear :-).06:37
seb128yep06:37
seb128I've just uploaded a new version06:37
seb128better to be clear instead of asking if you need to open a bug or not :p06:37
seb128thanks anyway06:37
Nafalloseb128: hehe, I'll remember that. and thank YOU! :-)06:38
seb128np06:39
=== Burgundavia [~corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-devel
siretartis there somethings wrong with the wiki? I get a 'password wrong' when logging in and I'm trying to find out if the error is on my side06:45
makoSimira: hey there06:49
=== tsume [~tsume@tsume.user] has joined #ubuntu-devel
tsumebrezzy well broken?06:50
tsumemeaning I shouldn't upgrade my current breezy?06:50
tsumelast time I upgraded was at the KDE breakage06:50
bob2if you want to use breezy, expect it to be broken06:51
bob2if it's not, it's a nice surprise06:52
tsumeits not broken at all, except the KDE mount daemon not working right, but at least it mounts it correctly automatically06:52
bob2as above06:52
tsumeI just can't use konqueror to read/write the devices06:52
tsumeno other problems though.06:52
tsumewell, I think I'll upgrade to the latest06:54
tsumeI always work around to fix problems temporarily :)06:54
tsumeumm, maybe I'll upgrade later. I don't have time to download 300+MB06:54
tsume*sigh*06:55
=== drbyte [~byte@byte.fedora] has joined #ubuntu-devel
tsumeits a fedora spy! :)06:55
tsumeThey've come to steal away the ubuntu developers. /me shoves mdz in the safe and throws away the key.06:56
bob2drbyte: using ubuntu yet?06:57
Lathiattsume: hehe 06:57
Lathiatdrbyte: hey :)06:57
drbytebob2: nope :P06:57
drbytehi Lathiat 06:57
bob2hah06:57
bob2drbyte: only a matter of time!06:57
tsumedrbyte: I'm just playing btw. We all welcome every person to this channel.06:58
drbytebob2: its on one of the boxes... require it for 'work' 06:58
drbytetsume: i'm usually here btw ;-)06:58
drbyteeither as cc or me06:58
bob2hehe06:58
tsumedrbyte: and you haven't changed your mask to .ubuntu yet? ;)06:58
drbytetsume: no, no.06:59
bob2tsume: probably should loook into what he does with his free time06:59
tsumebob2: hes probably a fedora developer or repackager :)06:59
bob2hahahahahaha06:59
drbytetsume: former, yes. whats a repackager?06:59
tsumedrbyte: build software and package in rpm07:00
drbytetsume: oh, like a DD. well, we do that too...07:00
tsumedrbyte: well I meant repackager as in the people who sit there all day looking for new software releases ;)07:00
drbyteoh well, time to pretend to get some rest... 3am. bleh07:00
drbytetsume: oh, definitely not me. that'd be scary.07:01
bob2nightynight07:01
=== tsume imagines silly nerd sitting at the computer reading newsforge, slashdot, freshmeat, and usenet all day :P
Lathiat3am? week :)07:01
tsumegtg, byes07:01
=== tsume &
Simiramako: do you have any statistics for how many cd's that are distributed or ordered of Hoary and Warty to each country?07:12
=== tsume [~tsume@tsume.user] has left #ubuntu-devel ["Leaving"]
dokoseb128: verbiste ping07:35
=== ivoks [~ivoks@lns01-0658.dsl.iskon.hr] has joined #ubuntu-devel
ivokshi08:06
=== doko [~doko___@dsl-082-082-209-220.arcor-ip.net] has joined #ubuntu-devel
=== robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu-devel
=== jdthood [~jdthood@aglu.demon.nl] has joined #ubuntu-devel
=== herve [~hcauwelie@ip-3.net-81-220-179.nice.rev.numericable.fr] has joined #ubuntu-devel
hervehi08:26
=== MagnusR [~magru@as1-1-7.t.lk.bonet.se] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.94.80.193] has joined #ubuntu-devel
=== ozamosi [~ozamosi@80.252.171.200] has joined #ubuntu-devel
=== ahuman01 [~ashay@141.152.253.158] has joined #ubuntu-devel
=== ahuman01 [~ashay@141.152.253.158] has joined #ubuntu-devel
=== |QuaD-_ [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
ivokshere is like on a train station.. lots of people, nobody speeks, and lots of people going in and out :)09:02
robertj:)09:02
=== ahuman01 [~ahuman01@141.152.253.158] has joined #ubuntu-devel
=== ahuman01 [~ahuman01@141.152.253.158] has joined #ubuntu-devel
=== |QuaD- [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
=== Nuffing [~JaneW@wbs-146-186-23.telkomadsl.co.za] has joined #ubuntu-devel
=== jiyuu0 [~jiyuu0@219.94.80.193] has joined #ubuntu-devel
=== |QuaD-_ [~QuaD@pcp0011386062pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
Amaranthwhy does kde use kde-applications.menu instead of applications.menu?09:48
Amaranththis breaks many things09:48
=== hunger [~hunger@p54A66132.dip.t-dialin.net] has joined #ubuntu-devel
hungerdaniels: Could you please change /etc/X11/xinit/xserverrc to point to the proper binary? Thanks.09:55
=== carlos_ [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel
=== sgran_ [~steve@lobefin.net] has joined #ubuntu-devel
hungerI did apt-get source. How do I get the downloaded stuff into the setup just before building?10:10
hervewhat do you call setup?10:11
hungerherve: I want to see the source used to build the binaries.10:11
hungerherve: With all the ubuntu patches applied, etc.10:12
hungerherve: I do not want to build it.10:12
herveapt-get source should have setup it10:12
herveand you usually find patches in debian/patches10:12
herveor directly applied to the sources in worst cases10:12
=== Nuffing [~JaneW@wbs-146-186-23.telkomadsl.co.za] has joined #ubuntu-devel
herve(set it up, setup is not a verb)10:13
hungerherve: I do not see the sources... just a tar and patches.10:13
ivokshunger: cd <packagename>10:14
hervesome developers do that yes10:14
herveso you know the upstream source really are not modified by the package maintainer10:14
hungerherve: Is there a standard way to "prepare for build" or will I have to mess with debian/rules?10:14
hervehunger: build tools handle this all10:15
hervethis is a part of the whole process10:15
herveyou'll find patching calls in debian/rules, by the way10:15
hungerherve: I do not want to build, just see what the source the build is going to use.10:16
hervehmm10:16
hungerherve: Is there a standard way to extract and patch the sources without building them?10:17
herveyou should run something like "fakeroot ./debian/rules configure"10:17
=== mkde [~matt@mdke.user] has joined #ubuntu-devel
hervei.e., call by hand the step the build tools would have called at some point10:17
=== Yvonne [~fsck@cn-sdm-cr02-0694.dial.kabelfoon.nl] has joined #ubuntu-devel
hervehunger: you should check debian/rules to be sure of the target where sources are untared and patched10:19
hungerherve: OK, so there is no "standard" way to do so. thanks.10:19
ivoksheh10:19
hervehunger, in a way yes, targets are standard10:20
hungerherve: configure target seems to be the right one:-)10:20
ivoksthere are standards10:20
hervebut maintainer are quite free to organize their rules file10:20
ivoksbut, as in real life, you have DIN, ISO, ANSI, etc :)10:21
=== schweeb [~chris@216.139.8.3] has joined #ubuntu-devel
hungerivoks herve: I was thinking of some dpkg-something as standard, not calling debian/rules directly:-)10:21
ivokshunger: for what? building package?10:21
hungerivoks: Getting a package into the state just before actually building it.10:22
herveivoks: preparing the sources with patches, etc.10:22
ivokshunger: apt-get source package10:22
ivoksah...10:22
hervebut stop before the build process occurs10:22
ivoksthat depends of rules :)10:22
herveivoks: my point :-)10:22
hervebut the configure target is 99% times what it means10:22
ivoksyeah10:23
ivokspatching isn't that often...10:23
hungerivoks: Im a idiot wrt. packaging... (and most other things as well for that matter).10:24
ivoks:) ?10:25
ivokswritting :)10:25
ivoksah, hunger i'm not too much better either :)10:25
herveivoks, you didn't know how to make a package like, what, one month ago?10:26
herve:-p10:26
ivoksherve: three weeks ago :)10:27
ivokssince then... :))10:27
hungerNot having X makes me feel nostalgic:-)10:28
ivoksah.. time to leave you guys10:28
hungerivoks: Bye!10:29
ivoksbye all10:29
hervebye10:29
=== hunger sighs.
hungerThe new keysyms in X have values > 0xffff and are stored as unsigned shorts:-(10:44
hungerNo wonder some keys are broken... but those are farsi and other really strange characters, not the F-keys, etc. that no longer work for me.10:46
=== thesaltydog [~saltydog@62.211.45.42] has joined #ubuntu-devel
=== Goshawk [~Vincenzo@82.53.97.72] has joined #ubuntu-devel
hungerdaniels: The XKeysymDB is in /usr/X11R6/lib/X11 while the sources say it is in /usr/lib/X11.11:11
Kamionelmo: mv --reply=no11:13
Kamionelmo: we decided that libqt-perl, libsmokeqt1, libsmokeqt-dev were OK for main, didn't we? it sounded like other parts of kdebindings were more troublesome than SMOKE11:14
KamionI'm just preparing a debconf upload so I'd like to have those promoted in order for this one to actually build11:15
=== Mithrandir [~tfheen@vawad.err.no] has joined #ubuntu-devel
Simirahow come most of the mails I've sent lately don't seem to be in my "Sent items"-folder?11:17
Simirahelp?11:19
=== schweeb__ [~chris@216.139.8.4] has joined #ubuntu-devel
mkdethe email gnomes11:38
mkdestealing email to make profit11:38
=== rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel
=== Echylo [~echylo@77-175.246.81.adsl.skynet.be] has joined #ubuntu-devel
=== stuNNed [~implosion@stunned.user] has joined #ubuntu-devel
=== mxpxpod [~bryan@mxpxpod.user] has joined #ubuntu-devel
mxpxpodwhen using make-kpkg on a vanilla kernel, do I have to do anything to make it with an initrd image?12:00

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