From nobody Mon Jun 21 12:57:44 2021 X-Original-To: freebsd-ppc@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D46A011CBC0C for ; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7qLw5Kdvz3LvZ for ; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624280264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cJxOvClN04250+eGwa2xdfXHvVO+/0P2ub1r8rrA1gc=; b=LSILZ3RpDAJHsv3yQbLfTlusu9DXIqZvnAQI6T/KeXFF8rjQnETDkG2WGTMzx+jKuKo1FB 411wg9/5wN6dFQtiArBXWQ/DreZdrBjI7KGcCYzUhTOT2Gs/Yz/EustC6BSL9ecge6o5vJ oxoQzouIe7wvmWnpK0q7zPKxhIQuOVdJs0CVGi+YIG3C5QHAaiyKt+mnDEvzXdM3WlIuSU blMq3tOihOfoyBKNz2kcio/M8/gMxpCIugCgUgvl/V1kR/aI+iTwsWGIC3GKX6S4MRNqdu xJFqC3DtIPjSAkkFw33n2Lz5mwD1WdlKa9NBkkka4iDllZEqAvWC5mkq5D8wMw== Received: by freefall.freebsd.org (Postfix) id 9E12C3067; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "R3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 98DD23222 for ; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7qLw3K8Wz3Lxx for ; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56FC61D927 for ; Mon, 21 Jun 2021 12:57:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 15LCvi7N017256 for ; Mon, 21 Jun 2021 12:57:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 15LCviv6017255 for powerpc@FreeBSD.org; Mon, 21 Jun 2021 12:57:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 255546] games/libretro-mame2000 : fails to build on FreeBSD 13.0-RELEASE powerpc 32 bit: [Makefile:579: src/cpu/tms9900/tms9980a.o] Error 1 Date: Mon, 21 Jun 2021 12:57:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: menelkir@itroll.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Porting FreeBSD to the PowerPC List-Archive: https://lists.freebsd.org/archives/freebsd-ppc List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1624280264; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cJxOvClN04250+eGwa2xdfXHvVO+/0P2ub1r8rrA1gc=; b=YRpv9SxPul1L2SQ9kF/wqKWCAOLFdEyGCQjhLjSrD8cXNqj938H20DNECqZuFi/iudJP6Y 1b/Hy4nAQ0Ryh/++JSsrf5ou6oAV2hm6qlhwG+BSq2C9/Ik9Z9NzMVJLHl88r8DR18HuTq 7DJiik2+KwZauKGXk/BxKszH5/wel+Q0KixUVywhoO5FiazgImqycDVkfIvWo73n8mpKw1 84fTbBUNnwjEh/cTVDWnVHuoH2nNEl7HVtasSFaXpTjXppo4Bw1LKg7wgwxKBvOog0rS21 nd0TD+x5UJCZaPb4Td1sqsFELL8eb9PQTgjxSHj0rVHf+vy5F+payB8EejJ4/g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1624280264; a=rsa-sha256; cv=none; b=CGqHbd39LNXTAL4Z0+aDA/A+gSMYNsgATsLOww31X2X36hEFUHyMdWbcp/gsVrpCpE6gNa GkmacGzlUSeEkoDVxRImbOoWvzkgVwFCBG4l9J8Pbctc+Li/n+RBGVQfe9BR+PQInt7PLL iBawF1DW/fM8onF68QXgfTFARud3Vmgse7rmb/qIF68nzHKPhiyOmJ3oUZ0A9gCcHvVECq dHHjpeqoQxtsGL9aXW0woZCC4X0KAvvRGd3Mx6cbsICVD0w+MYDO1CwHnnRmh3V/LS8xqP fbkmKF/bL8ulabgT3MdMVnZKo6KscMmsmS6076m5YTC7k6Qui9EsZNYVsWm4Zg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255546 --- Comment #10 from Daniel Menelkir --- There's not much happening in the main repository (and they'll probably will not touch further since is a relative old mame version). Should I just mark= as broken for those ARCHs? --=20 You are receiving this mail because: You are on the CC list for the bug.=