public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug driver/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
@ 2008-08-31 21:05 ` hp at gcc dot gnu dot org
  2008-08-31 21:09 ` [Bug bootstrap/37304] " hp at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-08-31 21:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from hp at gcc dot gnu dot org  2008-08-31 21:04 -------
To wit, it does *not* happen for (pre-)installed binutils.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug driver/37304]  New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
@ 2008-08-31 21:05 hp at gcc dot gnu dot org
  2008-08-31 21:05 ` [Bug driver/37304] " hp at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-08-31 21:05 UTC (permalink / raw)
  To: gcc-bugs

With a binutils in-tree aka. combined tree, you'll see this non-breaking bug in
the build logs at e.g. revision 139804

Configuring in ./gcc
...
checking if the linker (ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)...
$(objdir)/../binutils/nm-new
checking the name lister ($(objdir)/../binutils/nm-new) interface...
/home/hp/combq/combined/gcc/configure: line 14727: objdir: command not found
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for ld option to reload object files... -r
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... $(objdir)/../binutils/ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... (cached) ranlib
checking command to parse $(objdir)/../binutils/nm-new output from gcc
object... /home/hp/combq/combined/gcc/configure: line 15636: objdir: command
not found
/home/hp/combq/combined/gcc/configure: line 15636: objdir: command not found
failed
...

I see this as far back as revision 135097, but not in e.g. gcc-4_3-branch
revision 135124.


-- 
           Summary: [4.4 Regression]: in-tree-binutils gcc configure tests
                    fail because of unexpanded $(objdir)
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hp at gcc dot gnu dot org
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: cris-axis-elf


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
  2008-08-31 21:05 ` [Bug driver/37304] " hp at gcc dot gnu dot org
@ 2008-08-31 21:09 ` hp at gcc dot gnu dot org
  2008-08-31 21:13 ` hp at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-08-31 21:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from hp at gcc dot gnu dot org  2008-08-31 21:07 -------
Maybe "bootstrap" is a more fitting component.


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|driver                      |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
  2008-08-31 21:05 ` [Bug driver/37304] " hp at gcc dot gnu dot org
  2008-08-31 21:09 ` [Bug bootstrap/37304] " hp at gcc dot gnu dot org
@ 2008-08-31 21:13 ` hp at gcc dot gnu dot org
  2008-09-02 20:42 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-08-31 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from hp at gcc dot gnu dot org  2008-08-31 21:12 -------
...and, to emphasize, this is *not* build-breaking, just perhaps turning off a
feature or two.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2008-08-31 21:13 ` hp at gcc dot gnu dot org
@ 2008-09-02 20:42 ` pinskia at gcc dot gnu dot org
  2008-09-09 20:33 ` jsm28 at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-09-02 20:42 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2008-09-02 20:42 ` pinskia at gcc dot gnu dot org
@ 2008-09-09 20:33 ` jsm28 at gcc dot gnu dot org
  2008-09-14 15:38 ` rwild at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-09-09 20:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2008-09-09 20:33 ` jsm28 at gcc dot gnu dot org
@ 2008-09-14 15:38 ` rwild at gcc dot gnu dot org
  2008-09-24 21:11 ` hp at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: rwild at gcc dot gnu dot org @ 2008-09-14 15:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rwild at gcc dot gnu dot org  2008-09-14 15:37 -------
FWIW, this happens inside libtool configure tests,
so I guess it is harmless inside gcc/.

Do you see this in other directories' configure outputs, too,
and if yes, can you post a little more context (esp. the 5 or so
lines following what you posted would have been interesting)?


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwild at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2008-09-14 15:38 ` rwild at gcc dot gnu dot org
@ 2008-09-24 21:11 ` hp at gcc dot gnu dot org
  2008-09-24 21:16 ` hp at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-09-24 21:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from hp at gcc dot gnu dot org  2008-09-24 21:10 -------
(In reply to comment #4)
> FWIW, this happens inside libtool configure tests,
> so I guess it is harmless inside gcc/.
> 
> Do you see this in other directories' configure outputs, too,

No.

> and if yes, can you post a little more context (esp. the 5 or so
> lines following what you posted would have been interesting)?

I'll attach the corresponding *native* x64-64 build of r139963,
where the behavior is visible for each stage.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2008-09-24 21:11 ` hp at gcc dot gnu dot org
@ 2008-09-24 21:16 ` hp at gcc dot gnu dot org
  2009-04-21 16:02 ` [Bug bootstrap/37304] [4.4/4.5 " jakub at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: hp at gcc dot gnu dot org @ 2008-09-24 21:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from hp at gcc dot gnu dot org  2008-09-24 21:15 -------
Created an attachment (id=16404)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16404&action=view)
bzip2:ed native x64-64-linux build_log

The build_log from GeoffK's contrib/regression/btest-gcc.sh) of trunk r139963
of a x86_64-unknown-linux-gnu test with in-tree binutils.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4/4.5 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2008-09-24 21:16 ` hp at gcc dot gnu dot org
@ 2009-04-21 16:02 ` jakub at gcc dot gnu dot org
  2009-07-22 10:33 ` jakub at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-04-21 16:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.0                       |4.4.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4/4.5 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2009-04-21 16:02 ` [Bug bootstrap/37304] [4.4/4.5 " jakub at gcc dot gnu dot org
@ 2009-07-22 10:33 ` jakub at gcc dot gnu dot org
  2009-10-15 12:55 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-07-22 10:33 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.1                       |4.4.2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4/4.5 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2009-07-22 10:33 ` jakub at gcc dot gnu dot org
@ 2009-10-15 12:55 ` jakub at gcc dot gnu dot org
  2010-01-21 13:18 ` jakub at gcc dot gnu dot org
  2010-04-30  9:01 ` [Bug bootstrap/37304] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-10-15 12:55 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.2                       |4.4.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4/4.5 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2009-10-15 12:55 ` jakub at gcc dot gnu dot org
@ 2010-01-21 13:18 ` jakub at gcc dot gnu dot org
  2010-04-30  9:01 ` [Bug bootstrap/37304] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-01-21 13:18 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.3                       |4.4.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

* [Bug bootstrap/37304] [4.4/4.5/4.6 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir)
  2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2010-01-21 13:18 ` jakub at gcc dot gnu dot org
@ 2010-04-30  9:01 ` jakub at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: jakub at gcc dot gnu dot org @ 2010-04-30  9:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.4.4                       |4.4.5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37304


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

end of thread, other threads:[~2010-04-30  8:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-31 21:05 [Bug driver/37304] New: [4.4 Regression]: in-tree-binutils gcc configure tests fail because of unexpanded $(objdir) hp at gcc dot gnu dot org
2008-08-31 21:05 ` [Bug driver/37304] " hp at gcc dot gnu dot org
2008-08-31 21:09 ` [Bug bootstrap/37304] " hp at gcc dot gnu dot org
2008-08-31 21:13 ` hp at gcc dot gnu dot org
2008-09-02 20:42 ` pinskia at gcc dot gnu dot org
2008-09-09 20:33 ` jsm28 at gcc dot gnu dot org
2008-09-14 15:38 ` rwild at gcc dot gnu dot org
2008-09-24 21:11 ` hp at gcc dot gnu dot org
2008-09-24 21:16 ` hp at gcc dot gnu dot org
2009-04-21 16:02 ` [Bug bootstrap/37304] [4.4/4.5 " jakub at gcc dot gnu dot org
2009-07-22 10:33 ` jakub at gcc dot gnu dot org
2009-10-15 12:55 ` jakub at gcc dot gnu dot org
2010-01-21 13:18 ` jakub at gcc dot gnu dot org
2010-04-30  9:01 ` [Bug bootstrap/37304] [4.4/4.5/4.6 " jakub at gcc dot gnu dot org

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).