pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/54242: (devel/ocaml-ppx_fields_conv) wants ocaml-ppxlib
>Number: 54242
>Category: pkg
>Synopsis: (devel/ocaml-ppx_fields_conv) wants ocaml-ppxlib
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue May 28 23:55:00 +0000 2019
>Originator: makoto%ki.nu@localhost
>Release: NetBSD 8.99.41
>Organization:
KINU Corporation
Makoto Fujiwara
makoto%ki.nu@localhost
>Environment:
System: NetBSD pkgsrc 8.99.41 NetBSD 8.99.41 (GENERIC-no-SYNAPTICS) #0: Sat May 18 21:33:05 JST 2019 root@CF-SX3:/tmp/O/sys/arch/amd64/compile/GENERIC-no-SYNAPTICS amd64
Architecture: x86_64
Machine: amd64
>Description:
In my environment, ocaml-ppx_fields_conv-0.12.0 wants devel/ocaml-ppxlib/buildlink3.mk
| ===> Building for ocaml-ppx_fields_conv-0.12.0
| File "src/dune", line 2, characters 70-76:
| 2 | (kind ppx_deriver) (ppx_runtime_libraries fieldslib) (libraries base ppxlib)
| ^^^^^^
| Error: Library "ppxlib" not found.
| Hint: try: dune external-lib-deps --missing -j 4 --profile release @install
| File "src/dune", line 3, characters 18-33:
| 3 | (preprocess (pps ppxlib.metaquot)))
| ^^^^^^^^^^^^^^^
| Error: Library "ppxlib.metaquot" not found.
| Hint: try: dune external-lib-deps --missing -j 4 --profile release @install
| *** Error code 1
>How-To-Repeat:
cd /usr/pkgsrc/devel/ocaml-ppx_fields_conv; make clean && make package
>Fix:
Index: devel/ocaml-ppx_fields_conv/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/ocaml-ppx_fields_conv/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- devel/ocaml-ppx_fields_conv/Makefile 12 Mar 2019 18:18:40 -0000 1.1
+++ devel/ocaml-ppx_fields_conv/Makefile 28 May 2019 23:49:31 -0000
@@ -17,5 +17,6 @@
OCAML_USE_DUNE= yes
.include "../../devel/ocaml-fieldslib/buildlink3.mk"
+.include "../../devel/ocaml-ppxlib/buildlink3.mk"
.include "../../mk/ocaml.mk"
.include "../../mk/bsd.pkg.mk"
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index