ibotlog2html for #crosstool-ng

<< Previous 2012-12-03 Next >>

# 07:33:31 diorcety quits : Quit: Leaving.
# 08:09:29 sspiff joins #crosstool-ng
# 08:28:11 smartin joins #crosstool-ng
# 13:22:28 sfan5|OFF is now known as: sfan5
# 14:16:51 ccole joins #crosstool-ng
# 16:13:22 dalias quits : Ping timeout: 245 seconds
# 16:33:24 thewonderidiot joins #crosstool-ng
# 16:33:42 dalias joins #crosstool-ng
# 16:50:55 thewonderidiot quits : *.net *.split
# 16:57:46 thewonderidiot joins #crosstool-ng
# 17:39:07 smartin quits : Quit: leaving
# 18:03:11 y_morin joins #crosstool-ng
# 18:31:39 chris86 joins #crosstool-ng
# 18:35:48 smartin joins #crosstool-ng
# 18:37:35 chris86 hi there
# 18:38:18 y_morin chris86: Hello there! ;-)
# 18:39:01 chris86 really awesome work that is!! but somehow I am having difficulties building PPL (cannot find GMP version 4.1.3 or higher) ...
# 18:39:13 chris86 I selected gmp-5.0.2 which is also shown in ct-ng show-config
# 18:39:29 chris86 same is when I select gmp 4.1.3 for instance
# 18:40:38 y_morin chris86: what version of PPL did you choose?
# 18:40:45 chris86 0.11.2
# 18:47:18 y_morin chris86: Hmm. That combo works here for me. What's your host distro?
# 18:48:04 chris86 centos 6 on x86_64 and target would be x86
# 18:48:18 y_morin chris86: care to pastebin your .config, please?
# 18:50:42 chris86 y_morin: http://pastebin.com/YpaaYnuN
# 18:52:46 y_morin chris86: how did you get that .config? It's missing a lot of symbols... :-(
# 18:53:03 chris86 I removed the comments? shall I include it?
# 18:53:31 y_morin chris86: just pastebin the complete .config without modifying it, please.
# 18:54:25 y_morin chris86: comments also include unset symbols, so they are not realy comments.
# 18:54:41 chris86 y_morin: sorry :) just got used to remove comments :) :) :) --> http://pastebin.com/pzJKJLWq
# 18:54:42 y_morin chris86: that's an idiosyncracy of kconfig, we have to licve with it.
# 18:56:25 chris86 y_morin: I did not do much changes? only x86 32 as target. the rest was standard by running ct-ng menuconfig
# 18:56:50 chris86 oh and I had to remove static library linking? for some reasons it printed an error
# 18:57:16 y_morin chris86: well, there is no 'default' values in menuconfig. So there is no guarantee that the 'defaults-that-are-not-defaults' will work.
# 18:57:23 y_morin Yes, that sounds strange. It is.
# 18:58:06 y_morin chris86: Ah, the static stuff. We've added a more complete test in the repository recently (but I thought it went in 1.17.0, I'll check)
# 18:58:51 chris86 when I do add static linking I get -> " Static linking impossible on the host system 'x86_64-build_unknown-linux-gnu'"
# 18:59:16 chris86 not sure if it is a problem that the host is running on a VM (VirtualBox)
# 19:00:23 y_morin chris86: the static link issue is a bit complex to explain. See: http://crosstool-ng.org/hg/crosstool-ng/rev/333d3e40cbd1
# 19:00:39 y_morin chris86: It is not due to running on a VM, no issue on that side.
# 19:01:22 y_morin chris86: you could try using the code from the repository to see why static linking is not posible on your machine.
# 19:01:34 chris86 how do I do that?
# 19:01:39 y_morin chris86: I'm currently building your .config here. Will tell you how it goes.
# 19:02:03 y_morin chris86: http://crosstool-ng.org/#using_the_latest_development_stuff
# 19:02:40 y_morin chris86: long story made short: hg clone http://crosstool-ng.org/hg/crosstool-ng/
# 19:04:07 chris86 :) thanks. already cloning
# 19:04:48 chris86 I guess the ./bootstrap is needed? it requires a higher autoconf version for that
# 19:04:56 y_morin chris86: Good :-) I'll be heading off for dinner shortly, but will be back later tonight (~21h UTC)
# 19:05:06 y_morin chris86: yes, ./bootstrap *is* needed.
# 19:05:22 chris86 enjoy :) I'll try to get a newer autoconf :)
# 19:05:41 y_morin chris86: read you later.
# 19:07:58 y_morin chris86: just a quicky before I go: PPL built fine here with your .config (now at binutils).
# 19:08:14 y_morin goes for dinner, now! Groumph! :-)
# 19:38:01 chris86 y_moring: the static linking problem got solved by installing glibc-static package with yum. but still having issues with PPL
# 19:54:21 chris86 y_moring: maybe that output tells you more. it is form the config.log of ppl build -> http://pastebin.com/uBRkgCst
# 20:01:29 diorcety joins #crosstool-ng
# 20:15:47 chris86 quits : Read error: Connection reset by peer
# 20:18:10 thewonderidiot parts #crosstool-ng
# 20:18:10 chris86 joins #crosstool-ng
# 20:18:21 chris86 re
# 20:31:41 thewonderidiot joins #crosstool-ng
# 20:32:59 thewonderidiot quits : Client Quit
# 20:34:43 thewonderidiot joins #crosstool-ng
# 20:37:35 y_morin chris86: OK, we have an hint with your config.log: the -I is missing, so it can't find the gmp headers.
# 20:39:06 y_morin chris86: here's the corresponding hunk from my working case: http://code.bulix.org/iovzyy-82585
# 20:40:11 chris86 y_morin: ok. is there a way to fix that?
# 20:40:56 y_morin chris86: I don't know why ./configure is dropping the CFLAGS in your case. :-(
# 20:41:31 y_morin chris86: can you pastebin the complete config.log, please?
# 20:41:35 chris86 sure
# 20:43:38 chris86 y_morin: http://code.bulix.org/fgt08y-82586
# 20:45:17 y_morin chris86: thanks, I'm looking at it.
# 20:48:17 y_morin chris86: OK, it finds your host libgmp, instead of our own version. :-(
# 20:49:35 y_morin chris86: http://code.bulix.org/o1irh3-82587 <-- lines starting with '-' are mines, lines starting with '+' are yours.
# 20:50:24 chris86 y_morin: how comes it is using the host version?
# 20:50:24 y_morin chris86: are you root when you build?
# 20:50:41 chris86 y_morin: yes?
# 20:51:20 y_morin chris86: well, we build the companion libs for the host (because they are later linked in by gcc, so they need to be host), but we do not want to use your distro's libs, we want to use ours.
# 20:51:56 y_morin chris86: well do not build as root, it's dangerous: ct-ng does a 'rm -rf', so if you make a mistake, it can wipe away your entire system. :-(
# 20:52:07 y_morin (probably not related to your issue, though)
# 20:53:26 y_morin Why, why, why does it use the distro's libraries? WHY? :-(
# 20:54:51 chris86 just trying as non-root
# 20:56:22 y_morin chris86: that should make any difference, biut yes, run as non-root.
# 20:56:27 y_morin *but
# 20:56:30 chris86 maybe I just screwed up the whole vm. what os are you using? I could install a new one
# 20:58:58 y_morin chris86: I'm using Debian Squeeze x86_64 (aka amd64 in Debian land).
# 20:59:19 y_morin chris86: but if possible, I'd like to debug this issue of yours: there's no reason it does not work on centos.
# 20:59:47 y_morin chris86: GTG, BRB...
# 20:59:50 chris86 no prolm
# 21:00:04 chris86 problem*
# 21:04:27 y_morin chris86: Of course, if you can change your distro, and are in a hurry, then you can switch to another distro.
# 21:05:01 y_morin chris86: OTOH, if you are not in a hurry, then I'd like to solve this isue.
# 21:05:02 chris86 y_morin: no worries. Happy to have you debugging :)
# 21:05:56 y_morin chris86: I'm setting up a VM with a CentOS 6 here (it will always be usefull for other stuff, too). Any special gotchas I should avoid when installing the stuff?
# 21:06:22 chris86 no? basic install should do
# 21:06:45 y_morin And all development stuff will be automatically installed?
# 21:06:50 chris86 you just need to install these I guess -> yum install bison flex gperf texinfo libtool subversion glibc-static
# 21:06:59 y_morin chris86: OK, thanks
# 21:07:42 y_morin chris86: BTW: is the new check for static linking better than the previous one?
# 21:08:03 chris86 yes. it told me that it is missing some libs which I got by installing glibc-static
# 21:08:14 sfan5 is now known as: sfan5|OFF
# 21:08:59 y_morin chris86: OK, so that was a usefull change! :-)
# 21:09:24 y_morin Meh.. Network is crawling like a snail, today... :-(
# 21:10:39 y_morin Debian netinst CD image: 29MiB; CentOS netinstall CD image: 200MiB. WTF?
# 21:10:52 chris86 :D
# 21:11:43 chris86 just installing debian on a vm :)
# 21:13:27 y_morin chris86: CentoS-6 ~= RHEL-6 ?
# 21:13:43 chris86 yes
# 21:13:43 chris86 uses same packages
# 21:13:44 chris86 it is the same
# 21:14:08 y_morin OK. So I can tell virtmanager to cerate a RHEL6 using the CentOS install disc. Good. :-)
# 21:14:17 chris86 exactly
# 21:50:55 chris86 y_morin: on debian it works perfectly fine ^^ damn centos
# 21:51:17 y_morin chris86: Good to know it works for you.
# 21:51:35 y_morin chris86: My CentOS insztall is still on-going...
# 21:51:51 chris86 ^^ it takes 4ever
# 21:52:15 y_morin has a very slow network tonight: roughly 300KiBps... :-(
# 21:53:01 chris86 ew? is a bit faster here with 6mibps
# 21:53:56 y_morin I usualy have ~8Mibps, but tonight, somnething's wrong somewhere...
# 21:54:27 chris86 someone watching HD porn through your connection?
# 21:54:53 y_morin chris86: The only neightbors are the cows in the fields around. I doubt cows watch pron... :-)
# 21:55:07 y_morin *neighbors
# 21:55:07 chris86 you never know :)
# 21:55:18 chris86 where are you based?
# 21:55:25 y_morin *Holy sh!t! Cow pron! :-)
# 21:55:45 y_morin chris86: France, Britanny (West).
# 21:55:49 y_morin About you?
# 21:55:56 chris86 Zurich, Switzerland
# 21:56:11 y_morin K
# 21:57:57 smartin quits : Quit: good night
# 22:03:21 y_morin Hmm. Network issues resolved: remote-backup kicked in earlier tonight. Woot! :-)
# 22:03:39 chris86 ;)
# 22:05:46 y_morin chris86: well, not that good news: the remote machine had been off-line for some time, and was just rebooted a few hours ago. It's got a lot to sync... :-/
# 22:07:01 chris86 speaking about backups.. mine just kicked in too and trying to save 40gb...wtf
# 22:16:30 y_morin quits : Quit: Nighty Night!

Generated by ibotlog2html by Yann E. MORIN