From: "Ivan A. Melnikov" <iv@altlinux.org>
To: "devel@ where you _can_ ask" <devel-newbies@lists.altlinux.org>
Subject: Re: [newbies] Сборка с cmake
Date: Thu, 12 Dec 2024 16:20:01 +0400
Message-ID: <77ryfg2bl56cnb4kbfqimxb4din7hvduzc5xmeebj5xxobfwjo@e2fpfoultrmv> (raw)
In-Reply-To: <RUQDOS.XO4GZQU6FD952@yandex.ru>
On Thu, Dec 12, 2024 at 11:04:03PM GMT, Aleksandr Shamaraev wrote:
> Доброго времени суток.
>
> При сборке пакета с cmake уперся в ошибку
>
> CMake Error at src/cmake/friction-common.cmake:46 (message):
> Only Clang is supported.
>
> по факту там
> if(UNIX AND NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
> message(FATAL_ERROR "Only Clang is supported.")
>
> я уже многое перепробовал ... понять не могу что ему надо для BuildRequires
>
> Никто не сталкивался с подобной ситуацией?
Во-первых, Вам нужно установить clang. Должно быть достаточно такого:
BuildRequires: clang
Для сбоки кода на C++ может также понадобиться libstdc++-devel,
не помню, есть ли у clang на неё зависимость.
Во-вторых, нужно рассказать cmake, что необходимо использовать clang.
Как я понимаю, задавать CMAKE_TOOLCHAIN_FILE люди не любят, более
популярным и даже правильным будет задать переменные среды:
export CC=clang
export CXX=clang++
%cmake [...]
--
wbr,
iv m.
parent reply other threads:[~2024-12-12 12:20 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <RUQDOS.XO4GZQU6FD952@yandex.ru>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=77ryfg2bl56cnb4kbfqimxb4din7hvduzc5xmeebj5xxobfwjo@e2fpfoultrmv \
--to=iv@altlinux.org \
--cc=devel-newbies@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
devel@ where you _can_ ask
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-newbies/0 devel-newbies/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-newbies devel-newbies/ http://lore.altlinux.org/devel-newbies \
devel-newbies@lists.altlinux.org devel-newbies@lists.altlinux.ru devel-newbies@lists.altlinux.com
public-inbox-index devel-newbies
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-newbies
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git