You are not logged in.

#1 2018-11-19 10:28:46

arch32yes
Member
Registered: 2017-09-30
Posts: 116

snapd and archlinux32

Hello,

did we get, have the package snapd archlinux32?

The installation will failed.

pacman -S snapd

https://packages.archlinux32.org/

Service Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.4.18 (Ubuntu) Server at packages.archlinux32.org Port 443


Greetz

arch32yes

Last edited by arch32yes (2018-11-19 10:30:04)

Offline

#2 2018-11-19 16:24:52

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: snapd and archlinux32

I can not find a package called snapd in the arch32 repos.

That url is also 503ing for me, but doesn't appear to be a currently active repository.  Is your mirrorlist up to date?


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#3 2018-11-19 17:14:54

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: snapd and archlinux32

https://aur.archlinux.org/packages/snapd/ is in the AUR. Just add i686 to the arch field and rebuild it.

Offline

#4 2018-11-19 17:14:57

arch32yes
Member
Registered: 2017-09-30
Posts: 116

Re: snapd and archlinux32

Hello, snapd is in the aur.

https://aur.archlinux.org/packages/snapd/

But i don't can install this package in archlinux32.

Greetz

undine

Offline

#5 2018-11-19 18:17:42

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: snapd and archlinux32

You need to build AUR packages before you can install them, but don't worry, it's a pretty easy process on Archlinux.  But you certainly don't install them with 'pacman -S' which I guess threw me.

The instructions are all here: https://wiki.archlinux.org/index.php/AU … g_packages

Personally, I don't like building things as root, so I don't use the -si flags to makepkg.  I just run it once, note which packages it depends on, install those (with a sudo'ed pacman -S command) and finally install the build package (with sudo pacman -U).

As andreas note, you'll also need to add i686 to the arch variable defined in the PKGBUILD that you download when you do the initial git clone.  Then continue with the makepkg step.  If you forget to do that it'll stop and tell you it can't be built for your architecture, but just go on and edit the variable to tell it it can and it is likely to work.


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

#6 2018-11-19 22:39:55

arch32yes
Member
Registered: 2017-09-30
Posts: 116

Re: snapd and archlinux32

Its a bug from snapd pkbuild in line 12, arch=('x86_64')

Line 12 -- arch=('i686' 'x86_64')

It will solved next day.

https://snapcraft.io/

But most application for 64bit.

Last edited by arch32yes (2018-11-19 22:43:35)

Offline

Board footer

Powered by FluxBB