X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-pg1-f172.google.com (mail-pg1-f172.google.com [209.85.215.172]) by lists.alpinelinux.org (Postfix) with ESMTP id B00F4F84D25 for ; Sun, 17 Mar 2019 18:31:12 +0000 (UTC) Received: by mail-pg1-f172.google.com with SMTP id k11so9779863pgb.8 for ; Sun, 17 Mar 2019 11:31:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chave-us.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Ab6Xhs8Pj76INNWcMV7Iz6O5MbTeB6ZKE/mVUKW4Weg=; b=wo6CQ9UJUVwpLPcJfrAUMtlPjyEcy5PASC7JP8DTaTC6kBBPzDm74fDAOoH90tKTI7 h0tufSZfGSNJi752+mFJsZCERpbu5zaJ4Il5kdy6kS9Iz1IUz/hT5re+pdFaqFuA23x2 z43lu/K55xuXnZ0B1D9DVpcpznZ2m8GMyocN8lhVNgTOA1EzLqgbveddwD+852G1qBXW aD0NLwFe8hHqCih3me1AhXh5Qu0lj2T9EeJ2b8LPgLkd1E5nylVS89gDrgJm/4d7PSUG BnnSMfBIyq7gHSiHCJzwMVcnIAA+EGEsniJPZk1lNM6ajE5+lT315RsG7xwMvEJ1fICV wYqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Ab6Xhs8Pj76INNWcMV7Iz6O5MbTeB6ZKE/mVUKW4Weg=; b=W+PWItmHSiov3Tp3xGJFoGrwX7rXJuR3JgOaOGGtp3l++X5aDViwvj6KEWLKIeQYuu sMHsl2Z1R6G4PnwO0TBFNUp14r0qIZCPyuXILaucI855gr7uU6W13pOm+xmMhZR2HjLB mpkgbJWyDp/ROECw/19P2UeEEL7bMyWEPHvLGTWUUiBIEezPcDHHA0ys7HGfnlnoVzEv FCBZOdja6wy4L4k1svQTO+mTt7Od62H1bBOi79cj90OtlCw+nrkR8GollPgw7iyJjFcx IyyG2XI50XaOL/hZ0rOOZG+zcL3rRodWFKUXkDk3hz0dFb+csZqD3JGuToLg1qhHjfXi hKuA== X-Gm-Message-State: APjAAAW7fChPVI8psKdU8cU6mrAQTRqT9r8JimAJrF8S556KO2lVq5nM VkLUjlr6+BzhE2sR/bq7ko1q9ACmVsmqGQxinJSZDtJC X-Google-Smtp-Source: APXvYqx5LIhN9vcMsYoK0a6I+KD1U4pEPzjYZx7A4LXxLUE75w+8p8l1Dwt+3UgMOph2LQfXyaEefw7jY+FkIu5u/Lo= X-Received: by 2002:a63:4142:: with SMTP id o63mr13641802pga.81.1552847471516; Sun, 17 Mar 2019 11:31:11 -0700 (PDT) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: In-Reply-To: From: Carl Chave Date: Sun, 17 Mar 2019 14:31:00 -0400 Message-ID: Subject: [alpine-devel] Re: Adding Local Abuild Package to Cache To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000ee41eb05844e79be" --000000000000ee41eb05844e79be Content-Type: text/plain; charset="UTF-8" On Sun, Mar 17, 2019 at 10:52 AM Carl Chave wrote: > Hello, > > I followed the wiki to abuild a package that was not in any of the repos, > which resulted in a main package, and -openrc and -doc packages. I added > the ~/packages/testing repo to /etc/apk/repositories and I can apk add the > packages and pull in dependencies successfully like a package in the > official repos. > > I've tested that the application works and that the /etc/init.d scripts > will start and stop the service also. The application name is added to > /etc/apk/world but the packages are not added to the local cache and not > automatically loaded on reboot. I have to add them manually again. If I > manually copy the packages to cache and reboot, they still don't load and > when I run an apk cache clean they get removed from the cache. > > I suspect this has something to do with signing and trust perhaps, though > the abuild -r process signed the APKINDEX file in the local package repo > and I added my public key to /etc/apk/keys. > > Please let me know what I'm missing! Thanks, > Carl > I should add that this is the 3.9.2 armv7 image on the Raspberry Pi 3 B+ and I'm doing an lbu commit -d prior to rebooting. --000000000000ee41eb05844e79be Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

On Sun, Mar 17, 2019 at 10:52 AM Carl Chave <carl@chave.us> wrote:
Hello,

I followed the wiki to abuild a package that was not in any of the= repos, which resulted in a main package, and -openrc and -doc packages.=C2= =A0 I added the ~/packages/testing repo to /etc/apk/repositories and I can = apk add the packages and pull in dependencies successfully like a package i= n the official repos.

I've tested that the app= lication works and that the /etc/init.d scripts will start and stop the ser= vice also.=C2=A0 The application name is added to /etc/apk/world but the pa= ckages are not added to the local cache and not automatically loaded on reb= oot.=C2=A0 I have to add them manually again.=C2=A0 If I manually copy the = packages to cache and reboot, they still don't load and when I run an a= pk cache clean they get removed from the cache.

I = suspect this has something to do with signing and trust perhaps, though the= abuild -r process signed the APKINDEX file in the local package repo and I= added my public key to /etc/apk/keys.

Please let = me know what I'm missing!=C2=A0 Thanks,
Carl
<= /blockquote>

I should add that this is the 3.9.2 armv7 i= mage on the Raspberry Pi 3 B+ and I'm doing an lbu commit -d prior to r= ebooting.
--000000000000ee41eb05844e79be-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---