On 07.11.2013 11:46, John Marino wrote:
On 11/7/2013 07:25, Andrey Oktyabrskiy wrote:
Good day.
I try to use dports and have strange error: [snip]
install -m 755 git-subtree /usr/local/libexec/git-core
asciidoc -b docbook -d manpage -f ../../Documentation/asciidoc.conf \
-agit_version=1.8.4.1 git-subtree.txt
asciidoc: FAILED: configuration file asciidoc.conf missing
gmake: *** [git-subtree.xml] Error 1
*** Error code 2
Stop.
make: stopped in /usr/dports/devel/git
*** Error code 1
What asciidoc.conf needed and where I can get it?
Are you using pkg-1.1.4_8 ?
(check with "pkg info pkg")
$ pkg info pkg
pkg-1.1.4_1
If it's not that version, go to /usr/dports/ports-mgmt/pkg and:
make clean
make deinstall
make install clean
Does not help. Must I reinstall all packages, not ports-mgmt/pkg only?
Though, what asciidoc.conf I need? And where it must be? It was in the
/usr/pkg/share/asciidoc/asciidoc.conf (I have renamed /usr/pkg to
/usr_pkg before bootstarapping dports). Now I haven't any asciidoc.conf
in /usr/local.
You also did not mention was version of DragonFly you are using, which
could be important. The assumption is the you are using the latest
version of dports.
DragonFly v3.6.0rc.1.g00b0e-RELEASE (X86_64_GENERIC) #0: Wed Nov 6
10:28:14 GMT 2013
dports was downloaded yesterday (make dports-create).