Hi Marcin,

2008/5/8 Marcin Zaja;czkowski <[EMAIL PROTECTED]>:
> Hi Frank,
>
> I made a backup of my tasks file and currently using 0.70 release. I will
> let you know about possible suggestions. First some issues with building
> process.
>
> I had problem with webpage target.
>
> $ make icons i18n website
> (...)
> cd website.in; "python"  make.py; cd ..
> taskcoach.png
> gentoo.png
> (...)
> default.css
> ../icons.in/splash.png
> "epydoc" taskcoachlib taskcoach.py* -o website.out/epydoc
>
> options must preceed modules; run "epydoc -h" for usage.
>
> make: *** [website] Error 1
>
> In fact "epydoc -h" shows:
> Usage: epydoc [OPTIONS] MODULES...
>
> I edited Makefile to have options first, but then I have segmentation fault:
> "epydoc" -o website.out/epydoc taskcoachlib taskcoach.py*
> make: *** [website] Segmentation fault
>
> Still Fedora 8 with epydoc-2.1-8.fc8.

I see the same issue as you do on Fedora. Epydoc 3.0 was released in
January 2008 so I guess we have to wait until that version makes it
into Fedora.

> There is also problem with making RPM for Fedora.
>
> $ make fedora
> (...)
> Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.96016
> + umask 022
> + cd
> /home/szpak/cosie/u/taskcoach-svn/trunk/taskcoach/build/bdist.linux-i686/rpm/BUILD
> + cd TaskCoach-0.70.0
> + LANG=C
> + export LANG
> + unset DISPLAY
> + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
> -fasynchronous-unwind-tables'
> + /usr/bin/python make.py build
> Traceback (most recent call last):
>  File "make.py", line 114, in <module>
>    createInnoSetupScript()
>  File "make.py", line 63, in createInnoSetupScript
>    script = file('build.in/windows/taskcoach.iss').read()
> IOError: [Errno 2] No such file or directory:
> 'build.in/windows/taskcoach.iss'
> error: Bad exit status from /var/tmp/rpm-tmp.96016 (%build)
>
>
> RPM build errors:
>    Bad exit status from /var/tmp/rpm-tmp.96016 (%build)
> error: command 'rpmbuild' failed with exit status 1
> make: *** [fedora] Error 1
>
>
> Normal "make build" from root directory (from trunk, not from
> bdist.linux-i686) works fine.

This is a little bug in make.py. I fixed it; after a svn update it should work.

Cheers, Frank

Reply via email to