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

推荐订阅源

S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 【当耐特】
月光博客
月光博客
Vercel News
Vercel News
D
Docker
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
有赞技术团队
有赞技术团队
雷峰网
雷峰网
博客园 - 聂微东
小众软件
小众软件
Y
Y Combinator Blog
腾讯CDC
L
LangChain Blog
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss

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) - indi-3rdparty-libs
2026-06-01 · via AUR Newest Packages

Latest Comments

lbckmnn commented on 2025-09-27 14:02 (UTC)

Seems to be currently broken:

[ 23%] Building CXX object libapogee/CMakeFiles/apogee.dir/linux/UdpSocketLinux.cpp.o
[ 23%] Building CXX object libapogee/CMakeFiles/apogee.dir/linux/linuxHelpers.cpp.o
[ 24%] Building CXX object libapogee/CMakeFiles/apogee.dir/parseCfgTabDelim.cpp.o
[ 24%] Linking CXX shared library libapogee.so
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/Scrt1.o: in function `_start':
(.text+0x1b): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[2]: *** [libapogee/CMakeFiles/apogee.dir/build.make:1032: libapogee/libapogee.so.3.2] Error 1
make[1]: *** [CMakeFiles/Makefile2:714: libapogee/CMakeFiles/apogee.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: indi-3rdparty-libs-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
indi-3rdparty-libs - exit status 4

This is already known and fixed upstream, but not released yet. https://github.com/indilib/indi-3rdparty/pull/1155

astromatto commented on 2024-06-03 13:53 (UTC)

or just try now :) I added !lto to the options in PKGBUILD directly

astromatto commented on 2024-06-03 13:45 (UTC)

astromatto commented on 2024-05-18 13:32 (UTC)

I think the missing deps may be the problem, that's why I want to experimenting with docker/qemu. I build on both x64/aarch64 with no issues at the moment.

blemasle commented on 2024-05-18 13:04 (UTC)

Sorry I somehow missed your first response notification. Maybe there is something with the architecture ? In my case I'm on x64, not arm as the RPI is.

Also sometimes I think dependencies are provided by the local installation without being aware of it ?

For instance the phd2 PKGBUILD on the AUR is missing a ton of dependencies on a clean, almost empty install. I doubt that would go unnoticed if it weren't for the majority of users building it on a machine with many dependencies already installed.

I build my packages on a dedicated builder VM.

astromatto commented on 2024-05-18 07:47 (UTC)

ok, this is a lil weird. I package them also on a raspberry pi with the same PKGBUILD and never got any issue. Will try to make a docker container starting from scratch and check it out. Thanks!

maxawake commented on 2024-05-17 21:02 (UTC)

I have the same problem as blemasle... Its not building because of linking errors

astromatto commented on 2024-05-06 15:51 (UTC)

blemasle commented on 2024-05-02 13:19 (UTC)

You're missing libftdi in the dependency list. Also, I cannot build the package locally because of ld errors

[ 24%] Building CXX object libapogee/CMakeFiles/apogee.dir/parseCfgTabDelim.cpp.o
[ 24%] Linking CXX shared library libapogee.so
/usr/bin/ld: /tmp/ccgSL6JT.ltrans5.ltrans.o: warning: relocation against `_ZNSt17_Function_handlerIFbcENSt8__detail11_AnyMatcherINSt7__cxx1112regex_traitsIcEELb1ELb0ELb0EEEE10_M_managerERSt9_Any_dataRKS8_St18_Manager_operation' in read-only section `.text'
/usr/bin/ld: /tmp/ccgSL6JT.ltrans0.ltrans.o: relocation R_X86_64_PC32 against symbol `_ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE@@GLIBCXX_3.4.21' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libapogee/CMakeFiles/apogee.dir/build.make:1027: libapogee/libapogee.so.3.2] Error 1
make[1]: *** [CMakeFiles/Makefile2:586: libapogee/CMakeFiles/apogee.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/blemasle/build
error: failed to build 'indi-3rdparty-libs-2.0.7-1': failed to run: makechrootpkg -r /var/lib/aurbuild/x86_64 -D /home/blemasle/.paru/repositories/aur-local -d /var/cache/pacman/pkg/ -- -feA --noconfirm --noprepare --holdver:
error: packages failed to build: indi-3rdparty-libs-2.0.7-1

Have you ever encountered this ?

astromatto commented on 2023-04-19 14:58 (UTC)

this together with indi-3rdparty-drivers bring in all libs and drivers except for CAUX, DUINO, AHP_XC, SX and ATIK

Additionally, it works with QHY cameras adjusting the path where the drivers are stored and the dev rules responsible to load the firmware onto the camera