Opened 15 years ago
Closed 15 years ago
#4353 closed bug (duplicate)
'common' folder appears as text-file type
Reported by: | Pete | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In the distributed raw image hrev32645, '/boot/common' shows up as a text file (although the contents are available when clicked).
Within the folder, 'bin' also appears with a text icon.
Change History (8)
comment:1 by , 15 years ago
Component: | - General → Build System |
---|---|
Owner: | changed from | to
comment:2 by , 15 years ago
comment:3 by , 15 years ago
I get the same, and never build on Linux using the -j option. Should be related to xattr, then. I don't use either. Well, AFAICT :-).
follow-up: 5 comment:4 by , 15 years ago
Could this be caused by one or more of the OptionalPackages? Or perhaps when the ssh keys are made? Just a thought.
comment:5 by , 15 years ago
Replying to scottmc:
Could this be caused by one or more of the OptionalPackages? Or perhaps when the ssh keys are made? Just a thought.
I have never seen this. Since I only build with xattr support, I'm pretty sure it's indeed related to using the no-xattr attribute emulation. Since this method is officially discouraged, I'm lowering the ticket priority. Moreover I'm urging Sikosis to adjust the build factory -- official builds must not use the no-xattr attribute emulation.
comment:6 by , 15 years ago
Interestingly I just saw this problem here as well, and I am using xattr. The only folder I've noticed it for though is one that's unzipped from a downloaded package rather than generated in the buildsys, which definitely didn't have that problem in the past (the zip hasn't changed in months).
comment:7 by , 15 years ago
Scratch that, sorry for the noise. Somehow HAIKU_HOST_USE_XATTR was disabled in my BuildConfig, probably an accident when reconfiguring updated build tools.
comment:8 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The build factory at the time did not use xattr support. Duplicate of #3910
This is something I also often get when I don't use xattr support, and build on Linux. It could be that it only happens with -j2 (or higher), but I'm not sure about it.