www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 1647] New: linux.mak in phobos' sources tries to compile missing file std/slist.d

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1647

           Summary: linux.mak in phobos' sources tries to compile missing
                    file std/slist.d
           Product: D
           Version: 2.007
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: baryluk mpi.int.pl


dmd/src/phobos$ make -f linux.mak 

for m in array asserterror base64 bind bitarray boxer compiler contracts conv
cover cpuid cstream ctype date dateparse demangle file format gc getopt
hiddenfunc intrinsic loader math math2 md5 metastrings mmfile moduleinit openrj
outbuffer outofmemory path perf process random regexp signals slist socket
socketstream stdint stdio stream string switcherr syserror system thread traits
typetuple uni uri utf variant zip zlib; do echo public import std.$m\;; done >
all_std_modules_generated.d
dmd -I./ -c  -O -release -ofobj/release/unittest.o unittest.d
dmd -I./ -c  -O -release -ofobj/release/all_std_modules_generated.o
all_std_modules_generated.d
all_std_modules_generated.d(39): module slist cannot read file 'std/slist.d'
make: *** [obj/release/all_std_modules_generated.o] Błąd 1

dmd/src/phobos$

Removing occurence of slist in linux.mak fix this problem.


-- 
Nov 07 2007
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1647


braddr puremagic.com changed:

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





Fixed in 2.008.  std/slist.d source included in the release and removed from
the list of pre-compiled modules to match win32.mak.

Post-2.008, linux.mak updated to list std/slist.d in the 'not compiled into
libphobos2.a' part of linux.mak so that it will show up in documentation built
on linux (the digitalmars website is always built on windows).


-- 
Dec 09 2007
prev sibling next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1647


braddr puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |





After checking with Andrei, he wasn't ready for std/slist.d to be released even
partially.  Removing it from trunk altogether, no source, no docs, etc. 

Reopened until next 2.x release.  Sorry for all the back and forthing on slist.


-- 
Dec 09 2007
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=1647


Don <clugdbug yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |clugdbug yahoo.com.au
         Resolution|                            |FIXED



Fixed in early 2008.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 19 2009