public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1
@ 2011-11-07  9:45 redi at gcc dot gnu.org
  2011-11-07  9:47 ` [Bug bootstrap/51006] " redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-07  9:45 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51006
           Summary: bootstrap fails on NetBSD 5.1
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org
                CC: ro@gcc.gnu.org
              Host: x86_64-unknown-netbsd5.1
            Target: x86_64-unknown-netbsd5.1
             Build: x86_64-unknown-netbsd5.1


enable-execute-stack.c:74:1: error: static declaration of 'getpagesize' follows
non-static declaration
In file included from enable-execute-stack.c:26:0:
/usr/include/unistd.h:248:3: note: previous declaration of 'getpagesize' was
here
enable-execute-stack.c:33:13: warning: 'check_enabling' declared 'static' but
never defined [-Wunused-function]
gmake[2]: *** [enable-execute-stack.o] Error 1
gmake[2]: Leaving directory
`/home/jwakely/build/x86_64-unknown-netbsd5.1/libgcc'


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
@ 2011-11-07  9:47 ` redi at gcc dot gnu.org
  2011-11-07  9:54 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-07  9:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-07 09:46:47 UTC ---
Created attachment 25732
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25732
use system getpagesize on netbsd

testing this now


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
  2011-11-07  9:47 ` [Bug bootstrap/51006] " redi at gcc dot gnu.org
@ 2011-11-07  9:54 ` redi at gcc dot gnu.org
  2011-11-09 23:10 ` redi at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-07  9:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-07 09:54:01 UTC ---
bootstrap completes successfully with that patch

the manual page says getpagesize first appeared in 4.2BSD so I can't imagine
it's absent on any NetBSD version


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
  2011-11-07  9:47 ` [Bug bootstrap/51006] " redi at gcc dot gnu.org
  2011-11-07  9:54 ` redi at gcc dot gnu.org
@ 2011-11-09 23:10 ` redi at gcc dot gnu.org
  2011-11-15 22:21 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-09 23:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-09 22:32:26 UTC ---
--disable-libitm is also needed to bootstrap on netbsd


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-11-09 23:10 ` redi at gcc dot gnu.org
@ 2011-11-15 22:21 ` redi at gcc dot gnu.org
  2012-01-03 21:41 ` redi at gcc dot gnu.org
  2012-01-03 21:41 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2011-11-15 22:21 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kristerw at gcc dot
                   |                            |gnu.org, thorpej at gcc dot
                   |                            |gnu.org

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-11-15 21:47:12 UTC ---
CCing NetBSD maintainers - do you guys know if the patch attached to this bug
is correct for all versions of NetBSD?  It works for netbsd5.1 which is all I
have access to.


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-11-15 22:21 ` redi at gcc dot gnu.org
@ 2012-01-03 21:41 ` redi at gcc dot gnu.org
  2012-01-03 21:41 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-01-03 21:41 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-03 21:39:49 UTC ---
Author: redi
Date: Tue Jan  3 21:39:46 2012
New Revision: 182860

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182860
Log:
2012-01-02  Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR bootstrap/51006
    * enable-execute-stack-mprotect.c (getpagesize): Do not define
    for NetBSD.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/enable-execute-stack-mprotect.c


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

* [Bug bootstrap/51006] bootstrap fails on NetBSD 5.1
  2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2012-01-03 21:41 ` redi at gcc dot gnu.org
@ 2012-01-03 21:41 ` redi at gcc dot gnu.org
  5 siblings, 0 replies; 7+ messages in thread
From: redi at gcc dot gnu.org @ 2012-01-03 21:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-01-03 21:40:14 UTC ---
fixed


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

end of thread, other threads:[~2012-01-03 21:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-07  9:45 [Bug bootstrap/51006] New: bootstrap fails on NetBSD 5.1 redi at gcc dot gnu.org
2011-11-07  9:47 ` [Bug bootstrap/51006] " redi at gcc dot gnu.org
2011-11-07  9:54 ` redi at gcc dot gnu.org
2011-11-09 23:10 ` redi at gcc dot gnu.org
2011-11-15 22:21 ` redi at gcc dot gnu.org
2012-01-03 21:41 ` redi at gcc dot gnu.org
2012-01-03 21:41 ` redi 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).