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

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
T
Tailwind CSS Blog
V
Visual Studio Blog
月光博客
月光博客
Hugging Face - Blog
Hugging Face - Blog
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
量子位
有赞技术团队
有赞技术团队
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
Jina AI
Jina AI
雷峰网
雷峰网
博客园 - 【当耐特】
博客园 - 叶小钗
美团技术团队
宝玉的分享
宝玉的分享
IT之家
IT之家

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) - ftb-app
2026-06-28 · via AUR Newest Packages

Seeing the previous person's issues, I made sure my default java set to jdk 26, I double checked that to be the case when I ran the install, and it still does not want to build.

==> Starting build()...
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/me/.gradle/wrapper/dists/gradle-8.12.1-all/5akij8gnr65tdxupapyu22pqa/gradle-8.12.1/lib/native-platform-0.22-milestone-27.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled


FAILURE: Build failed with an exception.

* What went wrong:
BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 69
> Unsupported class file major version 69

I even tried manually installing gradle to see if that mattered. I also got these errors above the previous output, I have no idea how meaningful they might be though:

Done in 7.2s using pnpm v10.21.0
 WARN  11 deprecated subdependencies found: boolean@3.2.0, debuglog@1.0.1, glob@10.5.0, glob@7.2.3, inflight@1.0.6, lodash.isequal@4.5.0, osenv@0.1.5, read-installed@4.0.3, read-package-json@2.1.2, readdir-scoped-modules@1.1.0, uuid@9.0.1
Already up to date
Progress: resolved 889, reused 807, downloaded 0, added 0, done
 WARN  Issues with peer dependencies found
.
├─┬ dmg-builder 26.8.1
│ └─┬ app-builder-lib 26.8.1
│   └── ✕ missing peer electron-builder-squirrel-windows@26.8.1
├─┬ @overwolf/ow-electron-builder 26.8.5
│ ├─┬ dmg-builder 26.8.2
│ │ └─┬ app-builder-lib 26.8.2
│ │   └── ✕ missing peer electron-builder-squirrel-windows@26.8.2
│ └─┬ @overwolf/app-builder-lib 26.8.5
│   └── ✕ missing peer electron-builder-squirrel-windows@26.8.2
└─┬ electron-builder 26.8.1
  ├─┬ dmg-builder 26.8.1
  │ └── ✕ missing peer electron-builder-squirrel-windows@26.8.1
  └─┬ app-builder-lib 26.8.1
    └── ✕ missing peer electron-builder-squirrel-windows@26.8.1
✕ Conflicting peer dependencies:
  electron-builder-squirrel-windows

dependencies:
+ @floating-ui/utils 0.2.11

@Ladybunne Install a newer JDK (at least 11) and set as default with archlinux-java. I have updated makedepends to java-environment>=11.

Installing with yay failed with the following:

==> Starting build()...

[Incubating] Problems report is available at: file:///home/Ladybunne/.cache/yay/ftb-app/src/FTB-App/subprocess/build/reports/problems/problems-report.html

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'ftb-app'.
> Could not resolve all artifacts for configuration 'classpath'.
    > Could not resolve cz.habarta.typescript-generator:typescript-generator-gradle-plugin-publisher:3.2.1263.
    Required by:
        root project : > cz.habarta.typescript-generator:cz.habarta.typescript-generator.gradle.plugin:3.2.1263
    > Dependency requires at least JVM runtime version 11. This build uses a Java 8 JVM.

* Try:
> Run this build using a Java 11 or newer JVM.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.12.1/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 527ms
==> ERROR: A failure occurred in build().
    Aborting...
-> error making: ftb-app-exit status 4
-> Failed to install the following packages. Manual intervention is required:
ftb-app - exit status 4

build() fails with this error:

WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/home/user/.gradle/wrapper/dists/gradle-8.12.1-all/5akij8gnr65tdxupapyu22pqa/gradle-8.12.1/lib/native-platform-0.22-milestone-27.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled


FAILURE: Build failed with an exception.

* What went wrong:
BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 68
> Unsupported class file major version 68

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.