From owner-freebsd-questions@FreeBSD.ORG Tue Feb 3 23:15:13 2015 Return-Path: Delivered-To: freebsd-questions@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 E33891A9; Tue, 3 Feb 2015 23:15:12 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (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 74C13D4D; Tue, 3 Feb 2015 23:15:12 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so47816464wes.10; Tue, 03 Feb 2015 15:15:11 -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=HESvJVA1/qgu834GMIclYNitozl/DBpI95R92MLII50=; b=VhKF7V+UqL0chHO6gBFI+zKudZk+19GD7Xoq8kqShV2dZR6rYko5lb8NTxOu5r0Oj/ e0LRm27M4qYTig/OUf1UOU27kin2s3vv43Xrwiyke8sJpzrfxnSqlkF5PjWNIf49agWG zqJOB5LpUyvq8I1c95sQ+kZu5h/uTStrFQw48FPqOnHQ3kGkbp3RLJEQI/NzgNgotfLd AqnXIZ7FIm6dFG12zfJsClWKd9kFS3lLbh5WPM/NLkP9HmPfyE2muZcnVQOnWxdoPe4H rcfUvIINAZ5vEcSDGlHWwIwDHpuobhEQp6BSDPxawsEa0eYDGkHjSsPdUQ51CX0ZMz6M mxaQ== MIME-Version: 1.0 X-Received: by 10.180.7.199 with SMTP id l7mr39873938wia.66.1423005310961; Tue, 03 Feb 2015 15:15:10 -0800 (PST) Received: by 10.194.241.132 with HTTP; Tue, 3 Feb 2015 15:15:10 -0800 (PST) In-Reply-To: <54D08BF3.8020307@bananmonarki.se> References: <54D033FE.1000103@bananmonarki.se> <54D08BF3.8020307@bananmonarki.se> Date: Wed, 4 Feb 2015 07:15:10 +0800 Message-ID: Subject: Re: Error building cad/kicad-devel From: Ben Woods To: Bernt Hansson , mr@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2015 23:15:13 -0000 Ahh yes, on amd64 it appears to be working on FreeBSD 10, but failing on FreeBSD 9 and FreeBSD 8 with linking issues. The logs can be seen here: http://beefy2.isc.freebsd.org/data/latest-per-pkg/kicad-devel/r5363_8/ On i386 it again appears to be working on FreeBSD 10, but failing ok FreeBSD 9 and FreeBSD 8, this time with "error: call to 'abs' is ambiguous. The logs can be seen here: http://beefy1.isc.freebsd.org/data/latest-per-pkg/kicad-devel/r5363_8/ There is already a bug report in for the second error (abs ambiguous call): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190232 There doesn't seem to be any bug reports for the first linking error, however I am sure the maintainer Michael will be aware of it from the build failed emails. Regards, Ben On Tuesday, February 3, 2015, Bernt Hansson wrote: > > On 2015-02-03 05:06, Ben Woods wrote: > > I don't think the actual error message is shown in your email. > > > > As per the output, try adding MAKE_JOBS_UNSAFE=yes to your /etc/make.conf > > file and then try the build again. > > Tried that, does not build anyway. Some trouble with linking. > > > > -- -- From: Benjamin Woods woodsb02@gmail.com