Skip site navigation (1)Skip section navigation (2)
From:      Ilya Novoselov <nullguid@tura.ru>
To:        ports@freebsd.org
Subject:   Problems with plucker
Message-ID:  <20021119215718.44d783ab.nullguid@tura.ru>

next in thread | raw e-mail | index | archive | help
I've installed palm/plucker port, copied /usr/local/etc/plucker to $HOME/.plucker and edited configs.

Then I run plucker-build --doc-file pluck, it fails with:

> plucker-build --doc-file pluck
Pluckerdir is '/home/nullguid/.plucker'...
---- 0 collected, 1 to do ----
Processing plucker:///home.html...
  Retrieved ok.
  Parsed ok.
---- all 1 pages retrieved and parsed ----

Writing out collected data...
Writing document 'pluck' to file /home/nullguid/.plucker/pluck.pdb
Converting plucker:///home.html...
Traceback (most recent call last):
  File "/usr/local/bin/plucker-build", line 1532, in ?
    sys.exit(realmain())
  File "/usr/local/bin/plucker-build", line 1524, in realmain
    retval = main (config, exclusion_lists)
  File "/usr/local/bin/plucker-build", line 1046, in main
    mapping = writer.write (verbose=verbosity, alias_list=alias_list)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/Writer.py", line 520, in write
    result = Writer.write (self, verbose, alias_list=alias_list)
  File "/usr/local/lib/python2.2/site-packages/PyPlucker/Writer.py", line 339, in write
    raise RuntimeError("The collection process failed to generate a 'home' document")
RuntimeError: The collection process failed to generate a 'home' document

What's wrong? My system is 4.7-STABLE, and I'm using recent Plucker port.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021119215718.44d783ab.nullguid>