From owner-freebsd-current Wed Jul 24 3:59:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1972537B400; Wed, 24 Jul 2002 03:59:21 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2DAD43E31; Wed, 24 Jul 2002 03:59:16 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g6OAxA610207; Wed, 24 Jul 2002 12:59:10 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200207241059.g6OAxA610207@zibbi.icomtek.csir.co.za> Subject: setting TARGET_ARCH breaks ghostscript in make release To: current@freebsd.org Date: Wed, 24 Jul 2002 12:59:10 +0200 (SAT) Cc: matusita@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It looks like the change in release/Makefile to add TARGET_ARCH breaks the build of ghostscript-gnu. Actually just setting the TARGET_ARCH environment variable and then trying to build print/ghostscript-gnu will break: ######################## beast:/usr/ports/print/ghostscript-gnu # setenv TARGET_ARCH=i386 beast:/usr/ports/print/ghostscript-gnu # make -DWITHOUT_X11 -DBATCH ... gmake[2]: Entering directory `/usr/ports/print/ghostscript-gnu/work/ghostscript-7.05/gimp-print-4.2.1' gmake[2]: Nothing to be done for `all-am'. gmake[2]: Leaving directory `/usr/ports/print/ghostscript-gnu/work/ghostscript-7.05/gimp-print-4.2.1' gmake[1]: Leaving directory `/usr/ports/print/ghostscript-gnu/work/ghostscript-7.05/gimp-print-4.2.1' >>> creating symlinks for gimp-print ... >>> creating symlinks for md2k ... >>> creating symlinks for alps ... >>> creating symlinks for bj10v ... >>> creating symlinks for lips ... >>> building epag utility ... cc -O -pipe i386= -c -o ert.o ert.c cc: cannot specify -o with -c or -S and multiple compilations gmake: *** [ert.o] Error 1 *** Error code 2 Stop in /usr/ports/print/ghostscript-gnu. beast:/usr/ports/print/ghostscript-gnu # ######################## John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message