From owner-freebsd-emulation@freebsd.org Sat Jul 7 05:26:49 2018 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 964611037EC7 for ; Sat, 7 Jul 2018 05:26:49 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 21B7383E5C for ; Sat, 7 Jul 2018 05:26:47 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id F11D828F64; Sat, 7 Jul 2018 14:26:44 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 73D83409D5; Sat, 7 Jul 2018 14:26:44 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 7A8B7409D4; Sat, 7 Jul 2018 14:26:43 +0900 (JST) Date: Sat, 07 Jul 2018 14:24:20 +0900 (JST) Message-Id: <20180707.142420.1007187955556707198.yasu@utahime.org> To: freebsd-emulation@freebsd.org Subject: emulators/virtualbox-ose-additions: Is lib32 really necessary on amd64? From: Yasuhiro KIMURA X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 05:26:49 -0000 # I sent this mail to vbox@FreeBSD.org at first and recieved 'Your # message to freebsd-emulation awaits moderator approval' response # from the ML. So I'll send it to this ML. Hello, There are following lines in emulators/virtualbox-ose-additions/Makefile. ---------------------------------------------------------------------- .if ${ARCH} == "amd64" .if !exists(/usr/lib32/libc.so) pre-everything:: @${ECHO} 'Requires 32-bit libraries installed under /usr/lib32.' @${ECHO} 'Do: cd /usr/src; make build32 install32; service ldconfig restart' @${FALSE} .endif .endif ---------------------------------------------------------------------- I removed these lines and tried 'make install' with all options enabled on 11.2-RELEASE amd64 without lib32. Then installation completed without any errors. And as long as I used it for several hours there seems to be no problem. Is lib32 really necessary for this port to install and use on amd64? Regards. --- Yasuhiro KIMURA