X-Original-To: alpine-devel@mail.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 54871DC0954 for ; Mon, 20 Apr 2015 03:02:36 +0000 (UTC) Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 1EAC8DC00C6 for ; Mon, 20 Apr 2015 03:02:30 +0000 (UTC) Received: by pdbqa5 with SMTP id qa5so193375621pdb.1 for ; Sun, 19 Apr 2015 20:02:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=gXy9WIckN7HaQUkIxDXwC3JRtvma/7pWE0ACKe1m9+c=; b=HhM65KNjYfIEAjHOlQ+CVd7Hfmk6Kw3ITfmxlS9DXQ3NaKBBZbK/45xic6Uiqnsmy3 iMRvsXwySGSvJu53G8u1JCZhTOQh656YFWL7CA0QHNkOjOQswr/7TDt3Jf4iWkuw44XF x7l0ZhffPyR527VY6qZeiZbHzWOk0jd1PMvL/sTULqeSuR81K1rx3ir6Pmgrq8Dc9jvC J2UDxBsRew4HZ37Q6de6vXTIR17kllWLGfN9qNfEQTAsQT/FsRhabe7opF44YcP6egjy ImkJ82uCTMruxTz4nnpHGAHl0qyzVV97y4ToRoowEI48U4oiuR5DbGKY31HuAFhKsF15 Vj5g== X-Received: by 10.68.221.164 with SMTP id qf4mr24553591pbc.1.1429498949949; Sun, 19 Apr 2015 20:02:29 -0700 (PDT) Received: from newbook ([50.0.225.244]) by mx.google.com with ESMTPSA id p5sm16492143pdi.2.2015.04.19.20.02.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Apr 2015 20:02:29 -0700 (PDT) Date: Sun, 19 Apr 2015 20:02:32 -0700 From: Isaac Dunham To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] Errors updating an alpine edge system (ext2 /) Message-ID: <20150420030231.GA1827@newbook> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: ClamAV using ClamSMTP --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've been encountering some unexpected behavior with an Alpine Linux "edge" system (/ on ext2, "vanilla" kernel package) in the last week or two. Essentially, a series of package upgrades error out with complaints like: ERROR: Failed to set xattrs on usr/bin/python2.7.apk-new: Not supported ERROR: python-2.7.9-r4: Not supported Any ideas what the issue is or how to fix it? Attaching a short log of the problematic packages. Thanks, Isaac Dunham --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="failures.log" (1/7) Upgrading gcc (4.9.2-r4 -> 4.9.2-r5) ERROR: Failed to set xattrs on usr/libexec/gcc/i486-alpine-linux-musl/4.9.2/cc1.apk-new: Not supported ERROR: gcc-4.9.2-r5: Not supported (2/7) Upgrading g++ (4.9.2-r4 -> 4.9.2-r5) ERROR: Failed to set xattrs on usr/libexec/gcc/i486-alpine-linux-musl/4.9.2/cc1plus.apk-new: Not supported ERROR: g++-4.9.2-r5: Not supported (3/7) Installing python (2.7.9-r4) ERROR: Failed to set xattrs on usr/bin/python2.7.apk-new: Not supported ERROR: python-2.7.9-r4: Not supported (4/7) Installing python-tests (2.7.9-r4) ERROR: Failed to extract usr/lib/python2.7/sqlite3/test/dump.py: No such file or directory ERROR: python-tests-2.7.9-r4: No such file or directory (5/7) Installing py-gdbm (2.7.9-r4) ERROR: Failed to extract usr/lib/python2.7/lib-dynload/gdbm.so: No such file or directory ERROR: py-gdbm-2.7.9-r4: No such file or directory (6/7) Installing python-dev (2.7.9-r4) ERROR: Failed to extract usr/lib/python2.7/config/libpython2.7.a: No such file or directory ERROR: python-dev-2.7.9-r4: No such file or directory (7/7) Installing py-tkinter (2.7.9-r0) ERROR: Failed to extract usr/lib/python2.7/lib-dynload/_tkinter.so: No such file or directory ERROR: py-tkinter-2.7.9-r0: No such file or directory 9 errors; 2286 MiB in 778 packages --Dxnq1zWXvFF0Q93v-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---