GNU bug report logs - #10462
Bug Report - Building all tools in 64Bit on Solaris 10.

Previous Next

Package: automake;

Reported by: ROBERT JONES <zaphod1 <at> optonline.net>

Date: Mon, 9 Jan 2012 09:28:02 UTC

Severity: minor

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#10462: closed (Bug Report - Building all tools in 64Bit on
 Solaris 10.)
Date: Tue, 27 Mar 2012 12:07:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 Mar 2012 13:35:00 +0200
with message-id <4F71A5E4.6060706 <at> gmail.com>
and subject line Re: bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10.
has caused the debbugs.gnu.org bug report #10462,
regarding Bug Report - Building all tools in 64Bit on Solaris 10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
10462: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10462
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ROBERT JONES <zaphod1 <at> optonline.net>
To: bug-automake <at> gnu.org
Subject: Bug Report - Building all tools in 64Bit on Solaris 10.
Date: Mon, 09 Jan 2012 02:19:46 -0500 (EST)
See below.  The bottom line is the reset of CFLAGS to remove the -m64 
for compiles that link....
Tests that didn't fail didn't have to link with anything else that was 
built when CFLAGS was untouched.

Robert W. Jones

gfp-ip <at> gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests
$ grep "^CFLAGS=" 
/appl/archives/build_tools/tools/src/automake-1.11.1/tests/* | more

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi3.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi3b.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/ansi5.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/ccnoco.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/ccnoco3.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond16.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond18.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond19.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/cond4.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/depcomp2.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/depend2.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/lex3.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/pr87.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/subobj3.test:CFLAGS=

/appl/archives/build_tools/tools/src/automake-1.11.1/tests/substref.test:CFLAGS=
gfp-ip <at> gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests
$ egrep "^FAIL:|^CFLAGS|^ld" test-suite.log | more
FAIL: ansi3.test (exit: 2)
CFLAGS=
ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to ansi2knr
FAIL: ansi3b.test (exit: 2)
CFLAGS=
ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to ansi2knr
FAIL: ansi5.test (exit: 2)
CFLAGS=
ld: fatal: file ansi2knr.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to ansi2knr
FAIL: ccnoco.test (exit: 2)
CFLAGS=
ld: fatal: file wish-a.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to wish
FAIL: ccnoco3.test (exit: 1)
CFLAGS=
ld: fatal: file a.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to wish
FAIL: depend2.test (exit: 2)
CFLAGS=
ld: fatal: file hello.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to hello
ldadd: running libtool --version
ldflags: running libtool --version
FAIL: lex3.test (exit: 2)
CFLAGS=
ld: fatal: file foo.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to foo
FAIL: pr87.test (exit: 1)
CFLAGS=
ld: fatal: file foo.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to foo
FAIL: subobj3.test (exit: 2)
CFLAGS=
ld: fatal: file sub/hello.o: wrong ELF class: ELFCLASS32
ld: fatal: File processing errors. No output written to hello
gfp-ip <at> gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests
$ grep CFLAGS Makefile
gfp-ip <at> gfpmtipb:pts9:/build_tools/tools/build/automake-1.11.1/tests
$ grep CFLAGS ../../../MasterBuild
CFLAGS="-m64 -I${INSTARGET}/include"
FCFLAGS="-m64"
export OPTFLAGS CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS


[Message part 3 (message/rfc822, inline)]
From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: ROBERT JONES <zaphod1 <at> optonline.net>
Cc: 10462-done <at> debbugs.gnu.org
Subject: Re: bug#10462: Bug Report - Building all tools in 64Bit on Solaris 10.
Date: Tue, 27 Mar 2012 13:35:00 +0200
On 03/02/2012 09:36 PM, Stefano Lattarini wrote:
>
> The issue you have encountered is just a testsuite weakness; nothing you
> should really worry about, since it is not a symptom of any real automake
> bug.  And it should now be solved in the master branch.
> 
> I will wait a week or so before closing the report though, in case you feel
> like trying out the code in master and (hopefully) confirming the fix truly
> work.
>
That "week" turned out to be almost two months long apparently :-)

I'm closing this report now.

Regards,
  Stefano


This bug report was last modified 13 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.