buildiso fails because of missing packages due to outdated Packages-Mhwd #331

Closed
opened 2021-05-21 12:02:04 +00:00 by a.ivanyk · 0 comments
a.ivanyk commented 2021-05-21 12:02:04 +00:00 (Migrated from gitlab2.manjaro.org)

Possibly related issue
https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/issues/325

This is what I get when running buildiso -p myi3 -k linux510:

error: target not found: catalyst-utils
error: target not found: linux510-catalyst
error: target not found: linux510-nvidia-340xx
error: target not found: nvidia-340xx-utils
error: target not found: lib32-catalyst-utils
error: target not found: lib32-nvidia-340xx-utils
error: target not found: pangox-compat
error: target not found: catalyst-utils
error: target not found: linux510-catalyst
error: target not found: linux510-nvidia-340xx
error: target not found: nvidia-340xx-utils
error: target not found: lib32-catalyst-utils
error: target not found: lib32-nvidia-340xx-utils
error: target not found: pangox-compat
  -> Copying mhwd package cache ...
building file list ... done

sent 17 bytes  received 12 bytes  58.00 bytes/sec
total size is 0  speedup is 0.00
==> ERROR: File '/var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs/opt/mhwd/pkg/*pkg.tar*' not found.
==> No packages modified, nothing to do.
==> ERROR: A failure occurred in make_image_mhwd().
    Aborting...
 --> overlayfs umount: [/var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs]


==> ERROR: File /var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs/opt/mhwd/pkg/'*pkg.tar*' not found.

After digging a bit, I found that buildiso -i pulls v18.0 profiles, where Packages-Mhwd contains entries that are no longer in the repos.

See:

https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/blob/master/lib/util.sh#L328

https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/blob/master/lib/util.sh#L838

Pulling v20.2 profiles manually fixes this issue.

Possibly related issue https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/issues/325 This is what I get when running `buildiso -p myi3 -k linux510`: ``` error: target not found: catalyst-utils error: target not found: linux510-catalyst error: target not found: linux510-nvidia-340xx error: target not found: nvidia-340xx-utils error: target not found: lib32-catalyst-utils error: target not found: lib32-nvidia-340xx-utils error: target not found: pangox-compat error: target not found: catalyst-utils error: target not found: linux510-catalyst error: target not found: linux510-nvidia-340xx error: target not found: nvidia-340xx-utils error: target not found: lib32-catalyst-utils error: target not found: lib32-nvidia-340xx-utils error: target not found: pangox-compat -> Copying mhwd package cache ... building file list ... done sent 17 bytes received 12 bytes 58.00 bytes/sec total size is 0 speedup is 0.00 ==> ERROR: File '/var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs/opt/mhwd/pkg/*pkg.tar*' not found. ==> No packages modified, nothing to do. ==> ERROR: A failure occurred in make_image_mhwd(). Aborting... --> overlayfs umount: [/var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs] ==> ERROR: File /var/lib/manjaro-tools/buildiso/myi3/x86_64/mhwdfs/opt/mhwd/pkg/'*pkg.tar*' not found. ``` After digging a bit, I found that `buildiso -i` pulls `v18.0` profiles, where `Packages-Mhwd` contains entries that are no longer in the repos. See: https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/blob/master/lib/util.sh#L328 https://gitlab.manjaro.org/tools/development-tools/manjaro-tools/-/blob/master/lib/util.sh#L838 Pulling v20.2 profiles manually fixes this issue.
fhdk (Migrated from gitlab2.manjaro.org) closed this issue 2025-08-30 06:27:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
tools/manjaro-tools#331
No description provided.