From owner-freebsd-emulation@freebsd.org Sun Oct 6 13:34:23 2019 Return-Path: Delivered-To: freebsd-emulation@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 DAAD5FCF0C for ; Sun, 6 Oct 2019 13:34:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46mPjC5YbVz4KwC for ; Sun, 6 Oct 2019 13:34:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BEB2CFCF0B; Sun, 6 Oct 2019 13:34:23 +0000 (UTC) Delivered-To: emulation@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 BE7B5FCF0A for ; Sun, 6 Oct 2019 13:34:23 +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 46mPjC4bQgz4KwB for ; Sun, 6 Oct 2019 13:34:23 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8238426ED3 for ; Sun, 6 Oct 2019 13:34:23 +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 x96DYNZo030332 for ; Sun, 6 Oct 2019 13:34:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x96DYNLX030331 for emulation@FreeBSD.org; Sun, 6 Oct 2019 13:34:23 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: emulation@FreeBSD.org Subject: [Bug 240043] audio/linux-c7-alsa: how to make it work? Date: Sun, 06 Oct 2019 13:34:19 +0000 X-Bugzilla-Reason: AssignedTo 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tijl@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@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 MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2019 13:34:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043 --- Comment #63 from Tijl Coosemans --- I had second thoughts about the patch. There are fewer thread priority lev= els on FreeBSD than on Linux so the patch maps one FreeBSD priority level to multiple Linux priority levels. With the patch it's possible for a Linux thread to have a higher priority than another thread while the FreeBSD kern= el treats them as if they had the same level. That's a problem for SCHED_FIFO threads because they just keep running until they are preempted by higher priority threads. The current behaviour where FreeBSD announces fewer prio= rity levels via sched_get_priority_(min|max) is correct. A POSIX compliant prog= ram is supposed to use priority levels from this range. FMOD blindly uses prio= rity levels that happen to work on current versions of Linux. Another solution will have to be found. Either the preload trick or maybe libfmod.so could be edited using something like "sed -i.bak 's,libasound\.so,/nonexistent,g' /path/to/libfmod.so"? --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-emulation@freebsd.org Sun Oct 6 16:05:20 2019 Return-Path: Delivered-To: freebsd-emulation@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 8B63512E56E for ; Sun, 6 Oct 2019 16:05:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46mT3N3Bjrz4XL2 for ; Sun, 6 Oct 2019 16:05:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6BF0812E56C; Sun, 6 Oct 2019 16:05:20 +0000 (UTC) Delivered-To: emulation@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 6BB8112E56B for ; Sun, 6 Oct 2019 16:05:20 +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 46mT3N2HlWz4XL1 for ; Sun, 6 Oct 2019 16:05:20 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 324A29CD for ; Sun, 6 Oct 2019 16:05:20 +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 x96G5KOx038522 for ; Sun, 6 Oct 2019 16:05:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x96G5K7E038521 for emulation@FreeBSD.org; Sun, 6 Oct 2019 16:05:20 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: emulation@FreeBSD.org Subject: [Bug 240043] audio/linux-c7-alsa: how to make it work? Date: Sun, 06 Oct 2019 16:05:18 +0000 X-Bugzilla-Reason: CC AssignedTo 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: iwtcex@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@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 MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2019 16:05:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043 --- Comment #64 from Alex S --- (In reply to Tijl Coosemans from comment #63) > Either the preload trick The main problem with that is discoverability. Even a nice wrapper script w= ould still need to be advertised to end users. > or maybe libfmod.so could be edited using something like > "sed -i.bak 's,libasound\.so,/nonexistent,g' /path/to/libfmod.so"? Oh, I'm not above directly patching FMOD to use a lower priorities, in fact that should be very straightforward =E2=80=94 we only need to print a backt= race from the preloaded pthread_attr_setschedparam wrapper to find the calling code a= nd then look around a bit for a constant value. However, since FMOD is statica= lly linked into these Unity Engine binaries, that is something that needs to be done per each game and per each update. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Sun Oct 6 16:31:42 2019 Return-Path: Delivered-To: freebsd-emulation@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 31ABE12ECAA for ; Sun, 6 Oct 2019 16:31:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46mTdp0dVbz4ZfB for ; Sun, 6 Oct 2019 16:31:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 158DD12ECA9; Sun, 6 Oct 2019 16:31:42 +0000 (UTC) Delivered-To: emulation@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 154D612ECA8 for ; Sun, 6 Oct 2019 16:31:42 +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 46mTdn6r2Jz4Zf8 for ; Sun, 6 Oct 2019 16:31:41 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE1B9DE7 for ; Sun, 6 Oct 2019 16:31:41 +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 x96GVfBD019921 for ; Sun, 6 Oct 2019 16:31:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x96GVfwE019920 for emulation@FreeBSD.org; Sun, 6 Oct 2019 16:31:41 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: emulation@FreeBSD.org Subject: [Bug 240043] audio/linux-c7-alsa: how to make it work? Date: Sun, 06 Oct 2019 16:31:42 +0000 X-Bugzilla-Reason: AssignedTo 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: h2+fbsdports@fsfe.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@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 MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2019 16:31:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043 --- Comment #65 from Hannes Hauswedell --- Could we instead patch libasound or replace it with an intermediary to dete= ct whether it is being invoked from FMOD and behave accordingly? Everything that involves manually patching game binaries seems sub-optimal. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-emulation@freebsd.org Sun Oct 6 16:50:10 2019 Return-Path: Delivered-To: freebsd-emulation@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 3CE1212F0ED for ; Sun, 6 Oct 2019 16:50:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46mV360wQ5z4b95 for ; Sun, 6 Oct 2019 16:50:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 1D5C212F0EB; Sun, 6 Oct 2019 16:50:10 +0000 (UTC) Delivered-To: emulation@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 1BFB612F0EA for ; Sun, 6 Oct 2019 16:50:10 +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 46mV356gwFz4b93 for ; Sun, 6 Oct 2019 16:50:09 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C8BDC1119 for ; Sun, 6 Oct 2019 16:50:09 +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 x96Go9AS058826 for ; Sun, 6 Oct 2019 16:50:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x96Go9Ws058825 for emulation@FreeBSD.org; Sun, 6 Oct 2019 16:50:09 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: emulation@FreeBSD.org Subject: [Bug 240043] audio/linux-c7-alsa: how to make it work? Date: Sun, 06 Oct 2019 16:50:07 +0000 X-Bugzilla-Reason: AssignedTo 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: iwtcex@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@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 MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2019 16:50:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043 --- Comment #66 from Alex S --- By the way, as far as discoverability goes, did anybody actually notice https://github.com/shkhln/linuxulator-steam-utils (I refuse to advertise th= at on Reddit), or, more importantly, read the related PRs such as bug #240989,= bug #240990 and bug #240991? Those weren't assigned to emulation@, so I'm getti= ng a bit nervous. (In reply to Hannes Hauswedell from comment #65) > Could we instead patch libasound > or replace it with an intermediary to detect > whether it is being invoked from FMOD and behave accordingly? How are we supposed to detect FMOD and what does this have to do with libasound?. --=20 You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.= From owner-freebsd-emulation@freebsd.org Sun Oct 6 21:01:02 2019 Return-Path: Delivered-To: freebsd-emulation@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 E9FFD133F3F for ; Sun, 6 Oct 2019 21:01:02 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46mbcZ5nRzz3L8L for ; Sun, 6 Oct 2019 21:01:02 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id C5902133F3D; Sun, 6 Oct 2019 21:01:02 +0000 (UTC) Delivered-To: emulation@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 C5587133F3C for ; Sun, 6 Oct 2019 21:01:02 +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 46mbcZ4rkyz3L8F for ; Sun, 6 Oct 2019 21:01:02 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8ADB241FC for ; Sun, 6 Oct 2019 21:01:02 +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 x96L12FL050571 for ; Sun, 6 Oct 2019 21:01:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x96L12YD050569 for emulation@FreeBSD.org; Sun, 6 Oct 2019 21:01:02 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201910062101.x96L12YD050569@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: emulation@FreeBSD.org Subject: Problem reports for emulation@FreeBSD.org that need special attention Date: Sun, 6 Oct 2019 21:01:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2019 21:01:03 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 240590 | Linuxulator: EPOLLONESHOT is broken 1 problems total for which you should take action. From owner-freebsd-emulation@freebsd.org Mon Oct 7 05:17:50 2019 Return-Path: Delivered-To: freebsd-emulation@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 6436B13ED09 for ; Mon, 7 Oct 2019 05:17:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46mpdp25h4z4Hcx for ; Mon, 7 Oct 2019 05:17:50 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 4805913ED08; Mon, 7 Oct 2019 05:17:50 +0000 (UTC) Delivered-To: emulation@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 47CD413ED07 for ; Mon, 7 Oct 2019 05:17:50 +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 46mpdp1Cs2z4Hcw for ; Mon, 7 Oct 2019 05:17:50 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0E54F9AC0 for ; Mon, 7 Oct 2019 05:17:50 +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 x975HnlX046377 for ; Mon, 7 Oct 2019 05:17:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x975Hnwf046376 for emulation@FreeBSD.org; Mon, 7 Oct 2019 05:17:49 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: emulation@FreeBSD.org Subject: [Bug 240043] audio/linux-c7-alsa: how to make it work? Date: Mon, 07 Oct 2019 05:17:48 +0000 X-Bugzilla-Reason: CC AssignedTo 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: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: iwtcex@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@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 MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2019 05:17:50 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240043 --- Comment #67 from Alex S --- (In reply to Tijl Coosemans from comment #63) > The current behaviour where FreeBSD announces fewer priority levels via s= ched_get_priority_(min|max) is correct. > A POSIX compliant program is supposed to use priority levels from this ra= nge. Would it be acceptable to silently discard any values outside of the FreeBSD range but still within the valid Linux range? Maybe even with a correspondi= ng sysctl variable to enable/disable that behavior. That's the most sane solut= ion I can think of. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:20:48 2019 Return-Path: Delivered-To: freebsd-emulation@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 A56BD1358EB for ; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYDw35rMz4GgW for ; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6A4E71358E8; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) Delivered-To: emulation@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 69CFE1358E6; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) (envelope-from pkg-fallout@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 46pYDw1Hcgz4GgV; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy10.nyi.freebsd.org (beefy10.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ed]) (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 108472147C; Thu, 10 Oct 2019 01:20:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy10.nyi.freebsd.org (localhost [127.0.0.1]) by beefy10.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1KlMw009077; Thu, 10 Oct 2019 01:20:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy10.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1KlRm009063; Thu, 10 Oct 2019 01:20:47 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:20:47 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100120.x9A1KlRm009063@beefy10.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 112i386-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:20:48 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy10.nyi.freebsd.org/data/112i386-default/514206/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy10.nyi.freebsd.org/build.html?mastername=112i386-default&build=514206 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:20:45 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 112i386-default-job-13 11.2-RELEASE-p14 FreeBSD 11.2-RELEASE-p14 i386 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1102000 Job Id: 13 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1102000 UNAME_v=FreeBSD 11.2-RELEASE-p14 UNAME_r=11.2-RELEASE-p14 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/112i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/112i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=112i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/112i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=11.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=11.2-RELEASE-p14 OSREL=11.2 OSVERSION=1102000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [112i386-default-job-13] Installing pkg-1.12.0... [112i386-default-job-13] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:21:57 2019 Return-Path: Delivered-To: freebsd-emulation@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 B4A59135A4C for ; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYGF4NZwz4GnT for ; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 967BB135A49; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) Delivered-To: emulation@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 96245135A47; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) (envelope-from pkg-fallout@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 46pYGF3HNFz4GnS; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy3.nyi.freebsd.org (beefy3.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e6]) (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 548DF215DB; Thu, 10 Oct 2019 01:21:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy3.nyi.freebsd.org (localhost [127.0.0.1]) by beefy3.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1Lviw089074; Thu, 10 Oct 2019 01:21:57 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy3.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1Luwk089034; Thu, 10 Oct 2019 01:21:56 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:21:56 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100121.x9A1Luwk089034@beefy3.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 112amd64-quarterly][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:21:57 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy3.nyi.freebsd.org/data/112amd64-quarterly/514178/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy3.nyi.freebsd.org/build.html?mastername=112amd64-quarterly&build=514178 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:21:53 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 112amd64-quarterly-job-11 11.2-RELEASE-p14 FreeBSD 11.2-RELEASE-p14 amd64 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1102000 Job Id: 11 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1102000 UNAME_v=FreeBSD 11.2-RELEASE-p14 UNAME_r=11.2-RELEASE-p14 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/112amd64-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/112amd64-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=112amd64-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/112amd64-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=11.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=11.2-RELEASE-p14 OSREL=11.2 OSVERSION=1102000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [112amd64-quarterly-job-11] Installing pkg-1.12.0... [112amd64-quarterly-job-11] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:22:11 2019 Return-Path: Delivered-To: freebsd-emulation@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 E469F135BD3 for ; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYGW5qRKz4GxG for ; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id C7DBF135BD1; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) Delivered-To: emulation@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 C78FE135BCF; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) (envelope-from pkg-fallout@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 46pYGW4zXbz4GxF; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (beefy9.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:ec]) (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 8BD68215ED; Thu, 10 Oct 2019 01:22:11 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy9.nyi.freebsd.org (localhost [127.0.0.1]) by beefy9.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1MB7H025209; Thu, 10 Oct 2019 01:22:11 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy9.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1MBIG025188; Thu, 10 Oct 2019 01:22:11 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:22:11 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100122.x9A1MBIG025188@beefy9.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 112amd64-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:22:12 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy9.nyi.freebsd.org/data/112amd64-default/514206/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy9.nyi.freebsd.org/build.html?mastername=112amd64-default&build=514206 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:22:10 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 112amd64-default-job-20 11.2-RELEASE-p14 FreeBSD 11.2-RELEASE-p14 amd64 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1102000 Job Id: 20 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1102000 UNAME_v=FreeBSD 11.2-RELEASE-p14 UNAME_r=11.2-RELEASE-p14 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/112amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/112amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=112amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/112amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=11.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: x86_64-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=11.2-RELEASE-p14 OSREL=11.2 OSVERSION=1102000 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [112amd64-default-job-20] Installing pkg-1.12.0... [112amd64-default-job-20] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:22:57 2019 Return-Path: Delivered-To: freebsd-emulation@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 2DB6C135CA5 for ; Thu, 10 Oct 2019 01:22:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYHP0Rxmz4H1q for ; Thu, 10 Oct 2019 01:22:57 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0F5CC135C9E; Thu, 10 Oct 2019 01:22:57 +0000 (UTC) Delivered-To: emulation@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 0F156135C93; Thu, 10 Oct 2019 01:22:57 +0000 (UTC) (envelope-from pkg-fallout@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 46pYHN6Sxfz4H1n; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy2.nyi.freebsd.org (beefy2.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e5]) (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 C10A521611; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy2.nyi.freebsd.org (localhost [127.0.0.1]) by beefy2.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1MuRI095336; Thu, 10 Oct 2019 01:22:56 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy2.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1Mu6I095335; Thu, 10 Oct 2019 01:22:56 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:22:56 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100122.x9A1Mu6I095335@beefy2.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 120amd64-quarterly][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:22:57 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy2.nyi.freebsd.org/data/120amd64-quarterly/514178/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy2.nyi.freebsd.org/build.html?mastername=120amd64-quarterly&build=514178 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:22:54 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 120amd64-quarterly-job-01 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 amd64 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1200086 Job Id: 01 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1200086 UNAME_v=FreeBSD 12.0-RELEASE-p10 UNAME_r=12.0-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/120amd64-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/120amd64-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=120amd64-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/120amd64-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.0-RELEASE-p10 OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [120amd64-quarterly-job-01] Installing pkg-1.12.0... [120amd64-quarterly-job-01] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:22:56 2019 Return-Path: Delivered-To: freebsd-emulation@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 69D30135C80 for ; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYHN27jvz4H1l for ; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 493C7135C7E; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) Delivered-To: emulation@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 48EE3135C7D; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@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 46pYHN0RX0z4H1j; Thu, 10 Oct 2019 01:22:56 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy1.nyi.freebsd.org (beefy1.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e4]) (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 E655621610; Thu, 10 Oct 2019 01:22:55 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy1.nyi.freebsd.org (localhost [127.0.0.1]) by beefy1.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1MtTl005530; Thu, 10 Oct 2019 01:22:55 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1MtWM005528; Thu, 10 Oct 2019 01:22:55 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:22:55 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100122.x9A1MtWM005528@beefy1.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 112i386-quarterly][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:22:56 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy1.nyi.freebsd.org/data/112i386-quarterly/514178/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy1.nyi.freebsd.org/build.html?mastername=112i386-quarterly&build=514178 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:22:53 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 112i386-quarterly-job-11 11.2-RELEASE-p14 FreeBSD 11.2-RELEASE-p14 i386 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1102000 Job Id: 11 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1102000 UNAME_v=FreeBSD 11.2-RELEASE-p14 UNAME_r=11.2-RELEASE-p14 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/112i386-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/112i386-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=112i386-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/112i386-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=11.2 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on LLVM 6.0.0) Target: i386-unknown-freebsd11.2 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=11.2-RELEASE-p14 OSREL=11.2 OSVERSION=1102000 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [112i386-quarterly-job-11] Installing pkg-1.12.0... [112i386-quarterly-job-11] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:23:38 2019 Return-Path: Delivered-To: freebsd-emulation@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 8A5D0135D8F for ; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYJB3B1Kz4H61 for ; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 6D24B135D8C; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) Delivered-To: emulation@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 6CE11135D8B; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) (envelope-from pkg-fallout@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 46pYJB1zzGz4H60; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy4.nyi.freebsd.org (beefy4.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e7]) (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 276F421613; Thu, 10 Oct 2019 01:23:38 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy4.nyi.freebsd.org (localhost [127.0.0.1]) by beefy4.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1NcLD089162; Thu, 10 Oct 2019 01:23:38 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy4.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1NcEZ089161; Thu, 10 Oct 2019 01:23:38 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:23:38 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100123.x9A1NcEZ089161@beefy4.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 120i386-quarterly][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:23:38 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy4.nyi.freebsd.org/data/120i386-quarterly/514178/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy4.nyi.freebsd.org/build.html?mastername=120i386-quarterly&build=514178 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:23:35 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 120i386-quarterly-job-18 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 i386 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: branches/2019Q4/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1200086 Job Id: 18 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1200086 UNAME_v=FreeBSD 12.0-RELEASE-p10 UNAME_r=12.0-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/120i386-quarterly/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/120i386-quarterly/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=120i386-quarterly SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/120i386-quarterly/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=12.0-RELEASE-p10 OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [120i386-quarterly-job-18] Installing pkg-1.12.0... [120i386-quarterly-job-18] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:24:16 2019 Return-Path: Delivered-To: freebsd-emulation@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 DC467135DFF for ; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYJw5YJ2z4H8M for ; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id BE878135DFE; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) Delivered-To: emulation@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 BE27B135DFC; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) (envelope-from pkg-fallout@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 46pYJw476Mz4H8G; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (beefy6.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e9]) (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 6F7AE21625; Thu, 10 Oct 2019 01:24:16 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy6.nyi.freebsd.org (localhost [127.0.0.1]) by beefy6.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1OG2a033203; Thu, 10 Oct 2019 01:24:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy6.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1OGUs033198; Thu, 10 Oct 2019 01:24:16 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:24:16 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100124.x9A1OGUs033198@beefy6.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 120amd64-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:24:16 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy6.nyi.freebsd.org/data/120amd64-default/514206/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy6.nyi.freebsd.org/build.html?mastername=120amd64-default&build=514206 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:24:13 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 120amd64-default-job-01 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 amd64 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1200086 Job Id: 01 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1200086 UNAME_v=FreeBSD 12.0-RELEASE-p10 UNAME_r=12.0-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/120amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/120amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=120amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/120amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: x86_64-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=12.0-RELEASE-p10 OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [120amd64-default-job-01] Installing pkg-1.12.0... [120amd64-default-job-01] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 01:25:49 2019 Return-Path: Delivered-To: freebsd-emulation@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 4C0F5135F2E for ; Thu, 10 Oct 2019 01:25:49 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46pYLj1KQWz4HDH for ; Thu, 10 Oct 2019 01:25:49 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 2D575135F2B; Thu, 10 Oct 2019 01:25:49 +0000 (UTC) Delivered-To: emulation@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 2D111135F2A; Thu, 10 Oct 2019 01:25:49 +0000 (UTC) (envelope-from pkg-fallout@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 46pYLj0Hyqz4HDG; Thu, 10 Oct 2019 01:25:49 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (beefy5.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:e8]) (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 E1C2921641; Thu, 10 Oct 2019 01:25:48 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy5.nyi.freebsd.org (localhost [127.0.0.1]) by beefy5.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9A1PmXd054460; Thu, 10 Oct 2019 01:25:48 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy5.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9A1Pmob054429; Thu, 10 Oct 2019 01:25:48 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 01:25:48 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910100125.x9A1Pmob054429@beefy5.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - 120i386-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 01:25:49 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy5.nyi.freebsd.org/data/120i386-default/514206/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy5.nyi.freebsd.org/build.html?mastername=120i386-default&build=514206 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 01:25:46 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD 120i386-default-job-15 12.0-RELEASE-p10 FreeBSD 12.0-RELEASE-p10 i386 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1200086 Job Id: 15 ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1200086 UNAME_v=FreeBSD 12.0-RELEASE-p10 UNAME_r=12.0-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/120i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/120i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=120i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/120i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based on LLVM 6.0.1) Target: i386-unknown-freebsd12.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=12.0-RELEASE-p10 OSREL=12.0 OSVERSION=1200086 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 DISABLE_MAKE_JOBS=poudriere ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [120i386-default-job-15] Installing pkg-1.12.0... [120i386-default-job-15] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 16:41:24 2019 Return-Path: Delivered-To: freebsd-emulation@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 23F281437F9 for ; Thu, 10 Oct 2019 16:41:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46pxg80Cgzz4JyJ for ; Thu, 10 Oct 2019 16:41:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 04C411437F6; Thu, 10 Oct 2019 16:41:24 +0000 (UTC) Delivered-To: emulation@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 047261437F3; Thu, 10 Oct 2019 16:41:24 +0000 (UTC) (envelope-from pkg-fallout@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 46pxg76Fzmz4JyF; Thu, 10 Oct 2019 16:41:23 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy17.nyi.freebsd.org (beefy17.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:f2]) (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 BB8AC4D3F; Thu, 10 Oct 2019 16:41:23 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy17.nyi.freebsd.org (localhost [127.0.0.1]) by beefy17.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9AGfNdd092198; Thu, 10 Oct 2019 16:41:23 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy17.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9AGfNoi092186; Thu, 10 Oct 2019 16:41:23 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 16:41:23 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910101641.x9AGfNoi092186@beefy17.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - head-i386-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 16:41:24 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy17.nyi.freebsd.org/data/head-i386-default/p514206_s353378/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy17.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p514206_s353378 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 16:41:21 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD head-i386-default-job-04 13.0-CURRENT FreeBSD 13.0-CURRENT 1300050 i386 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1300050 Job Id: 04 !!! Jail is newer than host. (Jail: 1300050, Host: 1300040) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=i386 UNAME_m=i386 OSVERSION=1300050 UNAME_v=FreeBSD 13.0-CURRENT 1300050 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-i386-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes MACHINE=i386 MACHINE_ARCH=i386 ARCH=${MACHINE_ARCH} #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=i386 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300050 PYTHONBASE=/usr/local CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 524288 stack size (kbytes, -s) 65536 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [head-i386-default-job-04] Installing pkg-1.12.0... [head-i386-default-job-04] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Thu Oct 10 16:58:24 2019 Return-Path: Delivered-To: freebsd-emulation@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 B8638143C9D for ; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46py2m4W7yz4Knj for ; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: by mailman.nyi.freebsd.org (Postfix) id 979AF143C9B; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) Delivered-To: emulation@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 974D2143C99; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) (envelope-from pkg-fallout@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 46py2m3RQxz4Kng; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy18.nyi.freebsd.org (beefy18.nyi.freebsd.org [IPv6:2610:1c1:1:6080::16:f3]) (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 599E34F48; Thu, 10 Oct 2019 16:58:24 +0000 (UTC) (envelope-from pkg-fallout@FreeBSD.org) Received: from beefy18.nyi.freebsd.org (localhost [127.0.0.1]) by beefy18.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9AGwOZd099007; Thu, 10 Oct 2019 16:58:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy18.nyi.freebsd.org (8.15.2/8.15.2/Submit) id x9AGwOkp098989; Thu, 10 Oct 2019 16:58:24 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 10 Oct 2019 16:58:24 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201910101658.x9AGwOkp098989@beefy18.nyi.freebsd.org> To: emulation@FreeBSD.org Subject: [package - head-amd64-default][www/linux-flashplayer] Failed for linux-flashplayer-32.0.0.255 in fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2019 16:58:24 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: emulation@FreeBSD.org Last committer: jkim@FreeBSD.org Ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Log URL: http://beefy18.nyi.freebsd.org/data/head-amd64-default/p514206_s353378/logs/linux-flashplayer-32.0.0.255.log Build URL: http://beefy18.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p514206_s353378 Log: =>> Building www/linux-flashplayer build started at Thu Oct 10 16:58:21 UTC 2019 port directory: /usr/ports/www/linux-flashplayer package name: linux-flashplayer-32.0.0.255 building for: FreeBSD head-amd64-default-job-20 13.0-CURRENT FreeBSD 13.0-CURRENT 1300050 amd64 maintained by: emulation@FreeBSD.org Makefile ident: $FreeBSD: head/www/linux-flashplayer/Makefile 511796 2019-09-11 00:23:47Z jkim $ Poudriere version: 3.2.8-5-gc81843e5 Host OSVERSION: 1300040 Jail OSVERSION: 1300050 Job Id: 20 !!! Jail is newer than host. (Jail: 1300050, Host: 1300040) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh OSVERSION=1300050 UNAME_v=FreeBSD 13.0-CURRENT 1300050 UNAME_r=13.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.2.8-5-gc81843e5 MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM= PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=head-amd64-default SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p SCRIPTPATH=/usr/local/share/poudriere/bulk.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ---End OPTIONS List--- --MAINTAINER-- emulation@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work HOME=/wrkdirs/usr/ports/www/linux-flashplayer/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/www/linux-flashplayer/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local CC="cc" CFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector-strong " LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -m 555" BSD_INSTALL_LIB="install -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" --End MAKE_ENV-- --PLIST_SUB-- WEBPLUGIN_DIR="lib/browser_plugins/linux-flashplayer" OSREL=13.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/flashplayer" EXAMPLESDIR="share/examples/flashplayer" DATADIR="share/flashplayer" WWWDIR="www/flashplayer" ETCDIR="etc/flashplayer" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/flashplayer DOCSDIR=/usr/local/share/doc/flashplayer EXAMPLESDIR=/usr/local/share/examples/flashplayer WWWDIR=/usr/local/www/flashplayer ETCDIR=/usr/local/etc/flashplayer --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles PACKAGE_BUILDING=yes PACKAGE_BUILDING_FLAVORS=yes #### /usr/local/etc/poudriere.d/make.conf #### # XXX: We really need this but cannot use it while 'make checksum' does not # try the next mirror on checksum failure. It currently retries the same # failed mirror and then fails rather then trying another. It *does* # try the next if the size is mismatched though. #MASTER_SITE_FREEBSD=yes # Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs MAKE_JOBS_NUMBER=2 #### /usr/ports/Mk/Scripts/ports_env.sh #### _CCVERSION_921dbbb2=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _ALTCCVERSION_921dbbb2=none _CXXINTERNAL_acaad9ca=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o" CC_OUTPUT_921dbbb2_58173849=yes CC_OUTPUT_921dbbb2_9bdba57c=yes CC_OUTPUT_921dbbb2_6a4fe7f5=yes CC_OUTPUT_921dbbb2_6bcac02b=yes CC_OUTPUT_921dbbb2_67d20829=yes CC_OUTPUT_921dbbb2_bfa62e83=yes CC_OUTPUT_921dbbb2_f0b4d593=yes CC_OUTPUT_921dbbb2_308abb44=yes CC_OUTPUT_921dbbb2_f00456e5=yes CC_OUTPUT_921dbbb2_65ad290d=yes CC_OUTPUT_921dbbb2_f2776b26=yes CC_OUTPUT_921dbbb2_b2657cc3=yes CC_OUTPUT_921dbbb2_380987f7=yes CC_OUTPUT_921dbbb2_160933ec=yes CC_OUTPUT_921dbbb2_fb62803b=yes _OBJC_CCVERSION_921dbbb2=FreeBSD clang version 9.0.0 (tags/RELEASE_900/final 372316) (based on LLVM 9.0.0) Target: x86_64-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin _OBJC_ALTCCVERSION_921dbbb2=none ARCH=amd64 OPSYS=FreeBSD _OSRELEASE=13.0-CURRENT OSREL=13.0 OSVERSION=1300050 PYTHONBASE=/usr/local HAVE_COMPAT_IA32_KERN=YES CONFIGURE_MAX_CMD_LEN=262144 HAVE_PORTS_ENV=1 #### Misc Poudriere #### GID=0 UID=0 ---End make.conf--- --Resource limits-- cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 33554432 stack size (kbytes, -s) 524288 core file size (512-blocks, -c) unlimited max memory size (kbytes, -m) unlimited locked memory (kbytes, -l) unlimited max user processes (-u) 89999 open files (-n) 1024 virtual mem size (kbytes, -v) unlimited swap limit (kbytes, -w) unlimited socket buffer size (bytes, -b) unlimited pseudo-terminals (-p) unlimited kqueues (-k) unlimited umtx shared locks (-o) unlimited --End resource limits-- =================================================== =========================================================================== =================================================== ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.12.0.txz [head-amd64-default-job-20] Installing pkg-1.12.0... [head-amd64-default-job-20] Extracting pkg-1.12.0: .......... done ===> linux-flashplayer-32.0.0.255 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of linux-flashplayer-32.0.0.255 =========================================================================== =================================================== =========================================================================== =================================================== => flash_player_npapi_linux.i386.tar.gz doesn't seem to exist in /portdistfiles/flashplayer/32.0.0.255. => Attempting to fetch https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: https://fpdownload.macromedia.com/get/flashplayer/pdc/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/flashplayer/32.0.0.255/flash_player_npapi_linux.i386.tar.gz: Not Found => Couldn't fetch it - please try to retrieve this => port manually into /portdistfiles/flashplayer/32.0.0.255 and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/linux-flashplayer From owner-freebsd-emulation@freebsd.org Fri Oct 11 10:39:48 2019 Return-Path: Delivered-To: freebsd-emulation@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 C44711475A0 for ; Fri, 11 Oct 2019 10:39:48 +0000 (UTC) (envelope-from alvin@sosmet.org) Received: from sosmet.org (sosmet.org [82.202.226.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46qPbR1Z6Fz4L98 for ; Fri, 11 Oct 2019 10:39:47 +0000 (UTC) (envelope-from alvin@sosmet.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sosmet.org; s=default; h=Content-Type:List-Unsubscribe:Message-ID:Sender:From:Date: MIME-Version:Subject:To:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Subscribe: List-Post:List-Owner:List-Archive; bh=G8ArRaXWkWViZcWoAAW9cGQ9dSJh8pysAi5S6XjEslY=; b=OQawS4nbMF+8kVksZZORC6g9tW sl43v427XQexQ1aVh9SMexB8dyCuoU20N0yNK0zOvBR+6Om56tiM8emwdxj/2zfIyXdPsJdwA747n 4OKvwOlZibVARmfghlfKIf0Nap8q/aEdlLsmbbnfnARDGD/P5/jSIr3n5/l59O5WviGU=; To: freebsd-emulation@freebsd.org Subject: =?UTF-8?Q?Payment_Information_=E2=80=93_New?= MIME-Version: 1.0 Date: Fri, 11 Oct 2019 13:39:37 +0300 From: Walsh Jacob Sender: alvin@sosmet.org Message-ID: <19893250519.483813@sosmet.org> X-Priority: 3 X-Rspamd-Queue-Id: 46qPbR1Z6Fz4L98 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sosmet.org header.s=default header.b=OQawS4nb; dmarc=pass (policy=none) header.from=sosmet.org; spf=pass (mx1.freebsd.org: domain of alvin@sosmet.org designates 82.202.226.47 as permitted sender) smtp.mailfrom=alvin@sosmet.org X-Spamd-Result: default: False [-3.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; R_DKIM_ALLOW(-0.20)[sosmet.org:s=default]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; HAS_LIST_UNSUB(-0.01)[]; RCPT_COUNT_ONE(0.00)[1]; MANY_INVISIBLE_PARTS(0.05)[1]; DKIM_TRACE(0.00)[sosmet.org:+]; MIME_BASE64_TEXT(0.10)[]; HAS_X_PRIO_THREE(0.00)[3]; DMARC_POLICY_ALLOW(-0.50)[sosmet.org,none]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; IP_SCORE(-0.44)[ipnet: 82.202.226.0/24(-3.72), asn: 50340(1.49), country: RU(0.01)]; ASN(0.00)[asn:50340, ipnet:82.202.226.0/24, country:RU]; MID_RHS_MATCH_FROM(0.00)[] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2019 10:39:48 -0000 SGVsbG8NCg0KWW91IGNhbiBnZXQgdGhlIGxhc3QgcGF5bWVudCBpbiB5b3VyIHBlcnNvbmFsIGFj Y291bnQuIFlvdSBuZWVkIHRvIG1hbmFnZSBpdCBpbnN0YW50bHkgb3IgaXQgd2lsbCBiZSByZW1v dmVkLg0KDQpHbyBIRVJFIFRvIEFja25vd2xlZGdlIFlvdXIgUGF5bWVudCBJbmZvIElzIENvcnJl Y3QuIA0KDQrCoA0KDQpZb3VyIGFjY291bnQgZW1haWw6IGZyZWVic2QtZW11bGF0aW9uQGZyZWVi c2Qub3JnDQoNCkN1c3RvbWVyIElEOiBUTUlJVEFCR1lNDQoNCg0KRW5qb3kgJiBwbGVhc2UgbGV0 IG1lIGtub3cgaWYgYWxsIGlzIHdlbGwuDQoNClRoYW5rIHlvdSEgDQoNCkZyYW5rbHluDQoNCsKg DQoNCkUgTWFya2V0ZXINCjIwMiBMb3dlciBIaWdoIFN0cmVldA0KV2F0Zm9yZA0KV0QxNyAyRUgg VW5pdGVkIEtpbmdkb20NCg0KWW91IHJlY2VpdmVkIHRoaXMgZW1haWwgYmVjYXVzZSB5b3UgYXJl IHJlZ2lzdGVyZWQgd2l0aCBFIE1hcmtldGVyLiBVbnN1YnNjcmliZSBoZXJlDQoNCmNhbGN1bGF0 aW9uIGNoYW5uZWw=