VirtualBox

Opened 16 years ago

Closed 16 years ago

#1120 closed defect (invalid)

Missing languages when building OSE on Linux

Reported by: Romashka Owned by:
Component: other Version: VirtualBox 1.5.4
Keywords: Cc:
Guest type: other Host type: other

Description

I am experiencing this problem since 1.4.0
When I build VirtualBox OSE on Linux there is only English available in the settings dialog. All language files are present but VirtualBox seems to "not see" them.

You can see build instructions in PKGBUILD
Do I need to specify some additional option or environment variable or the build process is incorrect in some place?

Change History (3)

comment:1 by Frank Mehnert, 16 years ago

Right, these build instructions miss an important detail: By default, the VirtualBox binaries expect to find one installation directory with several subdirectories (nls, components, additions, ...). When using the build instructions from above, make sure that you create a file LocalConfig.kmk in the directory of Config.kmk with the following content:

DEFS  += RTPATH_APP_DOCS=\"/usr/share/doc/virtualbox\"
DEFS  += RTPATH_APP_PRIVATE_ARCH=\"/usr/lib/virtualbox\"
DEFS  += RTPATH_APP_PRIVATE=\"/usr/share/virtualbox\"
DEFS  += RTPATH_SHARED_LIBS=\"/usr/lib\"

comment:2 by Romashka, 16 years ago

Thank you[[BR]] You may close this bugreport now. :-)

comment:3 by Sander van Leeuwen, 16 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use