From owner-freebsd-current@freebsd.org Fri May 27 19:48:25 2016 Return-Path: Delivered-To: freebsd-current@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 DB76DB4CF6B for ; Fri, 27 May 2016 19:48:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-oi0-x233.google.com (mail-oi0-x233.google.com [IPv6:2607:f8b0:4003:c06::233]) (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 A5344175E for ; Fri, 27 May 2016 19:48:25 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-oi0-x233.google.com with SMTP id w184so182774291oiw.2 for ; Fri, 27 May 2016 12:48:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to; bh=mMPSrkC28Ea9qu4wz/vKXuu+uowa3P6kKqVRe4Shi2U=; b=GXc5VdbtA1uRXH9dbAoAWQxz7/m3NTjahenjs4uc3j4mltjqyg6ZKIlCk8FGGp8V07 atx8vanwag8atN/MfscnBAHEHV4IsiF7e6iyX43LXsA2bxI/3TJqGxPHfkiEzRBy2YlD KxQXQVxUdzLN+IHzQ2s7PwGYUbW8tNRNjBWtBa8q7zRQ0bsZfC1FHVO9RIpyaROw5Ixj RAaajVZl1FJwFGJGnnvkFB6GE7lXZpR7cMlnHQI4CSWoOVvYzcp5qINdVDmeO7cORc8+ yo6c3otbV0DASAzADIDFoyGFrrtjRmDtn47fwGWEiDCM5wWJ5MxqTmXvFSW6JK82ZuNp gRlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to; bh=mMPSrkC28Ea9qu4wz/vKXuu+uowa3P6kKqVRe4Shi2U=; b=ddsOBFjq7Z6PqXJa9xe9rTa+rf2/6DLwDq/lshsH2CT0YBo3gzFtOikIjkihdeuwt9 JjpXK8qKy4iTiodrAIijvJeOCjYXxEtS5t9y+VadgvOC0jDJugSQfOJPvQqSnUhrBwNs BsPjPEQu1GJuCpDQpUvraz82jB+GTS3Hxo8DxXw96/Oibkhx/9QbGgKmjghbrLc/uMtD gT+w+YVapJS/Kh8CFpF90p2sSuRUSS6v9tt6H4TGeNq4UxxTDLcsOsqMrUzc68B0B9Xi 5SEF+0EfzNJ8LAVmbn8ov29TD930LPaEoS9MGSQAJtL/aKB36Hp5ewQi1fceGlqxib9s FMMg== X-Gm-Message-State: ALyK8tLHURsfRyW94fx10nVHw1ntunIeEvuOG7i9ONmGuH+gGrjUL81ZsyZ4TBlv0F4sEe6e+A950hsnT4VyLA== MIME-Version: 1.0 X-Received: by 10.202.212.19 with SMTP id l19mr10912143oig.182.1464378505127; Fri, 27 May 2016 12:48:25 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.4.200 with HTTP; Fri, 27 May 2016 12:48:25 -0700 (PDT) Date: Fri, 27 May 2016 13:48:25 -0600 X-Google-Sender-Auth: Im6I0KhXwdRYDWASYQ9p5hxymEY Message-ID: Subject: cannot represent machine `mips:amd64' From: Alan Somers To: FreeBSD CURRENT Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 19:48:26 -0000 Starting today, I get this error for several mips targets whenever I do "make universe". Does anybody know what might be causing it? I see it for mips.mips64, mips.mipsn32, and mips.mips64el . -------------------------------------------------------------- >>> stage 4.2: building libraries -------------------------------------------------------------- ===> gnu/lib/libssp/libssp_nonshared (obj,all,install) ===> gnu/lib/libgcc (obj,all,install) ===> lib/libcompiler_rt (obj,all,install) ===> gnu/lib/csu (obj,all,install) ===> lib/csu (obj,all,install) ===> lib/csu/mips (obj) ===> lib/csu/mips (all) ===> lib/csu/mips (install) ===> lib/libcompiler_rt (obj,all,install) ===> lib/libc (obj,all,install) ===> lib/libc_nonshared (obj,all,install) /scratch/tmp/asomers/obj/mips.mips64/home/asomers/freebsd/head/tmp/usr/bin/ld: cannot represent machine `mips:amd64' --- libc.so.7.full --- *** [libc.so.7.full] Error code 1 -Alan