This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Need help testing 4.9.3 after compiling with 4.8.4 on Mint Linux 17.2
- From: Bryan Dunphy <b dot dunphy dot 342 at gmail dot com>
- To: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 11 Oct 2015 17:19:09 -0500
- Subject: Re: Need help testing 4.9.3 after compiling with 4.8.4 on Mint Linux 17.2
- Authentication-results: sourceware.org; auth=none
- References: <491B21C5-8818-43B1-8E8A-AA2C0A2E4DDF at gmail dot com> <CAH6eHdTeL4thZUgpWd9Y5Cs3y+3NvHJximXaTcmezGgYv6xwGw at mail dot gmail dot com> <62A2AC1A-C1F2-4720-AB80-8222D6E2359D at gmail dot com> <CAH6eHdT37K922pRgXKeaB+TYtM=bOaevHxhb8XCTfaNSKjDEPA at mail dot gmail dot com> <62E08AEE-7356-4606-BE42-F55A929DD9BC at gmail dot com> <CAH6eHdTLd6FmBL+FHjqR67fN6TR2haSuwbwANRC-XXixXareQA at mail dot gmail dot com>
I thought it WAS ccâing gcc-help, Iâll fix that now.
> On Oct 11, 2015, at 15:55, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>
> Please reply to the gcc-help mailing list, not just to me, so that
> other people can also respond to you.
>
>
>
> On 11 October 2015 at 20:54, Bryan Dunphy <b.dunphy.342@gmail.com> wrote:
>> I ran
>> â/usr/local/src/gcc-4.9.3/contrib/test_summaryâ -o -t
>> from /usr/local/obj/gcc-4.9.3 (directory created for the purpose of building gcc 4.9.3)
>> and it still showed nothing. Any more ideas?
>
> Why are you using the -o option?
>
> That's for reading old logs that have already been renamed by that
> script, but you've never run that script successfully, so the logs
> have never been renamed.
>
> If you just run the script with no options it will do what you need
> (it prints out a series of commands that would email the results to
> the gcc-testsresults list and rename the logs, but if you don't run
> those commands, just read them to see how many FAILs there are, then
> nothing gets renamed).
>
>
>
>> I am not in Linux as I type this email, so excuse minor command line typos and assume they were typed correctly at the terminal prompt.
>>
>>> On Oct 7, 2015, at 13:38, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>>>
>>> On 7 October 2015 at 19:18, Bryan Dunphy wrote:
>>>> Thanks for the advice, but â./test_summary | lessâ displayed nothing but END. So, what do I do now?
>>>
>>> Run it in the root of the build tree, where the logs from the tests
>>> are, not in the contrib directory in the source tree, where there are
>>> no logs.
>>