Gentoo Forums
Gentoo Forums
Quick Search: in
how to ebuild install without mtime check[SOLVED]
View unanswered posts
View posts from last 24 hours

rackathon
 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
traggart
n00b
n00b


Joined: 31 Mar 2005
Posts: 72

PostPosted: Sun Jun 01, 2008 4:15 am    Post subject: how to ebuild install without mtime check[SOLVED] Reply with quote

hi,

i succesfully built openoffice DEV300-m14, with a self made ebuild.
but i get an error that cames from:
Code:

eerror "The argument ${jar} to ${FUNCNAME}"
            eerror "has * in it. If you want it to glob in"
            eerror '${D} add ${D} to the argument.'

when trying to install in the function
Code:
java-pkg_regjar "${D}"/usr/$(get_libdir)/openoffice/program/classes/*.jar


i wanted to debug that function, then i modified the ebuild, did a digest, and when i issued
Code:
ebuild /usr/local/overlay/app-office/openoffice/openoffice-3.0.0_beta14.ebuild install

surprice!!! all my WORKDIR is gone due to mtime different!

then is there a way to tell ebuild to skip these kind of checks?
the man page does not say anything about that.

thanks in advance


Last edited by traggart on Mon Jun 02, 2008 1:29 am; edited 1 time in total
Back to top
View user's profile Send private message
traggart
n00b
n00b


Joined: 31 Mar 2005
Posts: 72

PostPosted: Mon Jun 02, 2008 1:29 am    Post subject: Reply with quote

just a touch -m does the trick, but nothins seemed to be changed, then i modified temp/environment and openoffice 3 is compiled successfully :D
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 - 5 Hours
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