Search Criteria
Package Details: camlidl 1.12-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/camlidl.git (read-only, click to copy) |
---|---|
Package Base: | camlidl |
Description: | A stub code generator and COM binding for Objective Caml (OCaml) |
Upstream URL: | https://github.com/xavierleroy/camlidl |
Licenses: | LGPL2.1 |
Submitter: | simon04 |
Maintainer: | pricechrispy |
Last Packager: | pricechrispy |
Votes: | 46 |
Popularity: | 0.000000 |
First Submitted: | 2010-01-23 12:37 (UTC) |
Last Updated: | 2024-03-25 01:09 (UTC) |
Latest Comments
1 2 3 4 5 Next › Last »
ArchLinux-User commented on 2024-03-23 02:13 (UTC)
To avoid the "skipped patch" error,
git apply
must be invoked with the--directory
flag, specified as a path relative to the base of the repository (as explained here). The correct command isgit apply -v --directory "src/$pkgname-$pkgname$_pkgver" patch.diff
.The complete
build()
function inPKGBUILD
then becomes:Technically, patches should be applied in a
PKGBUILD
'sprepare()
function instead (see the relevant wiki section), but the above will work as well.iandall commented on 2024-02-28 04:35 (UTC)
git apply -v
just says "Skipped patch 'lib/Makefile'"Git apply seems to need the timestamp after the filename in the patch header.
pricechrispy commented on 2024-02-26 19:49 (UTC)
@presidentwolf Would you elaborate on your build environment and what git says about applying the diff? As-is this works for me in chroot devtools
presidentwolf commented on 2024-02-26 19:22 (UTC)
patch.diff isn't applying which is then failing the build.
patch -p1 < patch.diff works better for me.
henryb commented on 2023-06-05 01:32 (UTC)
Please update to 1.11 https://github.com/xavierleroy/camlidl/archive/refs/tags/camlidl111.tar.gz
1.09 is currently failing to build:
From testing, 1.11 builds without issue.
micwoj92 commented on 2022-07-25 02:33 (UTC)
Same here.
pmatos commented on 2022-05-16 10:45 (UTC)
Interesting, I am getting during the build:
Anyone else?
ruffy commented on 2019-10-28 07:38 (UTC)
Sorry my mistake
simon04 commented on 2019-10-23 08:00 (UTC)
@ruffy: 1.07 is still the lastest version according to https://opam.ocaml.org/packages/camlidl/ and https://github.com/xavierleroy/camlidl/releases
ruffy commented on 2019-10-21 14:20 (UTC) (edited on 2019-10-21 14:20 (UTC) by ruffy)
Please update to 1.09 for OCaml 4.09.0
1 2 3 4 5 Next › Last »