=== wgrant changed the topic of #launchpad to: Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad [20:54] cjwatson: i think there is a typo in the blog post: "Various code pages now have meta tags to redirect go get to the appropriate Bazaar or Git URL". that "go to" looks weird and incomprehensible to me. [20:57] oh, "go get" is tool... well, i had to read the linked bug report to understand it, but nevermind, then (unless you want to improve the wording somehow) :) [22:32] mapreri: blame google for naming their language 'go' :) [22:42] blr: "go get" sounds like a good name for a game, not really for a programming tool (or whatever it is) :S [22:53] https://launchpadlibrarian.net/213422180/buildlog_ubuntu-trusty-amd64.dolphin-emu_5.0~rc%2Br1~2~ubuntu14.04.1_BUILDING.txt.gz [22:53] can't understand why it's not building in launchpad... it's building here at least [22:55] sergio-br2: /«BUILDDIR»/dolphin-emu-5.0~rc+r1~2~ubuntu14.04.1/Source/Core/Common/Logging/Log.h:96:51: error: format not a string literal and no format arguments [-Werror=format-security] [22:56] oh, i didn't see that [22:56] Searching for errors in the log of a build that runs into errors is usually a good start. [22:56] weird, why it's building here? [22:57] Are you building against a clean chroot with trusty-updates? [22:57] normally, the errors are close to the end of the log, this is why i didn't see :p [22:58] humm, i'm using "Default (security deps....)" [22:58] in the PPA deps [22:58] The default set includes -security and -updates [22:58] -updates has a new version of gcc. [22:59] If your local builds don't include -updates, they may be erroneously using the old gcc, invalidating the test. [22:59] i'm using gcc 4.9, in the ppa [22:59] export CC=gcc-4.9 [22:59] from another ppa (a copy of ubuntu toolchains) [23:01] and i'm not using chroot to build here [23:01] Oh [23:01] Well you need to use something like schroot or pbuilder. [23:01] :p [23:01] yeah, i know [23:03] there's a -Werror=format-security in the log here, in my laptop [23:04] Build in a clean chroot, or all bets are off. [23:05] well, I'm using gcc 4.8.4 here, so probably it's due for the different gcc version there [23:05] ... yes === lfaraone_ is now known as lfaraone