Bug 2103036 - livemedia-creator Fail to make iso from mock
Summary: livemedia-creator Fail to make iso from mock
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: lorax
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-07-01 09:42 UTC by MERCIER Jonathan
Modified: 2022-07-11 20:36 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-07-11 20:36:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
kickstart file (3.75 KB, text/plain)
2022-07-01 09:42 UTC, MERCIER Jonathan
no flags Details

Description MERCIER Jonathan 2022-07-01 09:42:17 UTC
Created attachment 1893870 [details]
kickstart file

Description of problem:
Following documentation, I tried to make a Fedora Spin. The error given by  livemedia-creator do not help a tot to find the source of problem.

I attached the kickastart used. Thanks for  your help. Below command line used.




How reproducible:

$ ksflatten -c src/live-workstation-ks.cfg -o flat-live-workstation-ks.cfg --version F36
$ sudo mock -r fedora-36-x86_64 --init
$ sudo mock -r fedora-36-x86_64 --isolation=simple --install lorax-lmc-novirt vim-minimal pykickstart
$ sudo cp flat-live-workstation-ks.cfg /var/lib/mock/fedora-36-x86_64/root/
$ sudo mock -r fedora-36-x86_64 --shell --isolation=simple --enable-network
 livemedia-creator --make-iso  --iso-name fedora-36 --ks flat-live-workstation-ks.cfg --releasever 36 --no-virt


Actual results:
2022-07-01 11:31:56,180: The following required fields are not completed :
2022-07-01 11:31:56,180: Software selection.

Comment 1 Brian Lane 2022-07-11 20:36:10 UTC
That error means Anaconda couldn't install the packages you selected. Take a look at the anaconda logs which should be in ./anaconda/ inside the mock root after it fails. Pay special attention to packaging.log which should detail why Anaconda couldn't finish.


Note You need to log in before you can comment on or make changes to this bug.