X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id EECCEDC00AE for ; Mon, 6 Jan 2014 14:15:06 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id l6so94013oag.5 for ; Mon, 06 Jan 2014 06:15:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8pz3XmamobDasMhQj81Xo8VLYgLPTbCCVBIT8RBVGmU=; b=G8SQjI8zw7OPTKw7H1cWjhrQ0izaMx9UKisjz3aFZzioLSATWO0wroZQ0CBFL8nnts JIrRocNxzCBM5YMnMpx5MvkfvInleyTuP37i23U/87kpBtTQ4fpjwvJ+6e7d5SyqGR2r WAcYmRNUjXC8ePphiTvZDgIYZfs/S0AHFYNJfpXdqdHF+y8UGRCC7/pYynCSFhCHTqud Q9+8ScJg8TEWfdGWiuvXCmbGabn9kUbAay1t0N8zfY8GhtXm7dltKW+A3AQCZ90mXZ7k WStivnGsnNsB3LnFhnSWPCIPueBU+NWfafTQ9xk/c8iUaZxd1aI6mLbFB3ozDNooEGF0 6ckA== X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 X-Received: by 10.182.232.4 with SMTP id tk4mr73356082obc.9.1389017704913; Mon, 06 Jan 2014 06:15:04 -0800 (PST) Received: by 10.60.169.208 with HTTP; Mon, 6 Jan 2014 06:15:04 -0800 (PST) In-Reply-To: References: Date: Mon, 6 Jan 2014 15:15:04 +0100 Message-ID: Subject: Re: [alpine-devel] From: Fredrik Paulsson To: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=f46d0445178fe360d504ef4de263 --f46d0445178fe360d504ef4de263 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the explanation of '><'! I have already ran the setup_alpine script and I have a cache. If I make 'ls' of /etc/apk/cache I get the following: APKINDEX.9bca125c.tar.gz APKINDEX.f9100962.tar.gz installed libusb-compat-0.1.5-r2.a416bcbd.apk libcrypto1.0-1.0.1e-r5.f1011226.apk telldus-core-2.1.1-r1.c48f5769.apk libftdi-compat-0.20-r1.e2ad09a1.apk Clearly my own apk:s telldus-core and libftdi are there. What I find strange is that they are not referenced inside any APKINDEX file of the cache? Cheers, Frepa 2014/1/6 Ted Trask > The >< indicates that the package is locked to a particular version. That > happens any time you install a package from an apk file rather from a > repository. You can remove that info from the end of the line if you would > like to upgrade the package to match the latest in the repo. This will not > solve your problem, however. The package is not installed on a reboot > because apk cannot find the package. Try creating a local cache: > http://wiki.alpinelinux.org/wiki/Local_APK_cache > > Ted > > On Jan 5, 2014, at 8:22 AM, Fredrik Paulsson > wrote: > > Hi, > > Trying to develop/build two new APK packages libftdi and telldus-core > (home automation) by using the guides on the wiki and Alpine Linux 2.7.2. > > I have a chroot-environment and managed to build the packages in > $HOME/aports. Copied the packages together with APKINDEX from > $HOME/packages to a usb-stick. > > Installed the packages on another alpine linux system (2.7.2) and also > made 'lbu commit', still they don't appear after reboot!? > > My guess is that /etc/apk/world is blocking them: > > libftdi-compat> telldus-core> > Why is '<>' added during installation? > > Thanks for any help, > frepa - new on alpine linux > > > --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: > alpine-devel+help@lists.alpinelinux.org --- > > --f46d0445178fe360d504ef4de263 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thanks for the explanation of '><'!

I have already ran the setup_alpine script and I have a ca= che. If I make 'ls' of /etc/apk/cache I get the following:

APKINDEX.9= bca125c.tar.gz
APKINDEX.f9100962.tar.gz
=
installed =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0
libusb-compat-0.1.5-r2.a416bcbd.apk
libcryp= to1.0-1.0.1e-r5.f1011226.apk
telldus-core-2= .1.1-r1.c48f5769.apk
libftdi-compat-0.20-r1= .e2ad09a1.apk

Clearly my own apk:s telldus-core and libftdi are there= .

What I find strange is that they are not referen= ced inside any APKINDEX file of the cache?

Cheers,=
Frepa

2014/1/6 Ted Trask <ttrask= 01@yahoo.com>
= The >< indicates= that the package is locked to a particular version. That happens any time = you install a package from an apk file rather from a repository. You can re= move that info from the end of the line if you would like to upgrade the pa= ckage to match the latest in the repo. This will not solve your problem, ho= wever. The package is not installed on a reboot because apk cannot find the= package. Try creating a local cache:=A0http://wiki.alpinelinux.= org/wiki/Local_APK_cache

Ted

On Jan 5, 2014, = at 8:22 AM, Fredrik Paulsson <paulsson.engelholm@gmail.com> wrote:

Hi,

Trying to develop/build two new APK package= s libftdi and telldus-core (home automation) by using the guides on the wik= i and Alpine Linux 2.7.2.

I have a chroot-environment and managed to build the pa= ckages in $HOME/aports. Copied the packages together with APKINDEX from $HO= ME/packages to a usb-stick.

Installed the packages on another alpine linux system (= 2.7.2) and also made 'lbu commit', still they don't appear afte= r reboot!?

My guess is that /etc/apk/world is bloc= king them:

libftdi-compat><Q14q0JoVME9CJeH9I0Fk/Hh2pMUQ= Q=3D
telldus-core><Q1xI9XaVaXUEkNZm7YPxZfdpVjwCA=3D

Why is '<>' added during installation= ?

Thanks for any help,
frepa - new on alpine li= nux



--f46d0445178fe360d504ef4de263-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---