ibotlog2html for #crosstool-ng

<< Previous 2014-01-17 Next >>

# 00:19:12 Martell joins #crosstool-ng
# 00:59:57 djerome joins #crosstool-ng
# 01:54:41 diorcety joins #crosstool-ng
# 01:57:35 diorcety1 quits : Ping timeout: 252 seconds
# 02:01:23 mnt_real quits : Quit: Ex-Chat
# 02:06:04 diorcety1 joins #crosstool-ng
# 02:08:51 diorcety quits : Ping timeout: 252 seconds
# 02:40:00 Martell quits : Ping timeout: 245 seconds
# 03:17:39 djerome quits : Remote host closed the connection
# 05:07:36 alan_o quits : Quit: Leaving
# 05:36:39 Martell joins #crosstool-ng
# 05:42:38 Martell quits : Ping timeout: 245 seconds
# 08:13:54 aalv joins #crosstool-ng
# 08:38:45 Martell joins #crosstool-ng
# 08:45:25 Martell quits : Ping timeout: 245 seconds
# 09:11:31 blueness quits : Ping timeout: 246 seconds
# 09:13:45 blueness joins #crosstool-ng
# 09:41:26 mingwandroid quits : Read error: Connection reset by peer
# 09:55:57 diorcety1 quits : Read error: Connection reset by peer
# 10:06:15 mnt_real joins #crosstool-ng
# 11:41:44 Martell joins #crosstool-ng
# 11:47:30 Martell quits : Ping timeout: 245 seconds
# 11:55:23 Martell joins #crosstool-ng
# 12:15:08 Martell quits : Ping timeout: 245 seconds
# 12:35:17 mingwandroid joins #crosstool-ng
# 13:25:50 dzan__ mingwandroid, :-) managed to build an arm toolchain?
# 13:25:52 dzan__ I didn't
# 13:26:03 mingwandroid several yes ;-)
# 13:26:27 mingwandroid as a simple test:
# 13:28:02 mingwandroid git clone https://github.com/mingwandroid/ctng-firefox-builds -b ps3.wip
# 13:28:05 mingwandroid cd ctng-firefox-builds
# 13:28:11 mingwandroid ./build.sh --target-os=raspi
# 13:28:34 dzan__ mingwandroid, ok i'll try those
# 13:28:35 mingwandroid .. this *should* work on Windows, OSX, Arch Linux or Ubuntu.
# 13:29:05 mingwandroid be careful as I install all packages needed via your package manager. It's hardly ever tested on Ubuntu, but frequently on the others.
# 13:29:26 dzan__ it's debian but same thing I guess :)
# 13:29:33 dzan__ this is the last one I tried and fails: http://users.elis.ugent.be/~sjabogae/crosstool.config
# 13:29:46 dzan__ fails like this: http://users.elis.ugent.be/~sjabogae/build.log but i now see i forgot to enable debug info in the log
# 13:29:47 mingwandroid yeah. if anything needs fixing in the script for debian please let me know.
# 13:29:59 dzan__ ok i will
# 13:30:26 dzan__ oh btw mingwandroid couldn't find binutils > 2.22 in there and was also wondering if it could build a non-git-head version of clang :p
# 13:30:44 dzan__ without changing the ct scripts just through ct-ng nconfig
# 13:31:47 loide joins #crosstool-ng
# 13:31:50 loide quits : Changing host
# 13:31:51 loide joins #crosstool-ng
# 13:31:51 mingwandroid you specifically want clang?
# 13:31:56 mingwandroid I will need to add that actually to raspi. let me check
# 13:32:34 mingwandroid change:
# 13:32:38 mingwandroid TARGET_LLVM_VERSIONS_raspi="none"
# 13:32:38 mingwandroid to:
# 13:32:42 mingwandroid TARGET_LLVM_VERSIONS_raspi="3.4"
# 13:32:55 mingwandroid I will kick it off now on Arch.
# 13:34:02 dzan__ mingwandroid, yeah the reason i'm using the branch is for it's integrated clang support :)
# 13:35:24 aalv1 joins #crosstool-ng
# 13:35:41 aalv quits : Quit: Leaving.
# 13:39:32 dzan__ mingwandroid, Warning: You set --moz-target-arch=i386, but that's not a valid raspi arch, changing this to i686 for you.
# 13:39:36 dzan__ but I want arm :-)
# 13:39:41 dzan__ that normal?
# 13:40:30 mingwandroid ah, yeah, just crappy error reporting from b4 I added ARM ;-)
# 13:40:40 mingwandroid initially script was to build OSX firefox.
# 13:43:06 mingwandroid switch to 3.3, not 3.4
# 13:43:25 mingwandroid clang people keep changing the archive names from clang to cfe and now back to clang :-(
# 13:55:47 mingwandroid wow, eglibc guys just re-release the same archive when they want to?
# 13:55:55 mingwandroid my patches for 2.18 don't apply now?!?
# 13:59:40 dzan__ gheh
# 14:00:07 dzan__ i've been trying for a while and had 1 succesful build at first but was never able to repeat it
# 14:10:39 dzan__ mingwandroid, tries to create this folder: /c/ctng-build-x-r-none-4_8_2-x86_64-213be3fb and fails,
# 14:10:43 dzan__ glad it fails, don't want a /c folder :p
# 14:10:56 mingwandroid yeah, sorry, I do that so I can compare with Windows.
# 14:10:58 dzan__ also it installed crosstools :( I always do configure --enable-local
# 14:11:03 mingwandroid the 260 path limit hits me there.
# 14:11:11 mingwandroid it installs it only locally to the ctng-firefox-builds folder.
# 14:11:17 mingwandroid you can change all that though easily.
# 14:11:36 mingwandroid let me reform the glibc2.18 patch.
# 14:12:37 dzan__ mingwandroid, doesn't this indicate it tried to install for real:
# 14:12:40 dzan__ For auto-completion, do not forget to install 'ct-ng.comp' into
# 14:12:40 dzan__ your bash completion directory (usually /etc/bash_completion.d)
# 14:13:41 dzan__ but I have my own script that works pretty well, do you have any idea why it crashes at http://users.elis.ugent.be/~sjabogae/build.log ?
# 14:13:57 dzan__ I use the same config as I do for regular crosstools just enable clang instead of gcc
# 14:15:20 mingwandroid it doesn't even show any error?!
# 14:17:15 dzan__ mingwandroid, yeah it's int he bash script
# 14:17:25 dzan__ rebuilding now with all error logging on
# 14:36:27 dzan__ mingwandroid, whatever way I try myself I get this: http://paste.debian.net/76831/
# 14:37:44 mingwandroid I'd change CT_ExtractGit the rmdir to "rm -rf" probably.
# 14:38:28 dzan__ oh that's a new one I see :)
# 14:38:32 dzan__ it's not the same error
# 14:38:47 mingwandroid I usually blitz all folders before I kick off a new build
# 14:38:49 mingwandroid CT_DoExecLog FILE rmdir "${basename}"
# 15:04:13 dzan__ mingwandroid, this is the real one :D http://paste.debian.net/76839/
# 15:13:46 mingwandroid I guess make check is barfing
# 15:14:33 mingwandroid Setting CT_KERNEL_LINUX_INSTALL_CHECK to "n" might help
# 15:21:36 Martell joins #crosstool-ng
# 15:24:40 dzan__ mingwandroid, header are installed it says in the log
# 15:24:45 dzan__ it's at the start of the libc it fails
# 15:25:11 dzan__ Installing C library headers & start files -> crash
# 15:26:03 mingwandroid true!
# 15:30:50 mingwandroid I think you need to add some more logging to crosstool-ng/scripts/build/libc/glibc-eglibc.sh-common
# 15:31:07 mingwandroid you know you can set it up to restart at the same step btw?
# 15:38:07 dzan__ mingwandroid, yes I read somewhere
# 15:38:42 mingwandroid I do:
# 15:38:45 mingwandroid echo "CT_DEBUG_CT=y" >> ${CTNG_SAMPLE_CONFIG}
# 15:38:46 mingwandroid echo "CT_DEBUG_CT_SAVE_STEPS=y" >> ${CTNG_SAMPLE_CONFIG}
# 15:38:46 mingwandroid echo "CT_DEBUG_CT_SAVE_STEPS_GZIP=y" >> ${CTNG_SAMPLE_CONFIG}
# 16:01:21 mnt_real quits : Quit: Ex-Chat
# 16:02:16 Martell quits : Ping timeout: 272 seconds
# 16:40:53 sh4rm4 quits : Ping timeout: 252 seconds
# 17:01:18 y_morin joins #crosstool-ng
# 17:25:58 aalv1 quits : Ping timeout: 245 seconds
# 17:27:55 aalv joins #crosstool-ng
# 18:09:48 mingwandroid dzan__: ping
# 18:13:23 mingwandroid dzan__: I must go, but I made a raspi toolchain with llvm+clang svn/git head, linux 3.12, eglibc 2.18. The full log is here if you want it: https://www.dropbox.com/s/58tfbvdf3o369pj/build-clang-head-raspi.log.tar.xz
# 18:13:31 aalv quits : Quit: Leaving.
# 18:41:06 mingwandroid quits : Remote host closed the connection
# 19:00:38 sh4rm4 joins #crosstool-ng
# 19:29:47 mingwandroid joins #crosstool-ng
# 20:47:04 alan_o joins #crosstool-ng
# 21:19:47 loide quits : Quit: Saindo
# 22:00:04 Martell joins #crosstool-ng
# 22:07:09 Martell quits : Ping timeout: 272 seconds
# 22:52:16 mnt_real joins #crosstool-ng

Generated by ibotlog2html by Yann E. MORIN