/srv/irclogs.ubuntu.com/2011/08/21/#ubuntu-motu.txt

hakermaniajtaylor, no it doesn't00:02
hakermaniajtaylor, i've tested many times, what it does is updater-mime-database00:02
hakermaniaBut anyway, I made it work00:02
jtaylorhakermania: that is enough, update-desktop-database is called by a trigger from desktop-file-utils00:12
jtaylorhttp://packages.debian.org/changelogs/pool/main/d/desktop-file-utils/current/changelog00:12
jtaylor0.15-200:12
hakermaniajtaylor, I don't know why but it doesn't seem to recognize i am installing a mime type in my case and so it doesn't call it? Anyway the .wallch files have their icon but don't run with wallch, means that aren't associated with the desktop file, means that update-desktop-database was not called00:17
hakermaniaanyway, it's 3.20 in the morning here, lol, good night00:18
=== wgrant_ is now known as wgrant
micahgis   ret = (Description *) bsearch (&d, descriptions, n_elems, sizeof (Description), compare_methods); considered an implicit conversion?05:18
broderthat seems fairly explicit05:19
micahgthat's what I thought :)05:19
broderuh, though i bet &d is an implicit conversion to void *05:19
brodererr, const void *05:19
broderand same for descriptions05:19
micahgnah, found it: connection.c:542:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]05:19
micahgFunction `bsearch' implicitly converted to pointer at connection.c:54205:20
broderhuh05:20
micahgumm, that's not it :(05:20
broderyou're getting both of those?05:21
micahgthe function returns a void05:21
broderright, i have the manpage up05:22
micahgyeah, both are in th echangelog : https://launchpadlibrarian.net/77704072/buildlog_ubuntu-oneiric-amd64.gnome-system-tools_2.32.0-0ubuntu7_FAILEDTOBUILD.txt.gz05:22
broderi think it's trying to convert the bsearch symbol to a pointer, which makes me suspect that the parsing went off somewhere earlier05:23
micahgthe functions isn't that big, and AFAICT all looks normal...05:30
* micahg totally doesn't understand this implicit conversion thing08:40
=== Quintasan_ is now known as Quintasan
Bachstelzeconnection.c:542:3: warning: nested extern declaration of 'bsearch' [-Wnested-externs]09:51
Bachstelzedefinitely a typo somewhere09:51
Bachstelzeor actually..09:56
Bachstelzebsearch is in stdlib.h, the file doesn't include it09:56
* micahg wonders if it's that simple10:02
micahgBachstelze: that seemed to solve it locally, although, it's still complaining about one of the arguments to bsearch, but I"ll look that up later, thanks10:09
jtaylortumbleweed: should I create ubuntu deltas for the as-needed bugs which weren't fixed in debian yet now?12:45
jtayloras we are getting closer to the next freeze12:46
tumbleweedjtaylor: go for it12:46
jtaylorurg the awn packages are awful ...13:46
jtaylorinclude python code but don't use helpers13:46
cjwatsonmicahg: yes, missing #include would mean that the implicit prototype mechanism (which is basically for ancient pre-C89 code) makes up 'int bsearch(void);' for you14:37
cjwatsongenerally not what you want ...14:37
cjwatsonthere's a fair bit of old code that sort of gets away with it as long as the function doesn't take varargs and as long as it either returns int or has its return value ignored14:38
joruHowdy, i'm trying out some bitesize bugs. My question is where an applications category is defined so that it is properly displayed in correct category in UBC?15:19
joruis it the .desktop file?15:21
tumbleweedUBC?15:25
hakermaniatumbleweed, I lost the link about the public server and the copyright, may I have it again please?15:43
jorutumbleweed: oh a typo, ubuntu software center15:45
jorutumbleweed: i've found an <app>.desktop file in the app i'm looking at that holds the "Categories" metadata15:45
tumbleweedhakermania: sorry, don't know what link you are looking for. If the source for your media said it was public domain, just say that in debian/copyright15:46
tumbleweedjoru: correct, I'm pretty sure that's where the categories for USC come from15:46
jorutumbleweed: yes i am sure now, i've got it confirmed15:47
jorutumbleweed: nice to learning-by-doing15:47
hakermaniaShould I have the Files: * and then Files: Pictures/foo.jpg inside debian/copyright or vice versa?16:52
tumbleweedhakermania: "Multiple Files paragraphs are allowed. The last paragraph that matches a particular file applies to it."16:54
hakermaniatumbleweed, if I provide the source will dropbox compile it for me for both 32 and 64 bit? Will it produce both 64 and 32 bit debs?17:14
hakermaniadropbox=launchpad soory17:14
hakermaniaUsing ppa I mean17:14
tumbleweedhakermania: https://help.launchpad.net/Packaging/PPA17:15
hakermaniatumbleweed, thanks17:25
hakermaniatumbleweed, i made it work with the --parallel and I can see that dh@ runs with this options while debuilding, but what's the difference, really?17:42
tumbleweedhakermania: debhelper's manpage will explain the details. Your build system supports building mutiple files in parallel, which can make the build a lot faster on a multi-core machine17:44
sum1nilhello all, I am trying to set up a chroot environment described on te page: https://wiki.ubuntu.com/DebootstrapChroot17:45
sum1nilbut at dpkg-reconfigure passwd I get locale errors - perl17:46
tumbleweedsum1nil: those aren't errors, you can ignore them. It just means that you are trying to use a locale you haven't got installed. Install a langpack in the chroot17:46
sum1nilok will try thanks17:47
sum1nilthank you tumbleweed that worked fine17:54
hakermaniaDoes lp builds only with the latest ones? I mean can't it build my source for GNOME 2 (that compiles OK in natty). I get the same error messages I got when I tried to compile the GNOME 2 source in GNOME 3. Is there any options somewhere I can specify to it?18:01
tumbleweedhakermania: your build was on oneiric, so the current versions of everything in oneiric. You can restrict versions in Build-Depends, but if what you request isn't available in the target release it'll fail to build18:05
hakermaniatumbleweed, I see, there's no problem in adding ~GNOME3ppa eh?18:06
hakermaniaso as to show which version it is18:06
tumbleweedhakermania: if you are testing something you eventually want to build in normal ubuntu archives, youc an't be depending on another ppa18:09
=== Testy is now known as JasonO
=== JasonO is now known as Guest78948
hakermaniatumbleweed, OK, so, all of my ppas will have the ~ppaX tag19:03
tumbleweedhakermania: it's just to allow you to upload multiple versions (and to ensure the official version has a higher number)19:05
micahgcjwatson: thanks20:28
Phoenix87hallo20:32
Phoenix87how can i submit a new application for ubuntu for approval?20:33
micahgPhoenix87: application for what?20:34
Phoenix87a gnome front-end for gnuplot20:35
Phoenix87it's in launchpad at the moment20:36
micahgPhoenix87: it's a little late this cycle, if you get it into Debian now, it'll get into Ubuntu for P20:36
micahgthen you can backport it to oneiric20:36
Phoenix87well i don't mind missing a cycle, i was just wondering about the possibility of having my app figuring in the main repositories ^^20:37
micahgPhoenix87: if you get it into Debian it will automatically come in at the beginning of next cycle20:37
Phoenix87how can i get it into Debian?20:38
micahgPhoenix87: http://expo.debian.net/20:39
Phoenix87micahg, thank you!20:40
micahgPhoenix87: you're welcome, thank you for your interest in Ubuntu20:41
tumbleweedjtaylor: I don't see a MOTU application yet :)20:51
jtayloryes I'll start it now20:56
* ajmitch looks for a wiki page to put a +1 on20:56
jtaylornot yet done20:57
jtaylorwiki hangs on login :(20:57
=== Quintasan_ is now known as Quintasan
=== em is now known as botten_emma
=== botten_emma is now known as boten_emma
=== boten_emma is now known as em
Timk11.04 UI Much different.  Everyone is a fan?22:46
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== yofel_ is now known as yofel

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