Dies ist der Cache von Google von https://bbs.archlinux32.org/viewtopic.php?id=505. Es handelt sich dabei um ein Abbild der Seite, wie diese am 27. Sept. 2019 22:30:35 GMT angezeigt wurde. Die aktuelle Seite sieht mittlerweile eventuell anders aus. Weitere Informationen.
Vollständige VersionNur-Text-VersionQuelle anzeigen
Tipp: Um deinen Suchbegriff schnell auf dieser Seite zu finden, drücke Strg+F bzw. ⌘-F (Mac) und verwende die Suchleiste.
ABS for archlinux32 / Pacman / Pacman Upgrades / Arch Linux 32 Forums

You are not logged in.

#1 2018-01-01 18:46:17

olive
Member
From: Belgium (Brussels)
Registered: 2017-12-31
Posts: 2

ABS for archlinux32

Is it possible to retrieve the build script like we do on ArchLinux? The Arch packages refuse to build for now for 32 bits. It is probably just a matter to add it in the supported arch of the PKGBUILD but is there an official Archlinux32 svn/git/other repository?

Offline

#2 2018-01-02 00:24:57

thePiGrepper
Member
Registered: 2017-11-30
Posts: 14

Re: ABS for archlinux32

I've been downloading the build scripts with asp, as I had been doing before. The only thing is that some packages PKGBUILD have been updated to reflect that they need x64 architecture.
I've been able to overcome this by just editing the PKGBUILD files. I'd like to know if there's a repository for your current build scripts, similar to git.archlinux.org/svntogit/${remote}.git. Also, being asp basically a bash script, I'd like to edit it so that it fetches data from the arch32 repo, or better yet, I'd like to know if you're planning to maintain asp itself so that I dont have to do the editing myself.

Offline

#3 2018-01-02 08:28:53

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

Re: ABS for archlinux32

Hi, I was actually thinking about a similar script myself.

In theory it should be a simple extension to asp:
- download the original from https://git.archlinux.org/svntogit/$remote.git
  (remote being packages or community)
- download the diff PKGBUILD and additional files from
  https://github.com/archlinux32/packages/$repo/$package (repo being
  core, extra or community), see also the builder scripts in the Archlinux32
  repo 'builder'.
- Concatenate original PKGBUILD and diff PKGBUILD and patch the architecture
  to 'i686'

That should be all.

Maybe a fork of 'asp' as 'asp32' is an idea and to put it into the 'Archlinux32'
github universe?

Offline

#4 2018-01-02 08:30:14

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

Re: ABS for archlinux32

I'm actually thinking of generalizing this: I need another patch layer for i486 and yet another one
for cross-compilation, so having an 'asp'-like script also for this would serve me well.

Offline

#5 2018-01-02 08:39:11

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

Re: ABS for archlinux32

I opened a github repo with a clone of asp:

https://github.com/archlinux32/asp32

Let me prepare the renames, the AUR packaging, so that both 'asp' ans 'asp32' can be
installed in parallel.

Last edited by andreas_baumann (2018-01-02 08:40:59)

Offline

Board footer

Powered by FluxBB