X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-qt0-f179.google.com (mail-qt0-f179.google.com [209.85.216.179]) by lists.alpinelinux.org (Postfix) with ESMTP id 75E975C3B45 for ; Sat, 10 Feb 2018 23:54:41 +0000 (GMT) Received: by mail-qt0-f179.google.com with SMTP id a9so8439215qtj.8 for ; Sat, 10 Feb 2018 15:54:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-transfer-encoding; bh=RUDE5OcgeFGy+xb8sPwJwhpHIDoPbgVuxNj8F6ioZ6c=; b=ce6l2knKf/uxoCySSuKnU5mnC0xiX17Thp4t+fUjfND4q0I0WmAxF/Pkd/O9w7bYQp scp+nFLszYp/RI9WppYNOxkLDQDEYzmjYjbjksdpRzB5YKjgY90F99I36ktap9U81uk9 d9+hbrfhRYw68yUPd2IGXSNg7QTAbn68l9s8l0Y8ER+EQCGRIKhQa+kCBpr2xFn5mTFD Je4KzLGodPO8mopmNpR7TB8bU3qRfnv2I4/xhZxEdfzbeiFj7Z5So5xYw56WOUdIMAZV SlW4km21G4Oqjv4blS1TZr5AKXlrVFO9KfybZiTm87j6ZMCQ/pYwzkNdfHvx109rE1kL w3JQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-transfer-encoding; bh=RUDE5OcgeFGy+xb8sPwJwhpHIDoPbgVuxNj8F6ioZ6c=; b=cKR4k7y9zYvEOiEma0owx1uJbn9D9Zs0IR1j2anhqqHnjCWFFNDfgFW4rUm8Bw8dUX iXGiFaySRx9n2ftYz+oz93q/7w4Ewgcxsslx2CAQbWr/ouj6SF+rNLzKdAVKso4MRYJW pAWIH/2GSowtx3uItPjwd8BY16uIgYwQgRaJTPHE3jNDQE4y68zckKFiE2hzI+wtNKiP PdV0xDKBueXci8jbtJXIdpIHLAWt+m3vZFL/nCYgVwRXmwAL24wKE2yxw1T3U+wyVWZC WQVe8W1Q1HADFy4UimL5GvbVHloy8QsEcfXGlZK19DBmFgX+ZvdfYUWbp4u51a0PrPAD wPFA== X-Gm-Message-State: APf1xPBsHJW5XFQA5QVbJXCW6DcYFUjaRdENRvUhLEFUPC+GwQuJC6Cq +uSe+9wpEyxUO0VOkXAZuSPEfGAZrIyG9d9GSUPHDQ== X-Google-Smtp-Source: AH8x227F+wFeIhjHXqVlcQe/Q0Vo35nptAD9H967l3CIivOAQpgB8gCjpe91mD/YXVw2BISabqbQqOIMd6rBj0AINgs= X-Received: by 10.200.42.35 with SMTP id k32mr12156984qtk.101.1518306880889; Sat, 10 Feb 2018 15:54:40 -0800 (PST) X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.200.39.100 with HTTP; Sat, 10 Feb 2018 15:54:40 -0800 (PST) In-Reply-To: <20180210205957.dCsGF%steffen@sdaoden.eu> References: <20180210161622.b7jDK%steffen@sdaoden.eu> <20180210192634.KtRv-%ca6c@bitmessage.ch> <20180210205957.dCsGF%steffen@sdaoden.eu> From: William Pitcock Date: Sat, 10 Feb 2018 17:54:40 -0600 Message-ID: Subject: Re: [alpine-user] apk(1) error does not go away To: =?UTF-8?B?Q8OhZw==?= , alpine-user@lists.alpinelinux.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Steffen, On Sat, Feb 10, 2018 at 2:59 PM, Steffen Nurpmeso wrot= e: > Hello ca=C3=B3c! > > C=C3=A1g wrote: > |Steffen Nurpmeso wrote: > |> Well last week or so a i interrupted an "apk upgrade" and ever > |> since i get an error status even though the action is performed > |> just fine, for example: > | > |[...] > | > |> Is there something that can be done about that? > | > |apk fix ? > > Does not really help it seems: > > ?0[@essex ]# apk fix > (1/1) [APK unavailable, skipped] Reinstalling dma (20180131-r0) > 1 error; 1256 MiB in 369 packages > ?1[@essex ]# > The issue is that something (probably a maintainer script) in your dma package failed to run successfully and, now, the original package is missing. If you do not have the package anymore because you don't need it, you might do `apk del dma` to remove it. Otherwise, you will need to supply a working dma package and then do `apk fix` for the error to go away. William --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---