[Bug 222626] failure: make -C en_US.ISO8859-1/htdocs/ports -j1 install
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 26 17:22:10 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222626
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 at FreeBSD.org
Reporter: wosch at 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 run it
only after a successfully run of "all".
en_US.ISO8859-1/htdocs/ports/Makefile
install: all beforeinstall
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-doc
mailing list