ibotlog2html for #crosstool-ng

<< Previous 2011-04-26 Next >>

# 00:45:56 esbenh quits : Read error: Operation timed out
# 00:54:35 esbenh joins #crosstool-ng
# 05:57:01 Buglouse quits : Ping timeout: 252 seconds
# 05:58:44 mnt_real quits : Remote host closed the connection
# 06:26:35 kos_tom joins #crosstool-ng
# 07:17:35 y_morin joins #crosstool-ng
# 10:33:16 esbenh quits : Read error: Operation timed out
# 10:41:12 esbenh joins #crosstool-ng
# 12:54:34 brasko y_morin: hi, http://www.airs.com/blog/archives/492
# 12:57:39 brasko c
# 12:57:46 brasko whoops ^ :)
# 13:22:30 infobot quits : Ping timeout: 246 seconds
# 13:27:15 jero joins #crosstool-ng
# 13:27:26 jero hello
# 14:01:49 jero y_morin, finally i gave up : )
# 14:11:41 mnt_real joins #crosstool-ng
# 15:02:53 brasko y_morin: ok, i've reproduced the problem with 1.10.1, now i"m going to try with git tip
# 16:07:27 ctngbot joins #crosstool-ng
# 16:08:18 y_morin brasko: yes, I know that page. I have to go now, Will be back on line in about 3h... See ya.
# 16:08:27 y_morin jero: Hmm... Too bad...
# 16:08:36 y_morin quits : Quit: Back online in about 3h...
# 16:24:31 infobot joins #crosstool-ng
# 16:24:41 kos_tom quits : Remote host closed the connection
# 16:28:13 al` joins #crosstool-ng
# 16:56:15 y_morin joins #crosstool-ng
# 16:56:23 y_morin is now known as: y_morin|away
# 16:59:09 kos_tom joins #crosstool-ng
# 17:11:18 Buglouse joins #crosstool-ng
# 17:43:57 Buglouse quits : Ping timeout: 252 seconds
# 17:47:59 ctngbot joins #crosstool-ng
# 17:51:49 ctngbot_ joins #crosstool-ng
# 18:01:10 ctngbot joins #crosstool-ng
# 18:41:05 y_morin_ joins #crosstool-ng
# 18:42:56 y_morin quits : Ping timeout: 250 seconds
# 19:12:21 Buglouse joins #crosstool-ng
# 20:05:52 y_morin_ is now known as: y_morin
# 20:33:14 kos_tom quits : Quit: Leaving
# 22:20:25 jero quits : Ping timeout: 252 seconds
# 23:01:45 linuxjacques joins #crosstool-ng
# 23:02:02 linuxjacques how do I use crosstool-ng behind a web proxy?
# 23:06:59 linuxjacques nm I figured it out.
# 23:08:55 y_morin linuxjacques: crosstool-NG uses wget or curl to get the files. So whatever you usually use when calling those (eg. {http,https,ftp}_proxy or tsocks) are valid.
# 23:11:19 linuxjacques y_morin: oh interesting - I can tell it to use wget instead of curl?
# 23:11:29 linuxjacques I have wget configured with a .wgetrc, but not curl
# 23:11:42 y_morin linuxjacques: nope. crosstool-Ng first tries to use curl, then falls back to wget.
# 23:12:26 linuxjacques falls back if curl doesn't exist? or if curl fails?
# 23:12:32 y_morin both.
# 23:12:49 linuxjacques maybe I didn't wait long enough for curl to fail then
# 23:12:53 y_morin See scripts/functions@441
# 23:13:07 linuxjacques thanks for the pointer
# 23:14:20 y_morin The default timeout is 10s for each tentative. But for a given file, there may be more than one tentative before it fails. First, we try a .tar.bz2, if that fails, we try a .tar.gc, then a .tgz, then a .tar and so on...
# 23:15:11 y_morin And for each extension, there are 4 tentative connection: one with curl in active, then passive FTP modes, then two with wget (active then passive).
# 23:16:22 linuxjacques wow, that's much more intricate than I imagined
# 23:16:24 y_morin So if the tarball is a .tgz and a 10s timeout, you'd have to wait: 10 * 4 * 3 = 120s
# 23:16:42 y_morin See scripts/functions@553
# 23:16:55 linuxjacques heh, for me even 10s wait == "it's not doing anything" :-D
# 23:17:25 y_morin The problem with curl is that it does not have a 'good' progress meter that we can use to give some feedback...
# 23:17:36 linuxjacques I did "ALL_PROXY=http://10.0.10.2:8080/ ct-ng build" and all seems well now
# 23:17:47 y_morin Good! :-)
# 23:18:14 y_morin I'm not sure that wget honnors ALL_PROXY, but it does honnor {http,https,ftp}_proxy
# 23:18:29 y_morin curl does.
# 23:18:36 linuxjacques well for wget I have a .wgetrc (I just don't normally use curl)
# 23:19:50 linuxjacques I'm building a powerpc e500v2 toolchain - I couldn't figure out how to do it in buildroot
# 23:21:40 y_morin OK, tell us how it goes for you!
# 23:25:49 linuxjacques will do!
# 23:32:03 y_morin quits : Quit: Nite all! ZZZzzz... |-)
# 23:32:28 linuxjacques hmm ,Build failed in step 'Installing static core C compiler' - http://pastebin.com/gYgPAj4W
# 23:33:54 linuxjacques so I need static native libstdc++ ?
# 23:41:57 linuxjacques back later / tomorrow
# 23:42:07 linuxjacques quits : Quit: Page closed

Generated by ibotlog2html by Yann E. MORIN