From owner-freebsd-ports@FreeBSD.ORG Thu Sep 26 20:28:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 01777856 for ; Thu, 26 Sep 2013 20:28:57 +0000 (UTC) (envelope-from t.sowa@ttmath.org) Received: from rent-cms.pl (rent-cms.pl [87.98.234.64]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8BED28EB for ; Thu, 26 Sep 2013 20:28:56 +0000 (UTC) Received: from s100.slimaczek.pl (dynamic-87-105-134-99.ssp.dialog.net.pl [87.105.134.99]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rent-cms.pl (postfix) with ESMTPSA id 8AFC0309A761; Thu, 26 Sep 2013 22:24:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ttmath.org; s=ttmath; t=1380227066; bh=F+kET2eLZtVlyPlzvVxg7jVN5MGrfaaGtPNpRU4kcJ0=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=2CXiKY02avlCTSJlT+xRzj7km7SV9i+qgfSBoAoJsccJA+yPB39n/ZLoJyRyFlOF+ GBYBxHRJZ0aS6HBzC4lzffbgjZlqYMOgCsksMMuMJ9POy0bZ8+qxtr1qCFxuZFbr5F 7d2dLbkl6t1rdLIbASF/GbXHAVLyVbuWI6yZAlkj88VE2+M5y524WA4QposxOrO021 ckuapUneX0he96RNPfJCRTL9VhxdUSUVi3GaleexwDSPRvpYVowrDDTcbQ+QC02UME yWGShBpe8OSoUdMLt4UGzWAzvjDZ+iKPcbLeuIuDOMb+09gYcMjycFzdENdAfYbZST b9yhK+TSf41ag== Message-ID: <524498E7.8010605@ttmath.org> Date: Thu, 26 Sep 2013 22:28:23 +0200 From: Tomasz Sowa User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Olivier Smedts Subject: Re: [PATCH] emulators/virtualbox-ose-kmod in 10-current References: <523BB1FA.3050106@ttmath.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Sep 2013 20:28:57 -0000 On 2013.09.20 14:11, Olivier Smedts wrote: > There is already a PR : > www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971 > Thanks, I didn't see it. > With one of thoses patchs the port compiles fine but I still have core > dumps at start under 10-ALPHA2. Maybe because of libstdc++ switch to > libc++ ? I have got a symlink to libc++.so.1 to avoid problems when compiling some ports: /usr/lib# ln -s libc++.so.1 libstdc++.so > Is it working from fresh start for you ? Are you using WITH_GNUCXX= in > src.conf or make.conf ? My installation works fine and I don't have anything special in src.conf and make.conf: $ cat /etc/make.conf MALLOC_PRODUCTION=1 #WITH_NEW_XORG=yes #WITH_KMS=yes WITHOUT_NOUVEAU=YES #WITHOUT_PKGNG=yes #USE_GCC?=4.6+ -- Tomek