Ticket #2918 (closed defect: fixed)
cygwin test build failure
Reported by: | matzeri | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.7 |
Component: | tests | Version: | 4.8.1.6 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master committed-stable |
Description
on
tests/lib/mcconfig/Makefile.am
tests/lib/vfs/Makefile.am
tests/src/filemanager/Makefile.am
AM_LDFLAGS = -Wl,-z,muldefs
but on cygwin the linker does not accept the "-z" option and
AM_LDFLAGS = -Wl,--allow-multiple-definition
is needed.
Attachments
Change History
comment:2 Changed 12 years ago by matzeri
it is OK.
$ grep -i pass mc-4.8.1.6-1-check.log
PASS: library_independ.exe
PASS: mc_build_filename.exe
PASS: serialize.exe
PASS: x_basename.exe
All 4 tests passed
PASS: config_string.exe
PASS: user_configs_path.exe
All 2 tests passed
PASS: regex_replace_esc_seq.exe
PASS: regex_process_escape_sequence.exe
All 2 tests passed
PASS: canonicalize_pathname.exe
PASS: current_dir.exe
PASS: path_cmp.exe
PASS: path_len.exe
PASS: path_manipulations.exe
PASS: path_serialize.exe
PASS: relative_cd.exe
PASS: tempdir.exe
PASS: vfs_parse_ls_lga.exe
PASS: vfs_path_string_convert.exe
PASS: vfs_prefix_to_class.exe
PASS: vfs_split.exe
PASS: vfs_s_get_path.exe
PASS: path_recode.exe
All 14 tests passed
PASS: do_panel_cd.exe
PASS: examine_cd.exe
All 2 tests passed
comment:3 Changed 12 years ago by slavazanko
- Status changed from new to accepted
- Owner set to slavazanko
- Votes for changeset set to slavazanko
Created branch 2918_cygwin_test_build (parent: master).
changeset:fe7ec790fcaadd3faf1ece5ec8bc8dd71647e0e0
Review, please.
comment:5 Changed 12 years ago by andrew_b
- Keywords stable-candidate added
- Owner changed from slavazanko to andrew_b
comment:7 Changed 12 years ago by angel_il
- Votes for changeset changed from slavazanko to slavazanko angel_il
- Branch state changed from on review to approved
comment:8 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [42499480bd91b73ffe267aad84b80b4eaf10f56d].
comment:9 Changed 12 years ago by andrew_b
- Status changed from testing to closed
- Keywords stable-candidate removed
- Votes for changeset changed from committed-master to committed-master committed-stable
Merged to 4.8.1-stable: [2209738d1ad145189628f68a05cc1d2daef7086c].