#3149 closed task (worksforme)
coreutils-8.4 compiles cp without ATTR support
Reported by: | hvdbrand | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | x-future |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | coreutils-8.4 attr cp |
Cc: |
Description ¶
make check-root fails on coreutils-8.4, because no ATTR support is built in cp. This is the result of "#if USE_XATTR" statements instead of "#ifdef USE_XATTR" statements in cp.c and copy.c. When this is changed it works. I think this is usefull info to add to the page.
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I have done the install acl,attr thing with a coreutils update in the middle of things. All worked as expected. In fact, I had two weird errors during my LFS coreutils installation and had no errors in the test suite during the "install coreutils before testing ACL".
Closing the ticket as worksforme. I cannot reproduce these errors.
Note:
See TracTickets
for help on using tickets.
This appears to be the wrong trac instance. Coreutils is in LFS, not BLFS. Also, LFS has upgraded to coreutils-8.5.
Or are you referring to the acl page?