Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lkp install throws multiple errors #313

Open
srikanth007m opened this issue Aug 10, 2023 · 1 comment
Open

lkp install throws multiple errors #313

srikanth007m opened this issue Aug 10, 2023 · 1 comment

Comments

@srikanth007m
Copy link

srikanth007m commented Aug 10, 2023

@szollin - Can you help look into this issue and share your view.
OS Distro: Debian Bookworm
LKP: master branch
Arch: armhf
`hackbench::
==> ERROR:☼ hackbench is not available for the '' architecture.☼
Note that many packages may need a line added to their PKGBUILD☼
such as arch=('').☼

==> ERROR:☼ An unknown error has occurred. Exiting...☼
/home/lkp-tests/lkp-exec/install: line 154: 6028 User defined signal 1 ( cd "$pkg_dir" && PACMAN="$LKP_SRC/sbin/pacman-LKP" CARCH=$arch BUILDDIR="$LKP_SRC/tmp-pkg" "$LKP_SRC/sbin/makepkg" --config "$(lkp_src)/etc/makepkg.conf" -s -i --skippgpcheck "$force_opt" )
Install hackbench failed
Use: /home/lkp-tests/distro/installer/debian install procps sysstat
Reading package lists...
Building dependency tree...
Reading state information...
procps is already the newest version (2:4.0.2-3).
sysstat is already the newest version (12.6.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Use: /home/lkp-tests/distro/installer/debian install procps sysstat
Reading package lists...
Building dependency tree...
Reading state information...
procps is already the newest version (2:4.0.2-3).
sysstat is already the newest version (12.6.1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
perf-c2c: perf
==> ERROR:☼ perf is not available for the '' architecture.☼
Note that many packages may need a line added to their PKGBUILD☼
such as arch=('').☼

==> ERROR:☼ An unknown error has occurred. Exiting...☼
/home/lkp-tests/lkp-exec/install: line 154: 6664 User defined signal 1 ( cd "$pkg_dir" && PACMAN="$LKP_SRC/sbin/pacman-LKP" CARCH=$arch BUILDDIR="$LKP_SRC/tmp-pkg" "$LKP_SRC/sbin/makepkg" --config "$(lkp_src)/etc/makepkg.conf" -s -i --skippgpcheck "$force_opt" )
Install perf-c2c failed
Use: /home/lkp-tests/distro/installer/debian install binutils-dev bison clang default-jdk flex g++ gcc iproute2 libaudit-dev libbabeltrace-dev libc6-dev libcap-dev libclang-dev libdw-dev libgtk2.0-dev libiberty-dev liblzma-dev libmpfr6 libnuma-dev libperl-dev libpfm4 libpfm4-dev libpython2.7 libpython3.9 libslang2-dev libssl-dev libtraceevent-dev libtraceevent1 libunwind-dev libunwind8 libzstd-dev linux-perf llvm-dev make numactl patch python3 python3-dev python3-setuptools rng-tools5 sudo systemtap-sdt-dev xz-utils zlib1g-dev binutils-dev bison flex libaudit-dev libbabeltrace-dev libcap-dev libdw-dev libgtk2.0-dev libiberty-dev liblzma-dev libnuma-dev libperl-dev libslang2-dev libtraceevent-dev libunwind-dev libzstd-dev python python3-dev python3-setuptools systemtap-sdt-dev zlib1g-dev
Reading package lists...
Building dependency tree...
Reading state information...
Package python is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python-is-python3 2to3

E: Unable to locate package libpython2.7
E: Couldn't find any package by glob 'libpython2.7'
E: Couldn't find any package by regex 'libpython2.7'
E: Unable to locate package libpython3.9
E: Couldn't find any package by glob 'libpython3.9'
E: Couldn't find any package by regex 'libpython3.9'
E: Package 'python' has no installation candidate
Cannot install some packages of perf-profile depends`

@Ankita-020696
Copy link

@szollin - Can you help look into this issue and share your view. OS Distro: Debian Bookworm LKP: master branch Arch: armhf `hackbench:: ==> ERROR:☼ hackbench is not available for the '' architecture.☼ Note that many packages may need a line added to their PKGBUILD☼ such as arch=('').☼

==> ERROR:☼ An unknown error has occurred. Exiting...☼ /home/lkp-tests/lkp-exec/install: line 154: 6028 User defined signal 1 ( cd "$pkg_dir" && PACMAN="$LKP_SRC/sbin/pacman-LKP" CARCH=$arch BUILDDIR="$LKP_SRC/tmp-pkg" "$LKP_SRC/sbin/makepkg" --config "$(lkp_src)/etc/makepkg.conf" -s -i --skippgpcheck "$force_opt" ) Install hackbench failed Use: /home/lkp-tests/distro/installer/debian install procps sysstat Reading package lists... Building dependency tree... Reading state information... procps is already the newest version (2:4.0.2-3). sysstat is already the newest version (12.6.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Use: /home/lkp-tests/distro/installer/debian install procps sysstat Reading package lists... Building dependency tree... Reading state information... procps is already the newest version (2:4.0.2-3). sysstat is already the newest version (12.6.1-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. perf-c2c: perf ==> ERROR:☼ perf is not available for the '' architecture.☼ Note that many packages may need a line added to their PKGBUILD☼ such as arch=('').☼

==> ERROR:☼ An unknown error has occurred. Exiting...☼ /home/lkp-tests/lkp-exec/install: line 154: 6664 User defined signal 1 ( cd "$pkg_dir" && PACMAN="$LKP_SRC/sbin/pacman-LKP" CARCH=$arch BUILDDIR="$LKP_SRC/tmp-pkg" "$LKP_SRC/sbin/makepkg" --config "$(lkp_src)/etc/makepkg.conf" -s -i --skippgpcheck "$force_opt" ) Install perf-c2c failed Use: /home/lkp-tests/distro/installer/debian install binutils-dev bison clang default-jdk flex g++ gcc iproute2 libaudit-dev libbabeltrace-dev libc6-dev libcap-dev libclang-dev libdw-dev libgtk2.0-dev libiberty-dev liblzma-dev libmpfr6 libnuma-dev libperl-dev libpfm4 libpfm4-dev libpython2.7 libpython3.9 libslang2-dev libssl-dev libtraceevent-dev libtraceevent1 libunwind-dev libunwind8 libzstd-dev linux-perf llvm-dev make numactl patch python3 python3-dev python3-setuptools rng-tools5 sudo systemtap-sdt-dev xz-utils zlib1g-dev binutils-dev bison flex libaudit-dev libbabeltrace-dev libcap-dev libdw-dev libgtk2.0-dev libiberty-dev liblzma-dev libnuma-dev libperl-dev libslang2-dev libtraceevent-dev libunwind-dev libzstd-dev python python3-dev python3-setuptools systemtap-sdt-dev zlib1g-dev Reading package lists... Building dependency tree... Reading state information... Package python is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python-is-python3 2to3

E: Unable to locate package libpython2.7 E: Couldn't find any package by glob 'libpython2.7' E: Couldn't find any package by regex 'libpython2.7' E: Unable to locate package libpython3.9 E: Couldn't find any package by glob 'libpython3.9' E: Couldn't find any package by regex 'libpython3.9' E: Package 'python' has no installation candidate Cannot install some packages of perf-profile depends`

Hi,
You will have to add support for Arch: armhf as its not available. Also, you will have to add respective distro files in installer , adaptation-pkg and adaptation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants