From owner-freebsd-ports Fri Sep 15 07:19:53 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA05389 for ports-outgoing; Fri, 15 Sep 1995 07:19:53 -0700 Received: from guru.ims.uni-stuttgart.de (guru.ims.uni-stuttgart.de [141.58.127.254]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id HAA04963 ; Fri, 15 Sep 1995 07:17:15 -0700 Received: by guru.ims.uni-stuttgart.de (Smail3.1.28.1 #21) id m0stbaN-0002kHC; Fri, 15 Sep 95 16:17 MET DST Message-Id: Date: Fri, 15 Sep 95 16:17 MET DST From: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan) To: asami@cs.berkeley.edu, jmacd@freebsd.org Subject: Re: gnats port doesn't build Cc: ports@freebsd.org Sender: owner-ports@freebsd.org Precedence: bulk Satoshi Asami wrote: > If you can't reproduce this on your machine, never mind, I'll just > drill Jordan harder to get thud reinstalled from scratch. :) My last try of the GNAT port didn't have that problem. mkttypef doesn't need the gcc library so this is a bogus dependency in the Makefile (the bsd.ports.mk one, I guess). But... > cd /e/work/asami/ports/lang/gnat/work/gnat-2.03-src/ada; gmake CC="gcc" PREFIX=/usr/local COMPILERSOURCE="/usr/src/gnu/usr.bin/cc" > gcc -c -O2 -B/usr/local/libexec/ -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include -gnatg -gnata csets.adb > gcc -c -O2 -B/usr/local/libexec/ -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include -I. -I../gcc -I/usr/src/gnu/usr.bin/cc/include mkttypef.c > gcc: file path prefix `/usr/local/libexec/' never used > gmake: *** No rule to make target `../gcc/libcc_int.a', needed by `mkttypef'. Stop. > *** Error code 2 ... can you try proceeding by hand and tell me if the resulting compiler is able to recompile itself? I tried to do that, with version 2.03 and 2.06/2.07. Compilation with the packaged 2.03 compiler on the CD was successful but the result didn't work. Nils