Thread overview
[Issue 13210] libphobos2.so not being built
Jul 27, 2014
Jordi Sayol
Jul 27, 2014
Dicebot
Jul 27, 2014
Dicebot
Jul 30, 2014
Andrew Edwards
Jul 31, 2014
Andrew Edwards
July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

Jordi Sayol <g.sayol@yahoo.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g.sayol@yahoo.es

--
July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

Dicebot <public@dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public@dicebot.lv

--- Comment #1 from Dicebot <public@dicebot.lv> ---
Regression from 4c3ef92a238626c63fef5721ec82fa04acbed2e5 : `$(ROOT)/libphobos2.so` is no longer mentioned in dependencies. PR incoming.

--
July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

--- Comment #2 from Dicebot <public@dicebot.lv> ---
https://github.com/D-Programming-Language/phobos/pull/2377

--
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |hsteoh@quickfur.ath.cx

--
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

--- Comment #3 from hsteoh@quickfur.ath.cx ---
Pull has been merged, please retest and resolve if fixed.

--
July 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

Andrew Edwards <edwards.ac@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |LATER

--
July 31, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

Andrew Edwards <edwards.ac@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|LATER                       |FIXED

--
August 04, 2014
https://issues.dlang.org/show_bug.cgi?id=13210

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/358b0fdcc103a24541bd94f2ee99fe86104db1f6 test for -defaultlib=libphobos2.so

- followup to issue 13210

- depends on phobos directory layout for setting LD_LIBRARY_PATH

--