public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
@ 2013-02-10 13:36 doko at gcc dot gnu.org
  2013-02-11  7:51 ` [Bug ada/56274] " rguenth at gcc dot gnu.org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: doko at gcc dot gnu.org @ 2013-02-10 13:36 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56274
           Summary: [4.8 Regression] libada bootstrap failure on kfreebsd
                    ("pthread_rwlock_t" not declared in "OS_Interface")
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: doko@gcc.gnu.org


seen on {i486,x86_64}-kfreebsd-gnu on the trunk

/build/buildd-gcc-snapshot_20130209-1-kfreebsd-i386-2T1xhX/gcc-snapshot-20130209/build/./gcc/xgcc
-B/build/buildd-gcc-snapshot_20130209-1-kfreebsd-i386-2T1xhX/gcc-snapshot-20130209/build/./gcc/
-B/usr/lib/gcc-snapshot/i486-kfreebsd-gnu/bin/
-B/usr/lib/gcc-snapshot/i486-kfreebsd-gnu/lib/ -isystem
/usr/lib/gcc-snapshot/i486-kfreebsd-gnu/include -isystem
/usr/lib/gcc-snapshot/i486-kfreebsd-gnu/sys-include    -c -g -O2  -fpic  -W
-Wall -gnatpg -nostdinc   a-dynpri.adb -o a-dynpri.o
s-taspri.ads:81:39: "pthread_rwlock_t" not declared in "OS_Interface"
make[9]: *** [a-dynpri.o] Error 1
make[9]: Leaving directory
`/build/buildd-gcc-snapshot_20130209-1-kfreebsd-i386-2T1xhX/gcc-snapshot-20130209/build/gcc/ada/rts'
make[8]: *** [gnatlib] Error 2
make[8]: Leaving directory
`/build/buildd-gcc-snapshot_20130209-1-kfreebsd-i386-2T1xhX/gcc-snapshot-20130209/build/gcc/ada'
make[7]: *** [gnatlib-shared-default] Error 2


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

* [Bug ada/56274] [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
@ 2013-02-11  7:51 ` rguenth at gcc dot gnu.org
  2013-02-11  9:04 ` jakub at gcc dot gnu.org
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-02-11  7:51 UTC (permalink / raw)
  To: gcc-bugs


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
             Target|                            |i486,x86_64-kfreebsd-gnu
   Target Milestone|---                         |4.8.0


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

* [Bug ada/56274] [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
  2013-02-11  7:51 ` [Bug ada/56274] " rguenth at gcc dot gnu.org
@ 2013-02-11  9:04 ` jakub at gcc dot gnu.org
  2013-03-22 14:48 ` [Bug ada/56274] [4.8/4.9 " jakub at gcc dot gnu.org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-02-11  9:04 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4
                 CC|                            |jakub at gcc dot gnu.org


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

* [Bug ada/56274] [4.8/4.9 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
  2013-02-11  7:51 ` [Bug ada/56274] " rguenth at gcc dot gnu.org
  2013-02-11  9:04 ` jakub at gcc dot gnu.org
@ 2013-03-22 14:48 ` jakub at gcc dot gnu.org
  2013-05-31 11:00 ` jakub at gcc dot gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-03-22 14:48 UTC (permalink / raw)
  To: gcc-bugs


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.0                       |4.8.1

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-03-22 14:46:16 UTC ---
GCC 4.8.0 is being released, adjusting target milestone.


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

* [Bug ada/56274] [4.8/4.9 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-03-22 14:48 ` [Bug ada/56274] [4.8/4.9 " jakub at gcc dot gnu.org
@ 2013-05-31 11:00 ` jakub at gcc dot gnu.org
  2013-10-16  9:51 ` jakub at gcc dot gnu.org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-05-31 11:00 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.1                       |4.8.2

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.1 has been released.


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

* [Bug ada/56274] [4.8/4.9 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-05-31 11:00 ` jakub at gcc dot gnu.org
@ 2013-10-16  9:51 ` jakub at gcc dot gnu.org
  2014-05-22  9:07 ` [Bug ada/56274] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2013-10-16  9:51 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.2                       |4.8.3

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.2 has been released.


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

* [Bug ada/56274] [4.8/4.9/4.10 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2013-10-16  9:51 ` jakub at gcc dot gnu.org
@ 2014-05-22  9:07 ` rguenth at gcc dot gnu.org
  2014-05-22  9:20 ` charlet at gcc dot gnu.org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-05-22  9:07 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.3                       |4.8.4

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
GCC 4.8.3 is being released, adjusting target milestone.


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

* [Bug ada/56274] [4.8/4.9/4.10 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2014-05-22  9:07 ` [Bug ada/56274] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
@ 2014-05-22  9:20 ` charlet at gcc dot gnu.org
  2014-12-19 13:34 ` [Bug ada/56274] [4.8/4.9/5 " jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: charlet at gcc dot gnu.org @ 2014-05-22  9:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #5 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
If nobody steps up to fix this PR, we will remove support for Ada/kfreebsd in
trunk,
we really need people to test and maintain these ports, one time submitals
aren't really working on the long run.

Arno


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

* [Bug ada/56274] [4.8/4.9/5 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (6 preceding siblings ...)
  2014-05-22  9:20 ` charlet at gcc dot gnu.org
@ 2014-12-19 13:34 ` jakub at gcc dot gnu.org
  2015-06-23  8:28 ` [Bug ada/56274] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2014-12-19 13:34 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.4                       |4.8.5

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.8.4 has been released.


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

* [Bug ada/56274] [4.8/4.9/5/6 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (7 preceding siblings ...)
  2014-12-19 13:34 ` [Bug ada/56274] [4.8/4.9/5 " jakub at gcc dot gnu.org
@ 2015-06-23  8:28 ` rguenth at gcc dot gnu.org
  2015-06-26 20:03 ` [Bug ada/56274] [4.9/5/6 " jakub at gcc dot gnu.org
  2015-06-26 20:32 ` jakub at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-06-23  8:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.8.5                       |4.9.3

--- Comment #7 from Richard Biener <rguenth at gcc dot gnu.org> ---
The gcc-4_8-branch is being closed, re-targeting regressions to 4.9.3.


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

* [Bug ada/56274] [4.9/5/6 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (8 preceding siblings ...)
  2015-06-23  8:28 ` [Bug ada/56274] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
@ 2015-06-26 20:03 ` jakub at gcc dot gnu.org
  2015-06-26 20:32 ` jakub at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
GCC 4.9.3 has been released.


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

* [Bug ada/56274] [4.9/5/6 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")
  2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
                   ` (9 preceding siblings ...)
  2015-06-26 20:03 ` [Bug ada/56274] [4.9/5/6 " jakub at gcc dot gnu.org
@ 2015-06-26 20:32 ` jakub at gcc dot gnu.org
  10 siblings, 0 replies; 12+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-26 20:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.9.3                       |4.9.4


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

end of thread, other threads:[~2015-06-26 20:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-10 13:36 [Bug ada/56274] New: [4.8 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface") doko at gcc dot gnu.org
2013-02-11  7:51 ` [Bug ada/56274] " rguenth at gcc dot gnu.org
2013-02-11  9:04 ` jakub at gcc dot gnu.org
2013-03-22 14:48 ` [Bug ada/56274] [4.8/4.9 " jakub at gcc dot gnu.org
2013-05-31 11:00 ` jakub at gcc dot gnu.org
2013-10-16  9:51 ` jakub at gcc dot gnu.org
2014-05-22  9:07 ` [Bug ada/56274] [4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-05-22  9:20 ` charlet at gcc dot gnu.org
2014-12-19 13:34 ` [Bug ada/56274] [4.8/4.9/5 " jakub at gcc dot gnu.org
2015-06-23  8:28 ` [Bug ada/56274] [4.8/4.9/5/6 " rguenth at gcc dot gnu.org
2015-06-26 20:03 ` [Bug ada/56274] [4.9/5/6 " jakub at gcc dot gnu.org
2015-06-26 20:32 ` jakub at gcc dot gnu.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).