=== chihchun_afk is now known as chihchun | ||
=== chihchun is now known as chihchun_afk | ||
=== chihchun_afk is now known as chihchun | ||
=== santa is now known as Guest98858 | ||
=== Guest98858 is now known as santa_ | ||
=== chihchun is now known as chihchun_afk | ||
=== JanC is now known as Guest74368 | ||
=== JanC_ is now known as JanC | ||
TafThorne | Maintenance going on? | 16:10 |
---|---|---|
TafThorne | Seems to be working fine now. | 16:17 |
cjwatson | There was no maintenance in progress. | 16:22 |
TafThorne | Must have just been a server blip for 10 minutes or so. | 16:24 |
cjwatson | TafThorne: What exactly was the symptom? | 16:26 |
TafThorne | I got a boiler plate message appear telling me to check twitter and look in here if the fault continued for more than a few minutes. | 16:27 |
cjwatson | Was there an OOPS ID? | 16:27 |
TafThorne | I think the end of it was something like "technically a load balancer failed to " then something like "find a resource within the timelimit". | 16:27 |
TafThorne | no OOPS ID AFAI can recall. | 16:28 |
cjwatson | Ah. Maybe just somewhat overloaded appservers then. | 16:28 |
cjwatson | Nothing of very great interest on our error graphs AFAICS. | 16:28 |
TafThorne | Sounds plausable. | 16:28 |
cjwatson | Thanks for checking though. | 16:28 |
TafThorne | Thank you for taking the time to look into it. | 16:29 |
frecel | cjwatson: how many anonymous api requests per hour an I make to lp before I get in trouble? | 19:15 |
floxard | Hello! I'm trying to build a package locally before uploading it to launchpad. There are one problem that I can't solve. | 20:09 |
floxard | In the file "configure.ac" I have: | 20:09 |
floxard | # Include directory that contains "folly" so #include <Foo.h> works | 20:09 |
floxard | AM_CPPFLAGS='-I$(top_srcdir)/..' | 20:09 |
floxard | In all of "*.h" and "*.cpp" files I have: "include <folly/folly-config.h>". | 20:09 |
floxard | So when I'm doing "bzr builddeb -- -us -uc" it fails, because it creates "../build-area/folly-57.0/" directory instead of "../build-area/folly/". | 20:09 |
floxard | Can you help me, please? | 20:09 |
floxard | (Sorry for my bad english) | 20:10 |
dobey | floxard: you should never have the parent directory of top_srcdir in your includes, or rely on it working | 21:38 |
dobey | floxard: anything outside of your source tree which is not installed in the system, is not something you can depend on working | 21:38 |
dobey | so basically, fix your code to not rely on the top_srcdir name being a specific thing, or on anything else outside of the contents of the directory that isn't a system installed library/tool | 21:41 |
cjwatson | frecel: Can't give an exact number. We'd have words with you if it started to seriously degrade service for other users, basically. | 21:54 |
cjwatson | frecel: What are you planning to do? | 21:54 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!