Logan_ | Is there any reason why this doesn't have a log? https://launchpad.net/ubuntu/+source/irrlicht/1.8.1+dfsg1-1/+build/5369876 | 05:27 |
---|---|---|
wgrant | Logan_: That usually means the builder died badly enough that we were unable to retrieve a build log. | 05:36 |
Logan_ | RIP. | 05:37 |
Logan_ | I guess I'll retry the build or something. | 05:37 |
wgrant | That is probably an idea. | 05:38 |
frenchy82 | hi, | 17:34 |
frenchy82 | i have a problem to update package on trusty | 17:34 |
frenchy82 | i'm using a recipe | 17:34 |
frenchy82 | https://code.launchpad.net/~cartes/+recipe/new-midori-daily-gtk2 | 17:34 |
frenchy82 | it's working nicely from precise to saucy | 17:35 |
frenchy82 | but for trusty i have an error | 17:35 |
frenchy82 | dpkg-source: error: can't build with source format '3.0 (native)': native package version may not have a revision | 17:35 |
frenchy82 | (sorry for my bad english and bad knowledge on launchpad) | 17:36 |
frenchy82 | dpkg-buildpackage: error: dpkg-source -i -I -b recipe-{debupstream}-r{revno}-0~pkg{revno:packaging} gave error exit status 255 | 17:36 |
maxb | frenchy82: Remove the '-' characters from your version string. | 17:36 |
frenchy82 | in the changelog? | 17:37 |
maxb | No, in your recipe definition | 17:37 |
maxb | So, change {debupstream}-r{revno}-0~pkg{revno:packaging} to {debupstream}.r{revno}~pkg{revno:packaging} (or something similar) | 17:38 |
frenchy82 | so, changing | 17:38 |
frenchy82 | bzr-builder format 0.3 deb-version {debupstream}-r{revno}-0~pkg{revno:packaging} | 17:38 |
frenchy82 | ok thanks a lot i will try this | 17:38 |
maxb | It looks like this is a change to dpkg in trusty | 17:39 |
maxb | It's going to cause some chaos with recipe builds | 17:39 |
maxb | Though it's technically a correct thing to do regarding packaging in general | 17:40 |
frenchy82 | build seems to be ok now, great :) | 17:48 |
frenchy82 | i hope that {debupstream}.r{revno}~pkg{revno:packaging} will be a eigher version than | 17:49 |
frenchy82 | {debupstream}-r{revno}-0~pkg{revno:packaging} | 17:49 |
frenchy82 | for the others versions (precise, quantal...) | 17:49 |
dobey | multiple dash characters in a debian package version is just wrong, no matter what format you're using | 17:50 |
dobey | it makes for very problematic upgrade paths | 17:50 |
dobey | i'd use {debupstream}+r{revno} | 17:51 |
dobey | but anyway | 17:51 |
frenchy82 | ok i see, thanks for the recommendation | 17:57 |
frenchy82 | i had in fact a really strange and unbelievable problem using "+" | 18:00 |
frenchy82 | midori won't build with an error of webjit3.vapi | 18:00 |
frenchy82 | *webkit | 18:01 |
frenchy82 | changing + by - or ~ in the recipe solve this | 18:01 |
frenchy82 | bye and thanks, you solved my problem | 18:17 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!