From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D6E7138359 for ; Mon, 17 Aug 2020 08:28:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5841AE077C; Mon, 17 Aug 2020 08:28:03 +0000 (UTC) Received: from mail-il1-f169.google.com (mail-il1-f169.google.com [209.85.166.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 451D3E077C for ; Mon, 17 Aug 2020 08:28:03 +0000 (UTC) Received: by mail-il1-f169.google.com with SMTP id r13so9359339iln.0 for ; Mon, 17 Aug 2020 01:28:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=acY6dnlUlMPBL40MwFd2EVJNIrEjNdH5y/nMuzlcnb8=; b=klYdEZwzCILg+LRQrl9sL9N83Z/NCS06WagOy/hSrwM0Sm/ziH1INd0kJfUxLlS2eL ID5gOfg8FQImX/70G81tLIFI8jlMVs8DieOyCfvDSkYx+JDidkZ67j7eYXWIRkic6Br+ iXxh2ypcSndPKPxW8KJsqRVY2numdL2dtqDoj8Zp5RlSGkgqGXf7qfRZ0xNb5dYTUXr4 8Jm/WB0k/n8mTcUlZx3n2UBdRVWLuJJ+8PnW8HjJg56nTlape4dJzosiqyL7//H/4HWy E0O5V5N7oQ9J4gG+xV/LUr242LURjrmQl6jjgC5GdKAh0cIjLMQ26Y3Vm5IpSjrRurTP ErTg== X-Gm-Message-State: AOAM5336uYE4vjsX63dos8Kk1WSfKIVNxNVZO0swJT/FeRFGSDvm9sxa a3vGN6tUZQq/CMmb4r+doDibnuXlsjXXQ+NGESVfGnjdpY0= X-Google-Smtp-Source: ABdhPJwvox4GvTLITL5aq1ZsAXkNBuMv6k54XYANmAw5HUcAW9C1Bkoird0UFaEYSQgo6OCq/eJu6PtY76vhvq9I9uA= X-Received: by 2002:a05:6e02:1054:: with SMTP id p20mr12658468ilj.74.1597652882309; Mon, 17 Aug 2020 01:28:02 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Kaoru Esashika Date: Mon, 17 Aug 2020 17:27:51 +0900 Message-ID: Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: e72c8dde-2855-454a-95b9-67eca083b28d X-Archives-Hash: b35aeba1be40d4c0fd463b55da22dd7e Hi, This week, I'm writing glue code to integrate with emerge. Now I can call the Fusebox from emerge process and working with ebuild.sh. However, there is a problem that emerge process access a file that is unlinked already. I have to investigate this phenomenon and it may spend a lot of time... Anyway, next week, I will investigate and debug Fusebox. Project Repository: https://github.com/pluser/fusebox Regards, Kaoru Esashika