Ticket #2732 (closed defect: fixed)

Opened 12 years ago

Last modified 12 years ago

'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:

http://bugs.gentoo.org/403343

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 12 years ago by slyfox

  • Status changed from new to assigned
  • Branch state changed from no branch to on review

Pushed as branch:2732_muldefs (changeset:0b294aee271ee5afb22cba6688dcd7e280fb594e).

[ haven't tested on real targets yet. I'll add comments when check them. ]

comment:2 Changed 12 years ago by andrew_b

  • Component changed from mc-core to tests

comment:3 Changed 12 years ago by slyfox

Rebased the branch (found the similar place):

changeset:b2b5d393847f9e30f4ecec731bb3dc797bd9ddee

comment:4 Changed 12 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 12 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 12 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
...
Last edited 12 years ago by slyfox (previous) (diff)

comment:7 Changed 12 years ago by andrew_b

  • Votes for changeset set to andrew_b

comment:8 Changed 12 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 12 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
Last edited 12 years ago by andrew_b (previous) (diff)

comment:10 Changed 12 years ago by slyfox

  • Keywords stable-candidate removed
  • Status changed from assigned to testing
  • 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

comment:11 Changed 12 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.