I just pushed 7.1.3 which has a temporary fix in it. Still trying to find a more permanent fix.
Search Criteria
Package Details: pamac-classic 7.3.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/pamac-classic.git (read-only, click to copy) |
---|---|
Package Base: | pamac-classic |
Description: | A Gtk3 frontend for libalpm - classic version |
Upstream URL: | https://git.cromer.cl/cromer/pamac-classic |
Keywords: | aur gui installer pacman |
Licenses: | GPL-3.0-or-later |
Conflicts: | pamac, pamac-aur |
Provides: | pamac, pamac-aur |
Submitter: | sudobash418 |
Maintainer: | sudobash418 |
Last Packager: | sudobash418 |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-04 21:54 (UTC) |
Last Updated: | 2024-09-19 16:15 (UTC) |
Dependencies (16)
- curl (curl-gitAUR, curl-c-aresAUR)
- libalpm.so (pacman)
- libnotify (libnotify-gitAUR)
- libsoup
- pacman (pacman-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- vte3 (vte3-notificationAUR, vte3-gitAUR)
- gettext (gettext-gitAUR) (make)
- gobject-introspection (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- lxsession (lxsession-gitAUR) (optional) – needed for authentication in Xfce, LXDE etc.
- mate-polkit (optional) – needed for authentication in MATE
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentication in Cinnamon, Gnome
Required by (4)
- debtap-mod (requires pamac)
- mintmenu (requires pamac) (optional)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (4)
Cromer commented on 2020-03-13 00:30 (UTC)
sudobash418 commented on 2020-03-12 22:25 (UTC)
@timhs As far as I understand, those errors shouldn't occur if you're building with vala<0.48
I would suggest waiting for the next release to fix the build issue
sudobash418 commented on 2020-03-12 22:22 (UTC)
@aleskva @rado84 As of vala 0.48, pamac-classic does not build correctly anymore (see https://git.cromer.cl/cromer/pamac-classic/issues/3 for details), therefore I added the vala<0.48 restriction.
As soon as @Cromer pushes a new release, the PKGBUILD will be updated and the vala version restriction removed.
If you really want to build the current 7.1.2 release instead of waiting, you can try installing an older version of vala: either by downloading a previous version from the Arch Linux Archive or by installing vala-0.42 from the AUR
robson commented on 2020-03-12 22:14 (UTC)
And I have added to the pacman repo chaotic-aur https://lonewolf.pedrohlc.com/chaotic-aur/ in which it is a package vala-0.42, and also pamac-classic too. And after installing vala-0.42 and editing PKGBUILD, the new pamac-classic is normally building.
rado84 commented on 2020-03-12 22:09 (UTC) (edited on 2020-03-12 22:10 (UTC) by rado84)
Something's happening here that I don't understand.
"error, target not found: vala < 0.48 Error: pacman was unable to install missing dependencies. Missing dependencies: vala < 0.48 Error: unable to resolve all dependencies :: Unable to build pamac-classic - makepkg exited with code: 8 =>> Try again? [y/N]: "
This is for a day or two already. Checking for updates finds only vala 0.48.1-1. Apparently something has to be updated somewhere not on my computer but I'm not sure what that is.
timhs commented on 2020-03-12 15:26 (UTC)
I tried downgrade vala
to version 0.42.5 but get errors while building:
system_daemon.c:4409:4: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:489:24: Fehler: expected identifier before »(« token
489 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_init«:
system_daemon.c:8157:3: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:919:23: Fehler: expected identifier before »(« token
919 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_sysupgrade_prepare«:
system_daemon.c:8251:4: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:936:24: Fehler: expected identifier before »(« token
936 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_add_pkg_real«:
system_daemon.c:8556:3: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:978:24: Fehler: expected identifier before »(« token
978 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_load_pkg«:
system_daemon.c:9287:3: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1054:23: Fehler: expected identifier before »(« token
1054 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c:9348:4: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1066:25: Fehler: expected identifier before »(« token
1066 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_remove_pkg«:
system_daemon.c:9518:4: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1092:25: Fehler: expected identifier before »(« token
1092 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_prepare_real«:
system_daemon.c:9808:3: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1110:23: Fehler: expected identifier before »(« token
1110 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_build_prepare«:
system_daemon.c:11672:4: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1324:24: Fehler: expected identifier before »(« token
1324 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »pamac_system_daemon_trans_commit«:
system_daemon.c:14081:3: Fehler: Funktion »__errno_location« ist wie eine Variable initialisiert
In Datei, eingebunden von src/pamac-system-daemon/9faade0@@pamac-system-daemon@exe/system_daemon.c:36:
../src/pamac-system-daemon/system_daemon.vala:1576:23: Fehler: expected identifier before »(« token
1576 | current_error.errno = (uint) errno;
| ^~~~~
system_daemon.c: In Funktion »_dbus_pamac_system_daemon_get_current_error«:
system_daemon.c:15437:69: Fehler: expected identifier before »(« token
ninja: build stopped: subcommand failed.
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
:: Unable to build pamac-classic - makepkg exited with code: 4
aleskva commented on 2020-03-12 11:46 (UTC)
Last version can't be installed due to the following issue: vala<0.48 can't be installled ("unable to satisfy dependency 'vala<0.48' required by pamac-classic"). It seems there is no version of vala < 0.48 available in Arch Linux.
marcin19883 commented on 2020-02-15 22:17 (UTC) (edited on 2020-02-24 19:24 (UTC) by marcin19883)
Clicking on the settings(hamburger menu) does not work. The settings menu does not show up. KDE PLASMA 5.18.
Andy_Vetrov commented on 2019-10-23 18:18 (UTC)
@Cromer: Thank you very much! Updated to 7.1.1 without any problems.
Cromer commented on 2019-10-23 18:10 (UTC)
@Andy_Vetrov I just pushed 7.1.1, found some bugs during transactions with pacman 5.2. Even though 7.1.0 built correctly with pacman 5.2, it had problems during runtime which should now be fixed.
Pinned Comments
sudobash418 commented on 2024-04-26 23:10 (UTC) (edited on 2024-04-26 23:10 (UTC) by sudobash418)
I've just pushed
7.3.0-3
, which includes the following (overdue) changes:There seem to be a few bugs related to downloading files still.
Unfortunately, I no longer use pamac-classic, nor do I have experience with Vala, nor do I have much time to investigate the cause of the bugs.
If anyone wants to take over maintainership (or be a co-maintainer) to fix these issues, let me know.
Cromer commented on 2022-07-12 00:28 (UTC)
Probably related to this: https://git.cromer.cl/cromer/pamac-classic/issues/12
AUR has been broken in pamac-classic for a while now due to changes on Arch Linux's side of things. If anyone can fix and do a pull request, I will merge it. But right now I don't have time to investigate myself and is at the bottom of my priority list.