将PKGBUILD中的package函数的第一行改成
bsdtar -xf ${srcdir}/data.tar.gz -C ${pkgdir}/
即可安装成功
Search Criteria
Package Details: xmind 26.03.04129.202605170806-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xmind.git (read-only, click to copy) |
|---|---|
| Package Base: | xmind |
| Description: | Brainstorming and Mind Mapping Software |
| Upstream URL: | https://www.xmind.net |
| Keywords: | office productivity |
| Licenses: | unknown |
| Submitter: | arojas |
| Maintainer: | bacteriostat |
| Last Packager: | bacteriostat |
| Votes: | 54 |
| Popularity: | 0.006566 |
| First Submitted: | 2017-07-06 19:05 (UTC) |
| Last Updated: | 2026-05-18 11:10 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libxkbfile
- nss (nss-hgAUR)
Required by (0)
Sources (3)
stvsl2060 commented on 2026-01-22 05:41 (UTC)
C.Schmidpeter commented on 2025-11-21 13:44 (UTC)
package build fails with
==> WARNING: Using existing $srcdir/ tree ==> Removing existing $pkgdir/ directory... ==> Entering fakeroot environment... ==> Starting package()... bsdtar: Error opening archive: Failed to open '/var/cache/makepkg/xmind/src/data.tar.xz' ==> ERROR: A failure occurred in package(). Aborting... -> error making: xmind-exit status 4 -> Failed to install the following packages. Manual intervention is required: xmind - exit status 4
destroyedlolo commented on 2025-11-08 10:50 (UTC) (edited on 2025-11-08 10:50 (UTC) by destroyedlolo)
I think the tarball has been corrected : I removed AUR's .cache and it compiled and starting right now without any manual modification.
kagetora13 commented on 2025-11-04 14:57 (UTC) (edited on 2025-11-04 14:58 (UTC) by kagetora13)
I found a fix for the launch error:
GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported zsh: trace trap (core dumped) xmind.
- Update the /usr/share/applications/xmind.desktop shortcut executable line
from "xmind %U" to:
xmind --gtk-version=3
This forces the application to use gtk3.Maybe we should make the same change in the install package?
kagetora13 commented on 2025-11-03 17:11 (UTC) (edited on 2025-11-03 17:11 (UTC) by kagetora13)
After the changes today I went ahead and cleaned up my install a 3rd time. Still getting the following when I start xmind: ❯ xmind [I 2025-11-03T17:07:55.708Z main:store:plugins:electron] current pid is "60665" -------- SESSION 2025-11-03T17:07:55.666Z (26.01.03145+202510170359, linux, x64, 16635076608, XMIND LTD., vana_linux) -------- [I 2025-11-03T17:07:55.717Z usage-stats] sync data [I 2025-11-03T17:07:55.779Z auto-updater] current version is "26.1.3145" [I 2025-11-03T17:07:55.859Z Mixpanel] Mixpanel initialized for region: us [I 2025-11-03T17:07:55.860Z feature-flags] Fetching feature flags from server...
(process:60665): Gtk-ERROR **: 12:07:56.081: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported zsh: trace trap (core dumped) xmind
bacteriostat commented on 2025-11-03 17:08 (UTC)
You want to maintain this package? @dreieck
I don't use xmind anymore and it is best someone who uses it takes it over.
bacteriostat commented on 2025-11-03 16:55 (UTC)
Hey everyone. Sorry for the messed up package. Was really busy last week since I was moving places.
Thanks @dreieck for the pointers.
dreieck commented on 2025-11-03 16:41 (UTC)
Ahoj,
package() error fixed now.
However, you need to change the license identifier to be SPDX compliant:
xmind E: unknown is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.
Also, some dependencies seem to be missing in the depends or optdepends arrays:
xmind E: Dependency libcups detected and not included (libraries ['usr/lib/libcups.so.2'] needed in files ['opt/Xmind/xmind'])
xmind E: Dependency nodejs-lts-jod detected and not included (programs ['node'] needed in scripts ['opt/Xmind/resources/app.asar.unpacked/node_modules/escodegen/node_modules/esprima/bin/esparse.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/escodegen/node_modules/esprima/bin/esvalidate.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/node-addon-api/tools/conversion.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/ast-transform/node_modules/escodegen/bin/esgenerate.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/brfs/bin/cmd.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/esprima/bin/esvalidate.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/escodegen/bin/escodegen.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/escodegen/bin/esgenerate.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/ncp/bin/ncp', 'opt/Xmind/resources/app.asar.unpacked/node_modules/node-addon-api/tools/clang-format.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/resolve/bin/resolve', 'opt/Xmind/resources/app.asar.unpacked/node_modules/quote-stream/bin/cmd.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/ast-transform/node_modules/escodegen/bin/escodegen.js', 'opt/Xmind/resources/app.asar.unpacked/node_modules/acorn/bin/acorn', 'opt/Xmind/resources/app.asar.unpacked/node_modules/esprima/bin/esparse.js'])
Regards!
kagetora13 commented on 2025-11-03 15:12 (UTC)
I uninstalled my previous working xmind install. Cleared the .cache. Then re-installed the xmind AUR package and now I am getting "GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported" error reported by Wonderfulyeah. I am on Gnome 49.1.
JoveYu commented on 2025-11-03 09:02 (UTC)
.SRCINFO need for new update 26.01.03145.202510170359-2.
Pinned Comments