ibotlog2html for #crosstool-ng

<< Previous 2013-11-02 Next >>

# 00:03:26 y_morin quits : Quit: Nighty Night!
# 04:02:24 alan_o quits : Quit: Leaving
# 04:32:57 djerome joins #crosstool-ng
# 05:06:15 djerome quits : Remote host closed the connection
# 07:05:52 calvertdw joins #crosstool-ng
# 07:06:09 calvertdw Hello!
# 07:06:48 calvertdw mpfr.org appears to be down. Trying to build a cross compiler.
# 07:07:26 calvertdw Wondering if I can supply my own tarball with crosstool-ng
# 07:11:54 calvertdw rasp/.build/tarballs/mpfr-3.1.2.tmp-dl' 'http://www.mpfr.org/mpfr-3.1.2//mpfr-3.1.2' [ALL ] --2013-11-02 02:02:15-- http://www.mpfr.org/mpfr-3.1.2//mpfr-3.1.2 [ALL ] Resolving www.mpfr.org (www.mpfr.org)... failed: Connection timed out. [ALL ] wget: unable to resolve host address `www.mpfr.org' [DEBUG] Not at this location: "http://www.mpfr.org/mpfr-3.1.2//mpfr-3.1.2"
# 07:14:16 calvertdw I believe I found it. Found a tarball here: http://ftp.gnu.org/gnu/mpfr/
# 07:14:30 calvertdw Put it in .build/tarballs
# 07:14:59 calvertdw Fixed.
# 10:54:29 y_morin joins #crosstool-ng
# 11:35:54 calvertdw quits : Quit: Page closed
# 12:43:32 alan_o joins #crosstool-ng
# 12:48:53 smartin_ joins #crosstool-ng
# 13:13:47 djerome joins #crosstool-ng
# 14:00:14 Fira quits : Ping timeout: 264 seconds
# 14:03:59 Fira joins #crosstool-ng
# 14:07:37 falstaff_ joins #crosstool-ng
# 14:10:15 falstaff quits : Ping timeout: 272 seconds
# 14:29:07 ldm joins #crosstool-ng
# 14:35:47 ldm Hi. I have a small problem at the end of the build of a toolchain.
# 14:36:00 ldm crosstool fails to compile gdb.
# 14:36:21 ldm It first complained about expat. Now it complains about python not being there, even though it it is.
# 14:36:48 ldm That's being done in a "vagrant" virtual machine running Ubuntu 12.04 x64 (raring).
# 14:36:57 ldm Target is mips-uclibc
# 14:37:03 ldm Here is the message I get:
# 14:37:09 ldm [INFO ] Installing cross-gdb
# 14:37:10 ldm [EXTRA] Configuring cross-gdb
# 14:37:11 ldm [EXTRA] Building cross-gdb
# 14:37:13 ldm [ERROR] configure: error: python is missing or unusable
# 14:37:14 ldm [ERROR] make[2]: *** [configure-gdb] Error 1
# 14:37:16 ldm [ERROR] make[1]: *** [all] Error 2
# 14:37:18 ldm [ERROR]
# 14:37:19 ldm [ERROR] >>
# 14:37:21 ldm [ERROR] >> Build failed in step 'Installing cross-gdb'
# 14:37:22 ldm [ERROR] >> called in step '(top-level)'
# 14:37:23 ldm [ERROR] >>
# 14:37:25 ldm [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@257]
# 14:37:27 ldm [ERROR] >> called from: do_debug_gdb_build[scripts/build/debug/300-gdb.sh@170]
# 14:37:28 ldm [ERROR] >> called from: do_debug[scripts/build/debug.sh@35]
# 14:37:30 ldm [ERROR] >> called from: main[scripts/crosstool-NG.sh@632]
# 14:37:31 ldm [ERROR] >>
# 14:37:33 ldm [ERROR] >> For more info on this error, look at the file: 'build.log'
# 14:37:34 ldm [ERROR] >> There is a list of known issues, some with workarounds, in:
# 14:37:36 ldm [ERROR] >> '/usr/local/share/doc/crosstool-ng/ct-ng.1.19.0/B - Known issues.txt'
# 14:37:37 ldm [ERROR]
# 14:37:38 ldm [ERROR] (elapsed: 12:57.50)
# 14:37:40 ldm [12:58] / make: *** [build] Error 2
# 14:37:41 ldm vagrant@precise64:~/cross-mips$ python
# 14:37:43 ldm Python 2.7.3 (default, Apr 20 2012, 22:39:59)
# 14:37:44 ldm [GCC 4.6.3] on linux2
# 14:37:46 ldm Type "help", "copyright", "credits" or "license" for more information.
# 14:37:47 ldm >>>
# 14:37:47 ldm Any suggestion?
# 14:40:22 y_morin ldm: Please, do not post more than 2-3 lines of output on the channel; this is frowned upon, and is considered spaming. If you need to post more, then use a pastebin-like site.
# 14:40:40 ldm Ok. Understood. My apologies.
# 14:40:57 y_morin ldm: Otherwise, two options for you: disable pythin support in gdb (ct-ng menuconfig), or install the pythin development file on your distro.
# 14:41:09 y_morin s/pythin/python/
# 14:41:54 ldm Indeed, python-dev was not installed.
# 14:42:01 ldm Hmm. My bad.
# 14:42:04 ldm Thanks!
# 14:42:10 y_morin ldm: No worries. ;-)
# 14:42:28 ldm It seems like gcc is working though!
# 14:42:41 ldm Very very nice work you did with crosstool!
# 14:42:52 ldm That's going to save me time!
# 14:42:53 y_morin ldm: Cheers! :-)
# 14:43:51 ldm Last thing: (even though it did work): the webpage mentions that if I choose uclibc I _must_ create a config for it. I've always been using glibc, and couldn't find more details on this. Can you give me a pointer ?
# 14:45:39 y_morin ldm: Here's your pointer: http://www.uclibc.org/ ;-)
# 14:46:17 ldm I meant.... to get the config in the proper place in the bowels of cross tool ;-)
# 14:48:12 y_morin ldm: CT_LIBC_UCLIBC_CONFIG_FILE in the "C-library" sub-menu.
# 14:48:31 y_morin ldm: that's where you will pass the path to your uClibc's config file.
# 14:49:21 ldm Ok. Cool. Haven't played with menuconfig yet.
# 14:49:27 ldm Again, many, many thanks!
# 16:40:25 alan_o quits : Quit: Leaving
# 19:13:10 xnxs quits : Excess Flood
# 19:15:58 xenoxaos joins #crosstool-ng
# 19:36:25 djerome quits : Remote host closed the connection
# 21:44:14 smartin_ quits : Quit: leaving
# 22:25:09 y_morin quits : Quit: Nighty Night!

Generated by ibotlog2html by Yann E. MORIN