Package Details: intiface-central 2.6.5-1

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: 1
Popularity: 0.001927
First Submitted: 2023-10-30 10:58 (UTC)
Last Updated: 2024-12-27 13:35 (UTC)

Latest Comments

claymorwan commented on 2025-01-15 20:10 (UTC)

I get a massive error message followed by this

  = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified
  = note: use the `-l` flag to specify native libraries to link
  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#rustc-link-lib)

warning: `intiface_engine_flutter_bridge` (lib) generated 6 warnings
error: could not compile `intiface_engine_flutter_bridge` (lib) due to 1 previous error; 6 warnings emitted
Building Linux application...
Build process failed
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'intiface-central-2.6.5-1':
error: packages failed to build: intiface-central-2.6

Bitals commented on 2024-06-13 12:03 (UTC)

Target kernel_snapshot failed: Exception

Is NOT a packaging problem. It's an AUR/flutter problem. If you encounter this error, use a different flutter package, e.g. AUR/flutter-bin to build this and other flutter software.

Bitals commented on 2024-04-26 21:08 (UTC) (edited on 2024-04-26 21:10 (UTC) by Bitals)

Current workaround: build aur/flutter with aur/dart-sdk-dev as per the comment by @KI9N, than build this and other flutter projects. 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.7 until 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:

  1. Make sure the user making the package is in the flutterusers group;

  2. 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: git config --global --add safe.directory /opt/flutter after installing flutter, or just build as root (not the best idea). This got fixed with the 2024-03-26 update to the flutter package (now actually pkgbase for a lot of split packages).