From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10822 invoked from network); 19 Jul 2022 02:45:29 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 19 Jul 2022 02:45:29 -0000 Received: by lists.zx2c4.com (OpenSMTPD) with ESMTP id e05cdf0a; Tue, 19 Jul 2022 02:45:12 +0000 (UTC) Return-Path: Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [2a00:1450:4864:20::12d]) by lists.zx2c4.com (OpenSMTPD) with ESMTPS id 5ee1bd70 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Tue, 19 Jul 2022 02:45:11 +0000 (UTC) Received: by mail-lf1-x12d.google.com with SMTP id z22so8898698lfu.7 for ; Mon, 18 Jul 2022 19:45:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:from:date:message-id:subject:to; bh=ZRwfi2JG95wbwWw7sjwCgCo9kY+KfzKm8/QGikb6ieY=; b=VlKAXZAPr1fSqM3pSDBfJjVccHDMvJDLem4kAE8OZW2khz2nKmFZ/jqMxpKrMwmCdI TbSfS3m9oBinfGC9ByznwSs9Z+rmw1lxLaHnemE/Owc4P8HwYumwYxw7hjLU2juCK83x aUdzWHGzY12H4/riMFfrW5ETSdvSjxUjgPXT+fkuJt/Z4EDU1Ahereb7hMjpZcaRopSN Zf14Jpo7rFz8ui5zb2Lmj9l0MYhMk1RP0GKRV9Ie2sbJljeqVcRTXPgUrb2JgHssLG/Z nzP2ct54HSzafYTI402/So4yt+UAJIVt2rZ6mRxxiZ1NeEFbnkWI3I6cuvO9q+1DlzOR aZKA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ZRwfi2JG95wbwWw7sjwCgCo9kY+KfzKm8/QGikb6ieY=; b=AKJGIQ8suJ03RFnsjk0UnDbMQPBtu/sm/euZoxADEy+Iw2XdQRMrt0CUNwxBzbrhwW S3xbtiU+eiFWwiRV6F34m3fcp/oEaLipXU/vw+2ufIWGXLM4dYawEvo8igsHtzcAqT5Z havexG121TO+Va7V6cz7Eg0zUkZ7JvLn5xZ+UGh6rBeAQpwxV/aF6h59OFbE105Z5Q2B LL9tl4iS5kBEoF0fNI67cuYPSmzKlgIIfmMCXxDtRoCAg4WEtCHXrD6RFT0Ym5Vv+QT/ BMDryIZuYGs1Gva6JII5wA3qW2QVA7O6+CJz4/o9a4zhJEIkMi3Q+SfFfiTBTnaa+13W iMtQ== X-Gm-Message-State: AJIora/h8eQdYb6ovsdAcK1XBortv2W26KzKG39vWRcmEPpooHMEZbNd wrboJjv8TmbEmmQcLnRnJVK5RREjk/8PR2/nF+44mGR/zPUWtg== X-Google-Smtp-Source: AGRyM1u4cTYldlGZuppggQ47HIhQU77KxifxK+Y8z47cAtX7yOjqya1kmZKo38TScbRUCVEFlj+icjZXVmeP2Dm2bXA= X-Received: by 2002:a05:6512:3b2c:b0:489:e66f:9de6 with SMTP id f44-20020a0565123b2c00b00489e66f9de6mr16168815lfv.304.1658198710366; Mon, 18 Jul 2022 19:45:10 -0700 (PDT) MIME-Version: 1.0 From: Bo YU Date: Tue, 19 Jul 2022 10:44:57 +0800 Message-ID: Subject: cgit build on riscv64 machine To: cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" Hi, (very sorry if resend the mail, it seems that my email client has issue) I am trying to build cgit on riscv64 arch. But it fails due to test case failed: ``` not ok 1 - do not access $HOME: # # test_no_home_access '' # not ok 2 - do not access $HOME: foo # # test_no_home_access 'foo' # not ok 3 - do not access $HOME: foo/refs # # test_no_home_access 'foo/refs' # not ok 4 - do not access $HOME: foo/log # # test_no_home_access 'foo/log' # not ok 5 - do not access $HOME: foo/tree # # test_no_home_access 'foo/tree' # not ok 6 - do not access $HOME: foo/tree/file-1 # # test_no_home_access 'foo/tree/file-1' # not ok 7 - do not access $HOME: foo/commit # # test_no_home_access 'foo/commit' # not ok 8 - do not access $HOME: foo/diff # # test_no_home_access 'foo/diff' # not ok 9 - do not access $HOME: foo/patch # # test_no_home_access 'foo/patch' # not ok 10 - do not access $HOME: foo/snapshot/master.tar.gz # # test_no_home_access 'foo/snapshot/master.tar.gz' # # failed 10 among 10 test(s) 1..10 make[1]: *** [Makefile:12: t0109-gitconfig.sh] Error 1 make: *** [Makefile:83: test] Error 2 ``` I have real riscv64 hardware by hand so I can test it, so any help will be appericated! Bo