GNU bug report logs -
#10671
Automake 1.11 Test Suite Bug Report
Previous Next
Reported by: Matthew Wezowicz <mwezz <at> udel.edu>
Date: Tue, 31 Jan 2012 02:53:02 UTC
Severity: minor
Tags: moreinfo
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #36 received at 10671 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The script prints the following to the console:
+ mkdir am.dir
+ cd am.dir
+ cat
+ echo 'int bar () { return 0; }'
+ mkdir sub
+ echo 'choke me'
+ st=0
+ gcc -I. -I./sub -c -o foo.o foo.c
In file included from foo.c:1:
./sub/bar.h:1: error: expected `=', `,', `;', `asm' or `__attribute__'
before `me'
+ echo FAIL 1
FAIL 1
+ st=1
+ rm -f foo.o
++ pwd
+ gcc -I/build-tmp/am.dir -I./sub -c -o foo.o foo.c
In file included from foo.c:1:
./sub/bar.h:1: error: expected `=', `,', `;', `asm' or `__attribute__'
before `me'
+ echo FAIL 2
FAIL 2
+ st=1
+ exit 1
I tar'ed and attached the entire contents of am.dir.
On Tue, Feb 7, 2012 at 6:36 AM, Stefano Lattarini <
stefano.lattarini <at> gmail.com> wrote:
> Hi Matthew, sorry for the delay.
>
> On 02/01/2012 06:53 PM, Matthew Wezowicz wrote:
> > All bits may have been accidentally set when I scp'ed stdinc.dir to my
> > Windows machine for inspection.
> > I sent the .tar from it.
> >
> > I believe the SELinux is installed by default on CentOS 6.2 and I didn't
> > change it.
> >
> Let's hope it's not a SELinux-related bug -- I know basically nothing
> about SELinux.
>
> > Following the Libtool bug I retrieved the newer 1.11.2 version of
> Automake
> > and rebuilt it in a local directory as well but I still get the same
> failed
> > stdinc test.
> >
> And I still have no idea about what's really going on :-(
>
> Could you try running the attached script, and post its output and results?
>
> Thanks,
> Stefano
>
--
Matthew "Wezzy" Wezowicz
University of Delaware GCL Undergraduate Researcher
[Message part 2 (text/html, inline)]
[am.dir.tar (application/x-tar, attachment)]
This bug report was last modified 13 years and 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.