Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to find package '' for 9.X (9.2 and 9.5 tried) #80

Open
alexisfrjp opened this issue Dec 2, 2024 · 0 comments
Open

Failed to find package '' for 9.X (9.2 and 9.5 tried) #80

alexisfrjp opened this issue Dec 2, 2024 · 0 comments

Comments

@alexisfrjp
Copy link

alexisfrjp commented Dec 2, 2024

Hello,

I try to build the livecd 9.X on almalinux 8 with the following command.

sudo livecd-creator --config kickstarts/9/x86_64/almalinux-live-gnome.ks \
               --fslabel AlmaLinux-9_5-x86_64-Live-GNOME \
               --title="AlmaLinux Live 9.5" \
               --product="AlmaLinux Live 9.5" \
               --cache=$PWD/pkg-cache-alma \
               --releasever=9.5

it returns an error:

Using title 'AlmaLinux Live 9.5' and product 'AlmaLinux Live 9.5'
Extending sparse file /var/tmp/imgcreate-56rxjqnd/tmp-zjf5p0xn/ext3fs.img to 10735321088
Losetup add /dev/loop0 mapping to /var/tmp/imgcreate-56rxjqnd/tmp-zjf5p0xn/ext3fs.img
Formating ext4 filesystem on /dev/loop0
Formating args: ['mkfs.ext4', '-F', '-L', '_AlmaLinux-9_5-x', '-m', '1', '-b', '4096', '/dev/loop0']
Tuning filesystem on /dev/loop0
Mounting /dev/loop0 at /var/tmp/imgcreate-56rxjqnd/install_root
Last metadata expiration check: 0:14:46 ago on Mon 02 Dec 2024 02:41:52 PM JST.
Detection of Platform Module failed: No valid Platform ID detected
selected group: core
selected env: workstation-product-environment
selected group: anaconda-tools
selected group: office-suite
selected group: internet-browser
selected group: gnome-apps
excluding package: 'gfs2-utils'
excluding package: 'sdubby'
excluding package: 'hplip'
excluding package: 'reiserfs-utils'
excluding package: 'fcoe-utils'
selected package: 'anaconda-install-env-deps'
selected package: 'anaconda-live'
selected package: 'iptstate'
selected package: 'whois'
selected package: 'aajohan-comfortaa-fonts'
selected package: 'livesys-scripts'
Error creating Live CD : Failed to find package 'exfatprogs' : No match for argument: exfatprogs
Unmounting directory /var/tmp/imgcreate-56rxjqnd/install_root
Losetup remove /dev/loop0

the error is random and changes when I run again:

Using title 'AlmaLinux Live 9.5' and product 'AlmaLinux Live 9.5'
Extending sparse file /var/tmp/imgcreate-00kwweei/tmp-6v6cib1e/ext3fs.img to 10735321088
Losetup add /dev/loop0 mapping to /var/tmp/imgcreate-00kwweei/tmp-6v6cib1e/ext3fs.img
Formating ext4 filesystem on /dev/loop0
Formating args: ['mkfs.ext4', '-F', '-L', '_AlmaLinux-9_5-x', '-m', '1', '-b', '4096', '/dev/loop0']
Tuning filesystem on /dev/loop0
Mounting /dev/loop0 at /var/tmp/imgcreate-00kwweei/install_root
Last metadata expiration check: 0:14:37 ago on Mon 02 Dec 2024 02:41:52 PM JST.
Detection of Platform Module failed: No valid Platform ID detected
selected group: core
selected env: workstation-product-environment
selected group: anaconda-tools
selected group: office-suite
selected group: internet-browser
selected group: gnome-apps
excluding package: 'reiserfs-utils'
excluding package: 'sdubby'
excluding package: 'hplip'
excluding package: 'fcoe-utils'
excluding package: 'gfs2-utils'
selected package: 'NetworkManager-openvpn-gnome'
selected package: 'anaconda-live'
Error creating Live CD : Failed to find package 'glibc-all-langpacks' : No match for argument: glibc-all-langpacks
Unmounting directory /var/tmp/imgcreate-00kwweei/install_root
Losetup remove /dev/loop0

The ultimate goal is to include the kernel-ml to be supported by the new cpu Intel 285k.

Thank you.

@alexisfrjp alexisfrjp changed the title Failed to find package '' for 9.5 Failed to find package '' for 9.X (9.2 and 9.5 tried) Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant