Thread overview
[Issue 7712] New: Cannot "make" website
Mar 15, 2012
simendsjo
Mar 15, 2012
simendsjo
Jan 12, 2013
Andrej Mitrovic
Feb 07, 2013
Andrej Mitrovic
March 15, 2012
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


--- Comment #0 from simendsjo <simendsjo@gmail.com> 2012-03-15 01:10:41 PDT ---
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: -------
March 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


--- Comment #1 from Steven Schveighoffer <schveiguy@yahoo.com> 2012-03-15 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: -------
March 15, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7712



--- Comment #2 from simendsjo <simendsjo@gmail.com> 2012-03-15 04:10:25 PDT ---
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: -------
March 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                  |


--- Comment #3 from Steven Schveighoffer <schveiguy@yahoo.com> 2012-03-15 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: -------
January 12, 2013
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


--- Comment #4 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-11 18:47:56 PST ---
Resolved yet?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 07, 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


--- Comment #5 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-06 20:32:11 PST ---
(In reply to comment #3)
> 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: -------