From owner-freebsd-ports@freebsd.org Fri Jun 8 00:39:25 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0C1E1009C9F for ; Fri, 8 Jun 2018 00:39:25 +0000 (UTC) (envelope-from jkeenan@pobox.com) Received: from pb-smtp1.pobox.com (pb-smtp1.pobox.com [64.147.108.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 929E068B88 for ; Fri, 8 Jun 2018 00:39:25 +0000 (UTC) (envelope-from jkeenan@pobox.com) Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id D12FFD9D27 for ; Thu, 7 Jun 2018 20:39:18 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=pVpFqHFaD1pp MG6ztEpRqeahyTU=; b=N+MmZb+S+3Pxg5aXcZ4Iffj2XdUCsc8kzREgHwaV4rXp S4zkf35MNkkz27c6D5xH/oqjbkclycLZkjj4mpl44w/BAoLCgqNoB25cbxb6asE4 v3cFXyaob9Yr5Nx0/FjqkBm0KzuJi6HRpu/FFFubscYsOmIVeOLFI2WzFrCrgSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=EOQjDL KC3GIeaSFi5GeuYQx892LhPQgZ9dF88p5oBkgnia9xsrmz6dguyARg3k3wEq8sNi UlHSReSSEMfu8ndWpv/E5ICFAzKyfpPlAerie30r6SWXzpzGLgF/TN0SdZTtSLju plcYMuDpYrJejc4lEm3BE7L6RCwvzzZMY6CiE= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C7D98D9D26 for ; Thu, 7 Jun 2018 20:39:18 -0400 (EDT) Received: from [192.168.1.5] (unknown [24.185.115.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 62DAED9D25 for ; Thu, 7 Jun 2018 20:39:18 -0400 (EDT) Subject: Re: make package "*** Error code 1" To: freebsd-ports@freebsd.org References: <1528418192403-0.post@n6.nabble.com> From: James E Keenan Message-ID: Date: Thu, 7 Jun 2018 20:39:17 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <1528418192403-0.post@n6.nabble.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US X-Pobox-Relay-ID: 60BACA34-6AB4-11E8-BF17-44CE1968708C-57062903!pb-smtp1.pobox.com Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2018 00:39:26 -0000 On 06/07/2018 08:36 PM, duckmanjbr wrote: > I am working on my first port and have come across an error that I=E2=80= =99m not sure > how to research. Can anyone point me in the right direction as to this > error code? It=E2=80=99s saying that sed: -I or -i may not be used but= I=E2=80=99m not > using sed anywhere in the port. >=20 Can you post the command that gave you that error and the output from=20 that command?