From owner-freebsd-ports@freebsd.org Tue Sep 10 14:42:20 2019 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 D9F58D8A96 for ; Tue, 10 Sep 2019 14:42:20 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (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 46SSRb5cxYz4WrM for ; Tue, 10 Sep 2019 14:42:19 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from paris-s.drei.host ([213.90.36.62]) by tatiana.utanet.at with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i7hLU-0004FI-0T for freebsd-ports@freebsd.org; Tue, 10 Sep 2019 16:42:16 +0200 Received: from 80-121-61-109.adsl.highway.telekom.at ([80.121.61.109] helo=[10.0.0.93]) by paris-s.drei.host with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1i7hLT-0006Sb-Sa for freebsd-ports@freebsd.org; Tue, 10 Sep 2019 16:42:15 +0200 To: freebsd-ports@freebsd.org References: <20190910141241.GE41568@bastion.zyxst.net> Subject: Re: databases/mysql-connector-odbc fails to build From: Walter Schwarzenfeld Message-ID: <66f12fa7-b214-9ccb-880b-319ec980746b@utanet.at> Date: Tue, 10 Sep 2019 16:42:27 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.0 MIME-Version: 1.0 In-Reply-To: <20190910141241.GE41568@bastion.zyxst.net> Content-Language: en-US X-H3G-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 X-Rspamd-Queue-Id: 46SSRb5cxYz4WrM X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of w.schwarzenfeld@utanet.at designates 2001:938:1337:25::25:46 as permitted sender) smtp.mailfrom=w.schwarzenfeld@utanet.at X-Spamd-Result: default: False [-1.40 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[109.61.121.80.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.11]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:938:1337:25::/64]; FREEMAIL_FROM(0.00)[utanet.at]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MIME_TRACE(0.00)[0:+,1:+,2:~]; TO_DN_NONE(0.00)[]; IP_SCORE_FREEMAIL(0.00)[]; URI_COUNT_ODD(1.00)[3]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[utanet.at]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; IP_SCORE(0.00)[ip: (-9.56), ipnet: 2001:938::/32(-4.76), asn: 8437(-3.77), country: AT(-0.10)]; RCVD_IN_DNSWL_LOW(-0.10)[6.4.0.0.5.2.0.0.0.0.0.0.0.0.0.0.5.2.0.0.7.3.3.1.8.3.9.0.1.0.0.2.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[utanet.at]; ASN(0.00)[asn:8437, ipnet:2001:938::/32, country:AT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2019 14:42:20 -0000 I cannot reproduce, but I found this: https://www.mail-archive.com/search?l=gentoo-user@lists.gentoo.org&q=subject:%22Re%5C%3A+%5C%5Bgentoo%5C-user%5C%5D+in+world+update+myodbc+5.3.10+will+not+emerge%22&o=newest&f=1 => It may be that to fix it, with an emphasis on the may be, they only need to make it a declaration and not just an assignment in dll.c (correct filename driver/dll.cc), that means add `static uint` before "my_thread_end_wait_time = 0;" at line 114. The correct line number is 128.