public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* CT-NG v1.14.0 Build Fails
@ 2012-02-01 19:39 Chris Wilkinson
  2012-02-01 19:46 ` Bryan Hundven
  2012-02-02  3:22 ` Chris Wilkinson
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Wilkinson @ 2012-02-01 19:39 UTC (permalink / raw)
  To: crossgcc

Fails at step cc_core_pass_2. Using the sample config
'powerpc-e300c3-linux-gnu'.

Build.log>>>
....
[ALL  ]    In file included from
/home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow.h:877:0,
[ALL  ]                     from
/home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:56:
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:
In function 'num_ssa_operands':
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:872:8:
warning: variable 't' set but not used [-Wunused-but-set-variable]
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
In function 'paired_emit_vector_compare':
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:4187:23:
warning: variable 'equal_zero' set but not used
[-Wunused-but-set-variable]
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
In function 'altivec_expand_dst_builtin':
[ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:10141:35:
warning: variable 'mode2' set but not used [-Wunused-but-set-variable]
[ALL  ]    /bin/bash: line 1:  2068 Killed
build/genautomata
/home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.md
insn-conditions.md > tmp-automata.c
[ERROR]    make[3]: *** [s-automata] Error 137
[ALL  ]    make[3]: *** Waiting for unfinished jobs....
[ALL  ]    rm gcc.pod
[ALL  ]    make[3]: Leaving directory
`/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared/gcc'
[ERROR]    make[2]: *** [all-gcc] Error 2
[ALL  ]    make[2]: Leaving directory
`/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared'
[ERROR]
[ERROR]  >>
[ERROR]  >>  Build failed in step 'Installing shared core C compiler'
[ERROR]  >>        called in step '(top-level)'
[ERROR]  >>
[ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@172]
[ERROR]  >>        called from: do_cc_core[scripts/build/cc/gcc.sh@392]
[ERROR]  >>        called from: do_cc_core_pass_2[scripts/build/cc/gcc.sh@89]
[ERROR]  >>        called from: main[scripts/crosstool-NG.sh@597]
[ERROR]  >>
[ERROR]  >>  For more info on this error, look at the file: 'build.log'
[ERROR]  >>  There is a list of known issues, some with workarounds, in:
[ERROR]  >>      'docs/B - Known issues.txt'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CT-NG v1.14.0 Build Fails
  2012-02-01 19:39 CT-NG v1.14.0 Build Fails Chris Wilkinson
@ 2012-02-01 19:46 ` Bryan Hundven
  2012-02-01 21:08   ` Yann E. MORIN
  2012-02-02  3:22 ` Chris Wilkinson
  1 sibling, 1 reply; 5+ messages in thread
From: Bryan Hundven @ 2012-02-01 19:46 UTC (permalink / raw)
  To: Chris Wilkinson; +Cc: crossgcc

On Wed, Feb 1, 2012 at 11:38 AM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> Fails at step cc_core_pass_2. Using the sample config
> 'powerpc-e300c3-linux-gnu'.
>
> Build.log>>>
> ....
> [ALL  ]    In file included from
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow.h:877:0,
> [ALL  ]                     from
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:56:
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:
> In function 'num_ssa_operands':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:872:8:
> warning: variable 't' set but not used [-Wunused-but-set-variable]
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
> In function 'paired_emit_vector_compare':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:4187:23:
> warning: variable 'equal_zero' set but not used
> [-Wunused-but-set-variable]
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
> In function 'altivec_expand_dst_builtin':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:10141:35:
> warning: variable 'mode2' set but not used [-Wunused-but-set-variable]
> [ALL  ]    /bin/bash: line 1:  2068 Killed
> build/genautomata
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.md
> insn-conditions.md > tmp-automata.c
> [ERROR]    make[3]: *** [s-automata] Error 137
> [ALL  ]    make[3]: *** Waiting for unfinished jobs....
> [ALL  ]    rm gcc.pod
> [ALL  ]    make[3]: Leaving directory
> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared/gcc'
> [ERROR]    make[2]: *** [all-gcc] Error 2
> [ALL  ]    make[2]: Leaving directory
> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared'
> [ERROR]
> [ERROR]  >>
> [ERROR]  >>  Build failed in step 'Installing shared core C compiler'
> [ERROR]  >>        called in step '(top-level)'
> [ERROR]  >>
> [ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@172]
> [ERROR]  >>        called from: do_cc_core[scripts/build/cc/gcc.sh@392]
> [ERROR]  >>        called from: do_cc_core_pass_2[scripts/build/cc/gcc.sh@89]
> [ERROR]  >>        called from: main[scripts/crosstool-NG.sh@597]
> [ERROR]  >>
> [ERROR]  >>  For more info on this error, look at the file: 'build.log'
> [ERROR]  >>  There is a list of known issues, some with workarounds, in:
> [ERROR]  >>      'docs/B - Known issues.txt'
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>

Could you post a full build.log somewhere. Please don't attach it to
the ML, as it is too big.
Also, I know it is a sample config, but it may be outdated and before
the build ct-ng runs 'oldconfig' which changes the config. If you
could also post the config from your build directory, that could also
prove useful.

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CT-NG v1.14.0 Build Fails
  2012-02-01 19:46 ` Bryan Hundven
@ 2012-02-01 21:08   ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2012-02-01 21:08 UTC (permalink / raw)
  To: crossgcc; +Cc: Bryan Hundven, Chris Wilkinson

Chris, Bryan, All,

On Wednesday 01 February 2012 20:46:33 Bryan Hundven wrote:
> On Wed, Feb 1, 2012 at 11:38 AM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> > Fails at step cc_core_pass_2. Using the sample config
> > 'powerpc-e300c3-linux-gnu'.

That sample built fine yesterday before I did the release.
Host: Debian Squeeze x86_64

I'm rebuilding right now to double-check, though...

> Could you post a full build.log somewhere. Please don't attach it to
> the ML, as it is too big.
> Also, I know it is a sample config, but it may be outdated and before
> the build ct-ng runs 'oldconfig' which changes the config. If you
> could also post the config from your build directory, that could also
> prove useful.

What you said made me think about it, and you are right. Even if the sample
is up-to-date with the option set, if the host is missing some dependencies
which were present on my system, then the local .config can indeed be
different.

If this is the case, then 'oldconfig' would prompt the user, so it would
have been noticed...

But indeed: build.log (compressed) on some http site, and local .config
would help to solve the issue.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CT-NG v1.14.0 Build Fails
  2012-02-01 19:39 CT-NG v1.14.0 Build Fails Chris Wilkinson
  2012-02-01 19:46 ` Bryan Hundven
@ 2012-02-02  3:22 ` Chris Wilkinson
  2012-02-02 15:12   ` Chris Wilkinson
  1 sibling, 1 reply; 5+ messages in thread
From: Chris Wilkinson @ 2012-02-02  3:22 UTC (permalink / raw)
  To: crossgcc

I re-ran step cc_core_pass_2 and it worked OK this time so I lost the
failed build log :(

Continued stepping until step cc which failed. Re-running step cc did
not work. It failed with the same error message as before
(s-automata).

Any suggestions where to post the build log for you guys to look over?

Chris

On Wed, Feb 1, 2012 at 2:38 PM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> Fails at step cc_core_pass_2. Using the sample config
> 'powerpc-e300c3-linux-gnu'.
>
> Build.log>>>
> ....
> [ALL  ]    In file included from
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow.h:877:0,
> [ALL  ]                     from
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:56:
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:
> In function 'num_ssa_operands':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:872:8:
> warning: variable 't' set but not used [-Wunused-but-set-variable]
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
> In function 'paired_emit_vector_compare':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:4187:23:
> warning: variable 'equal_zero' set but not used
> [-Wunused-but-set-variable]
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
> In function 'altivec_expand_dst_builtin':
> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:10141:35:
> warning: variable 'mode2' set but not used [-Wunused-but-set-variable]
> [ALL  ]    /bin/bash: line 1:  2068 Killed
> build/genautomata
> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.md
> insn-conditions.md > tmp-automata.c
> [ERROR]    make[3]: *** [s-automata] Error 137
> [ALL  ]    make[3]: *** Waiting for unfinished jobs....
> [ALL  ]    rm gcc.pod
> [ALL  ]    make[3]: Leaving directory
> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared/gcc'
> [ERROR]    make[2]: *** [all-gcc] Error 2
> [ALL  ]    make[2]: Leaving directory
> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared'
> [ERROR]
> [ERROR]  >>
> [ERROR]  >>  Build failed in step 'Installing shared core C compiler'
> [ERROR]  >>        called in step '(top-level)'
> [ERROR]  >>
> [ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@172]
> [ERROR]  >>        called from: do_cc_core[scripts/build/cc/gcc.sh@392]
> [ERROR]  >>        called from: do_cc_core_pass_2[scripts/build/cc/gcc.sh@89]
> [ERROR]  >>        called from: main[scripts/crosstool-NG.sh@597]
> [ERROR]  >>
> [ERROR]  >>  For more info on this error, look at the file: 'build.log'
> [ERROR]  >>  There is a list of known issues, some with workarounds, in:
> [ERROR]  >>      'docs/B - Known issues.txt'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: CT-NG v1.14.0 Build Fails
  2012-02-02  3:22 ` Chris Wilkinson
@ 2012-02-02 15:12   ` Chris Wilkinson
  0 siblings, 0 replies; 5+ messages in thread
From: Chris Wilkinson @ 2012-02-02 15:12 UTC (permalink / raw)
  To: crossgcc

The log file of the failed build is here:

http://www.merrie-england.us/public

Host: Unbuntu 11.10

Chris

On Wed, Feb 1, 2012 at 10:22 PM, Chris Wilkinson <winstonian36@gmail.com> wrote:
> I re-ran step cc_core_pass_2 and it worked OK this time so I lost the
> failed build log :(
>
> Continued stepping until step cc which failed. Re-running step cc did
> not work. It failed with the same error message as before
> (s-automata).
>
> Any suggestions where to post the build log for you guys to look over?
>
> Chris
>
> On Wed, Feb 1, 2012 at 2:38 PM, Chris Wilkinson <winstonian36@gmail.com> wrote:
>> Fails at step cc_core_pass_2. Using the sample config
>> 'powerpc-e300c3-linux-gnu'.
>>
>> Build.log>>>
>> ....
>> [ALL  ]    In file included from
>> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow.h:877:0,
>> [ALL  ]                     from
>> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:56:
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:
>> In function 'num_ssa_operands':
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/tree-flow-inline.h:872:8:
>> warning: variable 't' set but not used [-Wunused-but-set-variable]
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
>> In function 'paired_emit_vector_compare':
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:4187:23:
>> warning: variable 'equal_zero' set but not used
>> [-Wunused-but-set-variable]
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:
>> In function 'altivec_expand_dst_builtin':
>> [ALL  ]    /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.c:10141:35:
>> warning: variable 'mode2' set but not used [-Wunused-but-set-variable]
>> [ALL  ]    /bin/bash: line 1:  2068 Killed
>> build/genautomata
>> /home/chrisw/crosstool-ng-1.14.0/.build/src/gcc-4.5.2/gcc/config/rs6000/rs6000.md
>> insn-conditions.md > tmp-automata.c
>> [ERROR]    make[3]: *** [s-automata] Error 137
>> [ALL  ]    make[3]: *** Waiting for unfinished jobs....
>> [ALL  ]    rm gcc.pod
>> [ALL  ]    make[3]: Leaving directory
>> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared/gcc'
>> [ERROR]    make[2]: *** [all-gcc] Error 2
>> [ALL  ]    make[2]: Leaving directory
>> `/home/chrisw/crosstool-ng-1.14.0/.build/powerpc-e300c3-linux-gnu/build/build-cc-core-shared'
>> [ERROR]
>> [ERROR]  >>
>> [ERROR]  >>  Build failed in step 'Installing shared core C compiler'
>> [ERROR]  >>        called in step '(top-level)'
>> [ERROR]  >>
>> [ERROR]  >>  Error happened in: CT_DoExecLog[scripts/functions@172]
>> [ERROR]  >>        called from: do_cc_core[scripts/build/cc/gcc.sh@392]
>> [ERROR]  >>        called from: do_cc_core_pass_2[scripts/build/cc/gcc.sh@89]
>> [ERROR]  >>        called from: main[scripts/crosstool-NG.sh@597]
>> [ERROR]  >>
>> [ERROR]  >>  For more info on this error, look at the file: 'build.log'
>> [ERROR]  >>  There is a list of known issues, some with workarounds, in:
>> [ERROR]  >>      'docs/B - Known issues.txt'

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-02 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-01 19:39 CT-NG v1.14.0 Build Fails Chris Wilkinson
2012-02-01 19:46 ` Bryan Hundven
2012-02-01 21:08   ` Yann E. MORIN
2012-02-02  3:22 ` Chris Wilkinson
2012-02-02 15:12   ` Chris Wilkinson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).