Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
May 20, 2018 [Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18234 David Nadlinger <code@klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |code@klickverbot.at --- Comment #1 from David Nadlinger <code@klickverbot.at> --- (In reply to Basile B. from comment #0) > > digger: Commit 1e7b526b40852e9b85df3684430e371034cdf7ec (1/1) is untestable. > > digger: There are only untestable commits left to bisect. > > digger: The first bad commit could be any of: > > digger: 1e7b526b40852e9b85df3684430e371034cdf7ec > > digger: 6fecaa8232a427fb3ca29c5a5245e08fc43b71b1 > > digger: f0410bea1ad2b130884964d603b34e729b3e4f69 > > object.Exception@bisect.d(186): We cannot bisect more! > > However they don't seem to exist. These hashes refer to the commits in Vladimir's top-level repo that combines commits to the various compiler and runtime repositories into one linear history: https://bitbucket.org/cybershadow/d Unfortunately, the corresponding commits are big master -> stable merges, which is not very helpful: https://github.com/dlang/dmd/pull/6915 https://github.com/dlang/phobos/pull/5491 https://github.com/dlang/druntime/pull/1841 -- |
May 20, 2018 [Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18234 --- Comment #2 from Basile B. <b2.temp@gmx.com> --- There's some progress, using -allinst solves the problem --- if [ ! -d "iz" ]; then git clone https://www.github.com/BBasile/iz.git fi cd iz git checkout v0.6.4 cd scripts sh compile.sh cd ../ dmd samples/dictionnary_suffixarray.d lib/iz.a -Iimport -allinst --- giving a hint on what the exact problem is i hope. -- |
June 11, 2018 [Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18234 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |shove@163.com --- Comment #3 from Basile B. <b2.temp@gmx.com> --- *** Issue 18971 has been marked as a duplicate of this issue. *** -- |
June 11, 2018 [Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18234 Johannes Pfau <johannespfau@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johannespfau@gmail.com --- Comment #4 from Johannes Pfau <johannespfau@gmail.com> --- Is https://issues.dlang.org/show_bug.cgi?id=17712 related? -- |
June 11, 2018 [Issue 18234] [REG 2.075] Case of link failure when a program is compiled against a static lib | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18234 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #5 from Basile B. <b2.temp@gmx.com> --- *** This issue has been marked as a duplicate of issue 17712 *** -- |
Copyright © 1999-2021 by the D Language Foundation