From nobody Thu Jun 09 10:47:54 2022 X-Original-To: freebsd-ruby@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0EBED85FD0F for ; Thu, 9 Jun 2022 10:48:01 +0000 (UTC) (envelope-from bproffit@amaranth.digital) Received: from mail.amaranth.digital (mail.amaranth.digital [64.42.176.34]) (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 4LJgmJ3cVpz4w6s for ; Thu, 9 Jun 2022 10:48:00 +0000 (UTC) (envelope-from bproffit@amaranth.digital) Received: from [192.168.1.47] (unknown [73.83.240.71]) by mail.amaranth.digital (Postfix) with ESMTPSA id AFB4F7FCBD for ; Thu, 9 Jun 2022 10:47:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=amaranth.digital; s=mail; t=1654771679; bh=KSRg5zSgYw1FnkJA8bbkoLE4DuX2C9Z04mzYjv8KcH0=; h=Date:From:Subject:To; b=kKS/61LINRWH+cwRNaUWFPg7Dmj1o+9vrgEiZSr85k3NuhkK0iQK5OaqR+VPalPxn d8dpLqwn3NNd33Z5cRxZ9p86IAuFM+M2gS8HMLdupB7/YcWCDHGaGdOOZLIk5xLBVK AbMgBcZX0xiJcgaeEFK5IYZItWQq8KDn65FFIf1A= Message-ID: <5f988e41-f1ce-cb22-17db-1a2b49ec693a@amaranth.digital> Date: Thu, 9 Jun 2022 03:47:54 -0700 List-Id: FreeBSD-specific Ruby discussions List-Archive: https://lists.freebsd.org/archives/freebsd-ruby List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 From: Bradley Proffit Subject: Trouble building lang/ruby27 and lang/ruby30 To: freebsd-ruby@freebsd.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4LJgmJ3cVpz4w6s X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=amaranth.digital header.s=mail header.b="kKS/61LI"; dmarc=pass (policy=none) header.from=amaranth.digital; spf=pass (mx1.freebsd.org: domain of bproffit@amaranth.digital designates 64.42.176.34 as permitted sender) smtp.mailfrom=bproffit@amaranth.digital X-Spamd-Result: default: False [-4.00 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[amaranth.digital:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.amaranth.digital:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ruby@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; DKIM_TRACE(0.00)[amaranth.digital:+]; DMARC_POLICY_ALLOW(-0.50)[amaranth.digital,none]; NEURAL_HAM_SHORT(-1.00)[-1.000]; MLMMJ_DEST(0.00)[freebsd-ruby]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:63018, ipnet:64.42.176.0/24, country:US]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[73.83.240.71:received] X-ThisMailContainsUnwantedMimeParts: N Hi. I was going through the process of upgrading from 13.0-RELEASE to 13.1-RELEASE, and when building the ports ruby27 and ruby30, both failed on account of some .html files not existing under a "capi" directory in the work directory. I got past the bug by disabling C API documentation in their make configs. I apologize that I did not document the errors before they were lost behind my terminal's history limit, but I hope that this information can be useful anyway. Bradley