RE: lang/gnat-gcc41 build error

2006-12-24 Thread Petr Holub
GNAT/GPL and GNAT/GCC are two different products. I made gnat-gcc* ports as an experimental alternative to the gnat port (GNAT 2005/GPL). They are not meant to be complete or supported neither they are expected to pass all the tests. These are actually not the problems of the porting process

Re: lang/gnat-gcc41 build error

2006-12-11 Thread Karel Miklav
Petr, GNAT/GPL and GNAT/GCC are two different products. I made gnat-gcc* ports as an experimental alternative to the gnat port (GNAT 2005/GPL). They are not meant to be complete or supported neither they are expected to pass all the tests. These are actually not the problems of the porting

RE: lang/gnat-gcc41 build error

2006-12-10 Thread Petr Holub
Hi Karel, if you still have interest in building gnat-gcc41 please try the attached ports. It is no longer possible to use your own GNAT for bootstrapping; the procedure starts with downloading binary version of GNAT 3.15p, which builds 3.4, which builds 4.1. You may not like that very

Re: lang/gnat-gcc41 build error

2006-12-08 Thread Karel Miklav
Petr, if you still have interest in building gnat-gcc41 please try the attached ports. It is no longer possible to use your own GNAT for bootstrapping; the procedure starts with downloading binary version of GNAT 3.15p, which builds 3.4, which builds 4.1. You may not like that very much, but I'd

Re: lang/gnat-gcc41 build error

2006-12-06 Thread Karel Miklav
Petr Holub wrote: ... maybe because I have lang/gnat already installed? I don't know at the moment about this. Maybe you could try and help me a little? And why do we need gnat-gcc34 anyway? I figured out you must have some other GNAT installed, and that caused the GCC configure to break.

RE: lang/gnat-gcc41 build error

2006-12-04 Thread Petr Holub
Yeah, I was able to reproduce the error! Try to replace the Makefile with the one attached here. Now it looks it depends on gnat-gcc34. which fails with the follwing: Making GCC gnat-gcc-3.4.6 for FreeBSD 6.2 target=i386-portbld-freebsd6.2 === Extracting for gnat-gcc-3.4.6_2 = MD5 Checksum OK

RE: lang/gnat-gcc41 build error

2006-12-04 Thread Petr Holub
Yeah, I was able to reproduce the error! Try to replace the Makefile with the one attached here. Now it looks it depends on gnat-gcc34. which fails with the follwing: Making GCC gnat-gcc-3.4.6 for FreeBSD 6.2 target=i386-portbld-freebsd6.2 === Extracting for gnat-gcc-3.4.6_2 = MD5

RE: lang/gnat-gcc41 build error

2006-12-02 Thread Petr Holub
Please open the Makefile for this port and add flags --without-gmp --without-mpfr to the CONFIGURE_ARGS variable. Rebuild and tell us what happens. Build error is documented below and in the attachement. Thanks, Petr Making GCC gnat-gcc-4.1.2 for FreeBSD 6.2 target=i386-portbld-freebsd6.2

Re: lang/gnat-gcc41 build error

2006-12-02 Thread Karel Miklav
Yeah, I was able to reproduce the error! Try to replace the Makefile with the one attached here. # ex:ts=4 # Ports collection makefile for:gnat-gcc # Date created: 22 Jun 2006 # Whom: Karel

Re: lang/gnat-gcc41 build error

2006-12-01 Thread Karel Miklav
Petr Holub wrote: another problem with building gnat-gcc41 (after I've manually upped the math/mpfr port to 2.2.1 and installed it). Please open the Makefile for this port and add flags --without-gmp --without-mpfr to the CONFIGURE_ARGS variable. Rebuild and tell us what happens.

lang/gnat-gcc41 build error

2006-10-12 Thread Petr Holub
Hi Karel, I'm having trouble building lang/gnat-gcc41 from ports on FreeBSD 6.1-RELEASE. === gnat-gcc-4.1.2_1 depends on executable in : gmake - found === gnat-gcc-4.1.2_1 depends on executable in : bison - found === gnat-gcc-4.1.2_1 depends on file: /usr/local/bin/perl5.8.8 - found ===

Re: lang/gnat-gcc41 build error

2006-10-12 Thread Boris Samorodov
On Thu, 12 Oct 2006 09:56:30 +0200 Petr Holub wrote: checking for correct version of gmp.h... yes checking for MPFR... no Seems that you have installed math/libgmp4. The configure script assumes that at that case you should have installed mpfr.h. Hence either delete math/libgmp4 or try to