From owner-freebsd-stable Sun Nov 17 20: 1:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D93E037B401 for ; Sun, 17 Nov 2002 20:01:50 -0800 (PST) Received: from corbulon.video-collage.com (corbulon.video-collage.com [64.35.99.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DF5E43E8A for ; Sun, 17 Nov 2002 20:01:50 -0800 (PST) (envelope-from mi@corbulon.video-collage.com) Received: from corbulon.video-collage.com (localhost.video-collage.com [127.0.0.1]) by corbulon.video-collage.com (8.12.6/8.12.6) with ESMTP id gAI41bjJ070110 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sun, 17 Nov 2002 23:01:38 -0500 (EST) (envelope-from mi@corbulon.video-collage.com) Received: (from mi@localhost) by corbulon.video-collage.com (8.12.6/8.12.6/Submit) id gAI41bnV070109 for stable@FreeBSD.org; Sun, 17 Nov 2002 23:01:37 -0500 (EST) (envelope-from mi) From: Mikhail Teterin Message-Id: <200211180401.gAI41bnV070109@corbulon.video-collage.com> Subject: Applix Office broken on -stable To: stable@FreeBSD.org Date: Sun, 17 Nov 2002 23:01:37 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL92b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Scanned-By: MIMEDefang 2.21 (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had to hack up a little library for it with getresgid and getresuid before -- to make the newly purchased "Office" package work on FreeBSD. And it worked -- up until the latest rebuild on Nov 13. Now, the /usr/lib/libm.so.2 is looking for __stderrp, which the /usr/lib/compat/libc.so.3 does not have. Which, I guess, means, the libm needs to be added to the list of compat-libraries... There aren't that many commercial applications for FreeBSD around -- making sure they continue to work, would seem important :-\ Especially, with something like Applix, that is used by rather non-technical people, and which was ported with some serious effort and announced with some fanfare. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message