10.0.3-1 (or all I guess)
Describe the bug
The PKGBUILD file in AUR declares support for i686 but not pentium4. Having sse2 support does not seem to break anything though. Everything seems to be working fine if I just add pentium4 to the arch declaration.
To Reproduce
Clone from AUR and run makepkg -si on a system running arch32 with architecture set to pentium4.
Expected behavior
yay is built and installed
Output
$ makepkg -si
==> ERROR: yay is not available for the 'pentium4' architecture.
Excuse my ignorance but what kind of architecture is "pentium4"? I thought that i686 basically means all of 32bit x86. How is "pentium4" any different?
And which Arch-/Pacman-based distro are you using that declares itself as "pentium4"?
arch32 is built as i484, i686 and pentium4. pentium4 means sse2 support, see https://archlinux32.org/architecture/
Ah, I see. Still I would argue that this is a topic for https://aur.archlinux.org/packages/yay, and not the software repo. But both are maintained by @Jguer, so you might still have your way. ;)
Ah, I see. Still I would argue that this is a topic for https://aur.archlinux.org/packages/yay, and not the software repo. But both are maintained by @Jguer, so you might still have your way. ;)
From that page:
jguer commented on 2019-04-16 14:08
I cannot delete the spam comments appearing regularly in this page, which has also led me to disable notifications from here. I remind that the best way to receive support or report a problem is through the Upstream URL.
We are specifically being asked to report issues here.
Sorry, didn't see that comment on the package page right away. Fair enough.
I will include this pkgbuild fix in the next minor release of yay