From owner-freebsd-ports@FreeBSD.ORG Mon Oct 7 20:52:23 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D7AC3642; Mon, 7 Oct 2013 20:52:23 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94D802277; Mon, 7 Oct 2013 20:52:23 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n5so6983104oag.27 for ; Mon, 07 Oct 2013 13:52:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0a+PEaWDzqYSn+yuHAarkg6L9U+7TEYzGpM9XC9dyV0=; b=0PH9UQ8+ZlGw1qmLKJv3B+tB+Xqsx/bhL/qB6CWZ3685+qPhkQvnh9Wyhsxass89LY zzrNY8bFG3atleLOiyPgYO0KiLAg4MYglvShGJZXvMUA8OMiEWpwzSYxm2R0OAqBsC/2 /WR+JqRcFHjtm9R3JUDr69B1XPdJv3d9rjSGGGtOcKBFu5v8a37/nnHkNiQFUXxith+m HMXsXx/4RV0EQUQb2MSJEakr9PBZ+NNmBS88IGPiI58G1WYP71qFtfq8e9hrhE6Mm3jh KxPoXPcA5I++ymCfBmPQaXA4UO8TOFxFQMzBQYpQq5bbgSo92nnnyJYPu5ha74RzO1i4 D5lw== MIME-Version: 1.0 X-Received: by 10.60.134.14 with SMTP id pg14mr80359oeb.66.1381179142822; Mon, 07 Oct 2013 13:52:22 -0700 (PDT) Received: by 10.76.106.83 with HTTP; Mon, 7 Oct 2013 13:52:22 -0700 (PDT) In-Reply-To: <9C190430-25D5-4E7A-A5F0-04848F562B53@FreeBSD.org> References: <8FA850C6-AB37-4C32-9AF1-26A82ACF22C3@FreeBSD.org> <9C190430-25D5-4E7A-A5F0-04848F562B53@FreeBSD.org> Date: Mon, 7 Oct 2013 16:52:22 -0400 Message-ID: Subject: Re: Clang errors while building traverso From: Joe Nosay To: Dimitry Andric , ports Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Mon, 07 Oct 2013 20:52:23 -0000 There seems to be a lot of syntax errors. I'm not good with C and can use a reference manual for checking. I'm also running i386 on an AMD64 machine. Will make flags need to be set to accept the 64 bit instructions while outputting 32 bit binaries? On Mon, Oct 7, 2013 at 2:02 PM, Dimitry Andric wrote: > On Oct 7, 2013, at 02:27, Joe Nosay wrote: > > As you asked. > > > > > > On Sun, Oct 6, 2013 at 6:12 PM, Dimitry Andric wrote: > > On Oct 6, 2013, at 20:53, Joe Nosay wrote: > > > This port is unofficial. > > > http://slexy.org/view/s2Bl9PCAhU > > > > > > Errors are at the above link. > > > > Can you get please mail me the files mentioned here: > > > > =95 c++: note: diagnostic msg: /tmp/memops-WbDZlP.cpp > > =95 c++: note: diagnostic msg: /tmp/memops-WbDZlP.sh > > > > -Dimitry > > > > > > > > Thanks. This is a clang bug during instruction selection on i386. I > have been able to reduce your sample to a very small testcase, which I > have reported here: > > http://llvm.org/PR17495 > > Did you manage to figure out the other warning messages you got during > building of your port? > > -Dimitry > >