ports/108389: build of editors/openoffice.org-2-RC fails

Kay Abendroth kay.abendroth at raxion.net
Fri Jan 26 20:20:20 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list