public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [gdbadmin@sourceware.org: make-snapshot gdb current failed]
@ 2021-01-11  2:53 Joel Brobecker
  2021-01-11  2:59 ` H.J. Lu
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2021-01-11  2:53 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

Hello,

FYI, the source packaging for GDB started failing 2 days ago (see
attached error message), and I don't think I will have time to look
into it before this coming weekend.

I did a build of GDB from scratch, and that worked. So this is
the good news. The bad news is that we'll have to first see if
we can reproduce with the src-release.sh script.

Copying H.J on the off chance that his patches about passing
--plugin to AR and RANLIB might be related.

-- 
Joel

[-- Attachment #2: Type: message/rfc822, Size: 4821 bytes --]

From: GDB Administrator <gdbadmin@sourceware.org>
To: brobecke@sourceware.org
Subject: make-snapshot gdb current failed
Date: Mon, 11 Jan 2021 01:48:24 +0000
Message-ID: <20210111014824.C3E4C385480A@sourceware.org>

  CC       count-one-bits.o
  CC       dirname-lgpl.o
  CC       basename-lgpl.o
  CC       stripslash.o
  CC       exitfail.o
  CC       fd-hook.o
  CC       fd-safer-flag.o
  CC       dup-safer-flag.o
  CC       filenamecat-lgpl.o
  CC       getprogname.o
  CC       hard-locale.o
  CC       localcharset.o
  CC       glthread/lock.o
  CC       malloca.o
  CC       math.o
  CC       openat-die.o
  CC       save-cwd.o
  CC       malloc/scratch_buffer_grow.o
  CC       malloc/scratch_buffer_grow_preserve.o
  CC       malloc/scratch_buffer_set_array_size.o
  CC       setlocale_null.o
  CC       stat-time.o
  CC       strnlen1.o
  CC       sys_socket.o
  CC       tempname.o
  CC       glthread/threadlib.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       fcntl.o
  CC       localtime-buffer.o
  CC       mbrtowc.o
  CC       strerror_r.o
  CC       strstr.o
  AR       libgnu.a
ar: no operation specified
make[5]: *** [Makefile:1870: libgnu.a] Error 1
make[5]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gnulib/import'
make[4]: *** [Makefile:2034: all-recursive] Error 1
make[4]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gnulib/import'
make[3]: *** [Makefile:1809: all] Error 2
make[3]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gnulib/import'
make[2]: *** [Makefile:1655: all-recursive] Error 1
make[2]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gnulib'
make[1]: *** [Makefile:1594: all] Error 2
make[1]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gnulib'
make: *** [Makefile:9253: all-gnulib] Error 2

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-01-11  2:53 [gdbadmin@sourceware.org: make-snapshot gdb current failed] Joel Brobecker
@ 2021-01-11  2:59 ` H.J. Lu
  2021-01-11  3:07   ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: H.J. Lu @ 2021-01-11  2:59 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: GDB

On Sun, Jan 10, 2021 at 6:53 PM Joel Brobecker <brobecker@adacore.com> wrote:
>
> Hello,
>
> FYI, the source packaging for GDB started failing 2 days ago (see
> attached error message), and I don't think I will have time to look
> into it before this coming weekend.
>
> I did a build of GDB from scratch, and that worked. So this is
> the good news. The bad news is that we'll have to first see if
> we can reproduce with the src-release.sh script.
>
> Copying H.J on the off chance that his patches about passing
> --plugin to AR and RANLIB might be related.
>

How can I reproduce it?

-- 
H.J.

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-01-11  2:59 ` H.J. Lu
@ 2021-01-11  3:07   ` Joel Brobecker
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Brobecker @ 2021-01-11  3:07 UTC (permalink / raw)
  To: H.J. Lu via Gdb-patches

> > FYI, the source packaging for GDB started failing 2 days ago (see
> > attached error message), and I don't think I will have time to look
> > into it before this coming weekend.
> >
> > I did a build of GDB from scratch, and that worked. So this is
> > the good news. The bad news is that we'll have to first see if
> > we can reproduce with the src-release.sh script.
> >
> > Copying H.J on the off chance that his patches about passing
> > --plugin to AR and RANLIB might be related.
> 
> How can I reproduce it?

As far as I can tell from reading the nightly scripts, what we do
is just call...

    $ ./src-release.sh gdb

-- 
Joel

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-07-08 14:02     ` Simon Marchi
@ 2021-07-08 15:10       ` Joel Brobecker
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Brobecker @ 2021-07-08 15:10 UTC (permalink / raw)
  To: Simon Marchi; +Cc: Joel Brobecker, gdb-patches

> Thanks, I took that as an approval, so I pushed the patch to master and
> gdb-11-branch (with ChangeLog entry).

Perfect. Thank you, Simon!

-- 
Joel

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-07-07 17:58   ` Joel Brobecker
@ 2021-07-08 14:02     ` Simon Marchi
  2021-07-08 15:10       ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Marchi @ 2021-07-08 14:02 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches



On 2021-07-07 1:58 p.m., Joel Brobecker wrote:
>> In the generated gdb/Makefile, I see:
>>
>>     SUBDIRS = doc  testsuite data-directory testsuite
>>
>> So what likely happens is that it tries to run distclean twice in
>> testsuite.  The second time around, the Makefile in there doesn't exist.
>>
>> In Makefile.in, it looks like this:
>>
>>     SUBDIRS = doc @subdirs@ data-directory testsuite
>>
>> So the first testsuite comes from the AC_CONFIG_SUBDIRS macro in
>> configure.ac, and the second is hardcoded.  The second one should be
>> removed.  I missed it because it was not added by the patch that removed
>> testsuite/configure, it was added later.
>>
>> I'll write / test / send a patch tomorrow.
> 
> Nice find. Thanks Simon.
> 

Thanks, I took that as an approval, so I pushed the patch to master and
gdb-11-branch (with ChangeLog entry).

Simon


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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-07-07  3:04 ` Simon Marchi
@ 2021-07-07 17:58   ` Joel Brobecker
  2021-07-08 14:02     ` Simon Marchi
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2021-07-07 17:58 UTC (permalink / raw)
  To: Simon Marchi; +Cc: Joel Brobecker, gdb-patches

> In the generated gdb/Makefile, I see:
> 
>     SUBDIRS = doc  testsuite data-directory testsuite
> 
> So what likely happens is that it tries to run distclean twice in
> testsuite.  The second time around, the Makefile in there doesn't exist.
> 
> In Makefile.in, it looks like this:
> 
>     SUBDIRS = doc @subdirs@ data-directory testsuite
> 
> So the first testsuite comes from the AC_CONFIG_SUBDIRS macro in
> configure.ac, and the second is hardcoded.  The second one should be
> removed.  I missed it because it was not added by the patch that removed
> testsuite/configure, it was added later.
> 
> I'll write / test / send a patch tomorrow.

Nice find. Thanks Simon.

-- 
Joel

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2021-07-07  2:20 Joel Brobecker
@ 2021-07-07  3:04 ` Simon Marchi
  2021-07-07 17:58   ` Joel Brobecker
  0 siblings, 1 reply; 10+ messages in thread
From: Simon Marchi @ 2021-07-07  3:04 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: gdb-patches



On 2021-07-06 10:20 p.m., Joel Brobecker wrote:
> Hey Simon,
> 
> Please do not investigate if you can't see why your patch could be
> related to this, but I thought I'd ask you what you thought before
> I dive it myself (I've just had a very long day...).
> 
> I just got the attached report from our nightly source package script.
> Do you think your patch ...
> 
>     | commit 8043d65ba257c3f1ab08e2cce6a1b005923c17cb
>     | Author: Simon Marchi <simon.marchi@polymtl.ca>
>     | Date:   Tue Jul 6 14:54:29 2021 -0400
>     | Subject: gdb/testsuite: restore configure script
> 
> Might be the cause of it?
> 
> The log is not super helpful, but it looks like it's maybe failing
> during a "make distclean". Perhaps the key is this message?
> 
>     | Missing testsuite/Makefile
> 
> If it doesn't ring a bell, please feel free to let me isolate
> and reproduce the problem, so I can at least provide more details.
> Those nightly scripts are a real pain to follow, as they are
> multilayered and love to make things so generic as always being
> a pure headache in figuring out exactly what they do in practice...
> 

In the generated gdb/Makefile, I see:

    SUBDIRS = doc  testsuite data-directory testsuite

So what likely happens is that it tries to run distclean twice in
testsuite.  The second time around, the Makefile in there doesn't exist.

In Makefile.in, it looks like this:

    SUBDIRS = doc @subdirs@ data-directory testsuite

So the first testsuite comes from the AC_CONFIG_SUBDIRS macro in
configure.ac, and the second is hardcoded.  The second one should be
removed.  I missed it because it was not added by the patch that removed
testsuite/configure, it was added later.

I'll write / test / send a patch tomorrow.

Simon

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

* [gdbadmin@sourceware.org: make-snapshot gdb current failed]
@ 2021-07-07  2:20 Joel Brobecker
  2021-07-07  3:04 ` Simon Marchi
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2021-07-07  2:20 UTC (permalink / raw)
  To: Simon Marchi; +Cc: gdb-patches, Joel Brobecker

[-- Attachment #1: Type: text/plain, Size: 1028 bytes --]

Hey Simon,

Please do not investigate if you can't see why your patch could be
related to this, but I thought I'd ask you what you thought before
I dive it myself (I've just had a very long day...).

I just got the attached report from our nightly source package script.
Do you think your patch ...

    | commit 8043d65ba257c3f1ab08e2cce6a1b005923c17cb
    | Author: Simon Marchi <simon.marchi@polymtl.ca>
    | Date:   Tue Jul 6 14:54:29 2021 -0400
    | Subject: gdb/testsuite: restore configure script

Might be the cause of it?

The log is not super helpful, but it looks like it's maybe failing
during a "make distclean". Perhaps the key is this message?

    | Missing testsuite/Makefile

If it doesn't ring a bell, please feel free to let me isolate
and reproduce the problem, so I can at least provide more details.
Those nightly scripts are a real pain to follow, as they are
multilayered and love to make things so generic as always being
a pure headache in figuring out exactly what they do in practice...

-- 
Joel

[-- Attachment #2: Type: message/rfc822, Size: 7429 bytes --]

From: GDB Administrator <gdbadmin@sourceware.org>
To: brobecke@sourceware.org
Subject: make-snapshot gdb current failed
Date: Wed, 07 Jul 2021 01:50:22 +0000
Message-ID: <20210707015022.83B2A385743E@sourceware.org>

rm -f init.c stamp-init version.c stamp-version
rm -f gdb core make.log
rm -f gdb[0-9]
rm -f test-cp-name-parser
rm -f xml-builtin.c stamp-xml
rm -f .deps/*
for i in arch cli dwarf2 mi compile tui unittests guile python target nat; do \
	rm -f $i/*.o;	\
	rm -f $i/.deps/*; \
done
make[3]: Entering directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb'
make[4]: Entering directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/doc'
rm -f gdb.mm gdb.ms gdb.me links2roff
rm -f gdb.aux gdb.cp* gdb.fn* gdb.ky* gdb.log gdb.pg* gdb.toc gdb.tp* gdb.vr*
rm -f stabs.aux stabs.cp* stabs.fn* stabs.ky* stabs.log stabs.pg* stabs.toc stabs.tp* stabs.vr*
rm -f annotate.aux annotate.cp* annotate.fn* annotate.ky* annotate.log annotate.pg* annotate.toc annotate.tp* annotate.vr*
rm -f sedref.dvi sedref.tex tmp.sed
rm -f gdb-cfg.texi
rm -f Makefile
make[4]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/doc'
make[4]: Entering directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/testsuite'
rm -f *~ core *.o a.out xgdb *.x *.grt bigcore.corefile .gdb_history
rm -f core.* *.tf *.cl tracecommandsscript copy1.txt zzz-gdbscript
rm -f *.dwo *.dwp
rm -rf outputs temp cache
rm -rf gdb.perf/workers gdb.perf/outputs gdb.perf/temp gdb.perf/cache
rm -f read1.so expect-read1
rm -f *~ core
rm -f Makefile config.status *-init.exp
rm -fr *.log summary detail *.plog *.sum *.psum site.*
make[4]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/testsuite'
make[4]: Entering directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/data-directory'
rm -rf syscalls
rm -f stamp-syscalls
rm -rf python
rm -f stamp-python
rm -rf guile
rm -f stamp-guile
rm -rf system-gdbinit
rm -f stamp-system-gdbinit
rm -f Makefile
make[4]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb/data-directory'
Missing testsuite/Makefile
make[3]: *** [Makefile:1969: subdir_do] Error 1
make[3]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb'
make[2]: *** [Makefile:1936: distclean] Error 2
make[2]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src/gdb'
make[1]: *** [Makefile:10438: distclean-gdb] Error 1
make[1]: Leaving directory '/sourceware1/snapshot-tmp/gdb/snapshot/current-gdb/make-snapshot/src'
make: *** [Makefile:1964: do-distclean] Error 2

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

* Re: [gdbadmin@sourceware.org: make-snapshot gdb current failed]
  2011-07-14  4:50 Joel Brobecker
@ 2011-07-14 14:59 ` Alan Modra
  0 siblings, 0 replies; 10+ messages in thread
From: Alan Modra @ 2011-07-14 14:59 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: binutils, gdb-patches

On Wed, Jul 13, 2011 at 09:24:15PM -0700, Joel Brobecker wrote:
> linker.c: In function `_bfd_generic_section_already_linked':
> linker.c:3043: warning: 'l_flags' might be used uninitialized in this function

Huh, so the versions of gcc I used to compile this code don't detect
this problem.  gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3 and
xgcc (GCC) 4.7.0 20110706 (experimental).  Not nice.

	* linker.c (_bfd_generic_section_already_linked): Set l_flags.
	* elf-bfd.h (struct already_linked): Forward declare.

Index: bfd/linker.c
===================================================================
RCS file: /cvs/src/src/bfd/linker.c,v
retrieving revision 1.86
diff -u -p -r1.86 linker.c
--- bfd/linker.c	9 Jul 2011 06:20:51 -0000	1.86
+++ bfd/linker.c	14 Jul 2011 06:20:16 -0000
@@ -3057,6 +3057,7 @@ _bfd_generic_section_already_linked (bfd
 	{
 	  l_sec = l->linked.u.sec;
 	  l_owner = l_sec->owner;
+	  l_flags = l_sec->flags;
 	  l_comdat = bfd_coff_get_comdat_section (l_sec->owner, l_sec);
 	}
 
Index: bfd/elf-bfd.h
===================================================================
RCS file: /cvs/src/src/bfd/elf-bfd.h,v
retrieving revision 1.325
diff -u -p -r1.325 elf-bfd.h
--- bfd/elf-bfd.h	11 Jul 2011 15:03:04 -0000	1.325
+++ bfd/elf-bfd.h	14 Jul 2011 06:20:17 -0000
@@ -1797,6 +1797,7 @@ extern bfd_boolean _bfd_elf_match_sectio
   (bfd *, const asection *, bfd *, const asection *);
 extern bfd_boolean bfd_elf_is_group_section
   (bfd *, const struct bfd_section *);
+struct already_linked;
 extern void _bfd_elf_section_already_linked
   (bfd *, struct already_linked *, struct bfd_link_info *);
 extern void bfd_elf_set_group_contents

-- 
Alan Modra
Australia Development Lab, IBM

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

* [gdbadmin@sourceware.org: make-snapshot gdb current failed]
@ 2011-07-14  4:50 Joel Brobecker
  2011-07-14 14:59 ` Alan Modra
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Brobecker @ 2011-07-14  4:50 UTC (permalink / raw)
  To: binutils, gdb-patches

[-- Attachment #1: Type: text/plain, Size: 273 bytes --]

Hello,

Really really busy these days, so can't really do more than just
dumping this on the list (sorry). But just FYI, it looks like the
nightly GDB source snapshot has been failing due to a compilation
warning in BFD... Is this being looked at, by any chance?

-- 
Joel

[-- Attachment #2: Type: message/rfc822, Size: 10637 bytes --]

From: gdbadmin@sourceware.org
To: brobecke@sourceware.org
Subject: make-snapshot gdb current failed
Date: 14 Jul 2011 01:49:51 -0000
Message-ID: <20110714014951.13302.qmail@sourceware.org>

checking target system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for i686-pc-linux-gnu-ranlib... (cached) ranlib
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
./cp-demangle.c: In function `d_demangle_callback':
./cp-demangle.c:4896: warning: 'dc' might be used uninitialized in this function
creating bfdver.h
Making info in doc
creating bfdver.texi
Making info in po
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing bfd_stdint.h commands
config.status: executing default commands
Making all in doc
Making all in po
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c archive.c -o archive.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ./archures.c -o archures.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c bfd.c -o bfd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c bfdio.c -o bfdio.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c bfdwin.c -o bfdwin.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT coffgen.lo -MD -MP -MF .deps/coffgen.Tpo -c coffgen.c -o coffgen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c corefile.c -o corefile.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c format.c -o format.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c libbfd.c -o libbfd.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c opncls.c -o opncls.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c reloc.c -o reloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT section.lo -MD -MP -MF .deps/section.Tpo -c section.c -o section.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c syms.c -o syms.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=bfd_elf32_i386_vec "-DSELECT_VECS=&bfd_elf32_i386_vec,&i386linux_vec,&i386pei_vec,&bfd_elf32_little_generic_vec,&bfd_elf32_big_generic_vec" "-DSELECT_ARCHITECTURES=&bfd_i386_arch" ./targets.c -o targets.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -DTRAD_CORE -I. -I. -I./../include -DHAVE_bfd_elf32_i386_vec -DHAVE_i386linux_vec -DHAVE_i386pei_vec -DHAVE_bfd_elf32_little_generic_vec -DHAVE_bfd_elf32_big_generic_vec -DBINDIR=\"/usr/local/bin\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c linker.c -o linker.o
linker.c: In function `_bfd_generic_section_already_linked':
linker.c:3043: warning: 'l_flags' might be used uninitialized in this function
make[6]: *** [linker.lo] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-bfd] Error 2
make[2]: *** [do-proto-toplev] Error 2
make[1]: *** [gdb-tar] Error 2
make: *** [gdb.tar] Error 2

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

end of thread, other threads:[~2021-07-08 15:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  2:53 [gdbadmin@sourceware.org: make-snapshot gdb current failed] Joel Brobecker
2021-01-11  2:59 ` H.J. Lu
2021-01-11  3:07   ` Joel Brobecker
  -- strict thread matches above, loose matches on Subject: below --
2021-07-07  2:20 Joel Brobecker
2021-07-07  3:04 ` Simon Marchi
2021-07-07 17:58   ` Joel Brobecker
2021-07-08 14:02     ` Simon Marchi
2021-07-08 15:10       ` Joel Brobecker
2011-07-14  4:50 Joel Brobecker
2011-07-14 14:59 ` Alan Modra

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