You are not logged in.

#1 2021-07-20 16:52:20

iveahugeship
Member
Registered: 2021-06-23
Posts: 2

[SOLVED] Target not found while archiso processing

Hello!

I create custom image by mkarchiso. It builds by gitlab-ci in VM.

I've added some new packages to packages.x86_64:
- lshw   
- ipmitool
- jq
- unzip
- wget
- memtester
- curl
- fio

And after that my build has been broken with 'target not found' error in logs:

error: target not found: lshw		
error: target not found: ipmitool	
error: target not found: jq		
error: target not found: unzip		
error: target not found: wget		
error: target not found: memtester	
error: target not found: curl		
error: target not found: fio

Other packages are installed except listed above.

Before writing here I updated mirrorlist and sync package db:

sudo reflector --protocol https --country "Russia" --latest 30 --number 20 --sort rate --save /etc/pacman.d/mirrorlist
sudo pacman -Syy --noconfirm

Also I've checked if the package exists in official archlinux repositry. Yes, it does.

So, does anyone know what I may do with it? Thanks!

Last edited by iveahugeship (2021-07-20 19:57:50)

Offline

#2 2021-07-20 19:46:58

iveahugeship
Member
Registered: 2021-06-23
Posts: 2

Re: [SOLVED] Target not found while archiso processing

My silly head!

Firstly, I don't attach even the pkglist. Secondly, it is impossible to make a comment in the same line where package name is located. For example:

lshw # This is wrong comment.

# This is correct comment.
wget

Offline

Board footer

Powered by FluxBB