[Bug other/38805] sed Unterminated `s' command

2009-01-17 Thread thomas dot jourdan at gmail dot com
--- Comment #10 from thomas dot jourdan at gmail dot com 2009-01-17 15:23 --- Hi My mistake was to export a function in the bash to fool a shell script. But then I configured GCC without removing it. I did : function install() { ginstall "$@"; } export -f install Then I configured G

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread rwild at gcc dot gnu dot org
--- Comment #9 from rwild at gcc dot gnu dot org 2009-01-15 07:16 --- > I had no knowledge of `config.status -d`, but this helped me a lot. I've been > able to see the confstat temporary files and figure out the problem. Thanks > for > pointing this out, this will help me a lot to debug

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread thomas dot jourdan at gmail dot com
--- Comment #8 from thomas dot jourdan at gmail dot com 2009-01-14 20:45 --- Hi all I did my homework tonight and I found the problem, thanks to your help. For other purposes, I had to export a function in my shell this way : ---8<--- function install() { ginstall "$@"; } export -f in

[Bug other/38805] sed Unterminated `s' command

2009-01-14 Thread rwild at gcc dot gnu dot org
--- Comment #7 from rwild at gcc dot gnu dot org 2009-01-14 18:02 --- Please go into the gcc directory in the build tree and confirm that ./config.status reproduces the errors (ignore further errors). If yes, then please show the output of ./config.status -d wc confstat*/* If an

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread thomas dot jourdan at gmail dot com
--- Comment #6 from thomas dot jourdan at gmail dot com 2009-01-13 21:11 --- Hi all, First of all, thanks for answering so quickly. I am using crosstool-ng (http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool) scripts to build my cross tool chain. It works greats (with the same gc

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread thomas dot jourdan at gmail dot com
--- Comment #5 from thomas dot jourdan at gmail dot com 2009-01-13 20:50 --- Created an attachment (id=17093) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17093&action=view) Configure and build log This patch contains the full build log of the cross tool chain. -- http://gc

[Bug other/38805] sed Unterminated `s' command

2009-01-13 Thread rwild at gcc dot gnu dot org
--- Comment #4 from rwild at gcc dot gnu dot org 2009-01-13 13:05 --- (In reply to comment #3) > for ac_var in `(set) 2>&1 | >sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do > That happens much earlier than the posted errors. Thomas, please print the full name of

[Bug other/38805] sed Unterminated `s' command

2009-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-01-13 01:01 --- for ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38805

[Bug other/38805] sed Unterminated `s' command

2009-01-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-01-13 00:59 --- How did you invoke configure? How did you invoke GNU make? -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug other/38805] sed Unterminated `s' command

2009-01-11 Thread thomas dot jourdan at gmail dot com
--- Comment #1 from thomas dot jourdan at gmail dot com 2009-01-11 15:19 --- Mistake in bug description : host = i386-pc-solaris2.11 build = i386-pc-solaris2.11 target = i686-nptl-linux-gnu This is a cross build -- thomas dot jourdan at gmail dot com changed: What|R