Date: Fri, 26 Jan 2007 20:14:58 GMT From: Kay Abendroth<kay.abendroth@raxion.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/108389: build of editors/openoffice.org-2-RC fails Message-ID: <200701262014.l0QKEwHe021904@www.freebsd.org> Resent-Message-ID: <200701262020.l0QKKJpd062949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108389 >Category: ports >Synopsis: build of editors/openoffice.org-2-RC fails >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 26 20:20:18 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Kay Abendroth >Release: 6.2 >Organization: >Environment: FreeBSD halo 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 17:36:58 CET 2007 root@halo:/usr/obj/usr/src/sys/HALO i386 >Description: The build of editors/openoffice.org-2-RC fails because a filename mentioned in Makefile doesn't exist. >How-To-Repeat: Try to build editors/openoffice.org-2-RC after updating your ports-tree. >Fix: FREEBSD_ENV_SET should be set to 'FreeBSDX86Env.Set', because 'FreeBSDIntelEnv.Set' is not in working directory. This maybe also applies to amd64 builds?! So change your Makefile to contain the following: .if ${ARCH} == amd64 GCC_TARGET= x86_64-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDX86.Set .else GCC_TARGET= ${ARCH}-portbld-freebsd${OSREL} FREEBSD_ENV_SET= FreeBSDX86Env.Set .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701262014.l0QKEwHe021904>