From owner-freebsd-arm@freebsd.org Fri Jun 24 18:56:25 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B782AAC41C8 for ; Fri, 24 Jun 2016 18:56:25 +0000 (UTC) (envelope-from mikael.urankar@gmail.com) Received: from mail-qk0-x22a.google.com (mail-qk0-x22a.google.com [IPv6:2607:f8b0:400d:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7270825B7 for ; Fri, 24 Jun 2016 18:56:25 +0000 (UTC) (envelope-from mikael.urankar@gmail.com) Received: by mail-qk0-x22a.google.com with SMTP id c73so156967727qkg.2 for ; Fri, 24 Jun 2016 11:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=jxPN6bzK4WswihnWZEcvtqPLbVPB9zJliQOx7OV4Lw0=; b=zH+z0JVE19qircYcSJbNOVHw2w4VzUTEWzSLCBDJAiVtFwZKOS/SXAWhUkjgs9LZD0 i7cD0/MOvpICWcoTjag3sOEYYHi2LCJc3rYj3cgaJ/PXbbInX2c7DX8BKHNd1Vq3v36s CwtxNVf3+ncinsdAf9FAx546haPfENoGfsvU4QNWWH3ghr7sHHRTZ3HoBserErwcP2tZ geI5LZrhZ9DOGdylk2xwBOdPfnVyQ/DCKhntwUD9icqJIjoPY+6M31+nwqSwcX56LDbR keEJo7IZnMYAVShmAkODbcy2z76Sju3n74nqqu4eqkB2f+UodeOMMHaAM5OUuAdz5eaS qR3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=jxPN6bzK4WswihnWZEcvtqPLbVPB9zJliQOx7OV4Lw0=; b=NddK61eLOXxN0uK6Iq3I61P5z9sHBHX34Aj/4Q0bYlTd/2tlwT0aL1A+sWNKYh5DQN rni1XddfqbEKRwoIIo9ps+yUGo6oUd534DYiuCsl4WeFLwx9bLZwu1Z3mdAVITXpu0BI WwB9xJuOK4B/Vm+n+ax1oGsrkCK8N6ZME9HCV0DfT6AmrEr+VseLmhqXD3r9ZlAghG/n qiHcobWnQiLeNCmergDoYb9nh1NJtmIj40OCeyCyaJ7aAhq+1hhjfmhuvMjGMrGBuy3L pAPhoX5xMvJ8S/NuxjXYR0VLC+7iNM8KjpHr2Gta1XjCZS0h3Z4ogXNCxAuyNIvq6ekn 3kvQ== X-Gm-Message-State: ALyK8tKfJlXtqI656Mu8AL0n3k8vpsf65iOxO4608CNraZA0juZgqmEG+3zx7gMOR+5hZ9acehZWs0OSFwS6cQ== X-Received: by 10.200.55.115 with SMTP id p48mr6603045qtb.15.1466794584316; Fri, 24 Jun 2016 11:56:24 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.35.148 with HTTP; Fri, 24 Jun 2016 11:55:43 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= Date: Fri, 24 Jun 2016 20:55:43 +0200 Message-ID: Subject: Re: Poudriere failing on some 10-STABLE ports --- "uses VFP register arguments" To: Paul Mather Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2016 18:56:25 -0000 2016-06-24 20:49 GMT+02:00 Paul Mather : > For a while I've been having trouble building ARM packages via Poudriere.= My setup running under a 10-STABLE host quit working altogether, so I swi= tched to an 11-CURRENT host. That works to build both 11.x and 10.x FreeBS= D/arm packages, however, in the case of the 10.x packages I am having a cou= ple of persistent failures: lang/perl5.20; security/libgpg-error; and mail/= postfix. All three are flagged in the Poudriere build page as having "link= er_error". The linker error is always a complaint related to using "VFP re= gister arguments". Hi, See https://lists.freebsd.org/pipermail/freebsd-arm/2016-May/013952.html