# Format for this file: # Epoch Channel Nickname Action Message # # All separated with a single space, empty values are replaced with a dash '-' # except messages which are kept empty. # Lines starting with '#' are comments; comments are not allowed except as the only content of the line # 1448496058 #crosstool-ng roolebo say bhundven: thanks for that! 1448496185 #crosstool-ng bhundven say 5 different variants of custom sources: 1448496201 #crosstool-ng bhundven say 1. custom location is a file 1448496207 #crosstool-ng bhundven say 2. custom location is a directory 1448496223 #crosstool-ng bhundven say 3. custom location is a file 1448496233 #crosstool-ng bhundven say 4. custom location is a directory 1448496255 #crosstool-ng bhundven say hrm, I guess just four, I thought there was 5. 1448496293 #crosstool-ng bhundven say oh well :) 1448496319 #crosstool-ng bhundven say but I have to test all 4, with every component. 1448496337 #crosstool-ng bhundven say w00t :D 1448496372 #crosstool-ng bhundven say I'm thinking about dropping the global path 1448496391 #crosstool-ng bhundven say CT_CUSTOM_LOCATION_ROOT_DIR 1448496404 #crosstool-ng bhundven say it just makes the whole thing much more complicated. 1448496459 #crosstool-ng bhundven say the rewrite (and I mean I've totally rewritten) of CT_GetCustom is pretty ugly with the global path. 1448496547 #crosstool-ng bhundven say I've also been thinking about the possiblity of allowing local patches to be applied to custom sources. 1448496672 #crosstool-ng bhundven say but that may be later ;) 1448497388 #crosstool-ng bhundven say curious if anyone knows the answer to this, bash question 1448497432 #crosstool-ng bhundven say I have a variable: CT_GCC_CUSTOM_VERSION, and every component has a CT_{FOO}_CUSTOM_VERSION. 1448497446 #crosstool-ng bhundven say as well as a CT_{FOO}_VERSION 1448497468 #crosstool-ng bhundven say if the CUSTOM_VERSION is set, I want to set the normal VERSION to the custom version. 1448497517 #crosstool-ng bhundven say but, $(eval echo CT_${FOO}_VERSION)=${thecustomversion} doesn't really work that way... 1448497525 #crosstool-ng bhundven say er... 1448497536 #crosstool-ng bhundven say $(eval echo CT_${FOO}_VERSION)=${thecustomversion}) 1448497544 #crosstool-ng bhundven say woops again 1448497555 #crosstool-ng bhundven say I had it right the first time 1448497615 #crosstool-ng bhundven say Right now, in each script, if custom location is set, then I set it manually, but it would be nice to wrap it up in the CT_GetCustom function without knowing the component name. 1448498102 #crosstool-ng bhundven say hrm, ok, delcare and indirection. 1448498459 #crosstool-ng roolebo say pardon me if i confuse terminology. why do we need custom source? 1448498472 #crosstool-ng bhundven say lazy people 1448498486 #crosstool-ng roolebo say bhundven: I think a path + set of patches in a directory is more than enough 1448498493 #crosstool-ng bhundven say I'm pretty sure I'm going to remove it. 1448498514 #crosstool-ng bhundven say so checkout this bash hackery 1448498530 #crosstool-ng bhundven say CT_GetCustom now has one argument 1448498537 #crosstool-ng bhundven say component_name 1448498548 #crosstool-ng bhundven say as it finds out the rest on it's own. 1448498565 #crosstool-ng bhundven say knowing that the component name is say: gcc 1448498583 #crosstool-ng bhundven say it knows there is a CT_GCC_CUSTOM_LOCATION and CT_GCC_CUSTOM_VERSION 1448498597 #crosstool-ng roolebo say bhundven: btw i tried to build with custom path set up. it only made symlink within non-custom binutils dir 1448498606 #crosstool-ng bhundven say right, and it doesn't work 1448498642 #crosstool-ng bhundven say so back to the hack for setting CT_GCC_VERSION to CT_GCC_CUSTOM_VERSION's value (hack) 1448498657 #crosstool-ng bhundven say in CT_GetCustom() 1448498666 #crosstool-ng bhundven say local component_name="$1" 1448498704 #crosstool-ng bhundven say local upper_component="$(echo ${component_name} | ${awk} '{ print toupper($0)}')" 1448498738 #crosstool-ng bhundven say local component_version=$(eval echo \${CT_${upper_component}_CUSTOM_VERSION})" 1448498764 #crosstool-ng roolebo say $(eval $(echo ...))? 1448498776 #crosstool-ng roolebo say though 1448498793 #crosstool-ng bhundven say nope 1448498810 #crosstool-ng bhundven say now is the trick to set CT_GCC_VERSION 1448498838 #crosstool-ng bhundven say local version_name="CT_${upper_component}_VERSION" 1448498856 #crosstool-ng bhundven say local "version_name"="${component_version}" 1448498857 #crosstool-ng roolebo say i'm quite behind. Still thinking of your original quesiton 1448498892 #crosstool-ng bhundven say tada, now CT_GCC_VERSION=${CT_GCC_CUSTOM_VERSION} 1448498920 #crosstool-ng bhundven say although, it's `local' 1448498961 #crosstool-ng bhundven say and, that doesn't work for uClibc/uClibc-ng 1448499261 #crosstool-ng bhundven tell forgot his original question 1448523026 #crosstool-ng imMute^ join 1448523336 #crosstool-ng aneyman_ join 1448523362 - wycats quit *.net *.split 1448523388 - bhundven quit *.net *.split 1448523389 - blueness_ quit *.net *.split 1448523438 #crosstool-ng xenoxaos- join 1448523621 - wbx quit *.net *.split 1448523621 - Triskelios quit *.net *.split 1448523647 - muep quit *.net *.split 1448523648 - aneyman quit *.net *.split 1448523650 - smartin__ quit *.net *.split 1448523651 - imMute quit *.net *.split 1448523656 - xenoxaos quit *.net *.split 1448523656 - ovf quit *.net *.split 1448523664 - xenoxaos- nick xenoxaos 1448523958 #crosstool-ng smartin_ join 1448524431 #crosstool-ng blueness join 1448524597 #crosstool-ng muep join 1448524680 #crosstool-ng diorcety join 1448525010 #crosstool-ng wbx join 1448525174 #crosstool-ng ovf join 1448525492 - diorcety quit Read error: Connection reset by peer 1448525519 #crosstool-ng wycats join 1448526271 - ovf quit Changing host 1448526271 #crosstool-ng ovf join 1448526289 - wycats quit Changing host 1448526289 #crosstool-ng wycats join 1448526487 #crosstool-ng bhundven join 1448526613 #crosstool-ng bhundven say git status so far on the _CUSTOM rewrite: +393/-258 1448526632 #crosstool-ng bhundven say 2 commits already in: 1448526645 #crosstool-ng bhundven say CT_Extract: Move check extracted up 1448526660 #crosstool-ng bhundven say config: Remove CUSTOM_LOCATION_ROOT_DIR 1448526887 #crosstool-ng wycats_ join 1448527487 - wycats quit *.net *.split 1448527505 - wycats_ nick wycats 1448527518 #crosstool-ng bhundven say man, what's up with the netsplits tonight? 1448528189 #crosstool-ng diorcety join 1448530396 - enunes quit Ping timeout: 264 seconds 1448530478 #crosstool-ng enunes join 1448531330 #crosstool-ng bhundven say wbx: interesting warnings when building uClibc-ng with gcc master branch. Just warnings. It builds :) 1448531349 #crosstool-ng bhundven say aka gcc-6 1448532525 #crosstool-ng bhundven say But, I see something during the installing C library headers step that only goes to stdout and is not in the log 1448532541 #crosstool-ng bhundven say wbx: I'm trying to do the build again so I can isolate where it is happening 1448532574 #crosstool-ng bhundven say [EXTRA] Applying configuration 1448532574 #crosstool-ng bhundven say [19:45] / yes: standard output: Broken pipe 1448532574 #crosstool-ng bhundven say yes: write error 1448535005 #crosstool-ng ragedragon join 1448537222 #crosstool-ng Net147 join 1448537759 - ragedragon quit Ping timeout: 250 seconds 1448543471 #crosstool-ng bhundven say roolebo: https://github.com/crosstool-ng/crosstool-ng/pull/288 1448543480 #crosstool-ng bhundven say roolebo: test that and let me know how it goes. 1448543506 #crosstool-ng bhundven say roolebo: read the comment for the CT_GetCustom to know what is expected of custom files 1448543518 #crosstool-ng bhundven say I still need to do the massive documentation update/rewrite... 1448543532 #crosstool-ng bhundven say If things work well, I'll update the kconfig help entries too. 1448543690 - bhundven quit Quit: leaving 1448543801 #crosstool-ng bhundven join 1448544070 - bhundven quit Ping timeout: 260 seconds 1448544177 #crosstool-ng bhundven join 1448544177 - bhundven quit Changing host 1448544177 #crosstool-ng bhundven join 1448546252 #crosstool-ng roolebo say bhundven: checking out that. on the latest binutils build fails in glibc right after cc pass 2 1448547889 #crosstool-ng ragedragon join 1448548393 - ragedragon quit Ping timeout: 250 seconds 1448555559 #crosstool-ng wycats_ join 1448555736 - wycats quit Read error: Connection reset by peer 1448555740 - enunes quit Ping timeout: 240 seconds 1448555923 - wycats_ nick wycats 1448555996 #crosstool-ng enunes join 1448557084 #crosstool-ng y_morin join 1448557906 #crosstool-ng bhundven say roolebo: strange. I tested 4 differnet samples 1448557916 #crosstool-ng bhundven say roolebo: can you pastebin your log? 1448557984 #crosstool-ng bhundven say y_morin: hello! 1448558010 #crosstool-ng y_morin say bhundven: Hey! Sorry, I missed you yesterday... 1448558017 #crosstool-ng bhundven say no problem :) 1448558037 #crosstool-ng bhundven say was wondering if you could checkout #288 as well? 1448558082 #crosstool-ng y_morin say bhundven: Yes, sure. In a moment (what was the other you wanted me to look at, btw?) 1448558118 #crosstool-ng bhundven say #282 1448558132 #crosstool-ng roolebo say bhundven: I don't have access to laptop right now. That's the issue I hit https://sourceware.org/ml/crossgcc/2015-07/msg00023.html 1448558132 #crosstool-ng y_morin say OK. On the TODO list... 1448558148 #crosstool-ng bhundven say idk why #288 isn't getting hit by travis-ci... strange 1448558197 #crosstool-ng roolebo say bhundven: yup. I checked out #288 but haven't built it. Haven't finished review of the changes 1448558498 #crosstool-ng bhundven say roolebo: I'm surprised that "fix" isn't in the binutils-2_25-branch 1448559018 #crosstool-ng roolebo say bhundven: you mean the fix up issue? 1448559025 #crosstool-ng bhundven say yup 1448559136 #crosstool-ng roolebo say bhundven: I agree. We can propose to add other OS X related patches prior to 2.26 release 1448559168 #crosstool-ng roolebo say It's been a year since the last binutils release 1448559191 #crosstool-ng bhundven say I'm just going to backport that one. 1448559499 #crosstool-ng roolebo say bhundven: fixup patch can be ported, but there're two more crosstool-ng patches that start from 3xx to fix darwin build. They're not in binutils master 1448559548 #crosstool-ng bhundven say roolebo: ? 1448559602 #crosstool-ng bhundven say roolebo: I'm confused, because I already added those to ct-ng master 1448559689 #crosstool-ng bhundven say roolebo: see #289 1448559700 #crosstool-ng bhundven say https://github.com/crosstool-ng/crosstool-ng/pull/289 1448559738 #crosstool-ng bhundven say as the 'brits would say: And bob's your uncle... 1448559794 #crosstool-ng roolebo say bhundven: I tested latest snapshot of binutils today, right. I thought it will compile just fine on OS X but had to apply all crosstool's patches to proceed with binutils build. I was just thinking whether it'd make sense to submit them upstream. 1448559838 #crosstool-ng bhundven say roolebo: I say try as you might, half of those patches are in debian and redhat builds... 1448559862 #crosstool-ng bhundven say I'm guessing they tried and were denied 1448559906 #crosstool-ng roolebo say bhundven: I see. I didn't know that 1448559919 #crosstool-ng roolebo say bhundven: thx for #289 1448559926 #crosstool-ng bhundven say yea, I'm merging it now 1448559990 #crosstool-ng bhundven say done 1448560057 #crosstool-ng bhundven say roolebo: that's why after we get #288 reviewed and merged, I need to figure out how to allow local patches to apply to custom sources 1448560210 #crosstool-ng y_morin say bhundven: Basically, in Buildroot we took the position that, if a user is providing custom local sources, it is his responsibility to apply the necesssary patches. 1448560228 #crosstool-ng bhundven say y_morin: Yup, I'm saying the same thing 1448560234 #crosstool-ng y_morin say bhundven: There is virtually no way to know whether the bundled patches would still apply to a custom tree. 1448560246 #crosstool-ng bhundven say but allowing the local patch side to apply, since we only maintain the bundled side. 1448560258 #crosstool-ng y_morin say bhundven: Sorry, you said: how to allow local patches to apply to custom sources 1448560265 #crosstool-ng bhundven say :D 1448560279 #crosstool-ng y_morin say bhundven: Hmm.. I must be misunderstanding things, then... 1448560307 #crosstool-ng y_morin say bhundven: To me, what you wrote means you'd have ct-ng apply our patches on an external source. 1448560320 #crosstool-ng y_morin say bhundven: Hmmm... 'local patches'... 1448560325 #crosstool-ng bhundven say Bill Gatliff says: "THINK!"... Bryan Hundven says: "Read!" ;D 1448560332 #crosstool-ng bhundven say lol 1448560337 #crosstool-ng y_morin say :-) 1448560361 #crosstool-ng y_morin say bhundven: But does that stil lmake sense, either? 1448560392 #crosstool-ng y_morin say bhundven: Really, if someone says "hey, these are the source I want to use" surely we can expect him to provide the full sources, already patched. 1448560436 #crosstool-ng bhundven say or, maybe I'm tracking a development branch and preping ct-ng for a release. Say gcc-6 1448560454 #crosstool-ng bhundven say and I'm tracking my patches in a separate git repo to be for bundled. 1448560478 #crosstool-ng bhundven say don't want to taint upstream branch 1448560487 #crosstool-ng bhundven say makes 'git pull' hard. 1448560522 #crosstool-ng y_morin say bhundven: Well, you branch off upstream branch, you call it 'ct-ng-fixes' and you commit on that branch. 1448560528 #crosstool-ng bhundven say yea, true 1448560539 #crosstool-ng bhundven say I was just writing that 1448560544 #crosstool-ng y_morin say bhundven: When it builds, you run: git format-patch -o /path/toct-ng/patches upstream..ct-ng-fixes 1448560568 #crosstool-ng bhundven say get out of my head y_morin :P lol (jk) 1448560575 #crosstool-ng y_morin say bhundven: It is in my local patches to apply to custom sourcesopinion a much worhtwhile solution. 1448560578 #crosstool-ng y_morin say Hey! ;-) 1448560604 #crosstool-ng y_morin say bhundven: Besides, not patching external sources will make your life much easier, trust me! ;-) 1448560611 #crosstool-ng bhundven say it's true 1448560643 #crosstool-ng bhundven say the goal of the patches directory is that hopefully they would be in the next version, and we could drop that version when it gets old. 1448560654 #crosstool-ng y_morin say bhundven: Because, otherwise, what I understand is you want to support the case where someone is using a non-official (say, gcc) source tree, with custom local patches. 1448560670 #crosstool-ng bhundven say but there are some patches like the check path length in binutils that should be upstream but for some reason or another, isn't. 1448560689 #crosstool-ng y_morin say bhundven: Which means you would have to maintain thos e patches, probably out of a git tree somewhere else 1448560716 #crosstool-ng y_morin say bhundven: And so you'd be duplicating efforts... 1448560719 #crosstool-ng bhundven tell is already maintaining a patch tree.. 1448560729 #crosstool-ng y_morin say bhundven: Well, you carry it in the ct-ng-fixes branch... 1448560745 #crosstool-ng y_morin say bhundven: Patch-trees are evil! ;-] 1448560834 #crosstool-ng bhundven say y_morin: well, #282 and #288 conflict, so which ever one gets reviewed first the other needs to be rebased. 1448560874 #crosstool-ng y_morin say :-) 1448560883 #crosstool-ng bhundven say then after that, it's cleanup for the rest of the components in the same manner. 1448560885 #crosstool-ng y_morin say OK, so I know which I'll be reviewing first, then! ;-) 1448560894 #crosstool-ng bhundven say bleh 1448560900 #crosstool-ng bhundven say 288? :D 1448560922 #crosstool-ng bhundven say really, either way, it's just as bad 1448560928 #crosstool-ng y_morin say bhundven: But I won;t be able to look at it until tomorrow morning (UTC+1), because tonight I'm debuggng python code here... 1448560936 #crosstool-ng bhundven say fun 1448560948 #crosstool-ng y_morin say Yep, and I don;t know much about python... :-/ 1448560997 #crosstool-ng bhundven say well, stop talking to me :D Learn python, it's worth the time. 1448561021 #crosstool-ng bhundven tell is learning golang 1448561147 #crosstool-ng y_morin say bhundven: The Go ecosystem is just deeply broken. 1448561163 #crosstool-ng y_morin say bhundven: Building the golang-1.5 compiler needs... a golang compiler already... 1448561184 #crosstool-ng bhundven say y_morin: same with c, or ada, or fortran 1448561192 #crosstool-ng y_morin say (1.5 is written in go,while up to 1.4 it was in C) 1448561203 #crosstool-ng y_morin say bhundven: Well, a C compiler *is* standard. 1448561210 #crosstool-ng y_morin say bhundven: Ada is just weird, I agree. 1448561216 #crosstool-ng y_morin say bhundven: But really, Ada? ;-] 1448561226 #crosstool-ng bhundven tell shrugs 1448561240 #crosstool-ng bhundven say what, I can't use javascript to bootstrap gcc c compiler? 1448561246 #crosstool-ng bhundven say :P 1448561246 #crosstool-ng y_morin say bhundven: Are you sure you need a fortran compiler to build fortran? 1448561251 #crosstool-ng y_morin say :-) 1448561264 #crosstool-ng bhundven say y_morin: yes, you need gfortran to build gfortran 1448561273 #crosstool-ng bhundven say same with gnat (ada) 1448561280 #crosstool-ng bhundven say same with gcj 1448561283 #crosstool-ng bhundven say or gccgo 1448561292 #crosstool-ng y_morin say bhundven: I knew about gnat. Did not know about gfortran... Sigh... :-( 1448561292 #crosstool-ng bhundven say worse even 1448561301 #crosstool-ng y_morin say Hmm... 1448561304 #crosstool-ng bhundven say it works best with the same version 1448561322 #crosstool-ng bhundven say I've seen problems building gnat 5.2 with gnat 4.9 1448561331 #crosstool-ng y_morin say Well, at least you don't need python to buld the python interpreter... :-] 1448561341 #crosstool-ng y_morin tell hides... 1448561343 #crosstool-ng bhundven say hehe 1448561412 #crosstool-ng bhundven say and actually, I need to add that to configure.ac, is that if gnat is not on the build host, CT_BUILD_HAS_GNAT is not set, and the CC_LANGUAGE_ADA is not an option. 1448561448 #crosstool-ng bhundven say as well as the one for mac os x, that checks in autoconf if the build host can compile static, then libstdc++ and static toolchain can't be enabled. 1448561470 #crosstool-ng bhundven say I see the last one so often 1448561489 #crosstool-ng bhundven say "Why can't I build static on mac?" 1448561490 - diorcety quit Ping timeout: 240 seconds 1448561581 #crosstool-ng bhundven say I digress 1448561620 #crosstool-ng bhundven say need to chug coffee, take a shower and prep for my daughter's arrival. (not in any particular order) 1448561784 #crosstool-ng y_morin say bhundven: I'd still keep the "daughter arrival" item last! ;-) 1448561812 #crosstool-ng y_morin say OMG! Raspberry Pi 0 : $5... 1448561813 #crosstool-ng bhundven say I think the first two are dependencies of the last, so... you're probably right :D 1448561832 #crosstool-ng y_morin say Same CPU as RPI-1, faster, same RAM, smaller form-factor... 1448561843 #crosstool-ng y_morin say https://www.raspberrypi.org/blog/raspberry-pi-zero/ 1448561857 #crosstool-ng y_morin say Damn... When will they reach $0 ? 1448561929 #crosstool-ng bhundven say I still need to get a rasp2 1448561936 #crosstool-ng bhundven say I have a b+ 1448561955 #crosstool-ng y_morin say bhundven: I have all of them, but the initial model A. 1448562018 #crosstool-ng bhundven say I got one of these http://www.intel.com/content/www/us/en/embedded/products/galileo/galileo-overview.html 1448562032 #crosstool-ng bhundven say has a yocto build 1448562060 #crosstool-ng y_morin say bhundven: We have a defconfig for it in Buildroot now! :-) 1448562069 #crosstool-ng y_morin say bhundven: And it was submitted by an Intel guy! :-) 1448562073 #crosstool-ng bhundven say freescale deprecated my p1020/p2020rdb board, but I still test on it. 1448562090 #crosstool-ng bhundven say e500mc 1448562115 #crosstool-ng bhundven say y_morin: nice! 1448562126 #crosstool-ng bhundven say I need to add my sample for it 1448562208 #crosstool-ng bhundven say y_morin: hey, who does buildroot graphics for the website? 1448562234 #crosstool-ng bhundven say y_morin: I've been asking around for ages to find someone to help with ct-ng logo 1448562265 #crosstool-ng bhundven say I got help with a website rewrite: http://crosstool-ng.github.io/ 1448562277 #crosstool-ng bhundven say but it's way out of date and no gfx 1448562279 #crosstool-ng y_morin say bhundven: Last one was done by Angelo: http://git.buildroot.org/buildroot/commit/docs/website?id=97ab48658d574ded87f8af799795ba7ed76f6ba4 1448562296 #crosstool-ng bhundven say looks nice 1448562304 #crosstool-ng bhundven tell just noticed :) 1448562327 #crosstool-ng y_morin say OK, off to dinner... Bye! 1448562331 #crosstool-ng bhundven say l84 1448562340 #crosstool-ng bhundven say s/4/r/ 1448562343 #crosstool-ng y_morin say :-) 1448562533 #crosstool-ng bhundven say y_morin: hrm, I don't see the galileo in buildroot 1448562585 #crosstool-ng y_morin say bhundven: It's in the 'next' branch. 1448562591 #crosstool-ng bhundven say ah 1448562623 #crosstool-ng bhundven say cool! 1448562646 #crosstool-ng bhundven tell gets his board out :D 1448562693 #crosstool-ng bhundven say I use a buspirate to get serial on that one :D I don't have an ftdi cable. 1448562987 #crosstool-ng bhundven say ah, that github kernel tree is based on: http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-quark/tree/recipes-kernel/linux/linux-yocto-quark_3.8.bb 1448564341 #crosstool-ng bhundven_ join 1448564825 - enunes quit *.net *.split 1448564827 - bhundven quit *.net *.split 1448564831 - wbx quit *.net *.split 1448564886 - muep quit *.net *.split 1448564886 - blueness quit *.net *.split 1448564907 - feepbot quit *.net *.split 1448564910 - wycats quit *.net *.split 1448564931 - ovf quit *.net *.split 1448564941 - xenoxaos quit *.net *.split 1448564964 - devster31 quit *.net *.split 1448564965 - ChanServ quit *.net *.split 1448564969 - Net147 quit *.net *.split 1448564974 - smartin_ quit *.net *.split 1448564983 - philenotfound quit *.net *.split 1448564984 - stefanct quit *.net *.split 1448565012 - aneyman_ quit *.net *.split 1448565015 - imMute^ quit *.net *.split 1448565028 - roolebo quit *.net *.split 1448565036 - y_morin quit *.net *.split 1448565168 #crosstool-ng y_morin join 1448565168 #crosstool-ng wbx_ join 1448565168 #crosstool-ng stefanct join 1448565168 #crosstool-ng philenotfound join 1448565168 #crosstool-ng smartin_ join 1448565168 #crosstool-ng Net147 join 1448565169 #crosstool-ng enunes_ join 1448565169 #crosstool-ng wycats join 1448565169 #crosstool-ng ovf join 1448565169 #crosstool-ng muep join 1448565169 #crosstool-ng blueness join 1448565169 #crosstool-ng xenoxaos join 1448565169 #crosstool-ng feepbot join 1448565169 #crosstool-ng devster31 join 1448565169 #crosstool-ng ChanServ join 1448565283 #crosstool-ng aneyman_ join 1448565283 #crosstool-ng imMute^ join 1448565283 #crosstool-ng roolebo join 1448565307 - roolebo quit Max SendQ exceeded 1448566056 - wbx_ nick wbx 1448566226 - bhundven_ nick bhundven 1448566235 - bhundven quit Changing host 1448566235 #crosstool-ng bhundven join 1448566745 - enunes_ quit *.net *.split 1448566751 - devster31 quit *.net *.split 1448569040 #crosstool-ng ctngbot join 1448570838 #crosstool-ng wbx_ join 1448570876 #crosstool-ng y_morin_ join 1448571435 - wbx quit Ping timeout: 246 seconds 1448571436 - y_morin quit Ping timeout: 246 seconds 1448571515 - y_morin_ nick y_morinm 1448571518 - y_morinm nick y_morin 1448571562 #crosstool-ng bhundven say yea, freenode is having some issues, and people are being pretty dumb in #freenode 1448574571 #crosstool-ng ragedragon join 1448577880 - y_morin quit Quit: Nighty Night! 1448577986 - ragedragon quit Ping timeout: 240 seconds 1448582046 - roolebo quit *.net *.split 1448582048 - aneyman_ quit *.net *.split 1448582048 - imMute^ quit *.net *.split 1448582050 - bhundven quit *.net *.split 1448582052 - smartin quit *.net *.split 1448582052 - kos_tom quit *.net *.split 1448582053 - enunes quit *.net *.split 1448582053 - Net147 quit *.net *.split 1448582054 - smartin_ quit *.net *.split 1448582054 - philenotfound quit *.net *.split 1448582054 - stefanct quit *.net *.split 1448582056 - muep quit *.net *.split 1448582056 - blueness quit *.net *.split 1448582057 - feepbot quit *.net *.split 1448582058 - wbx_ quit *.net *.split 1448582058 - devster31 quit *.net *.split 1448582058 - wycats quit *.net *.split 1448582059 - ovf quit *.net *.split 1448582060 - xenoxaos quit *.net *.split 1448582061 - ChanServ quit *.net *.split