Skip site navigation (1)Skip section navigation (2)
Date:      25 Apr 2000 04:04:05 -0700
From:      asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami)
To:        Martin Blapp <mb@imp.ch>
Cc:        freebsd-stable@FreeBSD.ORG, dillon@apollo.backplane.com
Subject:   Re: Linux emulation scripting fix to be committed to 5.x and 4.x  wednesday
Message-ID:  <vqcn1mih26y.fsf@silvia.hip.berkeley.edu>
In-Reply-To: Martin Blapp's message of "Mon, 24 Apr 2000 11:45:38 %2B0200"
References:  <Pine.SGI.4.10.10004241142310.8470-100000@mephisto.imp.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Martin Blapp <mb@imp.ch>

(Moved back to -stable, don't know why it was in -current.)

 * I really like to see your fix committed to STABLE. It fixes also the
 * bad designed Staroffice 5.2 installation for some part (/usr/sbin/test).

Well, speaking of -stable, I'm still running 3.4-stable and need to
use StarOffice 5.2 beta.  So I took Matt's patch and butchered it to
apply to the 3-stable sources.

It helped me get a little closer (error3 is with the fix, error4 is
without the fix) although I still can't install it.

===
--- error4	Tue Apr 25 03:51:48 2000
+++ error3	Tue Apr 25 03:56:28 2000
@@ -1,5 +1,4 @@
-/usr/tmp/sv001.tmp/setup: /usr/bin/test: not found
 checking installed system patches ...
 no patches required
-/a/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory
+/usr/tmp/sv001.tmp/setup.bin: error in loading shared libraries: libvos1GCC.so: cannot open shared object file: No such file or directory
 glibc version: 2.1.2
===

As you can see, at least it doesn't complain about /usr/bin/test
anymore.  (My /usr/tmp is a symlink to /a/tmp outside the Linux tree
and a symlink to ../var/tmp inside the Linux tree, not sure why it
doesn't say "/var/tmp" in the latter case.)

If anyone (esp. Matt) is interested and wants to MFC, the patch is at:

  http://people.FreeBSD.org/~asami/linux-script-01.diff

Warning: use at your own risk!  I have no idea what it does, I just
looked at the patch and took out hunks that are already applied
(huh?), changed the context around a bit to make it blend into the
surrounding, etc.  Someone with a shovelful of clue should look at it
first.

Satoshi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?vqcn1mih26y.fsf>