Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ebuild is not installed
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
pingtoo
Veteran
Veteran


Joined: 10 Sep 2021
Posts: 1528
Location: Richmond Hill, Canada

PostPosted: Wed Mar 12, 2025 2:03 pm    Post subject: Reply with quote

I am no portage expert so may be I am wrong about this
Code:
src_unpack () {
    unpack ${A}
    cd ${WORKDIR}
    mv linux-amd64/* ${DISTDIR}
    rm -rf *
    mkdir ${S}
    cd ${S}

    SUFF="${PV}-7"
...


Why you are moving everything in to $DISTDIR, I think it is wrong. because $DISTDIR is used for store download file (fetch phase) but you are doing this inside unpack.

If you really want to store content of linux-amd64.tgz into $DISTDIR I think you need to do it outside of ebuild/emerge.
Back to top
View user's profile Send private message
soustan
n00b
n00b


Joined: 12 Apr 2020
Posts: 30

PostPosted: Wed Mar 12, 2025 2:19 pm    Post subject: Reply with quote

Hu wrote:
Also, when someone provides advice, either try it or explain why not. I posted a proposed solution above. soustan responded asking "Can anyone help me?" I thought that is what I just did. I am not going to suggest other solutions until I see whether the one I posted above is viable.


Good afternoon, HU!
The thing is, I didn't see your last post. Therefore, please accept my sincere apologies. As soon as I do as you wrote. In the very near future, I will be able to provide the result, according to your recommendations. Please understand me correctly, you are not the only one answering my questions! But, and other forum participants!! Therefore, I ask you to understand me correctly!! I didn't notice your post! I'm so sorry!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
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