Pamac 9.4.0-4 last fix + enable flatpak you can activate in settings
Search Criteria
Package Details: pamac-aur 11.7.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/pamac-aur.git (read-only, click to copy) |
---|---|
Package Base: | pamac-aur |
Description: | A Gtk frontend, Package Manager based on libalpm with AUR and Appstream support |
Upstream URL: | https://github.com/manjaro/pamac |
Keywords: | gui installer libalpm package pacman yay |
Licenses: | GPL-3.0-or-later |
Conflicts: | pamac, pamac-cli, pamac-tray-appindicator |
Provides: | pamac, pamac-cli |
Submitter: | Zeph |
Maintainer: | Zeph |
Last Packager: | Zeph |
Votes: | 407 |
Popularity: | 2.33 |
First Submitted: | 2013-12-05 12:57 (UTC) |
Last Updated: | 2025-01-26 20:10 (UTC) |
Dependencies (20)
- desktop-file-utils (desktop-file-utils-gitAUR)
- git (git-gitAUR, git-glAUR)
- gnutls (gnutls-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libhandy (libhandy-gitAUR)
- libnotify (libnotify-gitAUR)
- libpamac-aurAUR
- asciidoc (asciidoc-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gobject-introspection (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (make)
- vala (vala-gitAUR) (make)
- xorgproto (xorgproto-gitAUR) (make)
- lxsession (lxsession-gitAUR) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentification in Cinnamon, Gnome
Required by (8)
- cleanupdate-git (requires pamac-cli) (optional)
- cmd-not-found (requires pamac-cli) (optional)
- debtap-mod (requires pamac)
- mintmenu (requires pamac) (optional)
- pamac-all (requires pamac-cli)
- pamac-gtk3 (requires pamac-cli)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 40 Next › Last »
Zeph commented on 2020-03-31 08:05 (UTC)
ve7it commented on 2020-03-23 00:26 (UTC)
Failure to download pending package updates in the background.
in /etc/pamac.conf
Download updates in background
DownloadUpdates
seems to be enabled. This used to download the updates right after checking for available updates (I have check set for 1 hour intervals). It no longer doing the downloads until pamac is opened and an update is requested. Things are working, but I have a slow internet connection and having to wait for all the updates to download seems like a big step backwards. Has anybody else noticed this change in the last few months? cheers
details: pamac 9.4.0 Linux Z77 5.5.10-arch1-1 #1 SMP PREEMPT Wed, 18 Mar 2020 08:40:35 +0000 x86_64 GNU/Linux
starting pamac-manager from the command line has a warning about the /usr/share/app-info/xmls/community.xml.gz has an error on line 51025...(process:11260): WARNING **: 17:23:36.523: database.vala:106: Failed to parse /usr/share/app-info/xmls/community.xml.gz file: Error on line 51025 char 10:
already set ... This doesnt seem related as its just badly formatted xml in the description of 1 of the packages available from community.
'
Pillgar commented on 2020-03-19 23:43 (UTC)
TY kind Sir.
Zeph commented on 2020-03-19 09:25 (UTC) (edited on 2020-06-17 06:52 (UTC) by Zeph)
Pamac display empty results when browsing categories
Issue : https://gitlab.manjaro.org/applications/pamac/issues/772
You can fix by downgrade archlinux-appstream-data or use this command :
zcat /usr/share/app-info/xmls/community.xml.gz | sed 's|<em>||g;s|<\/em>||g;' | gzip > "new.xml.gz"
sudo cp new.xml.gz /usr/share/app-info/xmls/community.xml.gz
sudo appstreamcli refresh-cache --force
for appastreamcli install package appstream
Pillgar commented on 2020-03-19 01:44 (UTC)
lol I was wondering why Categories wasn't working!!! TY for the info. I renamed the file and it's working again, but I'm not sure exactly what these files are for. I wonder if the Manjaro guys have this bug too?
papa33 commented on 2020-03-17 23:47 (UTC)
There is a bug in archlinux-appstream-data-20200315-1 that causes pamac to display empty results when browsing categories. The offending file is /usr/share/app-info/xmls/community.xml.gz.
Zeph commented on 2020-03-10 17:22 (UTC)
v9.3.93 build with vala 0.48 OK (9.4.0 release candidate 3)
Thorned_Rose commented on 2020-03-10 08:43 (UTC)
@jaturon2526, as below, it's a known issue currently with Vala 0.47 and above. See https://gitlab.manjaro.org/applications/pamac/issues/735#note_15381
You can downgrade to Vala < 0.47, build Pamac and then update Vala to get around it for now.
jaturon2526 commented on 2020-03-10 08:08 (UTC)
Error after build.
src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_update_dbs’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:1960:4: error: function ‘__errno_location’ is initialized like a variable 1960 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_init’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2552:3: error: function ‘__errno_location’ is initialized like a variable 2552 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_sysupgrade’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2611:3: error: function ‘__errno_location’ is initialized like a variable 2611 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_add_pkg_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:2720:3: error: function ‘__errno_location’ is initialized like a variable 2720 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_load_pkg’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3318:3: error: function ‘__errno_location’ is initialized like a variable 3318 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c:3359:4: error: function ‘__errno_location’ is initialized like a variable 3359 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_remove_pkg’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3474:4: error: function ‘__errno_location’ is initialized like a variable 3474 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_prepare_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:3787:3: error: function ‘__errno_location’ is initialized like a variable 3787 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_build_prepare’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:5065:4: error: function ‘__errno_location’ is initialized like a variable 5065 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~ src/25a6634@@pamac-daemon@exe/alpm_utils.c: In function ‘pamac_alpm_utils_trans_commit_real’: src/25a6634@@pamac-daemon@exe/alpm_utils.c:6659:3: error: function ‘__errno_location’ is initialized like a variable 6659 | alpm_errno_t errno = 0; | ^~~~~~~~~~~~
Thorned_Rose commented on 2020-03-08 08:15 (UTC)
@kinoe It's a known issue currently with Vala 0.47 and above. See https://gitlab.manjaro.org/applications/pamac/issues/735#note_15381
You can downgrade to Vala < 0.47, build Pamac and then update Vala to get around it for now.
Pinned Comments
Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2024-10-29 07:25 (UTC) by Zeph)
For some problems with pamac, check or create issues on