Search Criteria
Package Details: intiface-central 2.6.8-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/intiface-central.git (read-only, click to copy) |
|---|---|
| Package Base: | intiface-central |
| Description: | Intiface Central (Buttplug Frontend) Application for Desktop and Mobile |
| Upstream URL: | https://intiface.com/central/ |
| Licenses: | GPL-3.0-only |
| Submitter: | Bitals |
| Maintainer: | Bitals |
| Last Packager: | Bitals |
| Votes: | 2 |
| Popularity: | 0.20 |
| First Submitted: | 2023-10-30 10:58 (UTC) |
| Last Updated: | 2025-10-19 11:30 (UTC) |
Dependencies (9)
- bash (bash-devel-gitAUR, bash-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fvm (fvm-gitAUR, fvm-sourcebuildAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rustup) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
Latest Comments
TheNullPlayer commented on 2025-11-19 02:19 (UTC) (edited on 2025-11-19 04:31 (UTC) by TheNullPlayer)
There are some warnings that end up as errors so the issue lies in the CFLAGS environment variable. I was able to export the environment variable using:
It should allow for warnings during compile time let me know if you narrow it down further. You can dump the build environment variables using the code below in the build function above the fix:
Then read said file in the src directory for the CFLAGS environment variable and add arguments to the fix until it breaks.
TLDR: Basically there is a warning in version 2.6.8 and its being handled like an error.
maxyvisser commented on 2025-10-27 21:40 (UTC)
@Zsar Disabling lto in
/etc/makepkg.confsolved this issue for meZsar commented on 2025-10-27 18:35 (UTC) (edited on 2025-10-27 18:37 (UTC) by Zsar)
All listed dependencies were provided as regular packages and are up-to-date.
Different error than the previous poster:
libhidapi-0276261692855929.rlib: error adding symbols: file format not recognizedclaymorwan commented on 2025-01-15 20:10 (UTC)
I get a massive error message followed by this
Bitals commented on 2024-06-13 12:03 (UTC)
Is NOT a packaging problem. It's an
AUR/flutterproblem. If you encounter this error, use a differentflutterpackage, e.g.AUR/flutter-binto build this and otherfluttersoftware.Bitals commented on 2024-04-26 21:08 (UTC) (edited on 2024-04-26 21:10 (UTC) by Bitals)
Current workaround: build
aur/flutterwithaur/dart-sdk-devas per the comment by @KI9N, than build this and otherflutterprojects. Added a corresponding error as a crutch to get user's attention for the time being.Bitals commented on 2024-04-21 14:23 (UTC) (edited on 2024-04-22 09:24 (UTC) by Bitals)
Fails to compile with current (
3.19.6-1) AUR Flutter packages, I've reported it, but for the time being nothing I can do.I plan on not pushing
2.5.7until this is resolved in order to avoid annoying users with an unbuildable update.Bitals commented on 2023-10-30 11:12 (UTC) (edited on 2024-04-17 08:22 (UTC) by Bitals)
Before building flutter packages:
Make sure the user making the package is in the
flutterusersgroup;Flutter uses git under the hood to find out its own version, and git doesn't like that /opt/flutter is owned by root. So if you have any weird behavior, like getting the Flutter version of 0 while building, you also need to run:This got fixed with the 2024-03-26 update to thegit config --global --add safe.directory /opt/flutterafter installing flutter, or just build as root (not the best idea).flutterpackage (now actually pkgbase for a lot of split packages).