digitalmars.D.bugs - [Issue 7712] New: Cannot "make" website
- d-bugmail puremagic.com (19/19) Mar 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7712
- d-bugmail puremagic.com (13/13) Mar 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7712
- d-bugmail puremagic.com (12/12) Mar 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7712
- d-bugmail puremagic.com (15/15) Mar 15 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7712
- d-bugmail puremagic.com (10/10) Jan 11 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7712
- d-bugmail puremagic.com (13/15) Feb 06 2013 http://d.puremagic.com/issues/show_bug.cgi?id=7712
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Summary: Cannot "make" website Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites AssignedTo: nobody puremagic.com ReportedBy: simendsjo gmail.com make: *** No rule to make target `d-programming-language.org/web/gsoc2012.html', needed by `html'. Stop. Only tested on linux with dpl.org trunk. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Steven Schveighoffer <schveiguy yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |schveiguy yahoo.com Resolution| |WORKSFORME OS/Version|All |Linux 03:59:11 PDT --- make -f posix.mak -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7712 That is what gives the error: dmd -c -o- -Df/home/simendsjo/code/dmd-trunk/d-programming-language.org/web/gsoc2011.html macros.ddoc doc.ddoc 2.058.ddoc gsoc2011.dd make: *** No rule to make target `/home/simendsjo/code/dmd-trunk/d-programming-language.org/web/gsoc2012.html', needed by `html'. Stop. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Steven Schveighoffer <schveiguy yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | 04:41:01 PDT --- I did not check out the latest version (but I thought I did, I just checked this out recently). Looks like the error is caused by this commit: https://github.com/D-Programming-Language/d-programming-language.org/commit/57d9dabd2e0db17ff8cfc70c04eb22865c10c206 Which adds gsoc2012.html to the makefile, but there is no equivalent gsoc2012.dd file. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 15 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej.mitrovich gmail.com 18:47:56 PST --- Resolved yet? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 11 2013
http://d.puremagic.com/issues/show_bug.cgi?id=7712 Andrej Mitrovic <andrej.mitrovich gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |WORKSFORME 20:32:11 PST ---Which adds gsoc2012.html to the makefile, but there is no equivalent gsoc2012.dd file.Since this file now exists I'm marking this as WORKSFORME. Please reopen if necessary. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 06 2013