Having this when I run it:
pamac: symbol lookup error: pamac: undefined symbol: pamac_alpm_package_get_has_signature
Search Criteria
Package Details: pamac-all 11.7.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pamac-all.git (read-only, click to copy) |
---|---|
Package Base: | pamac-all |
Description: | A GUI frontend for libalpm (everything in one package - snap, flatpak, appindicator, aur, appstream) |
Upstream URL: | https://github.com/manjaro/pamac |
Licenses: | GPL-3.0-or-later |
Conflicts: | pamac, pamac-aur, pamac-aur-git, pamac-common, pamac-flatpak, pamac-flatpak-gnome, pamac-gtk |
Provides: | pamac |
Submitter: | librewish |
Maintainer: | patlefort |
Last Packager: | patlefort |
Votes: | 43 |
Popularity: | 0.88 |
First Submitted: | 2020-08-25 09:51 (UTC) |
Last Updated: | 2025-03-29 02:52 (UTC) |
Dependencies (15)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libhandy (libhandy-gitAUR)
- libnotify (libnotify-gitAUR)
- libpamac-fullAUR
- pamac-cliAUR (pamac-aurAUR)
- asciidoc (asciidoc-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- mate-polkit (optional) – authentication agent for Mate
- plymouth (plymouth-gitAUR) (optional) – offline upgrades
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – legacy authentication agent for Gnome
- polkit-kde-agent (polkit-kde-agent-gitAUR) (optional) – authentication agent for KDE
- polkit-qt5 (polkit-qt5-gitAUR) (optional) – Qt5 based authentication agent
Required by (4)
- debtap-mod (requires pamac)
- mintmenu (requires pamac) (optional)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »
maxlefou commented on 2022-05-03 14:02 (UTC)
Siberian_Tigers commented on 2022-04-21 13:39 (UTC)
okay I found a fix for this that is easy as pie. I first installed octopi instead of pacmac-aur. So then I searched for pacmac-all under the installed tab. I removed it and it will ask you do you wanna remove all dependencies yes do that. 26 total was remove. Okay so then I came back today and I searched for pacmac-all again and installed it and 17 items was installed and I am updated to 10.4.0-1 and didn't have to go through no mess. Octopi is a good back up. Cause it can just be installed with regular pacman no aur.
lamentary commented on 2022-04-14 06:04 (UTC)
Thanks, @archiunix - that was extremely helpful
archiunix commented on 2022-04-10 11:06 (UTC)
Install pamac-aur and libpamac-aur and edit the build file by setting ENABLE_FLATPAK=1 ENABLE_SNAPD=1
cinnamon211 commented on 2022-04-07 01:55 (UTC)
10.3.0-5 is unable to build due to vala not being compatible.
[13/52] Compiling Vala source ../src/t.../version.vala ../src/local_config.vala ninja: build stopped: subcommand failed. ==> ERROR: A failure occurred in build(). Aborting... -> error making: pamac-all
Any way to get around this bug is greatly appreciated.
aha999 commented on 2022-04-03 14:51 (UTC) (edited on 2022-04-03 14:53 (UTC) by aha999)
The latest version of pamac-all 10.3.0-5 causes Pamac to crash every time when i have to "build" the packages. This issue wasn't here before on older versions, so i don't know which specific version it didn't occur on. Operating System: EndeavourOS, KDE Plasma Version: 5.24.4, KDE Frameworks Version: 5.92.0, Qt Version: 5.15.3, Kernel Version: 5.17.1-arch1-1 (64-bit), Graphics Platform: X11
Jhackler commented on 2022-04-02 18:01 (UTC)
pamac wont launch at all after fixed lib pamac and cant reinstall Got an error during install "pamac-all" with yay. During Compiling Vala source: src/cli.vala:1773.9-1773.25: error: The name has_signature' does not exist in the context ofPamac.AlpmPackage
sges commented on 2022-03-31 21:52 (UTC) (edited on 2022-03-31 21:54 (UTC) by sges)
I got a similar failure but have a more complete error message. This only occurs an the latest build 15 March 2022
pamac 10.3
User defined options buildtype : release prefix : /usr sysconfdir : /etc enable-fake-gnome-software: true
Found ninja-1.10.2 at /usr/bin/ninja
[7/52] Compiling Vala source ../src/version.vala ../src/transaction-cli.vala ../src/cli.vala
FAILED: src/pamac.p/version.c src/pamac.p/transaction-cli.c src/pamac.p/cli.c
valac -C --pkg pamac --pkg gio-2.0 --color=always --directory src/pamac.p --basedir ../src --pkg=posix --target-glib=2.38 --vapidir=/home/sges/.cache/yay/pamac-all/src/pamac-v10.3.0/vapi --pkg=linux ../src/version.vala ../src/transaction-cli.vala ../src/cli.vala
../src/cli.vala:1773.9-1773.25: error: The name has_signature' does not exist in the context of
Pamac.AlpmPackage?' (pamac)
1773 | if (pkg.has_signature != null) {
| ^~~~~~~~~~~~~~~~~
../src/cli.vala:1774.38-1774.54: error: The name has_signature' does not exist in the context of
Pamac.AlpmPackage?' (pamac)
1774 | print_property (properties[21], pkg.has_signature, max_length);
| ^~~~~~~~~~~~~~~~~
Compilation failed: 2 error(s), 0 warning(s)
[8/52] Compiling Vala source ../src/tray.vala ../src/tray-gtk.vala
../src/tray-gtk.vala:23.3-23.28: warning: Gtk.StatusIcon' has been deprecated since 3.14
23 | Gtk.StatusIcon status_icon;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../src/tray-gtk.vala:26.22-26.35: warning:
Gtk.StatusIcon' has been deprecated since 3.14
26 | status_icon = new Gtk.StatusIcon ();
| ^~~~~~~~~~~~~~
Compilation succeeded - 2 warning(s)
[9/52] Compiling Vala source ../src/transaction-gtk.vala ../src.../progress_box.vala ../src/version.vala ../src/local_config.vala
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: pamac-all
feuerbiber commented on 2022-03-31 17:55 (UTC)
Got an error during install "pamac-all" with yay.
During Compiling Vala source:
src/cli.vala:1773.9-1773.25: error: The name has_signature' does not exist in the context of
Pamac.AlpmPackage?' (pamac)
LSUtigers3131 commented on 2022-03-30 22:16 (UTC)
Fixes will come faster
Pinned Comments