Unable to locate package inetutils-ping6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to locate package inetutils-ping6

225 Views
vvi4kor
Contributor I

Hi Community, 

Thanks for the help in advance, could you please help me in solving this error. 

    tried to install inetutils-ping6 and also get a --upgrade but still the below error comes up. 

ERROR: fsl-image-auto-1.0-r0 do_rootfs: Unable to install packages. Command '/home/user_1/yocto-yocto/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/fsl-image-auto/1.0-r0/recipe-sysroot-native/usr/bin/apt-get  install --allow-downgrades --allow-remove-essential --allow-change-held-packages --allow-unauthenticated --no-remove aquantia-firmware-utility bash bridge-utils can-utils can-utils-cantest coreutils cpufrequtils demo-samples devmem2 dhcpcd dhrystone dosfstools dtc elfutils ethtool fbset-modes file fio gdbserver glibc-utils i2c-tools inetutils inetutils-ftp inetutils-ftpd inetutils-hostname inetutils-ifconfig inetutils-inetd inetutils-logger inetutils-ping inetutils-ping6 inetutils-rsh inetutils-rshd inetutils-telnet inetutils-telnetd inetutils-traceroute ipc-shm iproute2 iputils irqbalance kernel-devicetree kernel-image kernel-modules kmod libcrypto libfci-cli libgpiod libgpiod-dev libgpiod-tools libssl linux-qspi-tool linuxptp lmsensors-sensors lrzsz mdadm mdio-proxy mtd-utils net-tools netcat nfs-utils-client openssh openssh-sftp openssh-sftp-server openssl openssl-bin openssl-conf openssl-dev openssl-engines openssl-misc packagegroup-core-boot packagegroup-core-buildessential packagegroup-core-full-cmdline packagegroup-core-ssh-openssh packagegroup-core-tools-debug pciutils perf pfe pfe-slave pkgconfig procps psmisc rng-tools rsync run-postinsts setserial sja1110 sysfsutils sysstat tcpdump tcpreplay udev-extraconf util-linux util-linux-rtcwake vim' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package inetutils-ping6 ERROR: Logfile of failure stored in: /home/user_1/yocto-yocto/build_s32g399ardb3/tmp/work/s32g399ardb3-fsl-linux/fsl-image-auto/1.0-r0/temp/log.do_rootfs.3173075
ERROR: Task (/home/user_1/yocto-yocto/sources/meta-alb/recipes-fsl/images/fsl-image-auto.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3793 tasks of which 3792 didn't need to be rerun and 1 failed. Summary: 1 task failed:
  /home/user_1/yocto-yocto/sources/meta-alb/recipes-fsl/images/fsl-image-auto.bb:do_rootfs
Summary: There was 1 ERROR message, returning a non-zero exit code.
user_1@KOR-C-0099G:~/yocto-yocto/build_s32g399ardb3$ ^C

Labels (1)
Tags (2)
0 Kudos
1 Reply

218 Views
kef2
Senior Contributor IV

Are you sure there's dedicated IPv6 package? At least on Debian it's single inetutils-ping, and all 3 variants: ping/ping4/ping6 point to the same executable. :

$ ls -l /usr/bin/ping*
-rwxr-xr-x 1 root root 90568 Nov 27 2022 /usr/bin/ping
lrwxrwxrwx 1 root root 4 Nov 27 2022 /usr/bin/ping4 -> ping
lrwxrwxrwx 1 root root 4 Nov 27 2022 /usr/bin/ping6 -> ping

0 Kudos