You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
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]
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.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
To Reproduce
Steps to reproduce the behavior:
buildiso -f -p xfce -k linux57-mbp
The text was updated successfully, but these errors were encountered: