惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
Google DeepMind News
Google DeepMind News
腾讯CDC
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
博客园 - 司徒正美
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
T
Tailwind CSS Blog
Vercel News
Vercel News
爱范儿
爱范儿
Last Week in AI
Last Week in AI
G
Google Developers Blog
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
有赞技术团队
有赞技术团队
D
DataBreaches.Net
博客园_首页
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
V
V2EX
A
About on SuperTechFans
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - rider-eap
2026-05-29 · via AUR Newest Packages

danielstreba commented on 2025-11-02 20:31 (UTC) (edited on 2025-11-02 20:33 (UTC) by danielstreba)

harre commented on 2024-09-02 20:10 (UTC)

It might be a false warning from checkrebuild, because rider works without issues for me anyway.

gromit commented on 2024-09-02 08:47 (UTC)

@harre are you sure that this is actually an issue? As far as I can tell these are both container in the package itself, so maybe they have a custom launch script setting LD_PRELOAD or similar:

$ pacman -F libselinux.so.1                          
custom/rider-eap 1:242.20224.285-1 [installed]
    opt/rider-eap/plugins/remote-dev-server/selfcontained/lib/libselinux.so.1
$ pacman -F libcrypto.so.10               
custom/rider-eap 1:242.20224.285-1 [installed]
    opt/rider-eap/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10

harre commented on 2024-09-02 00:37 (UTC)

There seems to be some dependancy hell.

checkrebuild -v
foreign rider-eap

ldd /opt/rider-eap/plugins/remote-dev-server/selfcontained/bin/Xvfb

    libselinux.so.1 => not found
    libcrypto.so.10 => not found

harre commented on 2023-11-08 23:35 (UTC)

Rider 2023.3 EAP 6 is now avalible

harre commented on 2023-03-25 09:21 (UTC)

On Windows it installs the EAP side-by-side.

So I think it's good to allow the same. Also is something is not working in EAP you can verify it's working in regular version easier. Also when testing something they have fixed in the new version.

gromit commented on 2023-03-25 09:16 (UTC)

Hey @C_Schmidtpeter, thanks for reporting that!

I undid the change with regard to the package conflicts=(...). The reason on why I added that was that the two things are the same upstream code, so to my understanding rider-eap could change settings of rider and other things could go wrong, but I guess it cannot go more wrong than before.

Regarding the Co-Maintainership: Lets get in contact via E-mail or IRC :)

C.Schmidpeter commented on 2023-03-25 07:24 (UTC)

@gromit: In /usr/bin/ you also need to undo your rename of rider-eap to rider. Could you do that too, please, or could you please make me sub-maintainer? Not being able to install rider and rider-eap now is quite a bummer.

C.Schmidpeter commented on 2023-03-23 19:02 (UTC)

@gromit: Thanks for updating this package.

I have noticed that you have added

provides=("rider") conflicts=("rider")

Now I cannot install both rider and rider-eap in parallel any more, which used to work fine previously. Is there a specific reason for this? If not, could you remove these two lines again, please?

gromit commented on 2023-03-23 18:07 (UTC)