Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] pkgdev manifest error: external commands disallowed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
M95D
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2020
Posts: 96

PostPosted: Thu Dec 19, 2024 6:07 pm    Post subject: [solved] pkgdev manifest error: external commands disallowed Reply with quote

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
View user's profile Send private message
bstaletic
Guru
Guru


Joined: 05 Apr 2014
Posts: 407

PostPosted: Thu Dec 19, 2024 6:37 pm    Post subject: Reply with quote

You can do ebuild /path/to/firefox.ebuild manifest.
Does that work?
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1956

PostPosted: Thu Dec 19, 2024 6:40 pm    Post subject: Reply with quote

Ensure llvm-r1 eclass is inherited before this call so the bash function is defined.
Back to top
View user's profile Send private message
M95D
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jan 2020
Posts: 96

PostPosted: Thu Dec 19, 2024 7:19 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum