Bug 40847 - rustc использует LLVM11, не смотря на BR
Summary: rustc использует LLVM11, не смотря на BR
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: rust (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-02 18:47 MSK by Ivan A. Melnikov
Modified: 2021-09-06 14:22 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan A. Melnikov 2021-09-02 18:47:35 MSK
Обнаружил случайно такую вещь:

$ ldd /usr/bin/rustc | grep LLVM
        libLLVM-11.so => /usr/lib64/libLLVM-11.so (0x00007fa36e14e000)
$ rpm -qf /usr/bin/rustc /usr/lib64/libLLVM-11.so
rust-1.54.0-alt1.x86_64
llvm11.0-libs-11.0.1-alt3.x86_64

По спеку не похоже, что так и задумано; но если так и надо, извиняюсь за лишний шум.
Comment 1 Alexey Gladkov 2021-09-02 18:58:56 MSK
Это извесная проблема связанная с особенностями упаковки llvm. Безусловно план был собрать rust c llvm12.
Comment 2 Repository Robot 2021-09-06 14:22:41 MSK
rust-1:1.54.0-alt2 -> sisyphus:

 Sun Sep 05 2021 Alexey Gladkov <legion@altlinux.ru> 1:1.54.0-alt2
 - Build with llvm12.0 (ALT#40847).