ibotlog2html for #crosstool-ng

<< Previous 2014-02-11 Next >>

# 00:45:44 y_morin quits : Quit: Nighty Night!
# 01:01:22 ben1066 quits : Quit: No Ping reply in 180 seconds.
# 01:03:02 ben1066 joins #crosstool-ng
# 01:14:26 ben1066 quits : Quit: No Ping reply in 180 seconds.
# 01:14:52 ben1066 joins #crosstool-ng
# 01:30:36 ben1066 quits : Ping timeout: 245 seconds
# 01:31:15 ben1066 joins #crosstool-ng
# 01:41:49 ben1066 quits : Quit: No Ping reply in 180 seconds.
# 01:41:57 hrubi quits : Quit: ZNC - http://znc.sourceforge.net
# 01:46:22 ben1066 joins #crosstool-ng
# 01:47:18 diorcety quits : Read error: Connection reset by peer
# 01:47:49 diorcety joins #crosstool-ng
# 01:49:57 hrubi joins #crosstool-ng
# 03:01:54 ben1066 quits : Quit: No Ping reply in 180 seconds.
# 03:01:59 RushPL_ joins #crosstool-ng
# 03:02:44 duffduff quits : Ping timeout: 250 seconds
# 03:02:44 RushPL quits : Ping timeout: 250 seconds
# 03:02:59 duffduff joins #crosstool-ng
# 03:03:16 ben1066 joins #crosstool-ng
# 03:22:23 perr joins #crosstool-ng
# 03:39:55 perr quits : Ping timeout: 272 seconds
# 04:04:17 perr joins #crosstool-ng
# 04:39:08 perr quits : Quit: Leaving
# 05:34:33 alan_o quits : Quit: Leaving
# 07:56:24 diorcety quits : Quit: Leaving.
# 08:36:56 perr joins #crosstool-ng
# 09:57:50 perr quits : Ping timeout: 260 seconds
# 10:10:54 perr joins #crosstool-ng
# 10:34:55 perr quits : Read error: Connection reset by peer
# 10:49:13 perr joins #crosstool-ng
# 11:09:47 philenotfound quits : Ping timeout: 252 seconds
# 11:23:04 ubitux quits : Ping timeout: 252 seconds
# 11:23:04 protomouse quits : Ping timeout: 252 seconds
# 11:23:05 ubitux joins #crosstool-ng
# 11:24:26 protomouse joins #crosstool-ng
# 11:25:40 smartin quits : Read error: Connection reset by peer
# 11:54:57 philenotfound joins #crosstool-ng
# 12:02:55 Net147 joins #crosstool-ng
# 12:54:01 shiftplusone joins #crosstool-ng
# 13:00:52 shiftplusone Hi, would it be reasonable to ask sb2 + ct-ng related questions here? It's to do with ct-ng built ldd not finding a certain library required by another library that I am linking against. Says it can't find x needed by y, when x is found by ldconfig and the path for it is given in LDFLAGS too. =S
# 13:18:14 smartin joins #crosstool-ng
# 13:23:04 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...
# 14:02:51 shiftplusone I've reproduced the error with a minimal SDL hello world test case and without sb2. /home/shift/x-tools6h/arm-unknown-linux-gnueabihf/lib/gcc/arm-unknown-linux-gnueabihf/4.8.1/../../../../arm-unknown-linux-gnueabihf/bin/ld: warning: libasound.so.2, needed by /home/shift/raspbian/usr/lib/arm-linux-gnueabihf/libSDL.so, not found (try using -rpath or -rpath-link)
# 14:04:53 shiftplusone and that message is repeated for all libraries required by libSDL.so, then I get a whole lot of undefined reference to errors.
# 14:14:57 alan_o joins #crosstool-ng
# 14:33:32 Gino_ joins #crosstool-ng
# 14:38:42 Gino_ I'm building a toolchain for powerpc32 softfloat using gcc 4.8.2 / eglibc 2.18 (ports enabled) and I set enable-olderst-supported-api = 2.3.2 since I need to compile for some old plarform
# 14:39:04 Gino_ however it fails at the installing C-library step everytime
# 14:39:24 Gino_ without a clear message about whats going on
# 14:40:35 Gino_ http://pastebin.com/i3d0hid1
# 14:42:17 Gino_ or would support for glibc 2.3.2 be too far in the past?
# 15:15:44 perr Gino_: what's your g++ version
# 15:16:42 Gino_ perr: On my host system its: gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9)
# 15:17:04 Gino_ the toolchain builts 4.8.2
# 15:18:37 Gino_ I'm now trying an older version of glibc 2.8 instead of eglibc 2.18.. maybe the oldest-abi=2.3.2 will succeed
# 15:23:15 perr Gino_: what's your make version?
# 15:23:48 Gino_ perr: GNU Make 3.81
# 15:25:16 perr Gino_: i guess your gcc/g++ is too new. install a lower version(4.6.x, but not 4.7) and try again
# 15:25:43 perr http://www.crifan.com/files/doc/docbook/crosstool_ng/release/htmls/crosstoool_ng_build_common_errors.html
# 15:26:26 perr this maybe helpful. but the problem fixed is 3.8.2 -> 3.8.1(make).so im not sure
# 15:27:58 Gino_ So if I build my toolchain using gcc .4.6.x and upgrade my make on my host to 3.82 it should work?
# 15:28:15 perr im using debian. there is problem for 4.7 g++,and i ln -s g++-4.6 g++,and success
# 15:28:32 perr no , 3.8.2 make has problem
# 15:29:07 Gino_ alright
# 15:29:16 perr you can search do_libc_backend_once in the page and see it
# 15:30:57 Gino_ yeah now I see.. strange since my make is 3.81.. maybe the ubuntu packagers applied some upstream patches for make?
# 15:31:44 Gino_ I'll build make 3.81 from stock source and use that instead, then try to rebuild my toolchain using gcc 4.6 :)
# 15:32:23 perr good luck.
# 15:41:24 ABC-XYZ joins #crosstool-ng
# 15:44:23 Gino_ quits : Ping timeout: 245 seconds
# 15:55:41 ABC-XYZ quits : Quit: Lost terminal
# 16:41:19 perr quits : Quit: Leaving
# 17:45:45 y_morin joins #crosstool-ng
# 18:22:55 diorcety joins #crosstool-ng
# 19:23:05 smartin_ joins #crosstool-ng
# 19:25:06 mingwandroid joins #crosstool-ng
# 19:37:01 doc2 joins #crosstool-ng
# 20:26:06 bhundven y_morin: does it make sense for CC_V_4_8_[0-2] or CC_GCC_4_8 to depend/select CLOOG_0_18_or_later and other companion libs?
# 20:28:55 y_morin bhundven: WE need to revamp the way the complibs are selected, yes.
# 20:29:13 bhundven y_morin: ok. I suspected so.
# 20:29:22 y_morin bhundven: Basically, I think the menu should disapear entirely, and the proper version selected automatically.
# 20:29:37 y_morin *versions
# 20:30:03 bhundven y_morin: then there is host supplied companion libs. If they are the right version, they can provide a CT_...
# 20:30:28 y_morin bhundven: I started working on that some time ago, and it was not that simple.
# 20:30:34 bhundven ok
# 20:30:46 bhundven so probably refactoring first.
# 20:30:47 y_morin bhundven: The problem is we want to be able to build on older systems that are missing them.
# 20:30:56 bhundven right
# 20:31:02 y_morin bhundven: Then there is the canadian-cross stuff that can't use the host versions.
# 20:31:15 y_morin bhundven: So it is basically easier to always build them.
# 20:31:21 y_morin bhundven: Yes, refactoring first.
# 20:31:31 bhundven y_morin: makes sense.
# 22:18:49 doc2 quits : Remote host closed the connection
# 22:36:40 diorcety quits : Read error: Connection reset by peer
# 22:37:38 diorcety joins #crosstool-ng
# 22:52:35 y_morin quits : Quit: Nighty Night!
# 23:03:28 smartin_ quits : Quit: leaving
# 23:47:08 mingwandroid quits : Remote host closed the connection

Generated by ibotlog2html by Yann E. MORIN