From owner-freebsd-ports@FreeBSD.ORG Thu Nov 20 16:18:58 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27B685E1 for ; Thu, 20 Nov 2014 16:18:58 +0000 (UTC) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF4F929 for ; Thu, 20 Nov 2014 16:18:57 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id hq11so953298vcb.23 for ; Thu, 20 Nov 2014 08:18:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/k7uVPR9q6mqn28yUD6V8lrLlGSKSOpAJiZ/Mbce5p0=; b=mSQNyXY9aZc4hmefztePAVfT97N5puCFaZnv5aN/DC8McQXHoIPkqc4ni5MPF4Fnv3 GvUkWQVNWr5+LsJbULify7gILZQY95UvtYTWG8R0FzOBtC0wlPw9f/i5AKJk/8G0ctFI IGPBrY5jHYt2B/1qj8/481c/KpjicL6MAebl7XwFjP7U6GhuDc8StKa/Rgo02rFNAW+a zMim7+9T1q3sWH0IGePzFlNXqzVc0keaQuzd1G+eNKQT4TeLXFZHl89aI1xqUvSpya1v 1pS1qQ4NvpiIGiWc6Zj9loEx4NVc52L9mwu8qfTsBX4ZVRZj2L/1jQ1WgqEOIdmaLg4W rztQ== X-Received: by 10.52.64.143 with SMTP id o15mr32523999vds.8.1416500336924; Thu, 20 Nov 2014 08:18:56 -0800 (PST) Received: from [172.16.0.2] (tx97.net. [85.198.160.156]) by mx.google.com with ESMTPSA id c4sm555043vdj.4.2014.11.20.08.18.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Nov 2014 08:18:56 -0800 (PST) Message-ID: <546E1452.3020707@gmail.com> Date: Thu, 20 Nov 2014 18:18:26 +0200 From: Vitaly Magerya User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Request for (i386) testing: american fuzzy lop References: <3dc1c153.7b7b9177@fabiankeil.de> <546DF8A5.3060601@gmail.com> <3fb914c3.1002708a@fabiankeil.de> In-Reply-To: <3fb914c3.1002708a@fabiankeil.de> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 16:18:58 -0000 On 11/20/14 17:02, Fabian Keil wrote: > 0.57b and later have "[f]ixes to make things work on FreeBSD and > OpenBSD: use_64bit is inferred if not explicitly specified when > calling afl-as". > > If you started with an earlier release, this might have been > the problem. I was working with version 0.27b, so I guess lots of things changed since then. They even have afl-clang now. > Does it work for you if you replace the line with: > MAKE_ARGS+= CC=${COMPILER_TYPE} > ? Yes, this fixes all the problems; AFL now installs fine. I also tested actually compiling stuff with afl-clang and then running afl-fuzz, which also seems to work. I don't have an i386 system though. > And if not, does it work if you remove it completely? Removing it does not work ('test_build' fails).