Thread overview
[Issue 1647] New: linux.mak in phobos' sources tries to compile missing file std/slist.d
Nov 07, 2007
d-bugmail
Dec 09, 2007
d-bugmail
Dec 10, 2007
d-bugmail
Oct 19, 2009
Don
November 07, 2007
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.


-- 

December 09, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1647


braddr@puremagic.com changed:

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




------- Comment #1 from braddr@puremagic.com  2007-12-09 15:40 -------
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).


-- 

December 10, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1647


braddr@puremagic.com changed:

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




------- Comment #2 from braddr@puremagic.com  2007-12-09 21:19 -------
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.


-- 

October 19, 2009
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


--- Comment #3 from Don <clugdbug@yahoo.com.au> 2009-10-19 04:15:46 PDT ---
Fixed in early 2008.

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