You are not logged in.
Pages: 1
Starting to collect ways of using Archlinux32 with the new devtools32:
Install the Arch32 versions of the devtools:
git clone https://git.archlinux32.org/devtools32/
make
make install
Check out a package and build it:
pkgctl repo clone --arch32 --protocol https <package>
{core,extra}-{staging/testing}-{pentium4/i686/i486}-build
Offline
when make, it need asciidoctor, but command not found, when pacman -Q asciidoctor, error: package 'asciidoctor' not found.
GEN doc/man/arch-nspawn.1
bin/bash: line 1: asciidoctor: command not found
make: *** [Makefile:227: build/doc/man/arch-nspawn.1] Error 127
[allan@Arch] inux32-i486 devtools32]$ sudo pacman -Q asciidoctor
error: package ’asciidoctor’ was not found
Offline
:-(, asciidoctor is in extra as a standard package in archlinux 64bit release, but missing in extra of archlinux32.
Offline
Pages: 1