Bug 2103036

Summary: livemedia-creator Fail to make iso from mock
Product: [Fedora] Fedora Reporter: MERCIER Jonathan <bioinfornatics>
Component: loraxAssignee: Brian Lane <bcl>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 36CC: anaconda-maint-list, bcl, reallylongword
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-07-11 20:36:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
kickstart file none

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.