www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 21568] New: druntime posix.mak assumes git tree - fails to

https://issues.dlang.org/show_bug.cgi?id=21568

          Issue ID: 21568
           Summary: druntime posix.mak assumes git tree - fails to build
                    using just tarball
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: witold.baryluk+d gmail.com

http://downloads.dlang.org/releases/2.x/2.095.0/dmd.2.095.0.linux.tar.xz


/home/user/dmd-src/dmd2/src/druntime/posix.mak on line 354

MANIFEST = $(shell git ls-tree --name-only -r HEAD)

This is going to fail, and not allow to continue with just source tarball from
dlang.org.

--
Jan 20 2021