VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1441 - 1443 of 16363)

Ticket Resolution Summary Owner Reporter
#1312 fixed kmk fails on zfs bird Roger Fujii
Description

You cannot build virtualbox on solaris in a zfs filesystem because kmk will fail attempting to create directories with its builtin mkdir. Apparently, kmk's logic for directory existence is... less than optimal - it seems to try creating directories from /, whether or not they exist (unlike mkdir which tries to create the leaf dir and fails upward). The problem happens when it reaches a ZFS mountpoint, where mkdir(2) will return ENOSYS, instead of its expect EEXIST, causing kmk to bail out.

Only workaround is to build on a ufs filesystem, as kmk will do mkdirs whether or not the target exists.

#9990 fixed kmk clean deletes parts of lib32 support libraries on FreeBSD 8.2-Release Grimeton
Description

Hello,

don't know if this is a compile problem or not, so here the information: I'm trying to build VirtualBox 4.1.6 on 8.2-Release. When running kmk clean in the toplevel directory the following files are deleted:

/usr/lib32/crti.o /usr/lib32/crtn.o /usr/lib32/crt1.o /usr/lib32/crtbegin.o /usr/lib32/crtend.o

If you try to build vbox again, it complains about a missing target to build /usr/lib32/crt.o.

KR,

Grimeton

#17579 fixed kind of review of ticket #16052 -> fixed in Subversion sergiomb
Description

kind of review of ticket #16052

we miss not try to build VBoxGuestR3LibXFree86 and remove /usr/include/x11 from include PATH

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy