Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
where is vbox
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
_puck_
Tux's lil' helper
Tux's lil' helper


Joined: 12 May 2002
Posts: 111
Location: Kaiserslautern / Germany

PostPosted: Fri Mar 21, 2003 12:31 am    Post subject: where is vbox Reply with quote

Hello there.

Were is the vbox, vboxgetty and all? I have installed isdn4k-utils but could not find any clue of vbox on my system.

Also there is no other package were it could be inside. I Checked the system with a "find -name "*vbox*" and /var/db/pkg/net-dialup/isdn4k-utils-3.2_p1-r2/
CONTENTS

Would be very happy for any hint.

--
puck
Back to top
View user's profile Send private message
faTe|sonix
n00b
n00b


Joined: 05 Apr 2003
Posts: 8
Location: Germering

PostPosted: Sat Apr 05, 2003 1:41 am    Post subject: Reply with quote

Hi puck,

with the current ebuild of isdn4k-utils, vbox is not built.

You can try the following:

in your make.conf add (or edit) a line like that:



Code:

PORTDIR_OVERLAY=/usr/local/portage


in the console:

Code:

mkdir -p /usr/local/portage/net-dialup
cp -a /usr/portage/net-dialup/isdn4k-utils /usr/local/portage/net-dialup


now save the following test to in this file:

/usr/local/portage/net-dialup/isdn4k-utils/files/3.2_p1-r2/config.patch

Code:

diff -ruN isdn4k-utils.orig/.config isdn4k-utils/.config
--- isdn4k-utils.orig/.config   2003-04-05 03:16:08.000000000 +0200
+++ isdn4k-utils/.config        2003-04-05 03:18:37.000000000 +0200
@@ -90,7 +90,18 @@
 #
 # Applications
 #
-# CONFIG_VBOX is not set
+CONFIG_VBOX=y
+
+#
+# Options for vbox package
+#
+VBOX_SPOOLDIR='/var/spool/vbox'
+VBOX_LOGDIR='/var/log/vbox'
+VBOX_PIDDIR='/var/run'
+VBOX_LOCKDIR='/var/lock'
+VBOX_DOCDIR='/usr/doc/vbox'
+VBOX_TCL='tcl8.3'
+# VBOX_SUSPEND_ID is not set
 CONFIG_IPPPD=y

 #


now the final step, edit /usr/local/portage/net-dialup/isdn4k-utils/isdn4k-utils-3.2_p1-r2.ebuild

find al line like this:


Code:

patch -p1 < ${FILESDIR}/${PVR}/gentoo.patch || die


add a line below that it shows th following:

Code:

patch -p1 < ${FILESDIR}/${PVR}/gentoo.patch || die
patch -p1 < ${FILESDIR}/${PVR}/config.patch || die


save it and emerge isdn4k-utils.

now vbox sould be installed.

NOT: only tested with isdn4k-utils version 3.2_p1-r2
_________________
cu
faTe|sonix
Back to top
View user's profile Send private message
arschbombenkoenig
n00b
n00b


Joined: 06 Oct 2002
Posts: 23

PostPosted: Wed Jun 04, 2003 9:19 am    Post subject: Possible errors? Reply with quote

Hi there,

i just tried to build the isdn4k-utils with vbox just the way that is described above but i get errors when i do emerge:

Error #1
Code:
patch: **** malformed patch at line 5: #

-> okay i delete lines 5-7


Error #2:
Code:
patch: **** malformed patch at line 18: CONFIG_IPPPD=y

-> i am not that familiar with patch scripts, maybe there is a '+' missing, so i add it to see what happens:


Error #3:
Code:
patch: **** malformed patch at line 20: #

-> i delete the last two lines


Error #4:
Code:
patch: **** unexpected end of file in patch


-> What the...?


Can someone help me? Is the update script wrong?
faTe|sonix is there something missing in your post?

Thanks,
arschbombenkoenig
Back to top
View user's profile Send private message
faTe|sonix
n00b
n00b


Joined: 05 Apr 2003
Posts: 8
Location: Germering

PostPosted: Wed Jun 04, 2003 4:21 pm    Post subject: Reply with quote

Hi,

the problem is probably a copy&paste failure, but this doesn't matter. In the current portage tree the ebuild for isdn4k-utils is fixed and should now install vbox without problem. see https://bugs.gentoo.org/show_bug.cgi?id=18986 for details.
_________________
cu
faTe|sonix
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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