Opened 14 years ago
Closed 9 years ago
#7738 closed defect (obsolete)
Updated SVN build instructions (Gentoo)
Reported by: | Gibbo | Owned by: | |
---|---|---|---|
Component: | documentation | Version: | VirtualBox 3.2.10 |
Keywords: | Gentoo build instructions | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description (last modified by )
Hi,
Gentoo build nstructions located at http://www.virtualbox.org/wiki/Linux%20build%20instructions need a couple of appendages.
Dependencies section: emerge -av (++ makeself)
By default vbox configure script searches for makeself only at /usr/bin/makeself, while the default emerge of makeself only provides /usr/bin/makeself.sh.
Extra symlink required: ln -s /usr/bin/makeself.sh /usr/bin/makeself
Will now build.
Change History (3)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
priority: | blocker → major |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Update,
emerge -av (++ makeself texlive-latex)
Could not get to build unless --disable-docs is enabled, errors with kmk[2]: * usr/src/vbox/out/linux.amd64/release/obj/manual/en_US/UserManual.pdf Error 1
Cheers