From owner-freebsd-ppc@freebsd.org Mon Apr 13 12:12:31 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E8D1B2BCABB for ; Mon, 13 Apr 2020 12:12:31 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916v353Fkz4WjP for ; Mon, 13 Apr 2020 12:12:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 92D9115467; Mon, 13 Apr 2020 12:12:31 +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 "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 90A15155C6 for ; Mon, 13 Apr 2020 12:12:31 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916v26HK6z4Wj8 for ; Mon, 13 Apr 2020 12:12:30 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D1A0F1B1BA for ; Mon, 13 Apr 2020 12:12:30 +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 03DCCUJc032101 for ; Mon, 13 Apr 2020 12:12:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 03DCCUtv032089 for powerpc@FreeBSD.org; Mon, 13 Apr 2020 12:12:30 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 243658] multimedia/obs-qtwebkit: fix build on powerpc64 elfv1 Date: Mon, 13 Apr 2020 12:12:30 +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: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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 MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 12:12:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243658 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Mon Apr 13 12:12:20 UTC 2020 New revision: 531597 URL: https://svnweb.freebsd.org/changeset/ports/531597 Log: multimedia/obs-qtwebkit: fix build on powerpc64 cc1plus: error: unrecognized command line option "-std=3Dc++11" Additionally, this port tries to use SSE, so it needs -DNO_WARN_X86_INTRINSICS -maltivec -mvsx on powerpc64 to use GCC's translat= ion layer to AltiVec. Also respect CXXFLAGS to make it work. PR: 243658 Approved by: swills (maintainer) MFH: 2020q2 (fix build blanket) Changes: head/multimedia/obs-qtwebkit/Makefile head/multimedia/obs-qtwebkit/files/patch-GNUmakefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Apr 13 12:13:52 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6AF422BCC2F for ; Mon, 13 Apr 2020 12:13:52 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916wc2Gfwz4Wtr for ; Mon, 13 Apr 2020 12:13:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 2BD451571B; Mon, 13 Apr 2020 12:13:52 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) (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 "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 2746715809 for ; Mon, 13 Apr 2020 12:13:52 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916wb6WCyz4Wtp for ; Mon, 13 Apr 2020 12:13:51 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DAE381B1CC for ; Mon, 13 Apr 2020 12:13:51 +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 03DCDpds012621 for ; Mon, 13 Apr 2020 12:13:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 03DCDpNZ012612 for powerpc@FreeBSD.org; Mon, 13 Apr 2020 12:13:51 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 243658] multimedia/obs-qtwebkit: fix build on powerpc64 elfv1 Date: Mon, 13 Apr 2020 12:13:52 +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: pkubaj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: resolution bug_status 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 MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 12:13:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243658 Piotr Kubaj changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Mon Apr 13 12:14:32 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A01DF2BCC86 for ; Mon, 13 Apr 2020 12:14:32 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916xN3qnyz4Ww0 for ; Mon, 13 Apr 2020 12:14:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 5DCE71579E; Mon, 13 Apr 2020 12:14:32 +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 "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 5B0DD15887 for ; Mon, 13 Apr 2020 12:14:32 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4916xN0K1bz4Wvx for ; Mon, 13 Apr 2020 12:14:32 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 064FC1B1CD for ; Mon, 13 Apr 2020 12:14:32 +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 03DCEVlq051475 for ; Mon, 13 Apr 2020 12:14:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 03DCEVWV051466 for powerpc@FreeBSD.org; Mon, 13 Apr 2020 12:14:31 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 243658] multimedia/obs-qtwebkit: fix build on powerpc64 elfv1 Date: Mon, 13 Apr 2020 12:14:32 +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: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? 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 MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 12:14:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243658 --- Comment #2 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Mon Apr 13 12:13:33 UTC 2020 New revision: 531598 URL: https://svnweb.freebsd.org/changeset/ports/531598 Log: MFH: r531597 multimedia/obs-qtwebkit: fix build on powerpc64 cc1plus: error: unrecognized command line option "-std=3Dc++11" Additionally, this port tries to use SSE, so it needs -DNO_WARN_X86_INTRINSICS -maltivec -mvsx on powerpc64 to use GCC's translat= ion layer to AltiVec. Also respect CXXFLAGS to make it work. PR: 243658 Approved by: swills (maintainer) Approved by: portmgr (fix build blanket) Changes: _U branches/2020Q2/ branches/2020Q2/multimedia/obs-qtwebkit/Makefile branches/2020Q2/multimedia/obs-qtwebkit/files/patch-GNUmakefile --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Tue Apr 14 15:51:56 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4AAEB2C3A05 for ; Tue, 14 Apr 2020 15:51:56 +0000 (UTC) (envelope-from msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com) Received: from mta-87-74.sparkpostmail.com (mta-87-74.sparkpostmail.com [192.174.87.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "*.sparkpostmail.com", Issuer "RapidSSL RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 491qjl36qKz4Nlf for ; Tue, 14 Apr 2020 15:51:54 +0000 (UTC) (envelope-from msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=verosapark1.duydangbds.com; s=scph0220; t=1586878309; i=@verosapark1.duydangbds.com; bh=TLsv1eTAUENxwMhhQksa0NcmWkJVzAncoCyukev3dQ4=; h=Date:Message-ID:Content-Type:Subject:From:To; b=oXwO6RTd/hMQMHy1IAVb0zSSfrKw96HBZ1mXu7MJ92UNj4+KNg2lMvfWaMYTZreqk Pme2vn64O6kloeBH1QiRhiBzwEBrWJIhExqWb/lSZCWCYttY4rAMS+u8OlqdD8Xywz qPYg7ErwJVjzakkQiGlb9PqUSPa+1Xd68QXtBauU= X-MSFBL: LpZMdJPJSBLAbdEilwgW+2663QMypbeWO4lEhHUHj5k=|eyJjdXN0b21lcl9pZCI 6IjU1NzIzIiwibWVzc2FnZV9pZCI6IjAwMDA2NWQ3OTU1ZTVlMGViY2RhIiwic3V iYWNjb3VudF9pZCI6IjIwMCIsInIiOiJmcmVlYnNkLXBwY0BmcmVlYnNkLm9yZyI sInRlbmFudF9pZCI6InNwYyJ9 Received: from [18.234.207.80] ([18.234.207.80:58030] helo=ip-172-31-37-108.ec2.internal) by ac.mta1vsmtp.cc.prd.sparkpost (envelope-from ) (ecelerity 4.3.1.83197 r(Core:4.3.1.21)) with ESMTPSA (cipher=AES-256-GCM) id CB/AD-03678-567D59E5; Tue, 14 Apr 2020 15:31:49 +0000 Date: Tue, 14 Apr 2020 15:31:49 +0000 Message-ID: Subject: Hello, It's me Diana From: Diana To: freebsd-ppc@freebsd.org Reply-To: kiemtramailcheck3@gmail.com x-campaignid: 5e95d15e28a892703e5a03e1 X-SMTPAPI: {"unique_args": {"formatted_cid": "5e95d15e28a892703e5a03e1_F_T_EM_AB_0_P_0_L_0", "to_email": "freebsd-ppc@freebsd.org", "user_id": "5e95b9d5b57ab108c715bca7", "app_key": "GW9FP1QSEF3Y3SCRHVA40TOO", "cid": "5e95d15e28a892703e5a03e1"}} X-MC-Metadata: {"formatted_cid": "5e95d15e28a892703e5a03e1_F_T_EM_AB_0_P_0_L_0", "to_email": "freebsd-ppc@freebsd.org", "user_id": "5e95b9d5b57ab108c715bca7", "app_key": "GW9FP1QSEF3Y3SCRHVA40TOO", "cid": "5e95d15e28a892703e5a03e1"} X-Rspamd-Queue-Id: 491qjl36qKz4Nlf X-Spamd-Bar: ++++++++++++ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=verosapark1.duydangbds.com header.s=scph0220 header.b=oXwO6RTd; dmarc=none; spf=pass (mx1.freebsd.org: domain of msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com designates 192.174.87.74 as permitted sender) smtp.mailfrom=msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com X-Spamd-Result: default: False [12.52 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_REPLYTO(0.00)[kiemtramailcheck3@gmail.com]; R_SPF_ALLOW(0.00)[+exists:192.174.87.74._spf.sparkpostmail.com]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[verosapark1.duydangbds.com:+]; CTYPE_MIXED_BOGUS(1.00)[]; MIME_BASE64_TEXT(0.10)[]; FORGED_SENDER(0.30)[cris@verosapark1.duydangbds.com,msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com]; MIME_TRACE(0.00)[0:+,1:~]; IP_SCORE(0.12)[ip: (3.95), ipnet: 192.174.80.0/20(-2.05), asn: 23528(-1.26), country: US(-0.05)]; ASN(0.00)[asn:23528, ipnet:192.174.80.0/20, country:US]; FROM_NEQ_ENVFROM(0.00)[cris@verosapark1.duydangbds.com,msprvs1=18373zuBFsrRY=bounces-55723-200@sparkpostmail2.com]; ARC_NA(0.00)[]; R_DKIM_ALLOW(0.00)[verosapark1.duydangbds.com:s=scph0220]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/mixed]; FREEMAIL_REPLYTO(0.00)[gmail.com]; DMARC_NA(0.00)[duydangbds.com]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[]; NEURAL_SPAM_MEDIUM(0.81)[0.812,0]; RBL_BLOCKLISTDE(4.00)[74.87.174.192.bl.blocklist.de]; NEURAL_SPAM_LONG(1.00)[1.000,0]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; MIME_HTML_ONLY(0.20)[]; R_SUSPICIOUS_URL(5.00)[emailapi-v2.moengage.com]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; GREYLIST(0.00)[pass,body] X-Spam: Yes MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 15:51:56 -0000 From owner-freebsd-ppc@freebsd.org Wed Apr 15 20:04:15 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 886E72C06D6 for ; Wed, 15 Apr 2020 20:04:15 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492YGR366tz4Kj0 for ; Wed, 15 Apr 2020 20:04:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by freefall.freebsd.org (Postfix) id 43483A81B; Wed, 15 Apr 2020 20:04:15 +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 "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 3DCECA5D9 for ; Wed, 15 Apr 2020 20:04:15 +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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 492YGR02pLz4Khw for ; Wed, 15 Apr 2020 20:04:15 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F118A24837 for ; Wed, 15 Apr 2020 20:04:14 +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 03FK4EKq082960 for ; Wed, 15 Apr 2020 20:04:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 03FK4E5h082959 for powerpc@FreeBSD.org; Wed, 15 Apr 2020 20:04:14 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 244730] x11-servers/xorg-server : when fetching sources : You cannot select multiple options from the CONF radio (on FreeBSD 12.1-RELEASE-p1) Date: Wed, 15 Apr 2020 20:04:15 +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: zeising@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status 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 MIME-Version: 1.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 20:04:15 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244730 Niclas Zeising changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not A Bug Status|New |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-ppc@freebsd.org Thu Apr 16 01:29:11 2020 Return-Path: Delivered-To: freebsd-ppc@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4D59A2A9611 for ; Thu, 16 Apr 2020 01:29:11 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic312-25.consmr.mail.gq1.yahoo.com (sonic312-25.consmr.mail.gq1.yahoo.com [98.137.69.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 492hTL0SsMz3FDD for ; Thu, 16 Apr 2020 01:29:09 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: 40lA3oAVM1mVW_p1Zcz2e2kf.bp5KcGZbZklseizT_vfq5pTZ2HEu6ta.PoUMl3 fLM12ZyUw3kdKTVxReAzEvHRU0jlibAuHwPsvWSmOdgW8HHS0szqVqc0sapx715Z00V8mEf3QKUa UTIKWBQEMVscwWToDymmbemKRNIqH8qJYXMB_F2kx8MXFZLbWxCXaDXYLqLW2k_zZ.Ib0bewuTp3 Rj_clJNMYsgMoqzjfBQUUXtjmGDCIST1s1fq.8l1sfC3qv5nYpXn6cLHtWcUr7y0Nz_hjmbIHqbJ Q39GJkzIzu6aVcU5_cvWirgXVJhNIa95JMUuwcoyS9_goMJNfhXduGhkCLpzdrLCWD5BXINr1Qy_ Pyat6L1R.1lev1GGh6M453A6rw42va8MWlm1UpBbT4SQcD0KL0ZVSHkUPwBZs2j5r4SKufIWUd.r SR1SUl6CqzEHzqGuYwJ.2XYZXk2HxxvIKvEHPsV8qMR.pxWKM8SXrXObrT1WbNgm2t0xVTd5Gsp9 OhsGeHYPdSFBK51OL.l7g_Kqb9uKT78eERWOze6wgoGzcMUhmX5wMpJY9HP9ZJc4JNjwPI1ICZPl gG.8DFB5.gwc.2VInCia4Q0qUEos_Kwy3vzOcQ_OgZQlRSC1ta_cxoL3VH8x1KJSgk5io43ViH0z yinM9WHG2v9DRwSXMlpCxTm1pAMKqibycs_WAy0UKFMMDJkAGKdqq8QCIw5eFt3gchBUa4667DOP sjoKQjLD1nv7Kn6d2hPC9Djn1ZpzMYg.V4h_9Y.P_EFVVGujV37JkrJUO5zrp1ItGXzvWMF608kw T4SE7Z4XyHNWZh5Ip1MPf6EgdN4j1rQgfxpSYGr_qES7zJsZWh2j..o7iI0wErd5fuNg5KKIppm_ PPWi9fTMOYeALmk2_cnjCVsT1IklK_jRxW1yxro.WKdHv9jLDbk0lGCve3FEPYBeVz9iLff1StQ4 bWGY6aZWOZFZCew2TFPO086ijU0KkBNUkPXMmYT0jb3Hs8pDL7tEYiSIKKevkzyRwvO71Y3sC6MK ufsZF35k0k7O3C0SUEAdiMzajAmqpbhzIWhpq0e1_iWKm.8qHYStLJBPMGcUgfOjv542XcdFbziZ e9QWtS3eiT6TxH9X_BxuuvaRHnkvAVcSlu0mgUerD85noCkEuT4G8wHn.tggz.4qpYseAmOk_fMQ 2aQRiVafxgP1OHVNoFe5zmqHJdVS2boQVBiYjdcjs8OrvPyPkpXvTbzizn51rWH6IWyBSviZ2d7T B8l4th7tSOHLaP0rGOt4I29qXLRsMhxqmc.GwKupovPzgzD.Ne_k0Ks9LCUjp14CXTxhmhlDOJz0 lfI8tDfrT.VL600lcNPu_Rrp9oXtU01EgS_QOTjSRuGfPiu8C9pmtth9Cbbampu8.BK7ZKkezRx3 r0dY8Dr2doL6KChu2eXiWSXAe5gFgPcSE7PnSOYYy9uaekG1KNXborg-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic312.consmr.mail.gq1.yahoo.com with HTTP; Thu, 16 Apr 2020 01:29:07 +0000 Received: by smtp417.mail.bf1.yahoo.com (VZM Hermes SMTP Server) with ESMTPA ID b5453dba29f5dd6e9aa73b5059d11114; Thu, 16 Apr 2020 01:29:06 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: svn commit: r359992 - head/sys/powerpc/aim broke i.freebsd.org/job/FreeBSD-head-powerpc-build/ builds Message-Id: <72C9FD8A-E190-4AEA-A28B-0A1CB4CAA05E@yahoo.com> Date: Wed, 15 Apr 2020 18:29:04 -0700 To: "alfredo@freebsd.org " , svn-src-head@freebsd.org, FreeBSD PowerPC ML X-Mailer: Apple Mail (2.3608.80.23.2.2) References: <72C9FD8A-E190-4AEA-A28B-0A1CB4CAA05E.ref@yahoo.com> X-Rspamd-Queue-Id: 492hTL0SsMz3FDD X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.50 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com.dwl.dnswl.org : 127.0.5.0]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; IP_SCORE(0.00)[ip: (-2.26), ipnet: 98.137.64.0/21(0.83), asn: 36647(0.67), country: US(-0.05)]; IP_SCORE_FREEMAIL(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[206.69.137.98.list.dnswl.org : 127.0.5.0]; RWL_MAILSPIKE_POSSIBLE(0.00)[206.69.137.98.rep.mailspike.net : 127.0.0.17]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2020 01:29:11 -0000 =46rom = https://ci.freebsd.org/job/FreeBSD-head-powerpc-build/15810/console : --- mmu_oea64.o --- 23:10:11 /usr/src/sys/powerpc/aim/mmu_oea64.c:933:7: error: format = specifies type 'uintmax_t' (aka 'unsigned long long') but the argument = has type 'unsigned int' [-Werror,-Wformat] =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar)