ibotlog2html for #crosstool-ng

<< Previous 2012-12-28 Next >>

# 00:02:13 y_morin quits : Quit: Nighty Night!
# 00:47:00 sh4rm4 quits : Remote host closed the connection
# 00:48:35 sh4rm4 joins #crosstool-ng
# 01:02:18 devcoder quits : Quit: devcoder
# 01:40:53 mingwandroid quits : Quit: Leaving.
# 02:38:53 alan_o joins #crosstool-ng
# 04:04:08 Net147 joins #crosstool-ng
# 05:32:01 alan_o quits : Quit: Leaving
# 07:43:39 sfan5 is now known as: sfan5|OFF
# 07:58:50 smartin joins #crosstool-ng
# 08:14:36 y_morin joins #crosstool-ng
# 08:24:20 smartin quits : Quit: leaving
# 09:53:19 diorcety joins #crosstool-ng
# 09:59:43 Net147 quits : Ping timeout: 260 seconds
# 10:02:12 Net147 joins #crosstool-ng
# 11:22:21 mingwandroid joins #crosstool-ng
# 11:28:49 sfan5|OFF is now known as: sfan5
# 11:46:42 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- It'll be on slashdot one day...
# 11:47:46 smartin joins #crosstool-ng
# 11:57:57 Net147 joins #crosstool-ng
# 12:12:45 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- *I* use it, so it must be good!
# 12:53:02 smartin quits : Quit: leaving
# 14:02:54 sfan5 is now known as: sfan5|OFF
# 14:59:02 devcoder joins #crosstool-ng
# 16:38:44 devcoder quits : Quit: devcoder
# 16:39:49 alan_o joins #crosstool-ng
# 16:45:25 devcoder joins #crosstool-ng
# 18:03:42 sfan5|OFF is now known as: sfan5
# 19:12:34 crazedpsyc joins #crosstool-ng
# 19:53:46 devcoder quits : Quit: devcoder
# 21:29:14 An_Ony_Moose y_morin: are you the current maintainer of crosstool-ng?
# 21:29:27 y_morin An_Ony_Moose: yep, that's me.
# 21:30:36 An_Ony_Moose y_morin: thank you VERY MUCH!
# 21:30:44 An_Ony_Moose and also for the help you provided the past few days
# 21:30:57 An_Ony_Moose I have now successfully set up a toolchain for programming for my calculator!
# 21:31:03 y_morin An_Ony_Moose: Cheers! You're welcome! :-)
# 21:31:32 y_morin An_Ony_Moose: Great! Would you mind sending a .config file for this? I'll include it in ct-ng
# 21:31:48 An_Ony_Moose sure... give me 5min
# 21:32:19 y_morin An_Ony_Moose: To create a sample: ct-ng saveconfig <-- and answer the few questions
# 21:32:56 crazedpsyc nice :)
# 21:33:14 crazedpsyc I'm just now enjoying zsh and nmap on my ARM tablet, hehe
# 21:33:35 An_Ony_Moose Reporter Name? Should I use real name, pseudo, both?
# 21:34:07 y_morin An_Ony_Moose: Real name, or both.
# 21:35:06 y_morin An_Ony_Moose: Also, see 'docs/C - Misc. tutorials.txt' for a tutorial on how to submit a patch.
# 21:35:47 y_morin An_Ony_Moose: For stuff to get in ct-ng, you'll have to sign-off your work, which means:
# 21:36:17 y_morin An_Ony_Moose: 1) add a line stating: "Signed-off-by: Real Name "
# 21:36:37 y_morin An_Ony_Moose: 2) This line means you are the author of the change, and are entitled to submit it.
# 21:37:05 An_Ony_Moose reporter URL?
# 21:37:10 An_Ony_Moose I don't really have a website
# 21:37:50 y_morin An_Ony_Moose: Leave empty, then. I'll add the link to the mailing list archive.
# 21:38:29 An_Ony_Moose ok...
# 21:38:43 An_Ony_Moose I don't really understand what saveconfig does though
# 21:40:21 An_Ony_Moose and I should probably change the CT_PREFIX_DIR right?
# 21:40:26 y_morin An_Ony_Moose: it creates a new sample. Samples are pre-configured toolchains.
# 21:40:31 An_Ony_Moose ah right
# 21:40:56 y_morin An_Ony_Moose: Then you can list existing samples: ct-ng list-samples
# 21:41:11 y_morin An_Ony_Moose: And use an existing sample: ct-ng sample-name
# 21:41:21 An_Ony_Moose does saveconfig get rid of prefix_dir?
# 21:41:30 An_Ony_Moose or should I adjust it/
# 21:41:34 y_morin An_Ony_Moose: No need to set CT_PREFIX_DIR. saveconfig sets it to a sane value.
# 21:41:42 An_Ony_Moose aah ok
# 21:42:00 y_morin An_Ony_Moose: Samples are located in the directory named... samples! ;-)
# 21:42:25 y_morin crazedpsyc: Nice to read! :-)
# 21:46:33 An_Ony_Moose ok so I made the sample. Now what?
# 21:48:01 y_morin An_Ony_Moose: Just a minute, back in a moment...
# 21:50:02 y_morin An_Ony_Moose: OK, back. What sources of ct-ng do you use: repository or tarball?
# 21:50:17 y_morin (repository == SCM)
# 21:50:43 An_Ony_Moose tarball
# 21:51:02 y_morin An_Ony_Moose: OK, so you have to do the diff by hand:
# 21:51:17 sfan5 is now known as: sfan5|OFF
# 21:51:26 y_morin An_Ony_Moose: 1) cd ..; mv crosstool-ng-VERSION crosstool-ng-VERSION.new
# 21:51:41 y_morin An_Ony_Moose: 2) tar xjf crosstool-ng-VERSION.tar.bz2
# 21:52:03 y_morin An_Ony_Moose: 3) diff -durN crosstool-NG-VERSION crosstool-ng-VERSION.new > sh3-casio.patch
# 21:52:25 y_morin An_Ony_Moose: 4) Create a new email, and copy-paste the patch in there
# 21:52:42 An_Ony_Moose ok...
# 21:52:43 y_morin An_Ony_Moose: 5) At the top of the mail, add your Signed-off-by line
# 21:52:52 y_morin An_Ony_Moose: And send the patch.
# 21:56:47 y_morin *the mail
# 22:42:28 An_Ony_Moose y_morin: what do I put in my signed-off-by line? and where to I send the mail?
# 22:43:30 y_morin An_Ony_Moose: See on http://crosstool-ng.org/ for the address of the list.
# 22:43:54 y_morin An_Ony_Moose: And see: http://crosstool-ng.org/hg/crosstool-ng/rev/d9e78e89b3f6 for an example Signed-off-by
# 22:44:19 y_morin An_Ony_Moose: and for an example of a message.
# 22:44:31 An_Ony_Moose ok!
# 22:44:48 y_morin An_Ony_Moose: Thank you! :-)
# 22:45:48 An_Ony_Moose so the crossgcc mailing list?
# 22:47:14 y_morin An_Ony_Moose: Yes.
# 22:48:08 An_Ony_Moose (I'll get there eventually! :P)
# 22:49:03 An_Ony_Moose oh also it included the PARALLEL_JOBS option during saveconfig... is that intended?
# 22:49:16 y_morin An_Ony_Moose: Step-by-step, one eventually walks a long way! :-)
# 22:49:28 y_morin An_Ony_Moose: No problem.
# 22:49:33 An_Ony_Moose ok!
# 22:50:11 y_morin An_Ony_Moose: You should not need the // jobs options, if set to 0, ct-ng uses the number of CPUs.
# 22:50:17 y_morin (for the future!)
# 22:50:22 An_Ony_Moose I'll email it in 2 days when I'm at home and it's more convenient
# 22:50:24 An_Ony_Moose ah right
# 22:51:49 y_morin An_Ony_Moose: OK, no problems. In two days, it's New Year's eve, and I have friends until Tuesday late. So don't expect a prompt answer then. ;-)
# 22:53:50 An_Ony_Moose the 30th isn't new year's eve...
# 22:54:21 y_morin Oh, you mean Sunday? I will probably be unavailable most of the day, too...
# 23:11:26 An_Ony_Moose ah well it's not pressing anyway
# 23:12:47 y_morin An_Ony_Moose: no, it's not. ;-)
# 23:13:20 An_Ony_Moose :) well see you around!
# 23:15:27 y_morin An_Ony_Moose: See ya! Happy New Year!
# 23:15:56 An_Ony_Moose you too :D
# 23:47:55 Net147 joins #crosstool-ng
# 23:58:38 y_morin quits : Quit: Nighty Night!
# 23:58:57 diorcety quits : Quit: Leaving.
# 23:59:33 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- The professional IRC Client :D
# 23:59:53 Net147 joins #crosstool-ng

Generated by ibotlog2html by Yann E. MORIN