Ticket #2732 (closed defect: fixed)
'make check' fails on arm and alpha (-z muldefs)
Reported by: | slyfox | Owned by: | slyfox |
---|---|---|---|
Priority: | major | Milestone: | 4.8.2 |
Component: | tests | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
Original report:
CC config_string.o armv5tel-softfloat-linux-gnueabi-gcc <skip> \ -z muldefs -c config_string.c armv5tel-softfloat-linux-gnueabi-gcc: muldefs: No such file or directory make[4]: *** [config_string.o] Error 1
Change History
comment:1 Changed 13 years ago by slyfox
- Status changed from new to assigned
- Branch state changed from no branch to on review
comment:4 Changed 13 years ago by andrew_b
- Keywords stable-candidate added
- Votes for changeset set to andrew_b
- Milestone changed from Future Releases to 4.8.2
comment:5 Changed 13 years ago by slyfox
- Votes for changeset andrew_b deleted
Once again rebased to convert -z muldefs to -Wl,-z,muldefs:
changeset:f5599b70e7c93239dfdb78bc3492038c34dd3731
Dropping votes.
comment:6 Changed 13 years ago by slyfox
Pushed build fix for tests on alpha:
changeset:931819039e78d7b1465077709988a611df4752c2
Fixes the following breakage:
vfs_parse_ls_lga.c: In function ‘test_vfs_parse_ls_lga’: vfs_parse_ls_lga.c:174:9: error: unknown field ‘st_atime’ specified in initializer vfs_parse_ls_lga.c:175:9: error: unknown field ‘st_mtime’ specified in initializer vfs_parse_ls_lga.c:176:9: error: unknown field ‘st_ctime’ specified in initializer ...
comment:8 Changed 13 years ago by slavazanko
- Votes for changeset changed from andrew_b to andrew_b slavazanko
- Branch state changed from on review to approved
comment:9 Changed 13 years ago by slyfox
- Votes for changeset changed from andrew_b slavazanko to committed-master
- Branch state changed from approved to merged
Merged to master as [92ca4e8a74ec731eff8cd759f86b150edd8289a4]:
git log --pretty=oneline 92ca4e8a74ec731eff8cd759f86b150edd8289a4^..92ca4e8a74ec731eff8cd759f86b150edd8289a4
comment:10 Changed 13 years ago by slyfox
- Status changed from assigned to testing
- Keywords stable-candidate removed
- Votes for changeset changed from committed-master to committed-master committed-stable
- Resolution set to fixed
Merged to 4.8.1-stable as:
402ad8519dc6f47f91e69550090d125bd1f58747..83563af6f721be81a5d374ad2fd92c6c47d30abc
Note: See
TracTickets for help on using
tickets.
Pushed as branch:2732_muldefs (changeset:0b294aee271ee5afb22cba6688dcd7e280fb594e).
[ haven't tested on real targets yet. I'll add comments when check them. ]