Open dhoepfl opened 4 years ago
@swift-ci create
Could be a different linker behavior.
cc @compnerd any idea?
If this helps:
> ld --version
GNU ld (GNU Binutils for Debian) 2.31.1
Copyright (C) 2018 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
(ld.gold is the same output, I think I was using ld.gold)
lrwxrwxrwx 1 root root 19 Mar 21 2019 /usr/bin/ld -> x86_64-linux-gnu-ld
lrwxrwxrwx 1 root root 24 Mar 21 2019 /usr/bin/ld.gold -> x86_64-linux-gnu-ld.gold
lrwxrwxrwx 1 root root 23 Mar 21 2019 /usr/bin/x86_64-linux-gnu-ld -> x86_64-linux-gnu-ld.bfd
-rwxr-xr-x 1 root root 1785032 Mar 21 2019 /usr/bin/x86_64-linux-gnu-ld.bfd
-rwxr-xr-x 1 root root 3113472 Mar 21 2019 /usr/bin/x86_64-linux-gnu-ld.gold
Both files come from the package binutils-x86-64-linux-gnu (2.31.1-16).
Environment
Building 059344d4e2dd6f0cbc12cb35a12d1fd988b37c81. Debian 10.5Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | | |Labels | Bug | |Assignee | None | |Priority | Medium | md5: e74d770a6e0df05da65e79da607bed76Issue Description:
I'm (still) trying to build swift on my Debian machine. Currently, "swift/utils/build-script --xctest --foundation -t -j1" gets close to the end (I hope) but fails on two tests. The first being stdlib/symbol-visibility-linux.test-sh.
I think it is a problem with the test, not with the compiler.
The initial pull has one comment that the test failed on Ubuntu, too.
This pull also mentions issues with the test.
The output is: