Bug 262927

Summary: www/kineto: Build failed
Product: Ports & Packages Reporter: Guangyuan Yang <ygy>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: corey, fernape
Priority: --- Keywords: dogfood
Version: LatestFlags: corey: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
kineto-bug-262927.patch corey: maintainer-approval+

Description Guangyuan Yang freebsd_committer freebsd_triage 2022-03-30 07:20:23 UTC
=======================<phase: extract        >============================
===>  License GPLv3 accepted by the user
===> Fetching all distfiles required by kineto-g20211104_1 for building
===>  Extracting for kineto-g20211104_1
=> SHA256 Checksum OK for adnano-go-gemini-v0.1.17_SRHT0.tar.gz.
=> SHA256 Checksum OK for sircmpwn-kineto-857f8c97ebc5_SRHT0.tar.gz.
=> SHA256 Checksum OK for sircmpwn-getopt-23622cc906b3_SRHT0.tar.gz.
=> SHA256 Checksum OK for golang-net-5f4716e94777_GH0.tar.gz.
=> SHA256 Checksum OK for golang-text-v0.3.3_GH0.tar.gz.
mv: rename /wrkdirs/usr/ports/www/kineto/work/kineto-857f8c97ebc5 to /wrkdirs/usr/ports/www/kineto/work/kineto-857f8c97ebc5/kineto-857f8c97ebc5: Invalid argument
*** Error code 1

Stop.
make: stopped in /usr/ports/www/kineto
=>> Cleaning up wrkdir
===>  Cleaning for kineto-g20211104_1

Log: https://think-poudriere.ygy.io/data/130Ramd64-pub/2022-03-30_01h36m15s/logs/errors/kineto-g20211104_1.log
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-03-30 13:30:04 UTC
^Triage: Reporter is committer, assign accordingly.
Comment 2 Corey Hinshaw 2022-04-20 17:53:01 UTC
Created attachment 233363 [details]
kineto-bug-262927.patch

kineto-bug-262927.patch fixes the build error by re-ordering SRHT_TUPLE entries.
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-21 14:05:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6783bde1e69de1f5271952ab7c2141b9be18447

commit e6783bde1e69de1f5271952ab7c2141b9be18447
Author:     Corey <corey@electrickite.org>
AuthorDate: 2022-04-21 14:02:14 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-04-21 14:03:12 +0000

    www/kineto: Fix build

    PR:     262927
    Reported by:    ygy@freebsd.org (maintainer)

 www/kineto/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-04-21 14:06:08 UTC
Committed,

Thanks!