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

=== Fluffer is now known as log
=== log is now known as k
=== k is now known as Logan_
TheLordOfTimeare Precise's repos still frozen?02:28
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
dholbachgood morning06:55
TheDrumsmicahg: You happen to be about?06:56
=== almaisan-away is now known as al-maisan
=== imbrando1 is now known as imbrandon
gch-scilifelabhello everybody09:31
gch-scilifelabI'm doing my master thesis in the scilifelab (scilifelab.se) in Stockholm, we are currently working in a nexgen-data processing pipeline and I'm packagin all its dependencies 11:24:57 AM09:31
gch-scilifelabi've already packaged some of them, but I'm having problems when packaging gatk 11:25:21 AM09:31
gch-scilifelabit looks like it's failing to download some data, and this is what I don't understand, locally, I can build the package without problems, but when submitting to launchpad I get this error 11:26:35 AM09:31
gch-scilifelabhttps://launchpadlibrarian.net/113060176/buildlog_ubuntu-precise-amd64.gatk_1.6-0ubuntu1_FAILEDTOBUILD.txt.gz 11:26:42 AM09:31
gch-scilifelabcan anybody give me a clue of what is happening please?09:31
tumbleweedthe buildds don't have internet access09:32
gch-scilifelab(sorry for the time stamps, I asked before in the wrong channel)09:32
Zhenechgch-scilifelab, you should not download when building09:32
directhexgch-scilifelab, build daemons don't have internet access09:32
tumbleweedeverything that you need for the build should be included in the source package09:32
tumbleweed(or its dependencies)09:32
gch-scilifelabhm.. oks09:32
directhexgch-scilifelab, this is a design choice, otherwise it would penalise people who have no internet access but do want to develop free software09:32
gch-scilifelabfast answer :-)09:33
gch-scilifelabthank you very much09:33
gch-scilifelabI'll try to fix it09:33
Zhenechgch-scilifelab, I think you are looking for the "ivy" package into your build-depends09:33
tumbleweederr, it's more of a design choice for reproducability and licence compliance09:33
directhexthat too09:33
directhexit's especially annoying when a build system uses a CURRENT file to download the latest version of some non-bundled component, but doesn't actually work with the latest version09:34
directhexor if the latest version is missing09:34
directhexe.g. cgit was unbuildable for a while due to kernel.org being down due to hacks09:34
gch-scilifelabbut, they don't have an internet connection? or they cannot download stuff?09:37
tumbleweedwhat's the difference?09:37
Zhenechfor you, they have no internet connection09:38
gch-scilifelabwell just because I thought that the other software I packaged also checked for some dependencies09:38
tumbleweedthey have access to a mirror. nothing else09:38
gch-scilifelabobciously I'm wrong if there is no internet connection for the builder machines09:38
gch-scilifelabok09:38
gch-scilifelabthanks09:39
gch-scilifelabin fact, the other packages I have built doesn't require internet connection. So I'll try to solve this09:45
gch-scilifelabthank you for your help, very kind you all :-)09:45
xnoxi see that lintian is in sync now, what's the best place / way to propose changes to the ubuntu profile?09:51
xnoxvia bts or lp?09:51
tumbleweedxnox: bts / #debian-qa10:24
tumbleweedassuming you don't need to discuss this with ubuntu people10:24
xnoxtumbleweed: no need to discuss, "I am always right" (tm).10:25
xnoxtumbleweed: it affects both debian/ubuntu so it should be ok =)10:25
xnoxtumbleweed: filed a bug report.10:25
ESphynxxnox: Many thanks for the review/upload =)10:36
xnoxESphynx: no-problem. now you need to wait for it to go through new queue. if it gets accepted you have plenty of work to do on that package still ;-)10:37
ESphynxxnox: plenty of work eh?10:37
* ESphynx is waiting :P10:38
ESphynxxnox: Anything in particular that will require more work?10:39
xnoxESphynx: many compiler warnings to begin with.10:39
xnoxit spits out many int != char10:40
xnoxwhich will help with porting to 64bit later on upstream.10:40
ESphynxhmm I think those might be from the lexers & parsers generated by bison/gnu10:40
ESphynxwhich unfortunately I can’t do much about... but they’re harmless though ( don’t think they’d affect the 64 bit warnings either )10:41
ESphynxother than that I know there’s the pthread_mutex_setkind_np warning... which I have yet to decide what to do with... I think now the more portable function is available on Linux, but before it was not ...10:42
ESphynxThere’s also the warnings spit out by GCC from eC generated C code... Which you probably did not see because I hide them :P10:42
ESphynxthat however is a big deal :P10:42
ESphynxbison/flex*10:43
=== al-maisan is now known as almaisan-away
ESphynxI’m fixing warning: pthread_mutexattr_setkind_np undefined, cause it was breaking on Android anyways :P10:54
ESphynxxnox: Are these ( http://pastebin.ca/2197021 ) the other warnings you were referring to?10:55
xnoxyeah.10:55
xnoxsome of.10:55
ESphynxI never got the last one! MAX_INCLUDE_DEPTH is defined to be 1010:56
ESphynxas in #define10:56
ESphynxand the others are all from code generated by flex, which unfortunately I can’t fix :S10:56
ESphynxoh look at that.10:58
ESphynxall of those are warnings generated by the eC compiler :P10:58
ESphynxGuess I could fix/tweak the eC compiler :P10:58
ESphynxxnox: some of? you had a lot more? :P11:00
xnoxESphynx: busy... =) can't be asked to find the build log again....11:01
ESphynxThose are the only ones I get apart from warning: pthread_mutexattr_setkind_np undefined; assuming extern11:01
ESphynxxnox: np. thanks for pointing this out, i’ll make it a point to not output these anymore.11:01
xnoxESphynx: rather than "not outputing them" they should be fixed.11:02
xnoxeither in code, or the parser / code-generator.11:02
ESphynxxnox: they’re warnings from the eC compiler11:02
xnoxsince they are real warnings.11:02
ESphynxxnox: and they are not valid11:02
ESphynx(well flex could be modified, but since GCC does not complain about them, they likely won’t fix flex)11:03
ESphynxand the MAX_INCLUDE_DEPTH thing is a bug in my compiler, it should realize MAX_INCLUDE_DEPTH is 1011:03
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
=== al-maisan is now known as almaisan-away
=== almaisan-away is now known as al-maisan
=== Quintasan_ is now known as Quintasan
micahgTheDrums: very sporadically this week, how can I help you13:39
=== al-maisan is now known as almaisan-away
gch-scilifelabhi, I have a problem when updating a re-packaged software. I packaged a software a few days ago, but I did it wrong (I didn't want to include the source code, just the resulting jar files). Today I have repackaged the software properly but when I do a "dput ppa: etc" i receive a mail rejecting the upload with the message:15:46
gch-scilifelabRejected:15:46
gch-scilifelabFile gatk_1.6.orig.tar.gz already exists in Bio-tools, but uploaded version has different contents. See more information about this error in https://help.launchpad.net/Packaging/UploadErrors.15:46
gch-scilifelabFile gatk_1.6-0ubuntu0.diff.gz already exists in Bio-tools, but uploaded version has different contents. See more information about this error in https://help.launchpad.net/Packaging/UploadErrors.15:46
gch-scilifelabFiles specified in DSC are broken or missing, skipping package unpack verification.15:46
gch-scilifelablooking into my ppa I don't see this files, but if I filter by "supress", there they are..15:47
gch-scilifelabhttps://launchpad.net/~gch/+archive/utils/+packages?field.name_filter=&field.status_filter=superseded&field.series_filter=15:47
gch-scilifelabis there any way to supress them definitely? If not, what should I do?15:48
Lasallgch-scilifelab: increase version15:48
gch-scilifelabhi lasall, I've tried repackaging with the version name gatk-1.6-0ubuntu1 but doesn't works15:49
Lasallyou have to increase version of orig tarball15:49
gch-scilifelabaha, ok, but if the program version is 1.6... I cannot put another version15:50
gch-scilifelabmaybe 1.6.0?15:50
gch-scilifelabdo you mean?15:50
Lasallif it were an official package, this would introduce an epoch imho15:52
Lasallbut for a ppa i would use 1.6.015:52
tumbleweed1.6+source ?15:52
Laneycall it 1.6.0+repack-0ubuntu1 or something15:52
Lasallok15:52
Laneyit's a good lesson about messing with orig tarballs15:52
gch-scilifelabok then, I'll rename it15:53
gch-scilifelabthanks15:53
gch-scilifelaband do you know for how long the orig tarball will be there with the "supressed" or "deleted" state?15:53
tumbleweedforever15:54
Laneyonce a file is there it is there15:54
Laneyand anyway, you'll have to go forward in version number15:54
gch-scilifelabI mean, they are occupying disk space, don't would it be worth to delete them if the developer wants to?15:55
gch-scilifelabaha15:55
tumbleweedit's not a matter of the file taking disk space, but of ensuring that you don't replace it with something different15:55
tumbleweedonce it's been published15:55
gch-scilifelabok15:57
gch-scilifelabthank you very much :-)15:57
gch-scilifelabIt's a good thing to know... :-)15:57
tumbleweedpersonally, I think that restriction is unecessarily harsh for PPAs, but it's good training for the archive15:58
jtaylorups I uploaded something as mergomatic ._.17:44
jtaylorwell at least I only broke a 5 month streak of that not happing17:45
jtayloraren'T there debian like autorejects to prevent such things?17:46
tumbleweedlaunchpad tries hard to avoid ubuntu-specific policy17:52
TheDrumsmicahg: Sorry, I don't exactly know what I should be doing with that, never done it before and it ran into an error number I can't exactly remember, maybe 19?18:22
arandgcc-4.4 is the latest available in 10.04 Lucid?18:33
Lasallyes18:34
TheLordOfTimeyup18:34
=== lifeless_ is now known as lifeless
verwilstanyone here with the power to change a bugreport from fix released to confirmed? I messed up but can't correct it myself21:03
tumbleweedin general, #ubuntu-bugs is the place to ask for that. but I've done it21:07
ESphynxhey tumbleweed :) xnox uploaded Ecere to Debian Experimental =) \o/21:09
* tumbleweed saw :)21:10
ESphynxhehe21:10
* ESphynx has a Quetzal (the bird) picture on his desktop :P21:10
Laneytrue Nice Guy21:10
=== jibel_ is now known as jibel
a7xi actually own a Quetzal ESphynx23:26
ESphynxa7x you do? :) awesome :)23:26
a7xwell, maybe you don't know that i'm not talking about the bird23:27
ESphynxoh you’re not?23:27
ESphynxwhat do you own then :P23:27
a7xhttp://en.m.18dao.net/images/0/04/P-99_Guatemala_1998_One_Quetzal.jpg23:27
a7x:)23:27
ESphynxlolz23:27
ESphynxdidn’t know that! http://en.wikipedia.org/wiki/Guatemalan_quetzal23:27
a7xand about the bird, i think it's a protected specie23:28
ESphynxprobably is!23:28
a7xlooks like there is no way to buy the bird ESphynx23:33
a7xeven if it's not really in danger23:33
ESphynxah23:33
ESphynxyou just gotta go in the South and catch one yourself23:34
a7xlooks like it's illegal23:34
a7xbut you can't really trust yahoo answers23:34
ESphynxhehe23:34
ESphynxwell I’ll settle for Quantal Quetzal being able to compile and run eC code :P23:35
=== RAOF_ is now known as RAOF

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