From owner-freebsd-perl@freebsd.org Tue Sep 11 02:50:46 2018 Return-Path: Delivered-To: freebsd-perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DA5710A60E3 for ; Tue, 11 Sep 2018 02:50:46 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B77388167D for ; Tue, 11 Sep 2018 02:50:45 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7C16F10A60DB; Tue, 11 Sep 2018 02:50:45 +0000 (UTC) Delivered-To: perl@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A3A610A60DA for ; Tue, 11 Sep 2018 02:50:45 +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 F026181677 for ; Tue, 11 Sep 2018 02:50:44 +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 41F7C1F94B for ; Tue, 11 Sep 2018 02:50:44 +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 w8B2oiRt045244 for ; Tue, 11 Sep 2018 02:50:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w8B2oiXs045243 for perl@FreeBSD.org; Tue, 11 Sep 2018 02:50:44 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: [Bug 231271] databases/p5-DBD-mysql: update 4.046 -> 4.047 Date: Tue, 11 Sep 2018 02:50:44 +0000 X-Bugzilla-Reason: 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: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: perl@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc 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-perl@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2018 02:50:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231271 dewayne@heuristicsystems.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dewayne@heuristicsystems.co | |m.au --- Comment #1 from dewayne@heuristicsystems.com.au --- (In reply to Kurt Jaeger from comment #0) Unfortunately 4.047 fails with mariadb-10.3 (on FreeBSD 11.2S i386 & amd64) using clang 6.0.1 or gcc8.2. I suspect that the update to the port missed t= he files/patch-dbimp.c =3D:-0 When the patch is applied, the following goes away ;) --- dbdimp.o --- In file included from /usr/local/include/mysql/mysql.h:60, from dbdimp.h:21, from dbdimp.c:15: dbdimp.c: In function 'mysql_dr_connect': /usr/local/include/mysql/mariadb_version.h:14:31: error: token ""mariadb-10= .3"" is not valid in preprocessor expressions #define MARIADB_BASE_VERSION "mariadb-10.3" ^~~~~~~~~~~~~~ dbdimp.c:1910:56: note: in expansion of macro 'MARIADB_BASE_VERSION' #if (MYSQL_VERSION_ID >=3D 50723) && (MYSQL_VERSION_ID < MARIADB_BASE_VERS= ION) ^~~~~~~~~~~~~~~~~~~~ /usr/local/include/mysql/mariadb_version.h:14:31: error: token ""mariadb-10= .3"" is not valid in preprocessor expressions #define MARIADB_BASE_VERSION "mariadb-10.3" ^~~~~~~~~~~~~~ dbdimp.c:1917:56: note: in expansion of macro 'MARIADB_BASE_VERSION' #if (MYSQL_VERSION_ID >=3D 50600) && (MYSQL_VERSION_ID < MARIADB_BASE_VERS= ION) ^~~~~~~~~~~~~~~~~~~~ dbdimp.c: In function 'mysql_st_prepare': dbdimp.c:3200:24: warning: assignment to 'my_bool *' {aka 'char *'} from incompatible pointer type '_Bool *' [-Wincompatible-pointer-types] bind->is_null=3D (_Bool*) &(fbind->is_null); ^ *** [dbdimp.o] Error code 1 make[1]: stopped in /var/ports/usr/ports/databases/p5-DBD-mysql/work/DBD-mysql-4.047 --=20 You are receiving this mail because: You are the assignee for the bug.=