From owner-freebsd-ports@FreeBSD.ORG Thu Oct 30 07:49:26 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9A16E96; Thu, 30 Oct 2014 07:49:26 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (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 3AB3C1A2; Thu, 30 Oct 2014 07:49:26 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id b13so2985558wgh.25 for ; Thu, 30 Oct 2014 00:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=S6oNLIusBmgsojwVxhjkqfHPo0Hc//DKcHXY84krCL0=; b=nFJxr4dbGtBzB9Gtf47Ft8uYQH7wT530u7bO8gg/e2z9P4ytWGFIYnaIbJX9yDYS3o +i0CRTDu+ugdDpnjzIhgAvlLak3KxUXeWwICnbux07zTJKGwOsjR/hW/SfRh04SD5jYD cMTCwiDQzEHKTZgxbzlsEbtyhDS6fpdE5E7qjoAcT0iJ0H+8uTqA0h+bDHptwSDAqBaQ 1CEXskp+/azN0NcUiQkLxOAyBl3qXfcXNKlf8CZLGDD9KgW4GpMFur4ANlDHb3ik6vnK NYWlE9XiizqjiUcRpBGQP3z3hqaZ++Ovo/OzeqkqPPVPCXfcN9TeKRVPo3km6JI2mPWw 35Tg== X-Received: by 10.180.107.1 with SMTP id gy1mr7592831wib.8.1414655364581; Thu, 30 Oct 2014 00:49:24 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id n4sm7385074wjb.40.2014.10.30.00.49.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Oct 2014 00:49:23 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 30 Oct 2014 08:49:21 +0100 From: Baptiste Daroussin To: Vasil Dimov Subject: Re: Strange failure on the build cluster: strip: ...//portsearch: File format not recognized Message-ID: <20141030074921.GA63624@ivaldir.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="h31gzZEtNLTqOjlF" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: 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:49:27 -0000 --h31gzZEtNLTqOjlF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 30, 2014 at 09:40:51AM +0200, Vasil Dimov wrote: > Hello, >=20 > I am puzzled by this: >=20 > =3D=3D=3D> Generating temporary packing list > /usr/bin/make -C src build > 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 > *** Error code 70 >=20 > Full log at: > http://beefy1.isc.freebsd.org/data/10i386-default/2014-10-29_10h42m30s/lo= gs/errors/portsearch-1.3.4.log > and also below in this email. >=20 > It works on my computer and I cannot reproduce this. >=20 > Any idea what's going on? Yes your distfile is unclean and comes with a prebuilt binary in src you ca= n see on the logs that nothing is being built here: =3D=3D=3D> Building for portsearch-1.3.4 /usr/bin/make -C src build =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D The targets are already satisfied. However you are doing your tests on an amd64 box and the binary in the dist= files are amd64 one do install -s which run strip(1) works as expected on any amd= 64 box using that precompiled binary, but beefy1 is building i386 packages so = strip fails on unknown amd64 binaries. Best regards, Bapt --h31gzZEtNLTqOjlF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlRR7YEACgkQ8kTtMUmk6EyFVwCgo3qMfCfu4p+6fqt12qP3kwsl gDcAoIb5RjHiNLCUEQSTjoaJicvmHOeN =OPES -----END PGP SIGNATURE----- --h31gzZEtNLTqOjlF--