sergio-br2 | UnicodeDecodeError: 'utf8' codec can't decode byte 0xf0 in position 5: invalid continuation byte | 03:31 |
---|---|---|
sergio-br2 | http://launchpadlibrarian.net/183200320/libretro-libretro-stella-libretro.log | 03:31 |
sergio-br2 | what's this? | 03:31 |
sergio-br2 | ah, i think i found the problem | 03:33 |
sergio-br2 | stella/stubs�Stubs.hxx | 03:34 |
sergio-br2 | it's this | 03:34 |
=== jgeboski- is now known as jgeboski | ||
=== soren_ is now known as soren | ||
jpds_ | 1~/2 | 09:52 |
jgdx_ | anybody else having trouble pushing/pulling from launchpad? Known issue? | 11:16 |
=== jgdx_ is now known as jgdx | ||
wgrant | Yes, we're just fixing it now. | 11:16 |
wgrant | One of the servers is a bit overloaded. | 11:16 |
jgdx | wgrant, thanks | 11:16 |
patrickas | i was about to ask the same thing | 11:16 |
patrickas | thanks | 11:16 |
wgrant | Should be happier again shortly. | 11:16 |
karni_ | "ssh_exchange_identification: Connection closed by remote host" when bzr pulling -- known issue? | 11:46 |
=== karni_ is now known as karni | ||
karni | Anyone? Is this the right channel to ask for feedback on launchpad status? | 11:49 |
JoshStrobl | Hey guys, I've been getting bzr ssh_exchange_identification issues when trying to push to bzr. Worked as of 15 hours ago. Any tips? | 11:49 |
karni | JoshStrobl: same here, I asked a couple minutes ago. maybe someone will notice. | 11:49 |
JoshStrobl | karni, nice to know I'm not the only one...I guess :D | 11:50 |
karni | ;) | 11:50 |
rmescandon | JoshStrobl, me also | 11:50 |
JoshStrobl | yea, seems like a wider issue. | 11:51 |
rmescandon | ey, now it has worked! | 11:51 |
JoshStrobl | yep, just worked for me too | 11:51 |
karni | rmescandon: heh, yup | 11:51 |
JoshStrobl | alrighty then | 11:51 |
JoshStrobl | Right then, guess I'll linger in case I have issues again. | 11:52 |
=== kostja_o1ipov is now known as kostja_osipov | ||
=== Pici` is now known as Pici | ||
=== s8321414_ is now known as s8321414 | ||
=== BradCrittenden is now known as bac | ||
mjt | hello. What's a way to subscribe another my email address to bugmail in launchpad? The link "Subscribe to bug mail" only allows to subscribe "Yourself" | 14:30 |
dobey | i don't quite understand what you're asking. you want to subscribe an e-mail address that doesn't have an lp account, to a bug? | 14:31 |
mjt | yes | 14:31 |
dobey | you can't | 14:32 |
mjt | my intention is to subscribe mjt+$projectid@mydomain so bugs for that project will be sorted to the right folder | 14:32 |
mjt | i'm subscribed as mjt+launchpad@mydomain | 14:32 |
mjt | ah. i can add new addreses in personal preferences | 14:33 |
teward | i think it only subscribes your primary to the bug notices | 14:33 |
teward | case in point i only get one email for my bug subscriptions, at my primary email addy | 14:33 |
dobey | you can add another e-mail address to your account | 14:34 |
teward | dobey, can you route bug subscriptions to both, or only one? | 14:34 |
mjt | < mjt> ah. i can add new addreses in personal preferences | 14:34 |
mjt | it should ask which address to use, when adding, i think :) | 14:34 |
dobey | teward: https://launchpad.net/~/+structured-subscriptions | 14:35 |
teward | dobey, E: 404 failures | 14:35 |
teward | (Lost Something? window) | 14:35 |
dobey | err | 14:35 |
dobey | teward: https://launchpad.net/~/+structural-subscriptions | 14:35 |
dobey | typoed | 14:35 |
teward | ahhh there we are | 14:35 |
dobey | but doesn't look like you can change the e-mail | 14:36 |
dobey | so yeah, bugs only go to primary | 14:36 |
teward | right, that's what I thought... | 14:36 |
mjt | yeah, it doesn't ask which email to use when subscribing | 14:36 |
mjt | :( | 14:36 |
dobey | mjt: if you just want to filter bugs to folders, there are special headers you can filter on | 14:36 |
mjt | i'll have to, apparently, yes | 14:37 |
mjt | using +foo is just so much easier | 14:37 |
mjt | but ok | 14:37 |
* dobey would just prefer to not get any bug e-mails ever | 14:37 | |
teward | dobey, heheh, that works for me if and only if i weren't tracking all the nginx bugs xD | 14:38 |
teward | (alas I have to :/) | 14:38 |
dobey | teward: well, launchpad has a really nice API. so a nice app to manage bugs would be nicer, i think :) | 14:39 |
teward | mhm | 14:40 |
teward | dobey, TBH I'm too lazy to code such an app, have fun if that's your thing :) | 14:40 |
* teward has to finish redoing his firewall anyways | 14:40 | |
=== mbarnett` is now known as mbarnett | ||
=== TRB143__ is now known as TRB143 | ||
sergio-br2 | hey | 16:53 |
sergio-br2 | I need to use a old gcc version in one package | 16:54 |
sergio-br2 | so, if i put this in the rules: | 16:54 |
sergio-br2 | CC = gcc-4.8 | 16:54 |
sergio-br2 | CXX = g++-4.8 | 16:54 |
sergio-br2 | and put this in the control: gcc-4.8, g++-4.8 | 16:54 |
sergio-br2 | will it compile against gcc 4.8 ? | 16:55 |
sergio-br2 | ? | 17:15 |
dobey | export CC=$(DEB_HOST_GNU_TYPE)-gcc-4.9 | 17:16 |
dobey | you want to do something like that, but with 4.8 instead of 4.9 | 17:16 |
dobey | in the rules | 17:17 |
sergio-br2 | and for g++? | 17:19 |
sergio-br2 | export CXX=$(DEB_HOST_GNU_TYPE)-g++-4.8 | 17:19 |
sergio-br2 | like that? | 17:19 |
dobey | yes | 17:19 |
sergio-br2 | great, thanks | 17:20 |
hassoon | when i write bzr branch lp:~bi0ha2ard/stellarium/planes, does that download the planes folder located there to my machine? i'm new with this launchpad thing | 17:26 |
dobey | planes is the branch name, yes | 17:29 |
dobey | stellarium is the project name | 17:29 |
dobey | and bi0ha2ard is the owner of that branch | 17:29 |
mapreri | I can't upload to my ppa's: | 20:37 |
mapreri | Logging into host ppa.launchpad.net as mapreri | 20:37 |
mapreri | Failed to auth. Prompting for a login pair. | 20:37 |
mapreri | please login: Username: ^C% | 20:37 |
mapreri | something known? | 20:38 |
Sarvatt | are the builders broken? for some reason everything I upload is dying during the build and there aren't any logs, like https://launchpad.net/~sarvatt/+archive/ubuntu/sru5/+builds?build_text=&build_state=all | 20:42 |
Sarvatt | hmm seems to just me amd64 now, earlier it was both. https://launchpad.net/~sarvatt/+archive/ubuntu/sru9/+builds?build_text=&build_state=all from another PPA | 20:44 |
Sarvatt | looks like its all fine now after a third rebuild attempt | 20:58 |
dobey | maybe some psychic was cloud busting? :) | 20:59 |
rocketnine | hey guys, i submitted an initial package 10-15 minutes ago, and haven't received an email and the PPA page hasn't updated. the builders page lists a lot of idle workers. is it still possible that it's just delayed, or did i goof? | 21:53 |
tsimpson | rocketnine: make sure you signed the .changes file and that the key you signed it with is registered with launchpad | 21:59 |
rocketnine | aha, missed the step of publishing my key and setting it up in launchpad. thanks | 22:03 |
rocketnine | when trying to add my new ppa with add-apt-repository, i'm getting "Error: signing key fingerprint does not exist" | 23:01 |
rocketnine | i read that this can occur if the package wasn't built/published yet | 23:01 |
rocketnine | but i've ensured that it was built successfully and published | 23:01 |
rocketnine | nevermind! | 23:06 |
rocketnine | :) | 23:06 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!