From owner-freebsd-ports@FreeBSD.ORG Sun Jan 12 02:42:22 2014 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 ESMTPS id C3656C61; Sun, 12 Jan 2014 02:42:22 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E180D1A87; Sun, 12 Jan 2014 02:42:21 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id w7so4481574lbi.30 for ; Sat, 11 Jan 2014 18:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BSO2mgamgiJFdCdlLre/JcgS35k42Ovvv/sKSMJ0epw=; b=p9QBp8pNP81XMS/RtBgCKuzf2KniUG5nSWM7idjqJI1SDLnOnQQR/vZ9mjPZJdB9mH b+bo/TJSfEdZRUDfClG+J2O+9a7ShBKb7CwVzhC36CbBzFGieNjH+I41djdjD6RraHWi 3/1o9atRWiEzkXSkAU74Sj9bOJYaADxetzILmGokt7UoWzcZdGcS5l5dHJoavwTCYj/e JrhmeKSp6nWKW9obfBcgYfm8Q5HJYPi4b7fOq+hlhFoS1GoIqCmhz/41GoravkTiMRof 89g1d6wKrRYa2iSNUWqOeUt6Q2jb1oHfWitCrnxjN+pkDgH/6EbfAiKghVWANsDkoEDA s/mg== MIME-Version: 1.0 X-Received: by 10.112.130.228 with SMTP id oh4mr25099lbb.92.1389494539103; Sat, 11 Jan 2014 18:42:19 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.38.43 with HTTP; Sat, 11 Jan 2014 18:42:19 -0800 (PST) In-Reply-To: References: Date: Sat, 11 Jan 2014 18:42:19 -0800 X-Google-Sender-Auth: P3No6bLDXtGtQDkglMroMRRbCN4 Message-ID: Subject: Re: VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS] From: Craig Rodrigues To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org, ports , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 02:42:22 -0000 On Sat, Jan 11, 2014 at 1:09 PM, Bernhard Fr=F6hlich wro= te: > > Am 11.01.2014 03:49 schrieb "Craig Rodrigues" : > > > (5) Build and install gsoap from jkim's port (you need to do this > because the version of gsoap in the ports tree will result in failed > compilation): > > > > cd /tmp/xy/jkim/devel/gsoap > > make > > make install > > Really? From what I was told the current gsoap should work fine with the > patch that he included for the new gsoap in his tree. > Yes, for some reason, when I tried to use the version of gsoap 2.8.10_2 in the ports tree, the build would fail when clang tried to compile certain gsoap-generated .cpp files. This was even with jkim's port Makefiles and patches. With the official virtualbox-ose port (not jkim's stuff), I also ran into compilation problems of gsoap files, but this time with gcc: http://lists.freebsd.org/pipermail/freebsd-emulation/2014-January/011203.ht= ml Upgrading the gsoap to the one in jkim's tree solved my problems building with clang. I did not try again with gcc. -- Craig