Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 510058 Details for
Bug 626160
dev-lang/rust-1.19.0 : CMake Error at bindings/.../cmake_install.cmake:44 (file):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rust-1.19.0-config-ix.cmake-no_llvm_ocaml_bindings.patch
rust-1.19.0-config-ix.cmake-no_llvm_ocaml_bindings.patch (text/plain), 1.21 KB, created by
Iván Escrivá
on 2017-12-14 22:15:25 UTC
(
hide
)
Description:
rust-1.19.0-config-ix.cmake-no_llvm_ocaml_bindings.patch
Filename:
MIME Type:
Creator:
Iván Escrivá
Created:
2017-12-14 22:15:25 UTC
Size:
1.21 KB
patch
obsolete
>--- src/llvm/cmake/config-ix.cmake 2017-12-14 22:25:15.988551420 +0100 >+++ src/llvm/cmake/config-ix.cmake.no_llvm_ocaml_bindings 2017-12-14 22:35:08.087110357 +0100 >@@ -564,29 +564,6 @@ > # Keep the version requirements in sync with bindings/ocaml/README.txt. > include(FindOCaml) > include(AddOCaml) >-if(WIN32) >- message(STATUS "OCaml bindings disabled.") >-else() >- find_package(OCaml) >- if( NOT OCAML_FOUND ) >- message(STATUS "OCaml bindings disabled.") >- else() >- if( OCAML_VERSION VERSION_LESS "4.00.0" ) >- message(STATUS "OCaml bindings disabled, need OCaml >=4.00.0.") >- else() >- find_ocamlfind_package(ctypes VERSION 0.4 OPTIONAL) >- if( HAVE_OCAML_CTYPES ) >- message(STATUS "OCaml bindings enabled.") >- find_ocamlfind_package(oUnit VERSION 2 OPTIONAL) >- set(LLVM_BINDINGS "${LLVM_BINDINGS} ocaml") >- >- set(LLVM_OCAML_INSTALL_PATH "${OCAML_STDLIB_PATH}" CACHE STRING >- "Install directory for LLVM OCaml packages") >- else() >- message(STATUS "OCaml bindings disabled, need ctypes >=0.4.") >- endif() >- endif() >- endif() >-endif() >+message(STATUS "OCaml bindings disabled.") > > string(REPLACE " " ";" LLVM_BINDINGS_LIST "${LLVM_BINDINGS}")
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 626160
:
486818
|
486820
|
486822
|
486824
|
486826
|
486828
|
486830
|
510056
| 510058 |
510062