ibotlog2html for #crosstool-ng

<< Previous 2016-01-08 Next >>

# 00:01:01 ragedragon quits : Quit: ragedragon
# 00:26:06 diorcety quits : Quit: Leaving.
# 02:21:45 blueness joins #crosstool-ng
# 02:24:43 blueness quits : Changing host
# 02:24:43 blueness joins #crosstool-ng
# 02:51:35 orbiting joins #crosstool-ng
# 03:21:55 orbiting quits : Quit: Leaving
# 03:23:37 orbiting joins #crosstool-ng
# 03:23:42 orbiting_ joins #crosstool-ng
# 03:26:59 orbiting quits : Client Quit
# 03:27:02 orbiting_ quits : Read error: Connection reset by peer
# 03:27:19 orbiting joins #crosstool-ng
# 03:28:07 orbiting_ joins #crosstool-ng
# 03:28:53 orbiting_ quits : Read error: Connection reset by peer
# 03:32:22 blueness quits : Ping timeout: 256 seconds
# 03:42:27 blueness joins #crosstool-ng
# 03:48:42 blueness quits : Ping timeout: 260 seconds
# 03:54:46 bhundven quits : Remote host closed the connection
# 04:05:55 bhundven joins #crosstool-ng
# 05:45:33 blueness joins #crosstool-ng
# 05:48:54 orbiting quits : Quit: Leaving
# 07:04:32 wycats parts #crosstool-ng
# 07:38:18 blueness quits : Ping timeout: 260 seconds
# 07:54:22 diorcety joins #crosstool-ng
# 08:12:16 diorcety quits : Quit: Leaving.
# 08:34:17 blueness joins #crosstool-ng
# 08:39:29 blueness quits : Ping timeout: 265 seconds
# 08:57:32 diorcety joins #crosstool-ng
# 09:35:21 blueness joins #crosstool-ng
# 09:39:46 blueness quits : Ping timeout: 240 seconds
# 10:36:12 blueness joins #crosstool-ng
# 10:40:15 blueness quits : Ping timeout: 240 seconds
# 11:36:39 blueness joins #crosstool-ng
# 11:38:13 bhundven quits : Remote host closed the connection
# 11:41:24 blueness quits : Ping timeout: 256 seconds
# 11:42:18 bhundven joins #crosstool-ng
# 11:50:14 blueness joins #crosstool-ng
# 12:14:55 blueness quits : Ping timeout: 240 seconds
# 12:20:32 bhundven quits : Remote host closed the connection
# 13:11:34 blueness joins #crosstool-ng
# 13:17:14 blueness quits : Ping timeout: 245 seconds
# 13:40:27 blueness joins #crosstool-ng
# 13:52:47 blueness quits : Changing host
# 13:52:48 blueness joins #crosstool-ng
# 14:53:35 bhundven joins #crosstool-ng
# 15:53:29 diorcety quits : Read error: No route to host
# 15:53:38 diorcety joins #crosstool-ng
# 16:12:47 bhundven got past final gcc with 2-pass build
# 16:12:50 bhundven does happy dance
# 16:13:27 wbx bhundven: are you going two-pass, too?
# 16:13:32 bhundven Now to try building cross-canadian and see what I broke
# 16:13:39 wbx bhundven: i had issues with m68k, tile and ia64 IIRC
# 16:13:53 bhundven wbx: we'll see.
# 16:14:00 bhundven I'll try m68k next
# 16:14:13 bhundven I just did arm-unknown-linux-musleabi
# 16:14:33 bhundven I don't think we have tile yet
# 16:14:40 wbx http://cgit.openadk.org/cgi/cgit/openadk.git/tree/toolchain/gcc/patches/5.3.0
# 16:15:01 wbx you will need this one for m68k:
# 16:15:01 wbx http://cgit.openadk.org/cgi/cgit/openadk.git/tree/toolchain/gcc/patches/5.3.0/fix-m86k-libgcc.patch
# 16:15:24 bhundven I see that, as well as the bfin patch
# 16:15:40 bhundven I'm still on the fence about supporting bfin
# 16:16:26 wbx bhundven: uClibc-ng 1.0.10 works fine for bfin. but only FLAT. FDPIC has some binutils problems I need to bisect.
# 16:17:01 bhundven wbx: yea, binutils was where I had the issues with fdpic
# 16:17:14 bhundven wbx: do you know anything wrong with binutils and arm flat?
# 16:17:52 bhundven wbx: coffeeholic has a requirement for a nommu arm flat cross-compiler, and I am having issues getting it to work.
# 16:19:53 bhundven oh man, getting 2-pass working has my so stoked
# 16:20:14 bhundven s/my/me
# 16:20:25 bhundven so excited I can't type
# 16:20:28 bhundven :P
# 16:20:48 wbx bhundven: arm nommu flat works. but you need my elf2flt git, as the required changes are not yet upstream
# 16:21:13 wbx 2.25.1 is fine.
# 16:21:17 bhundven wbx: yea, I got that: https://github.com/crosstool-ng/crosstool-ng/pull/310
# 16:21:29 bhundven I still have some more commits to go in that PR
# 16:21:34 bhundven but I tested with that
# 16:22:13 wbx no. the new upstream does not contain the missing arm fixes, yet.
# 16:22:24 wbx i only pushed xtensa/h8/300 changes.
# 16:22:35 bhundven Ah!
# 16:22:37 bhundven ok
# 16:22:45 bhundven I feel less crazy now
# 16:22:52 wbx http://cgit.openadk.org/cgi/cgit/elf2flt.git/commit/?id=830762b7875194677bf0ed41af44758d8323260f
# 16:23:34 wbx the main elf2flt upstream was dead a long time. i decided to get all needed patches and make my own working git repo. then mike come up lately, that they have a new repo.
# 16:23:42 bhundven wbx: cool, is it sent to mike?
# 16:23:44 wbx now I slowly getting my stuff into that.
# 16:24:02 wbx not yet. at least not from me. but greg is doing most of the merges.
# 16:24:08 bhundven ok
# 16:24:22 wbx it might need some polishing, before I can sent it.
# 16:24:27 bhundven coffeeholic: so there ya have it.
# 16:24:32 wbx but I want to wait until the xtensa patch is in.
# 16:24:51 bhundven ok
# 16:28:14 bhundven [INFO ] Cleaning-up the toolchain's directory: done in 2.31s (at 35:12)
# 16:28:25 bhundven that brought build time down by about 10m
# 16:28:50 bhundven and I have a few more changes to bring it down more, now that I know this is working
# 16:30:22 wbx yeah, two stage is a lot faster.
# 16:30:27 bhundven wbx: keep me posted on elf2flt, I'm going to update that commit to use your repo.
# 16:30:53 wbx bhundven: i can add you to cc on upstream patches. or are you on the list?
# 16:31:03 bhundven I'll add myself to the list
# 16:31:09 bhundven er, where is the list
# 16:31:13 wbx bhundven: okay.
# 16:31:25 wbx bhundven: uclinux.org ml
# 16:31:34 wbx low traffic.
# 16:33:09 bhundven awaiting moderator approval.
# 16:37:06 diorcety quits : Ping timeout: 240 seconds
# 16:41:04 wbx bhundven: this can take some time. last time 1 week :)
# 16:41:41 bhundven wbx: ok, no problem. I'll keep an eye on it. Thanks for your work on that!
# 16:42:13 bhundven reminds me that I also need to bump uClibc-ng in ct-ng
# 16:47:08 wbx bhundven: better wait until sunday. wanna release the next version
# 16:47:37 bhundven wbx: ok, great!
# 17:28:52 y_morin joins #crosstool-ng
# 17:30:03 diorcety joins #crosstool-ng
# 17:51:08 bhundven howdy, y_morin!
# 17:52:17 y_morin Hey!
# 17:52:39 bhundven y_morin: finally successful with 2-pass gcc!
# 17:53:07 bhundven prepping commits and doing some cleanup
# 17:53:16 bhundven and testing
# 20:24:52 bhundven y_morin: I have a question about a change you made: https://github.com/crosstool-ng/crosstool-ng/commit/b93e67f07ca3cbca6fd3b35274208cb5dce7739e
# 20:25:27 bhundven I'm thinking the logic here is backwards?
# 20:25:43 bhundven oh wait. nm
# 20:26:00 bhundven u_fortify is disabling it
# 20:26:18 bhundven for some reason I thought that was d_fortify
# 20:32:55 bhundven all the sudden I'm getting: [ALL ] ns_print.c:(.text+0x6a2): undefined reference to `__stack_chk_guard'
# 21:06:16 mingwandroid joins #crosstool-ng
# 21:21:58 blueness quits : Ping timeout: 260 seconds
# 21:27:58 blueness joins #crosstool-ng
# 21:46:26 trigg quits : Quit: ZNC 1.7.x-git-538-5b29bb7 - http://znc.in
# 22:26:49 blueness quits : Changing host
# 22:26:49 blueness joins #crosstool-ng
# 22:32:51 diorcety quits : Quit: Leaving.
# 23:13:16 trigg joins #crosstool-ng
# 23:23:11 y_morin quits : Quit: Nighty Night! ;-)
# 23:59:30 mingwandroid quits : Ping timeout: 260 seconds

Generated by ibotlog2html by Yann E. MORIN