OpenOffice1.1 - Minor typo in rtld instruction code
Robert Backhaus
robbak at dodo.com.au
Thu Jun 2 05:58:23 PDT 2005
>Submitter-Id: current-users
>Originator: Robert Backhaus
>Organization:
>Confidential: no
>Synopsis: OpenOffice1.1 - Minor typo in rtld instruction code
>Severity: non-critical
>Priority: low
>Category: ports
>Class: sw-bug
>Release: FreeBSD 6.0-CURRENT i386
>Environment:
System: FreeBSD swegg.robbak.com 6.0-CURRENT FreeBSD 6.0-CURRENT #10: Wed May 25 23:34:53 EST 2005 robbak at swegg.robbak.com:/usr/obj/usr/src6/src/sys/SWEGG i386
>Description:
There is a minor typo in the echo statements that provide instructions on updating rtld. This produces an "Syntax error: Unterminated quoted string" error.
>How-To-Repeat:
Attempt to build OOo1.1 on machine with old rtld with -DTRYBROKEN flag
>Fix:
Apply attatched patch to OOo port. Or add the required '"' manually, of course.
--- OOo1.1.diff begins here ---
--- files/Makefile.knobs.orig Thu Jun 2 22:49:02 2005
+++ files/Makefile.knobs Thu Jun 2 22:49:25 2005
@@ -31,7 +31,7 @@
@${ECHO}
@${ECHO} "WARNING"
@${ECHO} "Your rtld seems to be old."
- @${ECHO} "Please remake your rtld by:
+ @${ECHO} "Please remake your rtld by:"
@${ECHO} "[1] if you use 4-series:"
@${ECHO} "# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4"
@${ECHO} "# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4"
--- OOo1.1.diff ends here ---
More information about the freebsd-openoffice
mailing list