From owner-freebsd-office@freebsd.org Mon Jan 8 17:04:14 2018 Return-Path: Delivered-To: freebsd-office@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 E1186E77F57 for ; Mon, 8 Jan 2018 17:04:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id C15D32C5F for ; Mon, 8 Jan 2018 17:04:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BAF98E77F53; Mon, 8 Jan 2018 17:04:14 +0000 (UTC) Delivered-To: office@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 BA99DE77F51 for ; Mon, 8 Jan 2018 17:04:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1DA42C5E for ; Mon, 8 Jan 2018 17:04:14 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 970012BE54 for ; Mon, 8 Jan 2018 17:04:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w08H4Ec7070499 for ; Mon, 8 Jan 2018 17:04:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w08H4EFN070498 for office@FreeBSD.org; Mon, 8 Jan 2018 17:04:14 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: maintainer-feedback requested: [Bug 225006] graphics/libgltf: fails to build with clang 6.0 (blocks 113 ports) Date: Mon, 08 Jan 2018 17:04:13 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2018 17:04:15 -0000 Jan Beich has reassigned Bugzilla Automation 's request for maintainer-feedback to office@FreeBSD.= org: Bug 225006: graphics/libgltf: fails to build with clang 6.0 (blocks 113 por= ts) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225006 --- Description --- Created attachment 189528 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D189528&action= =3Dedit ugly fix FreeBSD -CURRENT plans to update base Clang to 6.0.0 soon. While testing th= is port failed to build. Shaders.cpp:178:13: error: non-constant-expression cannot be narrowed from = type 'size_t' (aka 'unsigned int') to 'GLint' (aka 'int') in initializer list [-Wc++11-narrowing] strlen("#version 130\n"), ^~~~~~~~~~~~~~~~~~~~~~~~ Shaders.cpp:178:13: note: insert an explicit cast to silence this issue strlen("#version 130\n"), ^~~~~~~~~~~~~~~~~~~~~~~~ static_cast( ) To reproduce: $ poudriere jail -cj clang6-amd64 -a amd64 -v projects/clang600-import -m svn+https $ poudriere bulk -Ctj clang6-amd64 graphics/libgltf http://package18.nyi.freebsd.org/data/headamd64PR224669-default/2018-01-02_= 08h3 2m49s/logs/errors/libgltf-0.0.2_10.log http://package18.nyi.freebsd.org/data/headi386PR224669-default/2018-01-07_2= 2h53 m03s/logs/errors/libgltf-0.0.2_10.log