You are not logged in.

#1 2025-02-10 05:00:27

youxiaojie
Member
Registered: 2023-11-30
Posts: 14

no pkgctl from devtools package .

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

#2 2025-02-10 07:48:49

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,068
Website

Re: no pkgctl from devtools package .

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

#3 2025-02-10 09:46:59

youxiaojie
Member
Registered: 2023-11-30
Posts: 14

Re: no pkgctl from devtools package .

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

#4 2025-02-10 11:20:25

youxiaojie
Member
Registered: 2023-11-30
Posts: 14

Re: no pkgctl from devtools package .

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

#5 2025-02-11 10:18:30

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,068
Website

Re: no pkgctl from devtools package .

pkgver=20181205, this sounds like a really old AUR package. Try devtools32-git from the AUR.

Offline

#6 2025-02-13 07:07:24

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,068
Website

Re: no pkgctl from devtools package .

I made a complete answer to the mailing list:

https://lists.archlinux.org/archives/li … WJKYVSTA5/

Offline

#7 2025-02-17 06:02:27

youxiaojie
Member
Registered: 2023-11-30
Posts: 14

Re: no pkgctl from devtools package .

abaumann wrote:

I made a complete answer to the mailing list:

https://lists.archlinux.org/archives/li … WJKYVSTA5/

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

#8 2025-02-17 07:29:47

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,068
Website

Re: no pkgctl from devtools package .

Yes, it should. But we didn't make a release since 2022 probably..

Offline

#9 2025-02-17 07:30:45

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 1,068
Website

Re: no pkgctl from devtools package .

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

Board footer

Powered by FluxBB