In case anyone's having issues with building AUR packages, harfbuzz errors and/or icons not loading, check if you're running infinality patched cairo, freetype2 and fontconfig. If you are, revert to official packages. All infinality patches have been merged upstream, and infinality is now broken and deprecated.
@scorpius2k1 - there's no need to uncomment the line you mention, since version 40 is default anyway.
Search Criteria
Package Details: pamac-aur 11.7.2-2
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: | 400 |
Popularity: | 1.60 |
First Submitted: | 2013-12-05 12:57 (UTC) |
Last Updated: | 2024-10-29 07:24 (UTC) |
Dependencies (20)
- desktop-file-utils (desktop-file-utils-gitAUR)
- git (git-gitAUR, git-glAUR)
- gnutls (gnutls-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, 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 (gobject-introspection-gitAUR) (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-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (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)
- diabos-base (optional)
- mintmenu (requires pamac) (optional)
- pamac-all (requires pamac-cli)
- rpmtoarch (requires pamac)
- update-notifier (requires pamac) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 38 .. 40 Next › Last »
somepaulo commented on 2017-01-12 18:00 (UTC)
scorpius2k1 commented on 2017-01-12 16:32 (UTC) (edited on 2017-01-12 17:01 (UTC) by scorpius2k1)
==> ERROR: A failure occurred in build().
Aborting...
** FIX **
This actually has to do with harfbuzz, commonly used with infinality fonts bundle.
/usr/lib/libharfbuzz.so.0: undefined reference to `FT_Get_Var_Blend_Coordinates'
The only fix that I could find as of now was to actually uninstall infinality, and instead use the freetype 2.0 (which actually is really good and comparible to infinality)
>> Here are the steps I took to remove infinality, configure freetype 2.0, and finally install pamac-aur:
sudo pacman -S fontconfig freetype2 cairo lib32-fontconfig lib32-cairo lib32-freetype2
Edit /etc/pacman.conf (or wherever you happen to have your pacman config if you changed it) and remove the additional infinality-bundle repositories
sudo pacman -Syyu
I also switched my freetype2 interpreter by editing /etc/profile.d/freetype2.sh and uncommenting the last line, making sure it reads: export FREETYPE_PROPERTIES="truetype:interpreter-version=40"
Restart.
That should do it and pamac-aur should compile fine now.
*Note, there is another "fix" for harfbuzz which is the source of the issue, I cannot confirm it works, but if so you can keep infinality:
abs extra/harfbuzz
cp -r /var/abs/extra/harfbuzz /tmp
Edit PKGBUILD & increase patch version
cd /tmp/harfbuzz
makepkg -si
somepaulo commented on 2017-01-11 23:04 (UTC)
Can't build. Any ideas?
/usr/lib/libharfbuzz.so.0: undefined reference to `FT_Get_Var_Blend_Coordinates'
collect2: error: ld returned 1 exit status
error: cc exited with status 256
Compilation failed: 1 error(s), 1 warning(s)
make[1]: *** [Makefile:59: pamac-tray] Error 1
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-pamac-aur/src/pamac-4.1.8/src'
make: *** [Makefile:14: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build pamac-aur.
==> Restart building pamac-aur ? [y/N]
siyia commented on 2016-12-09 09:13 (UTC)
Ok my bad i had the update/notifier ticked to autostart on my desktop manager and it was checking for updates every time at startup, that's why the update value in hours was ignored in pamac.
siyia commented on 2016-12-03 15:49 (UTC)
After pamac 4.16 check for updates value in hours is ignored regardless of the value number.
FredBezies commented on 2016-09-11 10:12 (UTC)
4.1.5 is released.
You can safely remove json-glib depend.
See this commit : https://github.com/manjaro/pamac/commit/43d53c14d53bab46bb20dfc3274a0bd947639b2b
dixi_minga commented on 2016-08-30 18:49 (UTC)
checksum in PKGBUILD should be:
sha256sums=('edd0c0ee836be6c572f1bbaf5852324754ec9f574e003e6efe828ebeaaeaff65')
FredBezies commented on 2016-08-30 18:43 (UTC)
A last minute bug was fixed in pamac 4.1.4... Version number wasn't bumped !
https://github.com/manjaro/pamac/commit/e2eb81c9e5123a233a7bd429a832bb90f881c705
So, a 4.1.4-2 will be needed, I think :D
FredBezies commented on 2016-08-30 09:27 (UTC)
https://github.com/manjaro/pamac/releases/tag/v4.1.4
"enable left click action in tray icon when using KDE
move appindicator support to an optional binary pamac-tray-appindicator
update translations"
So revert patch is no longer need in pamac-aur 4.1.4.
FredBezies commented on 2016-08-29 06:40 (UTC)
If you want to upgrade this package, you have to had a patch, reverting libappindicator depend.
See this commit :
https://github.com/manjaro/packages-extra/commit/3d0a3249f4a38f63d1f83da2483fa58455f02058
And this bug report :
https://github.com/manjaro/pamac/issues/163
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