ibotlog2html for #crosstool-ng

<< Previous 2013-02-01 Next >>

# 01:01:18 codyps quits : Ping timeout: 276 seconds
# 01:47:36 ubergeek42 quits : Remote host closed the connection
# 01:48:35 ubergeek42 joins #crosstool-ng
# 01:48:54 mingwandroid quits : Read error: Connection reset by peer
# 02:20:21 codyps joins #crosstool-ng
# 02:22:56 codyps quits : Client Quit
# 02:23:07 codyps joins #crosstool-ng
# 07:27:07 smartin joins #crosstool-ng
# 07:55:16 plfiorini quits : Ping timeout: 248 seconds
# 08:21:37 sh4rm4 quits : Remote host closed the connection
# 08:22:20 Joker-2 joins #crosstool-ng
# 08:25:31 sh4rm4 joins #crosstool-ng
# 09:13:29 Joker-2 Hello
# 09:13:42 Joker-2 I was trying to build toolchain with ct-ng, but it fails with this
# 09:13:50 Joker-2 'CFLAGS=-O2 -fno-stack-protector -U_FORTIFY_SOURCE' '/mnt/sda12/buildroot/core/.build/src/glibc-2.14.1/configure' '--prefix=/usr' '--cache-file=/mnt/sda12/buildroot/core/.build/i686-SiN-linux-gnu/build/build-localedef/config.cache' '--without-cvs' '--disable-profile' '--without-gd' '--disable-debug'
# 09:14:09 Joker-2 If required, I can post .config file. Any help will be appreciated
# 09:14:17 Joker-2 kos_tom, Any idea ?
# 09:15:50 kos_tom the message you posted is not a failure
# 09:16:04 kos_tom please pastebin what you see on your screen, at least the last 100 or 200 lines
# 09:16:14 Joker-2 ok
# 09:20:00 Joker-2 http://pastebin.com/cNZe1UWy
# 09:20:03 Joker-2 kos_tom, ^^
# 09:22:00 kos_tom hum, not sure what's going on here
# 09:22:11 kos_tom there is no error message besides the backtrace of ct-ng
# 09:22:18 Joker-2 Shall I paste .config file
# 09:22:19 Joker-2 ?
# 09:23:40 kos_tom I won't have time to try to reproduce right now, so it won't be of much use to me.
# 09:23:44 Net147 joins #crosstool-ng
# 09:26:16 Joker-2 ohk
# 09:26:20 Joker-2 Quick Q
# 09:26:49 Joker-2 What that (cached) has to do with this installation ? Even though I ran "ct-ng build" very first time
# 09:27:05 Joker-2 this word is there in pastebin on almost every line
# 10:10:12 maxime quits : *.net *.split
# 10:10:12 tuxx_ quits : *.net *.split
# 10:10:12 ccole quits : *.net *.split
# 10:10:39 mingwandroid joins #crosstool-ng
# 10:10:47 jmm quits : Excess Flood
# 10:11:11 jmm joins #crosstool-ng
# 10:13:14 tuxx_ joins #crosstool-ng
# 10:13:15 maxime joins #crosstool-ng
# 10:13:15 ccole joins #crosstool-ng
# 13:17:06 sh4rm4 quits : Remote host closed the connection
# 13:18:30 Joker-2 quits : Quit: Leaving
# 13:51:50 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...
# 14:08:46 alan_o joins #crosstool-ng
# 14:22:30 spink` joins #crosstool-ng
# 14:23:29 spink` Hey everyone
# 14:23:52 spink` I'm trying to do a CT build, but it fails when it tries to build gdb - it's because of missing expat.
# 14:24:04 spink` Trouble is, I don't have root access on the machine I'm building it on - so I locally installed expat
# 14:24:32 spink` But, how do I tell crosstool (or whatever) to use my local installation of expat, and not try and look for the system installation (which doesn't exist)
# 16:10:41 mingwandroid spink`: gdb expat config is troublesome in my experience.
# 16:12:35 mingwandroid for my non-crosstool-ng builds, I have to do:
# 16:13:24 mingwandroid CFLAGS=$CFLAGS" -I${BUILD_DIR}/expat-prefix/include -L${BUILD_DIR}/expat-prefix/lib"
# 16:13:31 mingwandroid before calling configure for gdb.
# 16:13:50 mingwandroid someone more versed in crosstool-ng can probably help with how to make that work in ctng.
# 16:14:31 mingwandroid there's a --with-expat option to configure but it doesn't allow specifying the prefix path unfortunately. I think this might be fixed in newer gdb, I'm using 7.3.x.
# 17:14:53 sh4rm4 joins #crosstool-ng
# 17:59:38 haole joins #crosstool-ng
# 18:00:03 haole hey there... I'm having a strange issue using crosstool-ng with a custom (manufacturer provided) linux kernel version 2.6.18:
# 18:00:19 haole [ALL ] *** Error: Headers not exportable for this architecture (mips)
# 18:00:33 haole manually, I can do a 'headers_install' just fine... what could be wrong?
# 18:00:56 haole this seems related with the presence of the 'O=/path/to/something' parameter in the make call to the 'headers_install' rule
# 18:01:04 plfiorini joins #crosstool-ng
# 18:02:29 tkil haole -- related: http://askubuntu.com/questions/105395/make-fails-because-it-doesnt-know-headers-install
# 18:02:37 tkil best answer is to get a more recent kernel from your upstream. :)
# 18:02:42 tkil but i know that's not always possible.
# 18:03:15 haole tkil: it's not much related because the 'headers_install' feature was introduced with 2.6.18 and I do have that feature
# 18:08:27 tkil your top-level makefile might have that feature, but was the mips arch includes redone by that point?
# 18:08:31 tkil the git blame is very murky there...
# 18:08:48 tkil really, you're vastly better off with a newer kernel, 2.6.18 is ... 4 years old?
# 18:10:52 haole tkil: yeah, same age as this project :D
# 18:11:07 tkil urk. 6 years old?
# 18:11:09 tkil ouch.
# 18:11:12 haole tkil: I'm gonna ask the manufacturer for a new kernel, but who knows what will they have for me... I just wanted a new toolchain to include uclibc
# 18:11:20 haole the project is from 2008
# 18:11:31 tkil yeah, i nkow the feeling ... my project started in 2009. :-/
# 18:11:39 haole :)
# 18:13:15 tkil might try using a ct-ng from back then...
# 18:13:50 tkil theory being that ct-ng usually tracks recent releases, and does not concern itself as much with old releases of components.
# 18:14:05 tkil although, for all i know, you're the one asking those qs on the mailing list. :) they were pretty recent, last week or two.
# 18:36:15 codyps quits : Ping timeout: 252 seconds
# 18:40:38 haole tkil: I didn't use the mailing list
# 18:41:22 retard haole: i like your nick
# 18:41:56 retard it's one of my two favorite racial slurs for white people
# 18:43:11 haole retard: lol someone told me that it means 'bad surfer' in some hawaian dialect
# 18:43:16 haole and I'm a bad surfer, so it matches
# 18:43:22 retard it means white person
# 18:43:34 retard so
# 18:43:36 retard yeah
# 18:43:39 haole lol
# 18:43:52 retard my other favorite is honky
# 18:45:11 tkil retard -- want crackers with that? ;->
# 18:45:35 retard tkil what
# 18:55:03 tkil retard -- "cracker" is another insult for white people, esp rednecks.
# 18:56:27 retard yeah but it's not a good one
# 18:56:45 tkil eh, wasn't criticizing. *shrug*
# 18:57:26 retard is thinking that white people are better at coming up with good racial slurs racist
# 18:57:36 mingwandroid what's any of this got to do with crosstools?
# 18:58:01 retard you tell me
# 18:58:59 mingwandroid nothing.
# 19:00:55 retard are you part of some kind of secret cabal of irc channel topic enforcers
# 19:04:18 mingwandroid no.
# 19:05:04 retard that's a relief
# 19:05:08 mingwandroid but thanks for bringing me up to speed re: your favourite racial slurs anyway.
# 19:05:09 retard i'd be hella busted
# 19:05:22 retard you're welcome
# 19:05:54 retard let me know if there's anything else i can do for you
# 19:10:07 mingwandroid parts #crosstool-ng
# 19:43:14 smartin quits : Quit: leaving
# 20:37:38 imMute quits : Ping timeout: 252 seconds
# 20:59:04 mingwandroid joins #crosstool-ng
# 21:16:11 smartin joins #crosstool-ng
# 22:15:12 dprice joins #crosstool-ng
# 22:28:23 dprice I'm interested in building a toolchain which will allow me to build a kernel to run on a Marvell Armada XP based board. Is there anything I need to add to crosstool-ng to do that?
# 22:48:06 smartin dprice: if you just want to build a kernel, crosstool-ng may be enough, but if you need to build other apps, you should look at something like buildroot, yocto, openembedded ...
# 22:51:28 dprice smartin: I'm familiar with buildroot — and will plug my toolchain into that once I have it....
# 22:55:19 codyps joins #crosstool-ng
# 23:23:45 smartin quits : Quit: leaving

Generated by ibotlog2html by Yann E. MORIN