public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger
@ 2005-03-16 17:54 federico dot carminati at cern dot ch
  2005-03-16 17:59 ` [Bug fortran/20500] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: federico dot carminati at cern dot ch @ 2005-03-16 17:54 UTC (permalink / raw)
  To: gcc-bugs

Hello,
  I got the gcc-4_0-branch and I configured with

 ./configure --enable-languages=f95  --with-gmp=/sw/

I build with make and the build fails with

if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
make[1]: *** No rule to make target `../include/ansidecl.h', needed by `regex.o'.  Stop.
make: *** [all-build-libiberty] Error 2

-- 
           Summary: f95 build fails on MacOSX 10.4 Tiger
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: federico dot carminati at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: Darwin pb-d-128-141-47-101.cern.ch 8.0.0 Darwin Kernel
                    Version 8
GCC target triplet: same


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
@ 2005-03-16 17:59 ` pinskia at gcc dot gnu dot org
  2005-03-16 18:54 ` fca at mail dot cern dot ch
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-16 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 17:59 -------
Don't build in the source directory it is known to be broken.

This is a dup of bug 17383.

*** This bug has been marked as a duplicate of 17383 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
            Version|4.1.0                       |4.0.0


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
  2005-03-16 17:59 ` [Bug fortran/20500] " pinskia at gcc dot gnu dot org
@ 2005-03-16 18:54 ` fca at mail dot cern dot ch
  2005-03-17  0:00 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fca at mail dot cern dot ch @ 2005-03-16 18:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fca at mail dot cern dot ch  2005-03-16 18:54 -------
Subject: Re:  f95 build fails on MacOSX 10.4 Tiger

Thanks a lot. It goes further and then it fails with


make[4]: *** No rule to make target `all'.  Stop.
make[3]: *** [multi-do] Error 1
make[2]: *** [all-multi] Error 2
make[1]: *** [all] Error 2
make: *** [all-target-libgfortran] Error 2

Best regards, Federico

On Wed, 16 Mar 2005, pinskia at gcc dot gnu dot org wrote:

> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-16 17:59 -------
> Don't build in the source directory it is known to be broken.
> 
> This is a dup of bug 17383.
> 
> *** This bug has been marked as a duplicate of 17383 ***
> 
> 



-- 


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
  2005-03-16 17:59 ` [Bug fortran/20500] " pinskia at gcc dot gnu dot org
  2005-03-16 18:54 ` fca at mail dot cern dot ch
@ 2005-03-17  0:00 ` pinskia at gcc dot gnu dot org
  2005-03-17  7:00 ` fca at mail dot cern dot ch
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17  0:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 00:00 -------
(In reply to comment #2)
> Subject: Re:  f95 build fails on MacOSX 10.4 Tiger
> 
> Thanks a lot. It goes further and then it fails with
> 
> 
> make[4]: *** No rule to make target `all'.  Stop.
> make[3]: *** [multi-do] Error 1
> make[2]: *** [all-multi] Error 2
> make[1]: *** [all] Error 2
> make: *** [all-target-libgfortran] Error 2


Read the instruction at http://gcc.gnu.org/install/

Also make sure that you downloaded all of the directories.  You might need to do a download it again.

-- 


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
                   ` (2 preceding siblings ...)
  2005-03-17  0:00 ` pinskia at gcc dot gnu dot org
@ 2005-03-17  7:00 ` fca at mail dot cern dot ch
  2005-03-17  7:06 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fca at mail dot cern dot ch @ 2005-03-17  7:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fca at mail dot cern dot ch  2005-03-17 07:00 -------
Subject: Re:  f95 build fails on MacOSX 10.4 Tiger

Hello,
   I rerun everything once more. The problem changed but now is 
reproducible. When you are in

/usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc64/libgfortran

the option --enable-multilib is on by default. The configure script checks 
that you can create an executable and run it. This works for the normal 
compilation, but not for the compilation with -m664. Trouble is that I do 
not have a ppc664 but a ppc750, so there may even be a mistake in 
identifying my cpu. In any case I am trying now with --disable-multilib, 
but it seems to me that there is something to be fixed. Best regards, 
Federico Carminati

On Thu, 17 Mar 2005, pinskia at gcc dot gnu dot org wrote:

> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 00:00 -------
> (In reply to comment #2)
> > Subject: Re:  f95 build fails on MacOSX 10.4 Tiger
> > 
> > Thanks a lot. It goes further and then it fails with
> > 
> > 
> > make[4]: *** No rule to make target `all'.  Stop.
> > make[3]: *** [multi-do] Error 1
> > make[2]: *** [all-multi] Error 2
> > make[1]: *** [all] Error 2
> > make: *** [all-target-libgfortran] Error 2
> 
> 
> Read the instruction at http://gcc.gnu.org/install/
> 
> Also make sure that you downloaded all of the directories.  You might need to do a download it again.
> 
> 



-- 


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
                   ` (3 preceding siblings ...)
  2005-03-17  7:00 ` fca at mail dot cern dot ch
@ 2005-03-17  7:06 ` pinskia at gcc dot gnu dot org
  2005-03-17  7:09 ` fca at mail dot cern dot ch
  2005-03-17 17:49 ` fca at mail dot cern dot ch
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-03-17  7:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 07:06 -------
(In reply to comment #4)
> Subject: Re:  f95 build fails on MacOSX 10.4 Tiger
> 
> Hello,
>    I rerun everything once more. The problem changed but now is 
> reproducible. When you are in
> 
> /usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc64/libgfortran

Oh, well considering darwin 8.0 (aka Tiger) is no released yet, what do you expect.  Anyways the correct 
way is to do --disable-multilib as you found out.  There is no way around this right now and is the 
expected way.

-- 


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
                   ` (4 preceding siblings ...)
  2005-03-17  7:06 ` pinskia at gcc dot gnu dot org
@ 2005-03-17  7:09 ` fca at mail dot cern dot ch
  2005-03-17 17:49 ` fca at mail dot cern dot ch
  6 siblings, 0 replies; 8+ messages in thread
From: fca at mail dot cern dot ch @ 2005-03-17  7:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fca at mail dot cern dot ch  2005-03-17 07:09 -------
Subject: Re:  f95 build fails on MacOSX 10.4 Tiger

I was not complaining at all!! I know I am in uncharted land for the
moment. It is churning away and I will let you know how it goes. Thanks
for your help. Fed

On Thu, 17 Mar 2005, pinskia at gcc dot gnu dot org wrote:

> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 07:06 -------
> (In reply to comment #4)
> > Subject: Re:  f95 build fails on MacOSX 10.4 Tiger
> > 
> > Hello,
> >    I rerun everything once more. The problem changed but now is 
> > reproducible. When you are in
> > 
> > /usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc64/libgfortran
> 
> Oh, well considering darwin 8.0 (aka Tiger) is no released yet, what do you expect.  Anyways the correct 
> way is to do --disable-multilib as you found out.  There is no way around this right now and is the 
> expected way.
> 
> 



-- 


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


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

* [Bug fortran/20500] f95 build fails on MacOSX 10.4 Tiger
  2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
                   ` (5 preceding siblings ...)
  2005-03-17  7:09 ` fca at mail dot cern dot ch
@ 2005-03-17 17:49 ` fca at mail dot cern dot ch
  6 siblings, 0 replies; 8+ messages in thread
From: fca at mail dot cern dot ch @ 2005-03-17 17:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From fca at mail dot cern dot ch  2005-03-17 17:49 -------
Subject: Re:  f95 build fails on MacOSX 10.4 Tiger

Hello,
  it is now failing with the following error. Any hint? Regards, Fed

mkdir .libs
/usr/local/gcc-4_0/build/gcc/xgcc -B/usr/local/gcc-4_0/build/gcc/ 
-B/usr/local/powerpc-apple-darwin8.0.0/bin/ 
-B/usr/local/powerpc-apple-darwin8.0.0/lib/ -isystem 
/usr/local/powerpc-apple-darwin8.0.0/include -isystem 
/usr/local/powerpc-apple-darwin8.0.0/sys-include -DHAVE_CONFIG_H -I. 
-I../../../libgfortran -I. -iquote../../../libgfortran/io -std=gnu99 -O2 
-g -O2 -c ../../../libgfortran/runtime/environ.c  -fno-common -DPIC -o 
.libs/environ.o
In file included from ../../../libgfortran/runtime/environ.c:35:
../../../libgfortran/libgfortran.h:63: error: conflicting types for 
'int8_t'
/usr/include/ppc/types.h:72: error: previous declaration of 'int8_t' was 
here
make[2]: *** [environ.lo] Error 1
make[1]: *** [all] Error 2
make: *** [all-target-libgfortran] Error 2



On Thu, 17 Mar 2005, Federico Carminati wrote:

> I was not complaining at all!! I know I am in uncharted land for the
> moment. It is churning away and I will let you know how it goes. Thanks
> for your help. Fed
> 
> On Thu, 17 Mar 2005, pinskia at gcc dot gnu dot org wrote:
> 
> > 
> > ------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-17 07:06 -------
> > (In reply to comment #4)
> > > Subject: Re:  f95 build fails on MacOSX 10.4 Tiger
> > > 
> > > Hello,
> > >    I rerun everything once more. The problem changed but now is 
> > > reproducible. When you are in
> > > 
> > > /usr/local/gcc-4_0/build/powerpc-apple-darwin8.0.0/ppc64/libgfortran
> > 
> > Oh, well considering darwin 8.0 (aka Tiger) is no released yet, what do you expect.  Anyways the correct 
> > way is to do --disable-multilib as you found out.  There is no way around this right now and is the 
> > expected way.
> > 
> > 
> 
> 



-- 


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


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

end of thread, other threads:[~2005-03-17 17:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-16 17:54 [Bug fortran/20500] New: f95 build fails on MacOSX 10.4 Tiger federico dot carminati at cern dot ch
2005-03-16 17:59 ` [Bug fortran/20500] " pinskia at gcc dot gnu dot org
2005-03-16 18:54 ` fca at mail dot cern dot ch
2005-03-17  0:00 ` pinskia at gcc dot gnu dot org
2005-03-17  7:00 ` fca at mail dot cern dot ch
2005-03-17  7:06 ` pinskia at gcc dot gnu dot org
2005-03-17  7:09 ` fca at mail dot cern dot ch
2005-03-17 17:49 ` fca at mail dot cern dot ch

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