I would like help resolving an error so I can complete a port of Plucker 
to Mac OS X. I am building a Fink package so that other Mac OS X users 
will be able to enjoy the basic functionality of Plucker when I complete 
the port.

I tried working with the Python debugger in the IDLE development 
environment. So far I haven't tracked down the problem.



When I execute "plucker-build -f default", I get the expected sequence 
of Processing and Retrieved messages. It has a few warnings from 
giftopnm, such as the following:

giftopnm: got a 'Application Extension' extension
giftopnm: bogus character 0x00, ignoring

Then I get following error trace:

Writing out collected data...
Writing document 'default' to file /Users/amanshei/.plucker/default.pdb
Traceback (most recent call last):
   File "/sw/bin/plucker-build", line 1142, in ?
     retval = main (config, exclusion_lists)
   File "/sw/bin/plucker-build", line 751, in main
     mapping = writer.write (verbose=verbosity, alias_list=alias_list)
   File "/sw/src/root-plucker-1.1.4-1/sw/lib/python2.1/site-
packages/PyPlucker/Writer.py", line 445, in write
     result = Writer.write (self, verbose, alias_list=alias_list)
   File "/sw/src/root-plucker-1.1.4-1/sw/lib/python2.1/site-
packages/PyPlucker/Writer.py", line 274, in write
     raise RuntimeError, "The collection process failed to generate a 
'home' document"
RuntimeError: The collection process failed to generate a 'home' document


My platform is Mac OS X using the Fink project. Here are my build 
commands.

# cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvs/plucker co 
plucker
# cd plucker
# ./autogen.sh --prefix=/sw --with-docdir=/sw/share/doc/plucker 
--with-pluckerdir=/sw/var/plucker/1.1.4 --disable-docbuild 
--disable-palmosbuild --disable-desktopbuild
# make
# make install-manual install-data install-pyplucker

Reply via email to