From patchwork Fri Feb 8 21:57:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 2075 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id E54EB88B607 for ; Fri, 8 Feb 2019 10:57:55 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43wsbR1GFQz5H07V; Fri, 8 Feb 2019 10:57:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549623475; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=AwHmhwcpmNO95HpqD1MT69QH5F2yQ8LZnvoIfVHXG/4=; b=CpU6DRpGMXPbs2L2FAe0tWmYNUOEYgnc9PHID/yBctH9uIQHXcnQz3nhoQn/Fd7DjZAZde ktYeW8plY9el2O47AnpFa2tWn6fl3LehGvdrZbjlwaMEDgJ7qWOb0JIcjeS1HNyPSf4vQp 0Gc+hzFG8IkHr57+FWPYFXDc9mMYgr02NnLapYeY+lJg7uyRKwXYrdUJGuXEsd5lOcImzf ErmYuuIb5tnFJ/M3tWyutIQV9Ijk1w3VTdlAqbr4amMWeqrZFe7ZKP7+ukrM3IykZb2esp SXfuQvzwlCAgTvCLFvnAtjQCekxcZGPNRM00dOdnGdDlBDYWagABIScVfb2cPw== Received: from Devel.localdomain (p4FF5633E.dip0.t-ipconnect.de [79.245.99.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 43wsbM6YdDz5H07V for ; Fri, 8 Feb 2019 10:57:51 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1549623472; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=AwHmhwcpmNO95HpqD1MT69QH5F2yQ8LZnvoIfVHXG/4=; b=a9lzXqwwVhxP9hluY8m6AexI7/WP9MVVWYdtj+rOXPXcGhJALvvh64PJ3c8ny2sOOQ/0Y4 lX9h2MZvaJ4sPhcYLpoTgzMJapPwx+s6JSmzsWAq89y4m61hYI7Ix79yv0boYN8XqqBjjm OOe/EZ7l3WIEG1igY0zTIdbFYx8C8sp3TQBmNDlP7kjIQB9Zmw8n69uZQYK+hUmVf+DkzL vNSYbeOUia58fGqAvWiQzXf8zeTDc76AjIS1D0kqWhwI6AxygFUdE3NtzIyfHkNa3xMS8s Vk6fm2AicYzY+PC0TWhXU3jfP1yVqS7u3uOmKgxCy/anojfR/+aXlnC96FMtig== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] python3-llfuse: Fix build on i586 Date: Fri, 8 Feb 2019 11:57:47 +0100 Message-Id: <20190208105747.18053-1-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.18.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=mfischer smtp.mailfrom=matthias.fischer@ipfire.org X-Spamd-Result: default: False [-4.93 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DKIM_SIGNED(0.00)[]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.83)[-0.944,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:3320, ipnet:79.192.0.0/10, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-4.93 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes "tar: usr/lib/python3.6/site-packages/llfuse.cpython-36m-i586-linux-gnu.so: Cannot stat: No such file or directory" Best, Matthias Signed-off-by: Matthias Fischer --- config/rootfiles/packages/i586/python3-llfuse | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/rootfiles/packages/i586/python3-llfuse diff --git a/config/rootfiles/packages/i586/python3-llfuse b/config/rootfiles/packages/i586/python3-llfuse new file mode 100644 index 000000000..29c59e3aa --- /dev/null +++ b/config/rootfiles/packages/i586/python3-llfuse @@ -0,0 +1,7 @@ +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/PKG-INFO +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/SOURCES.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/dependency_links.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/top_level.txt +usr/lib/python3.6/site-packages/llfuse-1.3.5-py3.6.egg-info/zip-safe +usr/lib/python3.6/site-packages/llfuse.cpython-36m-i386-linux-gnu.so