`$CARCH` is a standard variable. I'm not sure where it is documented but it is used in some official packages[1][2]. I've tested it on my machine locally and it works. You should also try to build it after downloading with makepkg, and all of the dependencies should be in the official repo.
If your AUR helper fetch the dependencies only from the AUR interface rather than from the PKGBUILD itself. It's a bug of the AUR helper. The dependency list on the AUR is generated from .AURINFO, which is in turn generated on a machine with certain architecture. For cases like this that the dependencies are different for different architectures, there's not way (not in the current setup) to make it accurate for both architectures.
[1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/nvidia
[2] https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/skype
Search Criteria
Package Details: eagle 9.6.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/eagle.git (read-only, click to copy) |
---|---|
Package Base: | eagle |
Description: | Powerful suite for schematic capture and printed circuit board design (aka eaglecad) |
Upstream URL: | http://www.autodesk.com/products/eagle |
Licenses: | custom |
Submitter: | None |
Maintainer: | Bevan |
Last Packager: | Bevan |
Votes: | 283 |
Popularity: | 0.000091 |
First Submitted: | 2008-03-24 12:05 (UTC) |
Last Updated: | 2023-08-24 15:16 (UTC) |
Dependencies (14)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- krb5 (krb5-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- pcre
- shared-mime-info
Required by (2)
- freerouting-zh-cn (optional)
- freerouting-zh-cn-git (optional)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
yuyichao commented on 2014-10-07 18:56 (UTC)
hakunamenta commented on 2014-10-07 18:02 (UTC)
current dependencies can not be installed on i686 because (excerpt from aur wrapper follows):
:: no results found for lib32-fontconfig
:: no results found for lib32-freetype2
:: no results found for lib32-gcc-libs
:: […]
this is probably because the PKGBUILD uses the var $CARCH which is not defined
yuyichao commented on 2014-04-03 04:24 (UTC)
@Harvie
Cannot reproduce.
Is there any error messages? Do you already have ~/.eagle/ and ~/.eaglerc? If you do, what's their owner and permission?
Harvie commented on 2014-04-03 04:06 (UTC)
I've got minor problem with this package...
/usr/bin/eagle works only when run under root (loops in license dialog under regular user)
When i use /opt/eagle/bin/eagle it works as expected...
yuyichao commented on 2014-01-24 12:47 (UTC)
P.S. I didn't bump the pkgrel since there is no need for anyone with the package installed to update.
yuyichao commented on 2014-01-24 12:46 (UTC)
Updated with the additional make dependency.
@trgtylcnky:
A general rule for AUR is you need to install the base-devel group, which include patch. However, I do agree that these dependencies should be explicitly specified (maybe except glibc and gcc) (although it's easy to miss them...).
Also, it is only a make dependency rather than a dependency.
trgtylcnky commented on 2014-01-24 12:39 (UTC)
I think patch should be added to dependencies.
Pinned Comments