Date: Thu, 2 Jun 2005 22:58:13 +1000 (EST) From: Robert Backhaus <robbak@dodo.com.au> To: openoffice@FreeBSD.org Subject: OpenOffice1.1 - Minor typo in rtld instruction code Message-ID: <200506021258.j52CwDTi042904@swegg.robbak.com>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506021258.j52CwDTi042904>
