Re: 0install on voindlinux: generic binary works
ciryat <[email protected]> Thu, 24 Nov 2016 18:49:22 +0000
| Newsgroups | gmane.comp.file-systems.zero-install.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Thomas, the generic binary works indeed. The broken shlibs are usually fixed in a short time span (days). xbps-install -Su updates the packages and likely fixes the issue. So run xbps-install -Syv gnupg2 One may also install gpgme if desired. On 11/24/16 18:08, [email protected] wrote: > Today's Topics: > > 1. Re: zero install query (Bastian Eicher) > 2. Re: Error while using bootstrap (Bastian Eicher) > 3. Re: 0install on voidlinux (from source) curl issue (ciryat) > 4. 0install on voidlinux (from source) (ciryat) > 5. Re: 0install on voidlinux (from source) (Thomas Leonard) > 6. Re: 0install on voidlinux (from source) curl issue (ciryat) > 7. Can't find all required implementations when compiling > 0install on voidlinux. (ciryat) > > > > ------------------------------ > > Message: 5 > Date: Thu, 24 Nov 2016 10:17:21 +0000 > From: Thomas Leonard <[email protected]> > Subject: Re: [Zero-install-devel] 0install on voidlinux (from source) > To: The Zero Install system <[email protected]> > Message-ID: > <CAG4opy_u6+PZ5FBV7AsOTFbnEOj53wsQG=6pdWL=50BLkgOgog@mail.gmail.com> > Content-Type: text/plain; charset=UTF-8 > > On 22 November 2016 at 16:40, ciryat <[email protected]> wrote: >> Hello colleagues, >> >> tried to get 0install to run on voidlinux, resulted in OPAM issue, >> information which I added to talex' issue about Mac OS here: >> >> https://github.com/ocaml/opam-repository/issues/7347 >> >> I still have to try to install or likely compile all the required >> packages manually. > I tried this with Docker: > > docker run -it --rm voidlinux/voidlinux bash > > The generic binary appears to work: > > xbps-install wget > wget https://downloads.sourceforge.net/project/zero-install/0install/2.12/0install-linux-x86_64-2.12.tar.bz2 > tar xf 0install-linux-x86_64-2.12.tar.bz2 > cd 0install-linux-x86_64-2.12 > ./install.sh system > > I wasn't able to test it as I couldn't (quickly) figure out how to > install gpg on voidlinux: > > bash-4.3# xbps-install -S gnupg2 > [*] Updating `http://repo.voidlinux.eu/current/x86_64-repodata' ... > x86_64-repodata: 1172KB [avg rate: 27GB/s] > bash-4.3.042_3: broken, unresolvable shlib `libreadline.so.6' > gawk-4.1.3_6: broken, unresolvable shlib `libreadline.so.6' > sqlite-3.9.2_1: broken, unresolvable shlib `libreadline.so.6' > xfsprogs-4.2.0_1: broken, unresolvable shlib `libreadline.so.6' > Transaction aborted due to unresolved shlibs. > ------------------------------------------------------------------------------