Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Error: target not found: orage #20

Open
sxiii opened this issue May 26, 2021 · 3 comments
Open

Error: target not found: orage #20

sxiii opened this issue May 26, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@sxiii
Copy link

sxiii commented May 26, 2021

Mac Model
Does not matter; because I wasn't able to build the ISO. However I have 16,1 Macbook Pro.

Describe the bug
Trying to build ISO on Manjaro 21.0.5
buildiso -f -p xfce -k linux57-mbp
Getting error:

==> Creating install root at /var/lib/manjaro-tools/buildiso/xfce/x86_64/desktopfs
  -> Installing packages to /var/lib/manjaro-tools/buildiso/xfce/x86_64/desktopfs
:: Synchronizing package databases...
 core                             165.3 KiB   118 KiB/s 00:01 [#################################] 100%
 extra                           1913.2 KiB  92.9 KiB/s 00:21 [#################################] 100%
 community                          6.5 MiB  98.1 KiB/s 01:08 [#################################] 100%
 multilib                         178.1 KiB   138 KiB/s 00:01 [#################################] 100%
 mbp                               12.1 KiB  3.94 MiB/s 00:00 [#################################] 100%
error: target not found: orage
==> ERROR: Failed to install packages to new root
==> ERROR: Failed to install all packages
==> ERROR: A failure occurred in make_image_desktop().
    Aborting...
 --> overlayfs umount: [/var/lib/manjaro-tools/buildiso/xfce/x86_64/desktopfs]

To Reproduce
Steps to reproduce the behavior:

  1. Run buildiso -f -p xfce -k linux57-mbp
  2. Wait
  3. See error
@sxiii sxiii added the bug Something isn't working label May 26, 2021
@sxiii
Copy link
Author

sxiii commented May 26, 2021

Commented out orage package in ~/iso-profiles/manjaro/xfce/Packages-Desktop; and now I get this:

Enter a number (default=1): 
warning: cannot resolve "zfs-utils=0.8.5", a dependency of "linux57-mbp-zfs"
:: The following package cannot be upgraded due to unresolvable dependencies:
      linux57-mbp-zfs

:: Do you want to skip the above package for this upgrade? [y/N] 
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'zfs-utils=0.8.5' required by linux57-mbp-zfs
==> ERROR: Failed to install packages to new root
==> ERROR: Failed to install all packages
==> ERROR: A failure occurred in make_image_desktop().
    Aborting...
 --> overlayfs umount: [/var/lib/manjaro-tools/buildiso/xfce/x86_64/desktopfs]

@sebachu
Copy link

sebachu commented Oct 9, 2021

I had exactly the same issues which halted the buildiso process:

  • Missing 'orage' package
  • 'zfs-utils=0.8.5' required by linux57-mbp-zfs
  • also an error relating to /etc/fonts/conf.d/70-no-bitmaps.conf

I was able to resolve by:

  • Commenting out 'orage', linux57-mbp-zfs and anything else with "zfs" from the iso-profile file "desktop-overlay" "Packages-Desktop" "Packages-Live" and "Packages-Root"
  • deleting ~/iso-profiles/manjaro/xfce/desktop-overlay/etc/fonts/conf.d/70-no-bitmaps.conf and recreating an empty file in the same directory with the same name
  • Running buildiso -f -p xfce -k linux57-mbp as root

Not entirely sure why this works, but thought I would share the fix that worked for me.

@sxiii
Copy link
Author

sxiii commented Oct 28, 2021

This is very useful @sebachu, thanks for your research. Do you mind providing repo with the files you changed that build OK for you? Had you tested the resulting ISO to confirm it works / boots OK? Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants