public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgomp/25884]  New: libgomp should not require perl to compile
@ 2006-01-20 18:11 pinskia at gcc dot gnu dot org
  2006-01-20 19:56 ` [Bug libgomp/25884] " bonzini at gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-20 18:11 UTC (permalink / raw)
  To: gcc-bugs

Like all other target libraries, libgomp should not require perl to compile.

This is either a documention failure as the docs say perl is not required or
this is a bug in libgomp for requiring perl.


-- 
           Summary: libgomp should not require perl to compile
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: libgomp
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


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

* [Bug libgomp/25884] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
@ 2006-01-20 19:56 ` bonzini at gnu dot org
  2006-01-23 15:50 ` [Bug libgomp/25884] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bonzini at gnu dot org @ 2006-01-20 19:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bonzini at gnu dot org  2006-01-20 19:56 -------
Created an attachment (id=10692)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10692&action=view)
prototype patch

This is a prototype patch to fix the bug using autoconf to compute the
necessary sizes/alignments

Note that I'm *not* going to test and submit this patch any further.


-- 


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


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

* [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
  2006-01-20 19:56 ` [Bug libgomp/25884] " bonzini at gnu dot org
@ 2006-01-23 15:50 ` pinskia at gcc dot gnu dot org
  2006-01-24  1:03 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-23 15:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libgomp should not require  |[4.2 Regression] libgomp
                   |perl to compile             |should not require perl to
                   |                            |compile
   Target Milestone|---                         |4.2.0


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


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

* [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
  2006-01-20 19:56 ` [Bug libgomp/25884] " bonzini at gnu dot org
  2006-01-23 15:50 ` [Bug libgomp/25884] [4.2 Regression] " pinskia at gcc dot gnu dot org
@ 2006-01-24  1:03 ` pinskia at gcc dot gnu dot org
  2006-01-24 16:59 ` rth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-24  1:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-01-24 01:03 -------
In:
http://gcc.gnu.org/install/prerequisites.html
perl version 5.6.1 (or later)
Necessary when regenerating Makefile dependencies in libiberty. Necessary when
regenerating libiberty/functions.texi. Necessary when generating manpages from
Texinfo manuals. Necessary when targetting Darwin, building libstdc++, and not
using --disable-symvers. Used by various scripts to generate some files
included in CVS (mainly Unicode-related and rarely changing) from source
tables. 


No mention of libgomp here, this is at least a documention bug.


-- 


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


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

* [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-24  1:03 ` pinskia at gcc dot gnu dot org
@ 2006-01-24 16:59 ` rth at gcc dot gnu dot org
  2006-01-25 19:18 ` rth at gcc dot gnu dot org
  2006-01-25 19:18 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu dot org @ 2006-01-24 16:59 UTC (permalink / raw)
  To: gcc-bugs



-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rth at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-24 16:59:46
               date|                            |


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


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

* [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-25 19:18 ` rth at gcc dot gnu dot org
@ 2006-01-25 19:18 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu dot org @ 2006-01-25 19:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rth at gcc dot gnu dot org  2006-01-25 19:18 -------
Fixed.


-- 

rth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile
  2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2006-01-24 16:59 ` rth at gcc dot gnu dot org
@ 2006-01-25 19:18 ` rth at gcc dot gnu dot org
  2006-01-25 19:18 ` rth at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu dot org @ 2006-01-25 19:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rth at gcc dot gnu dot org  2006-01-25 19:18 -------
Subject: Bug 25884

Author: rth
Date: Wed Jan 25 19:17:57 2006
New Revision: 110220

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110220
Log:
        PR libgomp/25884
        * Makefile.am (omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Remove.
        * configure.ac (PERL): Don't set.
        (gstdint.h, omp.h, omp_lib.h, omp_lib.f90, libgomp_f.h): Create here.
        (OMP_LOCK_SIZE, OMP_LOCK_ALIGN, OMP_LOCK_KIND, OMP_NEST_LOCK_SIZE,
        OMP_NEST_LOCK_ALIGN, OMP_NEST_LOCK_KIND): New substitutions.
        * omp.h.in: Wrap the new configure substitutions with @ characters.
        * omp_lib.h.in, omp_lib.f90.in, libgomp_f.h.in: Likewise.
        * aclocal.m4, configure, Makefile.in: Regenerate.
        * mkomp_h.pl: Delete.

Removed:
    trunk/libgomp/mkomp_h.pl
Modified:
    trunk/libgomp/ChangeLog
    trunk/libgomp/Makefile.am
    trunk/libgomp/Makefile.in
    trunk/libgomp/configure
    trunk/libgomp/configure.ac
    trunk/libgomp/libgomp_f.h.in
    trunk/libgomp/omp.h.in
    trunk/libgomp/omp_lib.f90.in
    trunk/libgomp/omp_lib.h.in
    trunk/libgomp/testsuite/Makefile.in


-- 


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


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

end of thread, other threads:[~2006-01-25 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-20 18:11 [Bug libgomp/25884] New: libgomp should not require perl to compile pinskia at gcc dot gnu dot org
2006-01-20 19:56 ` [Bug libgomp/25884] " bonzini at gnu dot org
2006-01-23 15:50 ` [Bug libgomp/25884] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-01-24  1:03 ` pinskia at gcc dot gnu dot org
2006-01-24 16:59 ` rth at gcc dot gnu dot org
2006-01-25 19:18 ` rth at gcc dot gnu dot org
2006-01-25 19:18 ` rth 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).