Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ebuild ACCESS VIOLATION problems
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
ufk
n00b
n00b


Joined: 13 Nov 2002
Posts: 48

PostPosted: Mon Nov 25, 2002 10:47 am    Post subject: ebuild ACCESS VIOLATION problems Reply with quote

hiya... i'm building a few ebuilds and i get lots of problems in einstall
when the program for example trys to mkdir a directory so it just quits with an ACCESS VIOLATION error. is there a way to let the einstall continue even if the installer tried to do some "forbiden" stuff or do i need to recreate the all installation process by myself?
Back to top
View user's profile Send private message
zhenlin
Veteran
Veteran


Joined: 09 Nov 2002
Posts: 1361

PostPosted: Mon Nov 25, 2002 1:14 pm    Post subject: Reply with quote

All paths must be prefixed by ${D} I believe. Or you could just doexe, dobin and the like:
Code:

   into /usr
   dosbin noip
   dosbin no-ip.sh
   docinto ${P}
   dodoc README.FIRST
   exeinto /etc/init.d
   newexe ${FILESDIR}/noip.start noip
   prepalldocs
Back to top
View user's profile Send private message
ufk
n00b
n00b


Joined: 13 Nov 2002
Posts: 48

PostPosted: Tue Nov 26, 2002 11:48 am    Post subject: i'm not talking about that Reply with quote

i don't want to recreate the install process by myself
i want einstall to work! just by writing einstall and only recreate the commands that gives ACCESS VIOLATION.
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