-
|
TL;DR: Check your syntax. It was a dumb syntax mistake I've been bashing my head against a wall for the last few days trying to make this work, as far as I can see, there are no syntax problems in any of my recipe files (I would also recommend checking the commit history to see what changed), but no matter what I try an error is found. You can find the image here: https://github.com/MrQvest/my-atomic/. I also see this: and after adding those, it still does not build with the same error: Would love some help on this, thank you for any answers |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
The issue is in You have: install:
packages:
- rpm-fusion-free-release-tainted
install:
packages:
- libdvdcssShould be: install:
packages:
- rpm-fusion-free-release-tainted
- libdvdcss |
Beta Was this translation helpful? Give feedback.
-
|
I've made some changes, and it now mostly works. Only thing left now is fixing the main recipe maybe. I appreciate if you could take another look at it... I've got this error now: I tried removing the dashes, but it gives me more errors. I appreciate any answers |
Beta Was this translation helpful? Give feedback.
-
|
Welp, I managed to get it to run, it was a single mistake in rpmfusion.yml where I didn't know I had to put Instead of I feel so dumb now. |
Beta Was this translation helpful? Give feedback.
Welp, I managed to get it to run, it was a single mistake in rpmfusion.yml where I didn't know I had to put
Instead of
I feel so dumb now.