You are not logged in.
Pages: 1
according this:
https://wiki.archlinux.org/title/Kernel … ild_system
I hope to "pkgctl repo clone --protocol=https linux" but no pkgctl, the devtools and base-devel is installed
Offline
You might want to install devtools32 from https://git.archlinux32.org/devtools32/ and use
pkgctl repo clone --protocol=https --arch32 linux
Otherwise you just get the PKGBUILD and build environment of upstream.
Building in the chroot is done with extra-pentium4-build (or extra-i486-build, extra-i686-build depending on your subarchitecture).
Offline
1. does the devtools32 confilct with the devtools innstalled by pacman
(any i486/extra devtools 20221208-1.2)
2.what is the difference between devtools32 and the devtools in extra repo?
3.do I need git clone and compile devtools32 first?
I hope to build packages for 486 platform, there is some different branch ,shows as below,which branch I should select? and what is the https//xxxx.git address?
Branch Commit message Author Age
aba Merge branch 'upstreamMaster' into aba Andreas Baumann 3 years
archlinuxewe archbuild: do not run namcap by default, either Erich Eckner 2 years
fix-proc-mount-in-lxc Hack to fix building inside LXC containers Tasos Sahanidis 6 months
i486 Merge branch 'master' into i486 Andreas Baumann 6 years
master merged with upstream Andreas Baumann 6 months
pentium4 setting setarch architecture with new variable (for pentium4) Andreas Baumann 6 years
upstreamMaster
Last edited by youxiaojie (2025-02-10 11:04:43)
Offline
according to this the installed version is devtool32
but no pkgctl
# we override almost everything
pkgver=20181205
pkgrel=1
pkgdesc='Tools for Arch Linux 32 package maintainers and build slave operators'
license=('GPL')
url='https://git.archlinux32.org/archlinux32/devtools32/'
source=(
"https://sources.archlinux32.org/sources … er}.tar.gz"{,.sig}
)
if [ "${md5sums[0]}" = 'ed3c757184e633faeea09747a7b91bb1' ]; then
sha512sums=('144ad44f36d39cfb8c32e95716c41559b88ad58150517b6c777850432d78dcda2c84c4c47505353aaefbccb818831e460259aaa85424f2dfd70b4c47ba4ec360'
'SKIP')
validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A')
unset md5sums
fi
prepare() {
cd "${srcdir}/${pkgname}32-v${pkgver}"
find . \
-maxdepth 1 \
-type f \
\( \
-name 'pacman-*-32.conf' -o \
-name 'arch-nspawn.in' \
\) \
-exec sed -i 's/mirrorlist32/mirrorlist/g' {} \;
}
eval "$(
declare -f prepare build check package | \
sed '
s/\(\${pkgname}\)-/\132-v/g
'
)"
Offline
I made a complete answer to the mailing list:
Offline
I made a complete answer to the mailing list:
thanks for your manually update tutoral, but does this important tools should be updated ?
https://git.archlinux32.org/packages/tr … s/PKGBUILD
now it is 2022 version.
Offline
Besides, the AUR changed the rules: everything non-x86_64 which just confuses people, should not be in the AUR. So I consider to drop delete requests for both
devtools32 and devtools32-git. This means, we must put them somewhere else..
Offline
Pages: 1