View previous topic :: View next topic |
Author |
Message |
M95D Tux's lil' helper
Joined: 03 Jan 2020 Posts: 96
|
Posted: Thu Dec 19, 2024 6:07 pm Post subject: [solved] pkgdev manifest error: external commands disallowed |
|
|
Hi.
I'm trying to modify firefox ebuild. I get this error when I try to run pkgdev manifest:
Code: | failed sourcing ebuild: external commands disallowed during metadata regen: 'llvm_gen_dep |
How do I regenerate the manifest?
Thanks!
Last edited by M95D on Thu Dec 19, 2024 7:21 pm; edited 1 time in total |
|
Back to top |
|
|
bstaletic Guru
Joined: 05 Apr 2014 Posts: 407
|
Posted: Thu Dec 19, 2024 6:37 pm Post subject: |
|
|
You can do ebuild /path/to/firefox.ebuild manifest.
Does that work? |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1956
|
Posted: Thu Dec 19, 2024 6:40 pm Post subject: |
|
|
Ensure llvm-r1 eclass is inherited before this call so the bash function is defined. |
|
Back to top |
|
|
M95D Tux's lil' helper
Joined: 03 Jan 2020 Posts: 96
|
Posted: Thu Dec 19, 2024 7:19 pm Post subject: |
|
|
bstaletic wrote: | You can do ebuild /path/to/firefox.ebuild manifest.
Does that work? |
Yes! Thank you.
LE:
grknight wrote: | Ensure llvm-r1 eclass is inherited before this call so the bash function is defined. |
That was missing too. Thanks. |
|
Back to top |
|
|
|