From owner-freebsd-current@FreeBSD.ORG Thu Jul 1 11:28:31 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A47FE106564A for ; Thu, 1 Jul 2010 11:28:31 +0000 (UTC) (envelope-from lioux@FreeBSD.org) Received: from goat.gigo.com (ipv6.gigo.com [IPv6:2001:470:1:18::2]) by mx1.freebsd.org (Postfix) with ESMTP id 8293E8FC19 for ; Thu, 1 Jul 2010 11:28:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by goat.gigo.com (Postfix) with ESMTP id 338855C66 for ; Thu, 1 Jul 2010 04:28:31 -0700 (PDT) Received: from goat.gigo.com ([127.0.0.1]) by localhost (vette.gigo.com [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id HsTcpfEHK1KV for ; Thu, 1 Jul 2010 04:28:31 -0700 (PDT) Received: from 189.72.155.250 (189-72-155-250.bsace702.dsl.brasiltelecom.net.br [189.72.155.250]) by goat.gigo.com (Postfix) with ESMTPSA id 9FF1F5C32 for ; Thu, 1 Jul 2010 04:28:29 -0700 (PDT) Received: (qmail 68220 invoked from network); 1 Jul 2010 08:27:19 -0300 Received: from unknown (HELO exxodus.fedaykin.here) (127.0.0.1) by exxodus.fedaykin.here with SMTP; 1 Jul 2010 08:27:19 -0300 Message-ID: <4C2C7BAF.1040206@FreeBSD.org> Date: Thu, 01 Jul 2010 08:27:19 -0300 From: Mario Sergio Fujikawa Ferreira User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; pt-BR; rv:1.9.1.10) Gecko/20100622 Thunderbird/3.0.5 MIME-Version: 1.0 To: Yuri Pankov References: <20100521020553.80602.qmail@exxodus.fedaykin.here> <4C0B5207.50902@FreeBSD.org> <20100612102824.13083gxehm8lgmm0@exxodus.dyndns.org> <4C2BF657.4070703@FreeBSD.org> <20100701040336.GC3555@darklight.org.ru> (sfid-20100701_01270_026F31D8) In-Reply-To: <20100701040336.GC3555@darklight.org.ru> (sfid-20100701_01270_026F31D8) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: vbox@freebsd.org, freebsd-current@freebsd.org, Bernhard Froehlich Subject: Re: tstVMStructRC segfault: Cannot build virtualbox-ose on 8-STABLE amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 11:28:31 -0000 On 01/07/2010 01:03, Yuri Pankov wrote: > On Wed, Jun 30, 2010 at 10:58:23PM -0300, Mario Sergio Fujikawa Ferreira wrote: > > > >>> $ script gdb.log gdb >>> work/VirtualBox-3.2.4_OSE/out/freebsd.amd64/debug/bin/tstVMStructRC >>> work/VirtualBox-3.2.4_OSE/tstVMStructRC.core >>> >>> Script started on Fri Jun 11 20:00:36 2010 >>> GNU gdb 6.1.1 [FreeBSD] >>> Copyright 2004 Free Software Foundation, Inc. >>> GDB is free software, covered by the GNU General Public License, and you >>> are >>> welcome to change it and/or distribute copies of it under certain >>> conditions. >>> Type "show copying" to see the conditions. >>> There is absolutely no warranty for GDB. Type "show warranty" for details. >>> This GDB was configured as "amd64-marcel-freebsd"... >>> Core was generated by `tstVMStructRC'. >>> Program terminated with signal 11, Segmentation fault. >>> Reading symbols from /usr/lib32/libc.so.7...done. >>> Loaded symbols for /usr/lib32/libc.so.7 >>> Reading symbols from /libexec/ld-elf.so.1...done. >>> Loaded symbols for /libexec/ld-elf.so.1 >>> #0 0x080508bc in _start () >>> (gdb) bt >>> #0 0x080508bc in _start () >>> #1 0x00000001 in ?? () >>> (gdb) quit > > That looks like backtrace from 32 bit binary, are you sure your lib32 is > up to date, i.e. you don't have WITHOUT_LIB32 in src.conf? I don't even have a /etc/src.conf. :) Furthermore, my /usr/lib32 files all have the same timestamp "Jun 27 06:05" from my last installworld. Jun 27 06:05 /usr/lib32/libc.so.7 Jun 27 06:04 /libexec/ld-elf.so.1 Jun 27 06:06 /libexec/ld-elf32.so.1 >>> Script done on Fri Jun 11 20:00:38 2010 >>> >>> The latest build log for 3.2.4 can be found at: >>> >>> http://people.freebsd.org/~lioux/virtualbox/2010061100/emulators__virtualbox-ose__build_log.txt.bz2 >>> >>> >>> The port work directory of the failed 3.2.4 build can be found at: >>> >>> http://people.freebsd.org/~lioux/virtualbox/2010061100/emulators__virtualbox-ose__work.tar.xz >> >> Ever since my move from 8-STABLE i386 to 8-STABLE amd64, I have not >> been able to build emulators/virtualbox-ose successfully. From >> version 3.1.8 up to the latest 3.2.6. >> >> I can only build emulators/virtualbox-ose-kmod. >> >> I have tried to provide as much information as possible. Is there >> anything I can do to help track down this problem? Let me know if there is anything I can to do help track this down. Regards, Mario Ferreira