#3590 closed bug (fixed)
[build system] /boot/develop/lib/x86/start_dyn.org have tracker attributes
Reported by: | diver | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | sikosis | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I just tried haiku-pre-alpha-hrev29614-vm.zip in vbox and looking around I've found strange file (/boot/develop/lib/x86/start_dyn.org) which have OpenTracker attributes set. Probably build system issue, but one could never know.
Change History (7)
comment:1 by , 16 years ago
Cc: | added |
---|
comment:2 by , 16 years ago
I remember having interesting problems like this when I was building without xattr support. After switching to xattr the problem went away for me.
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Without further info I'm assuming this was a non-xattr build related problem. Might be fixed in hrev24528.
comment:4 by , 16 years ago
How do I know it were built with xattr or not? And how to enable it? I used this tutorial to build images http://www.haiku-os.org/node/1781
comment:5 by , 16 years ago
Here's a page about --use-xattr : http://www.haiku-os.org/node/2519 It's part of the re-organization of the website documentation.
As for checking if it's enabled, look in $(HAIKU_OUTPUT_DIR)/build/BuildConfig for the variable HAIKU_HOST_USE_XATTR. If it's equal to one, then it's set.
comment:6 by , 16 years ago
Thanks, but I get Access denied when I try to open http://www.haiku-os.org/node/2519
comment:7 by , 16 years ago
*cough* seems i never published it. Log in and try again. Just to note, the page is a work in progress.
Would be interesting to know, how those images are built -- with or without xattr support. And if without, whether the attributes directory is cleaned between the builds.