| Author: littletux |
Date: 2007-01-28.22:01:54 |
Here is the bug report you have been asking for ;)
Building the reference manual of synopsis from within the build environment fails. I did the following:
$ python setup.py config
...
$ python setup.py build
...
$ export LD_LIBRARY_PATH=`pwd`/build/ctemp.linux-x86_64/src/lib/
$ export PYTHONPATH=`pwd`/build/lib.linux-x86_64-2.4/
$ python setup.py build_doc --ref-manual --html
...
/usr/bin/python synopsis.py html --output=html/python python.syn
ERROR: stylesheet /home/andreas/Projects/debian/synopsis-0.9/build/lib.linux-x86_64-2.4/share/Synopsis/html.css doesn't exist
make: *** [html/python] Fehler 1
rm python.xref
make: Leaving directory `/home/andreas/Projects/debian/synopsis-0.9/build/temp.linux-x86_64-2.4/doc/Manual'
error: command 'make' failed with exit status 2
A workaround is to manually copy the share/Synopsis directory into the build tree:
mkdir build/lib.linux-x86_64-2.4/share
cp -R share/Synopsis build/lib.linux-x86_64-2.4/share
python setup.py build_doc --ref-manual --html
rm -rf build/lib.linux-x86_64-2.4/share
I have attached the complete build log.
Thanks,
Andreas |
| Author: stefan |
Date: 2007-02-11.16:08:17 |
I changed the way the 'Synopsis.config.datadir'
variable is generated during build.
Can you give this a try again and report whether it
works better now ? |
| Author: stefan |
Date: 2007-02-24.02:07:41 |
ping ? |
| Author: anonymous |
Date: 2007-02-24.09:41:05 |
Thanks for the ping - I am currently a littlebit busy :( Anyway, I updated my workspace and I can confirm that the creation of the manual inside the workspace now works :) Do you already have a plan for the 0.91 release date?
Thanks & Best Regards,
Andreas |
| Author: stefan |
Date: 2007-02-24.14:49:35 |
Thanks for confirming !
I don't have a precise data yet. I'd like to fine-tune the synopsis.spec file that hopefully
will be used to generate (official !) fedora
packages. No further changes are planned. |
|
| Date |
User |
Action |
Args |
| 2007-01-28 22:01:59 | littletux | create | |
| 2007-02-11 16:08:20 | stefan | set | status: new assignedto: (no value) messages:
+ msg608 nosy:
+ stefan |
| 2007-02-24 02:07:44 | stefan | set | messages:
+ msg614 |
| 2007-02-24 09:41:07 | anonymous | set | messages:
+ msg615 |
| 2007-02-24 14:49:39 | stefan | set | status: open messages:
+ msg616 resolution: (no value) |