1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark it broken again.

It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions
do not work as they should and instead a clean exit we get a segfault.
This works with a virgin 2.95.3 compiler, or even the one in the ports
collection. Another bug is a internal compiler error during compile
a part of OO without -g or with -O.

The rtld-elf symbolcache seems to have problems too. If used,
the installation coredumps. A workaround seems to disable the
caching altough this can't be the real solution.

There is also an outstanding problem in the uno-bridge code of OO.
We are currently investigating it:

http://www.openoffice.org/issues/show_bug.cgi?id=5071
This commit is contained in:
Martin Blapp 2002-05-22 08:36:16 +00:00
parent c7e7b48bef
commit 4ebe928257
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59684
3 changed files with 9 additions and 0 deletions

View File

@ -18,6 +18,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \
oo_moz1.0RC2_i386_FreeBSD-4.tar.gz
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
BROKEN= "Compiles and installs ok. Gcc bugs and a system rtld-elf bug make it coredumping." \
"We have to fix that first. Please be patient.";
MAINTAINER= mbr@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip

View File

@ -18,6 +18,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \
oo_moz1.0RC2_i386_FreeBSD-4.tar.gz
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
BROKEN= "Compiles and installs ok. Gcc bugs and a system rtld-elf bug make it coredumping." \
"We have to fix that first. Please be patient.";
MAINTAINER= mbr@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip

View File

@ -18,6 +18,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \
oo_moz1.0RC2_i386_FreeBSD-4.tar.gz
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
BROKEN= "Compiles and installs ok. Gcc bugs and a system rtld-elf bug make it coredumping." \
"We have to fix that first. Please be patient.";
MAINTAINER= mbr@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip