From owner-freebsd-ports@FreeBSD.ORG Wed Sep 15 05:27:19 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C716106564A; Wed, 15 Sep 2010 05:27:19 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B4FDB8FC15; Wed, 15 Sep 2010 05:27:18 +0000 (UTC) Received: by wwb18 with SMTP id 18so630787wwb.31 for ; Tue, 14 Sep 2010 22:27:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=xLSoo/8yEft3+mPxsmG7SPpTi34CXXiQXneTpvy7Xlc=; b=BjlquC5ques/qSnrHS+e0z9KeftMsEUxaPE7XxuhioxAwEgoWReUx1zKthjJxqsmV5 Eq4G4uovKKdGwrTE9JS8NfZu/HWI3Ri+QiQu+aoJkUBLRvgvzPfnNgMQfR8+MnIbEaXb QDb8VPUBUiL+vt8V4mXYztfDWciS0fJ8ldk6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=ds8WBgUvsPosax/KjQ8UmrhJCB8/AHrt+2bAdbZt+EhGSVXUE3HAbrD3vQmclhHeuC BNkntWPi8obCx2Ay+WS6nH1p3Y0z1f//iXJu3E/Uwr2bCf4FGYVL1Y9HBpMQLOviic9m srRgKiS2L2+wt2Ase57b5OWSO0D5Tn7LM6tWs= Received: by 10.227.37.8 with SMTP id v8mr858511wbd.37.1284526684989; Tue, 14 Sep 2010 21:58:04 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id o49sm664244wej.43.2010.09.14.21.58.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 21:58:03 -0700 (PDT) Message-ID: <4C905153.6040800@gmail.com> Date: Wed, 15 Sep 2010 09:23:39 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: freebsd-ports-bugs@FreeBSD.org, freebsd-ports@freebsd.org, freebsd-ports-request@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: VirtualBox FreeBSD 8.1 AMD 64 intsall 32 bit lib X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Sep 2010 05:27:19 -0000 I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC directory , but when I run make install clean I see this error " Requires 32-bit libraries installed under /usr/lib32. Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " and I run this command "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" and after minutes I see this error "===> gnu/lib/csu (obj,depend,all,install) sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/lib32/usr/lib32/crtend.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.So /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.So /usr/obj/usr/src/lib32/usr/lib32/crtendS.o ===> lib/csu/i386-elf (obj,depend,all,install) ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 -o gcrt1.o -r crt1_s.o gcrt1_c.o ld: Relocatable linking with relocations from format elf64-x86-64 (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ldconfig: warning: /usr/lib32: No such file or directory " I make post about this error in freebsdforums but they can not help me please see link http://forums.freebsd.org/showthread.php?t=17607 they said problem is ccache and I disable and remove ccache ,but still I have that probelm please help me