ibotlog2html for #crosstool-ng

<< Previous 2013-05-26 Next >>

# 00:29:08 wget quits : Quit: Leaving.
# 01:59:54 retard quits : Ping timeout: 240 seconds
# 02:28:24 retard joins #crosstool-ng
# 04:33:59 bhundven quits : Ping timeout: 240 seconds
# 04:35:59 bhundven joins #crosstool-ng
# 05:53:36 kos_tom_ joins #crosstool-ng
# 05:54:42 kos_tom quits : Write error: Broken pipe
# 06:52:38 sh4rm4 quits : Ping timeout: 252 seconds
# 06:54:41 sh4rm4 joins #crosstool-ng
# 07:15:44 smartin_ joins #crosstool-ng
# 07:31:45 huhlig-home quits : Ping timeout: 256 seconds
# 09:04:32 y_morin joins #crosstool-ng
# 09:14:33 kos_tom_ is now known as: kos_tom
# 11:49:13 Net147 joins #crosstool-ng
# 14:05:22 wget joins #crosstool-ng
# 14:22:10 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- Organize your IRC
# 14:32:01 idallasj1 quits : Read error: Connection reset by peer
# 14:32:06 idallasj joins #crosstool-ng
# 14:51:51 Thomas1 joins #crosstool-ng
# 14:54:04 Thomas2 quits : Read error: Operation timed out
# 15:15:09 AvengerMoJo joins #crosstool-ng
# 15:16:41 AvengerMoJo ;) I can only build the eglibc over virtual machine… macosx still has no idea why it compile the local glibc at the end
# 15:21:13 smartin_ AvengerMoJo: only eglibc? i managed to build a toolchain based on glibc yesterday on osx
# 15:21:38 AvengerMoJo smartin_: yes I get glib builded
# 15:21:50 AvengerMoJo … stupid autocompletion
# 15:22:16 AvengerMoJo smartin_ I get a version of glibc build
# 15:23:28 smartin_ AvengerMoJo: so, there is no problem?
# 15:23:41 AvengerMoJo smartin_: but eglibc require that the get text
# 15:23:43 AvengerMoJo ….
# 15:23:53 AvengerMoJo smartin_: not ok with eglibc
# 15:25:01 smartin_ to build mconf, i had to install gettext via macport
# 15:25:47 AvengerMoJo right
# 15:25:59 AvengerMoJo smartin_: I did that as well
# 15:27:49 AvengerMoJo rpc_main.c:41:21: error: libintl.h: No such file or directory
# 15:28:10 AvengerMoJo still not able to include
# 15:28:24 AvengerMoJo the header … i try to fake it but it doesn't work either :P
# 15:28:50 AvengerMoJo I try to compare it with the glibc build it doesn't have the native build part
# 15:29:33 AvengerMoJo but I can't explain why it require that native build
# 15:29:40 smartin_ AvengerMoJo: hold on, i also update the doc...
# 15:30:00 AvengerMoJo smartin_:
# 15:30:17 AvengerMoJo smartin_: no rush :) just try to report my finding … :P
# 15:32:36 smartin_ AvengerMoJo: http://code.bulix.org/2ggg8z-83627
# 15:36:04 AvengerMoJo thanks, let me try that make a different
# 15:37:12 AvengerMoJo smartin_: since I'm using the brew right now to see that make any different I add gettext.pc for package configure to use but seem not affected. Need to try
# 15:44:20 smartin_ what does require gettext?
# 15:45:22 smartin_ AvengerMoJo: you are building a cross-compiler with nls support?
# 15:45:57 AvengerMoJo gcc rpc_main.c -c -D_RPC_THREAD_SAFE_ -D_CROSS_RPCGEN_ -o /Volumes/AvengerMoJo-MacBackup/MacOSX-CrossCompile/ASUSRoot/.build/arm-unknown-linux-gnueabi/build/build-libc-final/sunrpc/cross-rpc_main.o -MD -MP -MF /Volumes/AvengerMoJo-MacBackup/MacOSX-CrossCompile/ASUSRoot/.build/arm-unknown-linux-gnueabi/build/build-libc-final/sunrpc/cross-rpc_main.o.dt -MT
# 15:45:58 AvengerMoJo /Volumes/AvengerMoJo-MacBackup/MacOSX-CrossCompile/ASUSRoot/.build/arm-unknown-linux-gnueabi/build/build-libc-final/sunrpc/cross-rpc_main.o
# 15:46:00 AvengerMoJo no
# 15:46:35 AvengerMoJo smartin_: as you can see it is building a local native rpc_main in libc-final
# 15:47:09 AvengerMoJo smartin_: when I compare this with a successful glibc build. it is not required
# 15:47:40 AvengerMoJo smartin_: the only options I can in the configuration is changing the glibc to eglibc
# 15:47:49 AvengerMoJo s/can/change
# 15:48:46 AvengerMoJo so I'm unsure about why does it needed. or we can update the make to take the cross rpc out
# 15:49:01 AvengerMoJo and I have read some people talking about using tlrpc
# 15:49:51 AvengerMoJo however I do know it is required (rpc)
# 15:51:21 AvengerMoJo # CT_TOOLCHAIN_ENABLE_NLS is not set
# 15:51:53 AvengerMoJo CT_KERNEL_VERSION="3.2.37" … this is another thing I'm not sure since I'm building an older version of kernel
# 15:52:23 AvengerMoJo eglibc version I try many version they all kind of react the same way :)
# 15:53:39 AvengerMoJo the reset of the tools I use are mostly latest version
# 16:01:53 smartin_ AvengerMoJo: i built mine using 2.6.33.* kernel headers...
# 16:04:34 smartin_ AvengerMoJo: also make sure you disable static build for STATIC_TOOLCHAIN, CC_STATIC_LIBSTDCXX, GDB_CROSS_STATIC
# 16:07:54 AvengerMoJo # CT_STATIC_TOOLCHAIN is not set # CT_CC_STATIC_LIBSTDCXX is not set # CT_GDB_CROSS_STATIC is not set
# 16:08:11 AvengerMoJo look like it is correct
# 16:11:37 AvengerMoJo smartin_: I will try the 2.6 kernel later ;)
# 16:17:30 crazedpsyc quits : *.net *.split
# 16:22:06 smartin_ AvengerMoJo: i don't think the kernel release has something to do about this rpc/gettext issue. you'd better pastebin your build.log and .config somewhere
# 16:22:22 AvengerMoJo sure
# 16:27:17 y_morin smartin_, AvengerMoJo: Sorry I can't hepl you as I do not do Mac stuff. However, there was a patch posted on the list about building eglibc on MacOSX. Maybe look at that and revive it (IIRC it was too intrusive, that's why I did not apply it).
# 16:27:58 AvengerMoJo y_morin: no problem :) Can you send me the link for my interest? thanks
# 16:28:30 AvengerMoJo y_morin: it is great tool already btw and I can build it over the vm in macosx anyway… just interesting to find out I can do that natively in MacOS X
# 16:28:59 y_morin AvengerMoJo: just look at the archives: http://sourceware.org/ml/crossgcc/ IIRC, it was sent in 2013 or late 2012.
# 16:29:09 y_morin AvengerMoJo: :-)
# 16:29:14 AvengerMoJo y_morin: with the current usb3.0 and sdd running vm cross compiler guest is still acceptable solution :P
# 16:30:04 AvengerMoJo y_morin: thanks I have read and search over the error message I'm seeing … but I don't any patch so far. I will take a look more
# 16:30:48 y_morin AvengerMoJo: If I were you, I'd search for messages containing 'macos'. ;-)
# 16:31:23 AvengerMoJo y_morin: thanks for the hint :)
# 16:32:50 crazedpsyc joins #crosstool-ng
# 17:22:20 diorcety joins #crosstool-ng
# 18:03:24 huhlig-home joins #crosstool-ng
# 18:07:43 wget parts #crosstool-ng
# 18:42:37 AvengerMoJo quits : Ping timeout: 276 seconds
# 19:18:23 AvengerMoJo joins #crosstool-ng
# 19:28:49 AvengerMoJo quits : Ping timeout: 245 seconds
# 20:06:55 huhlig-home hey y_morin
# 20:07:10 huhlig-home is there anyway to tell crosstool-ng to compile another language?
# 20:07:18 huhlig-home easily
# 20:09:43 y_morin huhlig-home: what other language?
# 20:09:56 huhlig-home I am still trying to get D to work
# 20:10:00 huhlig-home and I have the patches in
# 20:10:17 huhlig-home except that I cant seem to add d to the list of languages in the gcc configure script
# 20:10:32 huhlig-home when crosstool-ng uses it
# 20:11:01 huhlig-home I am also getting configure: error: installation or configuration problem: C compiler cannot create executables.
# 20:11:12 huhlig-home when trying to compile crosstool but thats another issue
# 20:11:31 y_morin huhlig-home: C compiler --> Other languages
# 20:11:51 y_morin huhlig-home: You have to enable EXPERIMENTAL to see that ^^^
# 20:12:58 huhlig-home you mean additional supported languages?
# 20:13:02 huhlig-home it only lists c++
# 20:13:20 y_morin huhlig-home: You have to enable EXPERIMENTAL to see more languages.
# 20:13:24 huhlig-home I did
# 20:13:36 huhlig-home CT_EXPERIMENTAL: y
# 20:19:56 huhlig-home hmm
# 20:20:04 huhlig-home does building static toolchains not work currently?
# 20:20:14 huhlig-home [INFO ] Installing binutils for host
# 20:20:14 huhlig-home [ERROR] g++: error: unrecognized command line option '-all-static'
# 20:34:24 smartin_ huhlig-home: depends on your build system; eg. on macosx, static toolchain is known _not building_
# 20:34:33 huhlig-home nope
# 20:34:38 huhlig-home ubuntu
# 20:38:23 huhlig-home removes static toolchain and recompiles
# 20:53:23 Thomas1 quits : Quit: Thomas1
# 20:55:35 blueness|uclibc joins #crosstool-ng
# 20:55:35 blueness|uclibc quits : Changing host
# 20:55:35 blueness|uclibc joins #crosstool-ng
# 21:00:30 Skindred joins #crosstool-ng
# 21:00:34 Skindred hi
# 21:01:04 Skindred I know Diaoul has been here to ask about glibc 2.3.6 support
# 21:01:14 Skindred I'm having the same issue with my Synology
# 21:01:52 Skindred any chance it would be possible to allow old glibc versions, and not having to revert to crosstool-ng-1.9.3 ?
# 21:05:09 alan_o joins #crosstool-ng
# 21:08:12 AvengerMoJo joins #crosstool-ng
# 21:12:34 AvengerMoJo quits : Ping timeout: 245 seconds
# 21:45:24 diorcety quits : Read error: Connection reset by peer
# 22:02:33 blueness|uclibc quits : Quit: Leaving
# 22:06:47 huhlig-home [ERROR] configure: error: installation or configuration problem: C compiler cannot create executables.
# 22:09:39 smartin_ quits : Ping timeout: 245 seconds
# 22:20:11 y_morin quits : Ping timeout: 240 seconds
# 22:30:12 tdill joins #crosstool-ng
# 22:31:26 tdill noob question: I've setup crosstool for a particular architecture now I want to build a package, how do I tell make to use all the crosstool-ng binaries for compilation?
# 22:43:27 huhlig-home quits : Ping timeout: 256 seconds
# 23:09:42 Skindred huhlig-home do a find . -name config.log -ls
# 23:10:05 Skindred you will find more details on the error in that log
# 23:10:20 Skindred you can mostly use google to find a fix
# 23:10:47 Skindred slaps himself for not seeing that impatient quit

Generated by ibotlog2html by Yann E. MORIN