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...
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