Search Criteria
Package Details: zeroinstall-injector 2.16-1
Git Clone URL: | https://aur.archlinux.org/zeroinstall-injector.git (read-only, click to copy) |
---|---|
Package Base: | zeroinstall-injector |
Description: | A decentralised cross-distribution software installation system |
Upstream URL: | https://0install.net |
Keywords: | 0install cross-platform decentralized package-manager |
Licenses: | |
Provides: | |
Submitter: | None |
Maintainer: | None |
Last Packager: | hayao |
Votes: | 64 |
Popularity: | 0.000000 |
First Submitted: | 2005-11-06 12:53 |
Last Updated: | 2020-04-10 00:41 |
Dependencies (12)
- ocaml-curl
- ocaml-extlib
- ocaml-lwt
- ocaml-ounit
- ocaml-xmlm
- ocaml-yojson (ocaml-yojson-git)
- ocaml-findlib (make)
- dune>=2.1 (make)
- ocaml-lablgtk (optional) – provides GUI features
- ocaml-obus (optional) – for DBUS, packagekit, and NetworkManager integration
- packagekit (optional) – packagekit integration
- xdg-utils (mimi-git, sx-open, busking-git, xdg-utils-git, linopen, xdg-utils-terminal-true-git, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, mimejs-git) (optional) – desktop integration
Latest Comments
1 2 3 4 Next › Last »
talex commented on 2020-04-05 10:20
@ragouel: what error did you get? I just tried installing 2.16 on arch using this Dockerfile, which worked for me:
Produces:
(BTW, 0install no longer needs extlib)
ragouel commented on 2020-04-05 05:28
I wasn't able to successfully compile zeroinstall-injector, I used dune 2.1 from Community-Testing. Disowning, in case someone else knows how to fix this.
orbifx commented on 2016-09-05 09:58
I had to change my $PATH, to not contain my local .opam binaries (ocamlfind reports my .opam/ as a destdir, which doesn't work with the AUR scripts).
orbifx commented on 2016-09-02 16:06
Installing with yaourt, I get:
```
Packages (1) cppo-1.3.2-1
Total Installed Size: 0.86 MiB
(1/1) checking keys in keyring
(1/1) checking package integrity
(1/1) loading package files
(1/1) checking for file conflicts
error: failed to commit transaction (conflicting files)
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/META exists in filesystem
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.a exists in filesystem
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.cma exists in filesystem
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmi exists in filesystem
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxa exists in filesystem
cppo: /home/_/.opam/4.03.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxs exists in filesystem
Errors occurred, no packages were upgraded.
```
Is it sane trying install over the existing opam installation?
talex commented on 2016-07-03 18:34
@sigmundv: thanks! I've made a Dockerfile to test installing on Arch with AUR, and that now builds for me: https://hub.docker.com/r/talex5/0install-docker/~/dockerfile/
sigmundv commented on 2016-07-01 01:03
I have now updated the ocaml-ssl package, so this should build now.
talex commented on 2016-06-06 21:57
According to https://github.com/mirage/ocaml-cohttp/issues/462, this was fixed in ocaml-ssh 0.5.2, but Arch only has 0.5.1 (https://aur.archlinux.org/packages/ocaml-ssl/)
However, the following should let it build:
yaourt -S opam unzip
opam init --comp=4.02.3
eval `opam config env`
opam install 0install
(tested in an Arch Linux Docker container)
dtschmitz commented on 2016-06-05 21:16
sorry,
I can't get this to build:
ideas? Thanks in advance
/*
/usr/lib/ocaml/ssl/libssl_threads_stubs.a(ssl_stubs.o): In function `ocaml_ssl_create_context':
ssl_stubs.c:(.text+0x576): undefined reference to `SSLv3_client_method'
ssl_stubs.c:(.text+0x643): undefined reference to `SSLv3_method'
ssl_stubs.c:(.text+0x653): undefined reference to `SSLv3_server_method'
collect2: error: ld returned 1 exit status
File "caml_startup", line 1:
Error: Error during linking
Command exited with code 2.
Compilation unsuccessful after building 486 targets (0 cached) in 00:00:29.
Makefile:26: recipe for target 'ocaml' failed
make[2]: *** [ocaml] Error 10
make[2]: Leaving directory '/tmp/yaourt-tmp-dts/aur-zeroinstall-injector/src/0install-2.11/ocaml'
/tmp/yaourt-tmp-dts/aur-zeroinstall-injector/src/0install-2.11/Makefile.build:20: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-dts/aur-zeroinstall-injector/src/0install-2.11/build'
Makefile:53: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build zeroinstall-injector.
==> Restart building zeroinstall-injector ? [y/N]
==> ---------------------------------------------
==>
*/
timdiels commented on 2015-09-28 13:36
Please update to 2.9.1. I changed the version in PKGBUILD, ran updpkgsums, and it compiles and runs fine.
sigmundv commented on 2015-05-19 08:38
Thank you, talex, I'll try that.