From owner-freebsd-ports-bugs@freebsd.org Sun Oct 15 16:54:33 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A90B7E47027 for ; Sun, 15 Oct 2017 16:54:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 9662B804FD for ; Sun, 15 Oct 2017 16:54:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v9FGsX1k070236 for ; Sun, 15 Oct 2017 16:54:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223032] [PATCH] lang/pocl: pkg-static fails due to wrong pkg-plist entries Date: Sun, 15 Oct 2017 16:54:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: ohartmann@walstatt.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Oct 2017 16:54:33 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223032 Bug ID: 223032 Summary: [PATCH] lang/pocl: pkg-static fails due to wrong pkg-plist entries Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ohartmann@walstatt.org Keywords: patch Created attachment 187198 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187198&action= =3Dedit Ptach replaces "-unknown-" with "-portbld-" in the naming scheme of the POCL core files (.bc) lang/pocl (0.14) fails on several systems to build, including recent 12-CUR= RENT amd64. Automatic port build also indicate the problem (see, for instance, http://beefy9.nyi.freebsd.org/data/110amd64-default/452122/logs/pocl-0.14.l= og). >From a first look it seems that the installation's satging files (installat= ion fails with: [...] =3D=3D=3D> Registering installation for pocl-0.14 pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-avx.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-avx2.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-avx512.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-avx_fma4.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-sse2.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-sse41.bc:No such file or directory pkg-static: Unable to access file /usr/ports/lang/pocl/work/stage/usr/local/share/pocl/kernel-x86_64-unknown-= freebsd12.0-ssse3.bc:No such file or directory *** Error code 74 [...] ) have different namings, not met anymore by the port's pkg-plist, for instan= ce [...] [pocl] find ./ -name "*freebsd12.0-avx.bc" -print ./work/stage/usr/local/share/pocl/kernel-x86_64-portbld-freebsd12.0-avx.bc ./work/pocl-0.14/lib/kernel/host/kernel-x86_64-portbld-freebsd12.0-avx.bc The naming portion "unknown" is renamed to "portbld" in recent builds. Attached, you'll find the patched pkg-plist file as diff against the ports tree. --- Comment #1 from Bugzilla Automation --- Maintainer informed via mail --=20 You are receiving this mail because: You are the assignee for the bug.=