From owner-freebsd-ports@freebsd.org Fri Feb 5 08:20:15 2021 Return-Path: Delivered-To: freebsd-ports@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 9726E54114C for ; Fri, 5 Feb 2021 08:20:15 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (mail.covisp.net [65.121.55.42]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DX7dV26sSz4gYw for ; Fri, 5 Feb 2021 08:20:13 +0000 (UTC) (envelope-from kremels@kreme.com) Content-Type: text/plain; charset=us-ascii Subject: Re: My dumper failure From: "@lbutlr" In-Reply-To: <5EB3DD33-2741-4CA1-8BB4-EEF35BD3489D@kreme.com> Date: Fri, 5 Feb 2021 01:20:08 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <3240FF1B-B449-4F58-AE90-0B3B2B1877EF@kreme.com> References: <5EB3DD33-2741-4CA1-8BB4-EEF35BD3489D@kreme.com> To: FreeBSD X-Mailer: Apple Mail (2.3654.60.0.2.21) X-Rspamd-Queue-Id: 4DX7dV26sSz4gYw X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of kremels@kreme.com designates 65.121.55.42 as permitted sender) smtp.mailfrom=kremels@kreme.com X-Spamd-Result: default: False [0.38 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[65.121.55.42:from]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; MISSING_MIME_VERSION(2.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; DMARC_NA(0.00)[kreme.com]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[65.121.55.42:from:127.0.2.255]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.78)[0.783]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:209, ipnet:65.112.0.0/12, country:US]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports]; RCVD_IN_DNSWL_LOW(-0.10)[65.121.55.42:from] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Feb 2021 08:20:15 -0000 On 27 Jan 2021, at 08:08, @lbutlr wrote: > # uname -rs > FreeBSD 12.2-RELEASE-p1 I finally had some down time, so I did a postmaster -rR = databases/mydumper This resintalled 86 ports and then still failed to complete mydumper. = Here is more of the error FAILED: CMakeFiles/myloader.dir/connection.c.o /usr/bin/cc -I/usr/local/include/mysql -I/usr/local/include/glib-2.0 = -I/usr/local/lib/glib-2.0/include -I/usr/local/include -Wall = -Wno-deprecated-declarations -Wunused -Wwrite-strings = -Wno-strict-aliasing -Wextra -Wshadow -O3 -g -I/usr/local/include/mysql = -I/usr/local/include/mysql/mysql -O2 -pipe -fstack-protector-strong = -fno-strict-aliasing -MD -MT CMakeFiles/myloader.dir/connection.c.o -MF = CMakeFiles/myloader.dir/connection.c.o.d -o = CMakeFiles/myloader.dir/connection.c.o -c connection.c connection.c:47:9: error: use of undeclared identifier = 'SSL_MODE_REQUIRED' i =3D SSL_MODE_REQUIRED; ^ connection.c:49:9: error: use of undeclared identifier = 'SSL_MODE_DISABLED' i =3D SSL_MODE_DISABLED; ^ connection.c:53:23: error: use of undeclared identifier = 'MYSQL_OPT_SSL_MODE' mysql_options(conn, MYSQL_OPT_SSL_MODE, &i); ^ 3 errors generated. [3/10] /usr/bin/cc -I/usr/local/include/mysql = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -I/usr/local/include -Wall -Wno-deprecated-declarations -Wunused = -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -O3 -g = -I/usr/local/include/mysql -I/usr/local/include/mysql/mysql -O2 -pipe = -fstack-protector-strong -fno-strict-aliasing -MD -MT = CMakeFiles/mydumper.dir/server_detect.c.o -MF = CMakeFiles/mydumper.dir/server_detect.c.o.d -o = CMakeFiles/mydumper.dir/server_detect.c.o -c server_detect.c [4/10] /usr/bin/cc -I/usr/local/include/mysql = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -I/usr/local/include -Wall -Wno-deprecated-declarations -Wunused = -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -O3 -g = -I/usr/local/include/mysql -I/usr/local/include/mysql/mysql -O2 -pipe = -fstack-protector-strong -fno-strict-aliasing -MD -MT = CMakeFiles/myloader.dir/myloader.c.o -MF = CMakeFiles/myloader.dir/myloader.c.o.d -o = CMakeFiles/myloader.dir/myloader.c.o -c myloader.c [5/10] /usr/bin/cc -I/usr/local/include/mysql = -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include = -I/usr/local/include -Wall -Wno-deprecated-declarations -Wunused = -Wwrite-strings -Wno-strict-aliasing -Wextra -Wshadow -O3 -g = -I/usr/local/include/mysql -I/usr/local/include/mysql/mysql -O2 -pipe = -fstack-protector-strong -fno-strict-aliasing -MD -MT = CMakeFiles/mydumper.dir/mydumper.c.o -MF = CMakeFiles/mydumper.dir/mydumper.c.o.d -o = CMakeFiles/mydumper.dir/mydumper.c.o -c mydumper.c ninja: build stopped: subcommand failed. =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the = failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/databases/mydumper --=20 Bishops move diagonally. That's why they often turn up where the kings don't expect them to be.