From owner-freebsd-ports@FreeBSD.ORG Thu Oct 30 07:55:04 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 7A696169; Thu, 30 Oct 2014 07:55:04 +0000 (UTC) Received: from mail-yk0-x235.google.com (mail-yk0-x235.google.com [IPv6:2607:f8b0:4002:c07::235]) (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 1F3F026B; Thu, 30 Oct 2014 07:55:04 +0000 (UTC) Received: by mail-yk0-f181.google.com with SMTP id 19so2020642ykq.26 for ; Thu, 30 Oct 2014 00:55:03 -0700 (PDT) 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=3D6r3KWJmuP0JhVoCr1/1E8a9jPl4/0I3Agpr8Qmhk4=; b=ImwfzB30a00nBe+bGaHxSUWUrhcsVCBxcaFABBE03x4AEetsOaSWPQcp2on6mvcIwP i8S3N8Snj1WRdC6VCzLQu1aVPEq8oFKjqStj4HGUEB5YPo1MFQpGXkG8Z1hohtyKe+HS XJxGibr25XErdWsGATIXet76PeNwZaKO3So1K8j/bjdhvXyTW6QIaaTGSCiqxAgwgSVH 1Qd7X082RWItrYl3qE1dLP9jMjhybstv0SAUg2qHUlnn9SsbfOlASLscmNdy0Ae1RXJB gt0mSHdqdtOZn9lHsPLYCvu8amB3Rvudt5ZO9qP4BjYuyUWbgqzevFPk3e+IbZdMZPYR SxjQ== MIME-Version: 1.0 X-Received: by 10.236.37.4 with SMTP id x4mr460199yha.187.1414655703248; Thu, 30 Oct 2014 00:55:03 -0700 (PDT) Sender: vasild@gmail.com Received: by 10.170.139.8 with HTTP; Thu, 30 Oct 2014 00:55:03 -0700 (PDT) In-Reply-To: <20141030074921.GA63624@ivaldir.etoilebsd.net> References: <20141030074921.GA63624@ivaldir.etoilebsd.net> Date: Thu, 30 Oct 2014 09:55:03 +0200 X-Google-Sender-Auth: yYYPqT-2os8QtelffzvcSPRgUcU Message-ID: Subject: Re: Strange failure on the build cluster: strip: ...//portsearch: File format not recognized From: Vasil Dimov To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: Vasil Dimov , freebsd-ports@freebsd.org 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, 30 Oct 2014 07:55:04 -0000 On 30 October 2014 09:49, Baptiste Daroussin wrote: > On Thu, Oct 30, 2014 at 09:40:51AM +0200, Vasil Dimov wrote: [...] >> install -s -o root -g wheel -m 555 src/portsearch >> /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin/ >> strip: /wrkdirs/usr/ports/ports-mgmt/portsearch/work/stage/usr/local/bin//portsearch: >> File format not recognized >> install: wait: No such file or directory [...] > Yes your distfile is unclean and comes with a prebuilt binary in src [...] Oh, no! I screwed it up: /usr/ports/ports-mgmt/portsearch# make extract ... /usr/ports/ports-mgmt/portsearch# ls -l work/portsearch-1.3.4/src/portsearch -rwxr-xr-x 1 root wheel 35342 Oct 8 14:16 work/portsearch-1.3.4/src/portsearch /usr/ports/ports-mgmt/portsearch# Thanks for the quick reply!