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: 393
Popularity: 2.29
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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 37 Next › Last »

j1simon commented on 2019-10-23 14:00 (UTC)

It doesn't compile the ...-2 version:

...
Found ninja-1.9.0 at /usr/bin/ninja
[12/64] Compiling C object 'src/25a6634@@pamac@sha/meson-generated_alpm_utils.c.o'.
FAILED: src/25a6634@@pamac@sha/meson-generated_alpm_utils.c.o
cc -Isrc/25a6634@@pamac@sha -Isrc -I../src -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/json-glib-1.0 -I/usr/include/libappstream-glib -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/uuid -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -fdiagnostics-color=always -pipe -w -O3 -march=native -mtune=native -O3 -fno-plt -D_FORTIFY_SOURCE=2 -fPIC -pthread '-DGETTEXT_PACKAGE="pamac"' -D_FILE_OFFSET_BITS=64 -MD -MQ 'src/25a6634@@pamac@sha/meson-generated_alpm_utils.c.o' -MF 'src/25a6634@@pamac@sha/meson-generated_alpm_utils.c.o.d' -o 'src/25a6634@@pamac@sha/meson-generated_alpm_utils.c.o' -c 'src/25a6634@@pamac@sha/alpm_utils.c'
src/25a6634@@pamac@sha/alpm_utils.c: In function 'pamac_alpm_utils_trans_commit_real':
src/25a6634@@pamac@sha/alpm_utils.c:6316:9: error: 'ALPM_ERR_DLT_INVALID' undeclared (first use in this function); did you mean 'ALPM_ERR_DB_INVALID'?
 6316 |    case ALPM_ERR_DLT_INVALID:
      |         ^~~~~~~~~~~~~~~~~~~~
      |         ALPM_ERR_DB_INVALID
src/25a6634@@pamac@sha/alpm_utils.c:6316:9: note: each undeclared identifier is reported only once for each function it appears in
src/25a6634@@pamac@sha/alpm_utils.c: In function 'cb_event':
src/25a6634@@pamac@sha/alpm_utils.c:8050:8: error: 'ALPM_EVENT_DELTA_PATCH_START' undeclared (first use in this function); did you mean 'ALPM_EVENT_DISKSPACE_START'?
 8050 |   case ALPM_EVENT_DELTA_PATCH_START:
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |        ALPM_EVENT_DISKSPACE_START
src/25a6634@@pamac@sha/alpm_utils.c:8053:4: error: unknown type name 'alpm_delta_t'; did you mean 'alpm_event_t'?
 8053 |    alpm_delta_t* _tmp76_;
      |    ^~~~~~~~~~~~
      |    alpm_event_t
src/25a6634@@pamac@sha/alpm_utils.c:8057:4: error: unknown type name 'alpm_delta_t'; did you mean 'alpm_event_t'?
 8057 |    alpm_delta_t* _tmp80_;
      |    ^~~~~~~~~~~~
      |    alpm_event_t
src/25a6634@@pamac@sha/alpm_utils.c:8061:18: error: 'alpm_event_t' {aka 'union _alpm_event_t'} has no member named 'delta_patch'
 8061 |    _tmp76_ = data->delta_patch.delta;
      |                  ^~
src/25a6634@@pamac@sha/alpm_utils.c:8062:21: error: request for member 'to' in something not a structure or union
 8062 |    _tmp77_ = _tmp76_->to;
      |                     ^~
src/25a6634@@pamac@sha/alpm_utils.c:8066:18: error: 'alpm_event_t' {aka 'union _alpm_event_t'} has no member named 'delta_patch'
 8066 |    _tmp80_ = data->delta_patch.delta;
      |                  ^~
src/25a6634@@pamac@sha/alpm_utils.c:8067:21: error: request for member 'delta' in something not a structure or union
 8067 |    _tmp81_ = _tmp80_->delta;
      |                     ^~
[21/64] Compiling C object 'src/25a6634@@pamac@sha/meson-generated_database.c.o'.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

webreflection commented on 2019-10-23 10:46 (UTC)

incremental updates worked well, but I couldn't update a PC left without updates for a little while ... I ended up using pamac-aur-git instead, which built just fine.

I'll try to go back to regular pamac-aur soon, but "not today".

j1simon commented on 2019-10-18 18:02 (UTC)

It lacks the option --buildtype=release in meson line to disable debug options.

exabits commented on 2019-09-23 01:32 (UTC) (edited on 2019-09-23 02:27 (UTC) by exabits)

Run-time dependency gtk+-3.0 found: NO (tried cmake) src/meson.build:16:0: ERROR: Could not generate cargs for gtk+-3.0: A full log can be found at /home/exabits/.cache/yay/pamac-aur/src/pamac-1656246d332bc694fb61da6d64e30137a10f10f6/builddir/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting...

I finally tracked down this bug. It was due to the package mesa-aco-git. After installing standard mesa, gtk+-3.0 is found again and Pamac builds without problem.

xAlucardx commented on 2019-09-12 19:48 (UTC)

Looks like the latest issue was fixed. Zeph, can you update this?

Link to latest archive: https://gitlab.manjaro.org/applications/pamac/-/archive/master/pamac-master.tar.gz

FredBezies commented on 2019-09-10 06:04 (UTC) (edited on 2019-09-10 17:18 (UTC) by FredBezies)

September 10th, 2019: there is a building bug with pamac 0.46.0. See https://gitlab.manjaro.org/applications/pamac/issues/649

There is a fix: https://gitlab.manjaro.org/applications/pamac/commit/fddd7715e23a7199db9498cfee2efecad62074ef

makeworld commented on 2019-09-10 01:59 (UTC)

Failed to build this pkg:

==> Starting build()...
The Meson build system
Version: 0.51.2
Source dir: /home/makeworld/.cache/yay/pamac-aur/src/pamac-1656246d332bc694fb61da6d64e30137a10f10f6
Build dir: /home/makeworld/.cache/yay/pamac-aur/src/pamac-1656246d332bc694fb61da6d64e30137a10f10f6/builddir
Build type: native build
Project name: pamac
Project version: 8.0
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
Appending CFLAGS from environment: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Appending LDFLAGS from environment: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Appending CPPFLAGS from environment: '-D_FORTIFY_SOURCE=2'
C compiler for the host machine: cc (gcc 9.1.0 "cc (GCC) 9.1.0")
Vala compiler for the host machine: valac (valac 0.46.0)
Build machine cpu family: x86_64
Build machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Run-time dependency gobject-2.0 found: YES 2.62.0
Run-time dependency gio-2.0 found: YES 2.62.0
Run-time dependency gthread-2.0 found: YES 2.62.0
Run-time dependency libalpm found: YES 11.0.3
Run-time dependency json-glib-1.0 found: YES 1.4.4
Run-time dependency libsoup-2.4 found: YES 2.66.2
Run-time dependency polkit-gobject-1 found: YES 0.116
Run-time dependency libcurl found: YES 7.65.3
Run-time dependency libnotify found: YES 0.7.8
Run-time dependency appstream-glib found: YES 0.7.15
Run-time dependency gtk+-3.0 found: YES 3.24.10
Run-time dependency gdk-3.0 found: YES 3.24.10
Run-time dependency gdk-pixbuf-2.0 found: YES 2.38.2
Run-time dependency vte-2.91 found: YES 0.56.3
Library posix found: YES
Library m found: YES
Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
Configuring org.manjaro.pamac.manager.service using configuration
Configuring org.manjaro.pamac.system.service using configuration
Program pacman-mirrors found: NO
Build targets in project: 18
Found ninja-1.9.0 at /usr/bin/ninja
[8/64] Compiling Vala source ../src/common.vala ../src/package.vala ../src/pamac_config.vala ...saction_interface_root.vala ../src/transaction_interface_daemon.vala ../src/transaction.vala.
libsoup-2.4.vapi:151.3-151.13: warning: Creation method of abstract class cannot be public.
        public Auth (GLib.Type type, Soup.Message msg, string auth_header);
        ^^^^^^^^^^^
../src/database.vala:1604.28-1604.53: warning: GLib.FileInfo.get_modification_time has been deprecated since 2.62
../src/database.vala:1606.29-1606.54: warning: GLib.FileInfo.get_modification_time has been deprecated since 2.62
../src/alpm_utils.vala:1636.20-1636.45: warning: GLib.FileInfo.get_modification_time has been deprecated since 2.62
Compilation succeeded - 4 warning(s)
[12/64] Compiling Vala source ../src/common_daemon.vala ../src/alpm_utils.vala ../src/alpm_config.vala ../src/system_daemon.vala src/pamac.vapi.
libsoup-2.4.vapi:151.3-151.13: warning: Creation method of abstract class cannot be public.
        public Auth (GLib.Type type, Soup.Message msg, string auth_header);
        ^^^^^^^^^^^
../src/alpm_utils.vala:1636.20-1636.45: warning: GLib.FileInfo.get_modification_time has been deprecated since 2.62
Compilation succeeded - 2 warning(s)
[21/64] Compiling Vala source ../src/tray.vala ../src/tray-gtk.vala src/pamac.vapi.
FAILED: src/25a6634@@pamac-tray@exe/tray.c src/25a6634@@pamac-tray@exe/tray-gtk.c 
valac -C --debug --debug --pkg posix --pkg libnotify --pkg gtk+-3.0 --color=always --directory src/25a6634@@pamac-tray@exe --basedir ../src --pkg=posix --target-glib=2.38 ../src/tray.vala ../src/tray-gtk.vala src/pamac.vapi
../src/tray.vala:50.3-50.17: error: Creation method of abstract class cannot be public.
        public TrayIcon () {
        ^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)
[30/64] Compiling C object 'src/25a6634@@pamac@sha/meson-generated_database.c.o'.
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: pamac-aur

exabits commented on 2019-09-09 09:43 (UTC) (edited on 2019-09-17 01:59 (UTC) by exabits)

Run-time dependency gtk+-3.0 found: NO (tried cmake) src/meson.build:16:0: ERROR: Could not generate cargs for gtk+-3.0: A full log can be found at /home/exabits/.cache/yay/pamac-aur/src/pamac-1656246d332bc694fb61da6d64e30137a10f10f6/builddir/meson-logs/meson-log.txt ==> ERROR: A failure occurred in build(). Aborting...

jshand2013 commented on 2019-09-02 23:11 (UTC) (edited on 2019-09-02 23:14 (UTC) by jshand2013)

i have found that this application compiles and installs without issues. i used makepkg -si to compile and install this app.

however, i am facing hanging issues when it comes to using trizen in pamac-aur. however, when i run in a commandline the trizen app, there is no problem.

when i try to rerun the installation i get the error:

Waiting for another package manager to quit

zfkerr commented on 2019-08-27 12:51 (UTC)

Run-time dependency gtk+-3.0 found: NO (tried cmake)
src/meson.build:16:0: ERROR: Could not generate cargs for gtk+-3.0:
A full log can be found at /run/media/user/Arch-Linux/home/user/yay/pamac-aur/src/pamac-1656246d332bc694fb61da6d64e30137a10f10f6/builddir/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
Aborting...