From owner-freebsd-ports@FreeBSD.ORG Tue Mar 4 13:04: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 6754B66A; Tue, 4 Mar 2014 13:04:22 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BF8E165; Tue, 4 Mar 2014 13:04:22 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id uq10so4734151igb.1 for ; Tue, 04 Mar 2014 05:04:21 -0800 (PST) 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 :cc:content-type; bh=d36Hlvj8bH19NtuIZfDZ1/Ms9iTMrHjTmQNop5/SdaQ=; b=Jw16Vp4G67i2A2LPVa4LX1Mw88gt8r3bSpa5CjSWcSQdVFzHQDtdRNH2BmDfnauoxq NEN9MSdKl69j7XXOKGRjPwHqIihiZfwcmTVz/93mVLFCTDV1AFWRmbt8qH0Ij3lFT86x xvZEnpj1kC3MG3L9TsGbYCsPf3SREkCPHPf3gR986C9+MO7aaSnV1+z5xUB2chdiByT+ fE1PFRuNlpMfDvU7c7KRGiOoXh1bKHOOyfUvusRPvcbHrnZ93D2K4dr6gw9j5xUaDW36 m099P5lYFjGNssVqBZ4gRoTt4CjUt3wUyX9iHJvQ/yeC44RcG4pYazs2TuWRAPcPqMth 8DbA== MIME-Version: 1.0 X-Received: by 10.50.111.135 with SMTP id ii7mr28303733igb.35.1393938261597; Tue, 04 Mar 2014 05:04:21 -0800 (PST) Received: by 10.50.164.227 with HTTP; Tue, 4 Mar 2014 05:04:21 -0800 (PST) In-Reply-To: References: <201310232003.39787.Mark.Martinec+freebsd@ijs.si> <029DD189-E4F7-441D-95A4-08E73327DBDB@odo.in-berlin.de> Date: Tue, 4 Mar 2014 07:04:21 -0600 Message-ID: Subject: Re: amavis[12345]: (12345-02) (!)file utility failed: exit 1 From: Scot Hetzel To: Michael Grimm , bf@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-ports@freebsd.org" 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: Tue, 04 Mar 2014 13:04:22 -0000 On Mon, Mar 3, 2014 at 10:39 AM, Michael Grimm wrote: > Hi -- > > I'd like to come back on an issue reported last October (see thread ending in http://lists.freebsd.org/pipermail/freebsd-ports/2013-October/087175.html). > > amavisd-new requires sysutils/file which throws an error like ... > > | test> /usr/local/bin/file ascii.txt > | ascii.txt: ERROR: line 163: regex error 17, (illegal byte sequence) > > ... whereas the system file utility acts as expected: > > | test> /usr/bin/file ascii.txt > | ascii.txt: ASCII text > > I did notice it for the first time with file-5.15. Today I did upgrade to file-5.17, and I do still see that error. > > According the message obove (see link) that bug should have been fixed already, correct or am I mistaken? > I checked the Magdir/windows file and the bug is still there. You will need to apply the patch that is in PR 183257 to get rid of the error. http://www.freebsd.org/cgi/query-pr.cgi?pr=183257 Could someone commit this patch to the sysutils/file port. Thanks, -- DISCLAIMER: No electrons were maimed while sending this message. Only slightly bruised.