Package Details: pamac-aur 11.7.1-4

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://gitlab.manjaro.org/applications/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: 394
Popularity: 2.87
First Submitted: 2013-12-05 12:57 (UTC)
Last Updated: 2024-03-30 09:49 (UTC)

Required by (10)

Sources (2)

Pinned Comments

Zeph commented on 2022-06-04 13:58 (UTC) (edited on 2023-07-02 09:39 (UTC) by Zeph)

For some problems with pamac, check or create issues on

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 37 Next › Last »

creio commented on 2022-01-07 22:54 (UTC) (edited on 2022-01-07 22:55 (UTC) by creio)

yay -Rsn pamac-aur archlinux-appstream-data

yay -S archlinux-appstream-data-pamac pamac-aur

pre install, deps: archlinux-appstream-data-pamac

ukbeast commented on 2021-11-22 23:46 (UTC)

archlinux-appstream-data-20211122-1 broke pamac again.

: Ignoring invalid AppStream file /usr/share/app-info/xmls/community.xml.gz: Failed to parse /usr/share/app-info/xmls/community.xml.gz file: Error on line 44188 char 5:

  • already set ' It is no longer necessary to manually copy the udev rule file in packaging scripts. Now pkg-config is used to determine the udevdir used to install the rules file in the CMake install step when CMAKE_INSTALL_PREFIX is ' and tried to replace with ' or ' Ignoring invalid AppStream file /usr/share/app-info/xmls/extra.xml.gz: Failed to parse /usr/share/app-info/xmls/extra.xml.gz file: Error on line 106725 char 6:

    already set ' In addition to that, it allows to easily generate AppStream data for projects which do not need a more complex data generator like ' and tried to replace with '. '

  • Zeph commented on 2021-11-01 09:19 (UTC)

    V10.2.2 : Optional fake gnome software, edit PKGBUILD and modify line 4

    ENABLE_FAKE_GNOME_SOFTWARE=0
    

    to

    ENABLE_FAKE_GNOME_SOFTWARE=1
    

    gabekings commented on 2021-10-30 14:05 (UTC)

    For those having "Unknown options: "enable-appindicator"" > use your editor in PKGBUILD > search Denable-appindicator > comment(#) this line > save > rund makepkg -si again, the error will show again, then uncomment and run one more time. Worked for me.

    Belatrox commented on 2021-10-25 14:57 (UTC)

    If you have problems with this -> ERROR: Unknown options: "enable-appindicator" then just downgrade meson to version 0.59.3, v.0.60 breaks pamac-aur and pamac-all

    cybaer commented on 2021-10-25 11:39 (UTC) (edited on 2021-11-01 09:49 (UTC) by cybaer)

    I get an error during update of pamac-aur:

    ../meson.build:1:0: ERROR: Unknown options: "enable-appindicator"

    Thx to Belatrox, downgrading meson to my last version (0.59.1) fixed the problem!

    News: After installing the latest version of meson (0.60.0-2) and installing latest pamac-aur 10.2.2-3 package this problem doesn't exist anymore.

    bassam commented on 2021-10-04 23:28 (UTC)

    Getting an error

    pamac install pamac-aur                                                                                                                                          1 ✘  24s  06:08:32 PM 
    Warning: pamac-aur is only available from AUR
    Preparing...
    Checking pamac-aur dependencies...
    Checking libpamac-aur dependencies...
    Warning: removing libpamac breaks dependency 'libpamac>=11' required by manjaro-application-utility
    Add manjaro-application-utility to remove
    Warning: removing pamac-cli breaks dependency 'pamac-cli' required by manjaro-application-utility
    Add manjaro-application-utility to remove
    Warning: removing pamac-gtk breaks dependency 'pamac-gtk>=9.5.12' required by pamac-tray-icon-plasma
    Add pamac-tray-icon-plasma to remove
    Warning: removing pamac-gtk breaks dependency 'pamac-gtk' required by web-installer-url-handler
    Add web-installer-url-handler to remove
    Error: Failed to prepare transaction:
    could not satisfy dependencies:
    - removing web-installer-url-handler breaks dependency 'web-installer-url-handler' required by software-center-web-jak,
    - if possible, remove software-center-web-jak and retry
    Resolving dependencies...
    Checking inter-conflicts...
    Error: Failed to prepare transaction:
    could not satisfy dependencies:
    - removing web-installer-url-handler breaks dependency 'web-installer-url-handler' required by software-center-web-jak,
    - if possible, remove software-center-web-jak and retry
    

    Hanabishi commented on 2021-10-01 16:19 (UTC)

    Guys, this is the upstream issue https://gitlab.manjaro.org/applications/pamac/-/issues/1122
    Stop insulting the package.

    kanehekili commented on 2021-09-30 17:19 (UTC) (edited on 2021-09-30 17:21 (UTC) by kanehekili)

    Same problem on Arch linux:

    FAILED: src/pamac 
    cc  -o src/pamac src/pamac.p/meson-generated_version.c.o src/pamac.p/meson-generated_transaction-cli.c.o src/pamac.p/meson-generated_cli.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -D_FORTIFY_SOURCE=2 -Wl,--start-group /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libpamac.so -Wl,--end-group
    /usr/bin/ld: src/pamac.p/meson-generated_cli.c.o: in function `pamac_cli_parse_command_line':
    cli.c:(.text+0xce11): undefined reference to `uint_copy'
    collect2: error: ld returned 1 exit status
    [34/49] Compiling C object src/pamac-installer.p/meson-generated_progress_dialog.c.o
    [35/49] Generating symbol file src/libpamac-gtk.so.p/libpamac-gtk.so.symbols
    [36/49] Compiling Vala source ../src/version.vala ../src/history_dialog.vala ../src/updates_dialog.vala ../src/preferences_dialog.vala ../src/package_row.vala ../src/simple_row.vala ../src/back_row.vala ../src/manager_window.vala ../src/manager.vala ../src/search-provider.vala src/pamac-gtk.vapi
    [37/49] Compiling C object src/pamac-installer.p/meson-generated_installer.c.o
    ninja: build stopped: subcommand failed.
    ==> ERROR: A failure occurred in build().
     Aborting...
    

    bxabi commented on 2021-09-29 09:39 (UTC) (edited on 2021-09-29 09:43 (UTC) by bxabi)

    I'm getting this error:

    
    Found ninja-1.10.2 at /usr/bin/ninja
    [7/49] 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
    ../src/tray-gtk.vala:26.22-26.35: warning: `Gtk.StatusIcon' has been deprecated since 3.14
    Compilation succeeded - 2 warning(s)
    [47/49] Linking target src/pamac
    FAILED: src/pamac 
    cc  -o src/pamac src/pamac.p/meson-generated_version.c.o src/pamac.p/meson-generated_transaction-cli.c.o src/pamac.p/meson-generated_cli.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,-O1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,--start-group /usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libpamac.so -Wl,--end-group
    /usr/bin/ld: src/pamac.p/meson-generated_cli.c.o: in function `pamac_cli_parse_command_line':
    cli.c:(.text+0xce20): undefined reference to `uint_copy'
    collect2: error: ld returned 1 exit status
    [48/49] Compiling C object src/pamac-manager.p/meson-generated_manager_window.c.o
    ninja: build stopped: subcommand failed.
    ==> ERROR: A failure occurred in build().
        Aborting...