Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 17:22:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-doc@FreeBSD.org
Subject:   [Bug 222626] failure: make -C en_US.ISO8859-1/htdocs/ports -j1 install
Message-ID:  <bug-222626-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222626

            Bug ID: 222626
           Summary: failure: make -C en_US.ISO8859-1/htdocs/ports -j1
                    install
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: wosch@FreeBSD.org

make -j1 fails in doc/en_US.ISO8859-1/htdocs/ports

make -C en_US.ISO8859-1/htdocs/ports -j1 install
`INDEX' was not built (made 0, flags 2009, type b020001)!
`categories' was not built (made 0, flags 2009, type 3000000)!
`categories.descriptions' was not built (made 0, flags 2009, type 3000000)!
`packages.exists' was not built (made 0, flags 2009, type b020001)!
`portindex' was not built (made 0, flags 2009, type 3000000)!
`ports.ent' was not built (made 0, flags 2009, type 3000000)!
`index.xml' was not built (made 0, flags 2009, type 3000000)!
`installing.xml' was not built (made 0, flags 2009, type 3000000)!
`references.xml' was not built (made 0, flags 2009, type 3000000)!
`searching.xml' was not built (made 0, flags 2009, type 3000000)!
`updating.xml' was not built (made 0, flags 2009, type 3000000)!
`orphans' was not built (made 0, flags 2009, type 3000001)!
`beforeinstall' was not built (made 0, flags 2009, type b000001)!

I think the reason is that the install target depends on the "all" target. =
This
is a mistake, the "install: target is independent from "all", you should ru=
n it
only after a successfully run of "all".

en_US.ISO8859-1/htdocs/ports/Makefile
install: all beforeinstall

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222626-9>