Hi Frank,
On 04.05.2008 00:09, Frank Niessink wrote:
> I'd like to make release 0.70.0 available next weekend. Please help me
> testing by checking out the latest version from Subversion and giving
> it a try.
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.
> In the folder where you check out Task Coach, please do:
> $ make icons i18n website
>
> Check website.out/changes.html for an overview of the changes and bug
> fixes in 0.70.0.
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.
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.
That's all for now, but stay tuned ;).
Regards
Marcin