From owner-freebsd-questions@FreeBSD.ORG Mon Jan 12 10:41:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EFCF16A4CE; Mon, 12 Jan 2004 10:41:21 -0800 (PST) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F7543D75; Mon, 12 Jan 2004 10:41:05 -0800 (PST) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq61-015.dial.allstream.net [216.123.136.143]) by outbox.allstream.net (Postfix) with SMTP id A6AE3BD21C; Mon, 12 Jan 2004 00:42:36 -0500 (EST) Date: Mon, 12 Jan 2004 00:42:31 -0500 From: epilogue@allstream.net To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040112004231.6167888a.epilogue@allstream.net> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: linuxpluginwrapper + libmap.conf + fbsd4.9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2004 18:41:21 -0000 hello all, i am trying to build the libmap.conf feature under 4.9 in order to install the linuxpluginwrapper port. hopefully someone here will know what to suggest for the error message i am getting. ---------------------------------------------------- port error msg under vanilla 4.9 ---------------------------------------------------- Please enable libmap.conf(5) feature for rtld(1). 4-stable user: You can get a following patch. http://people.FreeBSD.org/~nork/libmap_4stable.diff Please apply on /usr/src and make install on /usr/src/libexec/rtld-elf. ---------------------------------------------------- download the patch and apply ---------------------------------------------------- /usr/src# patch < /foo/libmap_4stable.diff Hmm... Looks like a unified diff to me... The text leading up to this was: [snip] Patching file libexec/rtld-elf/rtld.c using Plan A... Hunk #1 succeeded at 52. Hunk #2 succeeded at 132. Hunk #3 succeeded at 295. Hunk #4 succeeded at 369. Hunk #5 succeeded at 797. Hunk #6 succeeded at 1444. done ---------------------------------------------------- here is where problem occurs ---------------------------------------------------- /usr/src/libexec/rtld-elf# make install install -s -o root -g wheel -m 555 -fschg -C -b ld-elf.so.1 /usr/libexec install: ld-elf.so.1: No such file or directory *** Error code 71 ---------------------------------------------------- i have also tried to 'make buildworld' with the patched source, but it fails. however, the failure doesn't seem to be tied directly to the rtld-elf piece (at least from what i can see). any suggestions would be very much appreciated. thanks, epi