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 96A1D1382C5 for ; Sun, 21 Jun 2020 11:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C99E0874; Sun, 21 Jun 2020 11:17:21 +0000 (UTC) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) (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 3C3DDE0874 for ; Sun, 21 Jun 2020 11:17:21 +0000 (UTC) Received: by mail-il1-f179.google.com with SMTP id e11so13392174ilr.4 for ; Sun, 21 Jun 2020 04:17:21 -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=qjXykl/PJ9EW9Az2deBWaEReFcMZrYhcuGPS+m+JFDI=; b=SH93pRURvgfYYLTMVk+L/6bXVkyqiJtQeIc8L1TNUMvI4mGxYgfcFoBENCchWEt5hQ Q0lsbLJ86AmdmNgrgcZAcz+XHNpAdgcPMSU8qSAZQqpjZWCurGQsqST63cCZXjLTQN4S R2YzlLqQvV2luNZm3FDt8P80MpRDrVPOmMfCRiBnwdmpvcMsC96Xdoa7/XI6IG+TwHSh ZTzMg2trBzRZ4nFOdroqyA2CQ+0gCjFVIXQr+6F2ARBmplPAuvxZ9ji5m+K7CLJiFhU1 wCHXEo5kuGDaRDM0KmLm6gRrpz96p5AH2p1G+XEIc9mdnNiTYBkK0+SSHkypomdf+uKE lNeA== X-Gm-Message-State: AOAM531+h4Y9HcFtibedort12Iy5k/FlHZ8eeCgB7Bg4fGxUDLGXroie 3M5C3T9j6m6cE6oIKAguyavDHryR1xWXglU87HeEj9OM X-Google-Smtp-Source: ABdhPJy70zr9GxaGoWq5l7kR25hABrjr7mCEhMgZR6xeY84GGNmsK+aoUqqH5kPdmbLG9AqdAFbMBmu5/Mephx1EC6c= X-Received: by 2002:a05:6e02:13cd:: with SMTP id v13mr11624493ilj.93.1592738240297; Sun, 21 Jun 2020 04:17:20 -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: Sun, 21 Jun 2020 20:17:09 +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: 3d032c17-731c-4685-9df4-501c9aea9c96 X-Archives-Hash: 5e1071266459f5f06711ae38ffe01cbd Hi, This week, I implemented some FUSE interface. Therefore, the emerge program can work well on my Fusebox filesystem. However, I ran into a few problems when we tried to implement it. I've written about the problem and explanation about FUSE on my blog. If you interested, please check https://blog.pluser.net/en/posts/2020/gsoc-milestone-1/ Now I need to integrate Fusebox to the emerge program. But I don't familiar with the emerge program well, I need to read the code... Project Repository: https://github.com/pluser/fusebox Regords, Kaoru Esashika