Top Append

Maho Nakata's blog

2005|05|06|07|08|09|10|11|12|
2006|01|

2006-01-14 Fixes

_ FreeBSD cws freebsd04

patch-Python-2.3.4.patch
patch-allocacleanup-SRC680_m149
patch-backtrace
patch-bridges
patch-config_office+set_soenv.in
patch-epm+epm-3.7.patch
patch-icu+icu-2.6.patch
patch-instsetoo
patch-jvmfwk+distributions+OpenOfficeorg+makefile.mk
patch-jvmfwk+plugins+sunmajor+pluginlib+sunversion.cxx
patch-libxmlsec+makefile.mk
patch-psprint+source+fontmanager+parseAFM.cxx
patch-rsc+source+rscpp+makefile.mk
patch-sdkoo
patch-solenv+inc+unxfbsdi.mk
Today's Link | 496 | 352 | 191 | 152 | 123 | 99 | 86 | 68 | 65 | 49 |

2005-12-23 gij again

_ gij again

  • I recieved fix of gcc (Bug 25239) and gmake (Bug 24154). so i decided to give a try for build OOo with gij again. checkout gcc with svn
    svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch revision 109008
    
    where 109008 is the revision of gcc, we can check this value at http://gcc.gnu.org/viewcvs/branches/gcc-4_1-branch/ . Then we build newest version of make. First, checking out gnu make is:
    export CVS_RSH="ssh"
    cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/make co make
    
    and as root, then compile gmake
    # cp /usr/local/bin/aclocal19 /usr/local/bin/aclocalroot
    # cp /usr/local/bin/automake19 /usr/local/bin/automake
    # exit
    % autoreconf259 -s -i
    % ./configure --disable-nls
    % gmake
    
    some errors occured but finally i got `make'.
  • OOo 2.0.1 for MacOSX. build progressing.
  • OOo 2.0.1 and SRC680_m164 for FreeBSD: build verified and committed to ports cvs repo.
Today's Link | 250 | 102 | 84 | 56 | 37 | 36 | 35 | 33 | 31 | 31 |

2005-12-04 temporary disabled

_ ooo-build+kinput2 etc.

committed ooo-build to FBSD ports cvsrepo. I figure out why it failed yesterday; ccache corrupted. It was the my first experience to ccache outputs invalide data. I flashed 12G(!) of caches. after that, ooo-build build for me. Asked several person about licensing issues of kinput2. kinput2 is not maintained anymore, and lisence of MacIM patches are not clear. Digged VBA stuffs. E-mail from t_ono san about alloca issue. I think porting OOo to mingw requires additional hack for compilers. This is the same for FBSD. start build m143 on FBSD, Windows, and MacOSX. Installed sshd for Windows. cygterm is very hard for me to play with. now I can ssh to Windows machine. Confortable.

_ I temporary disable this blog since someone spams comments...

Today's Link | 226 | 89 | 55 | 42 | 31 | 31 | 25 | 24 | 23 | 20 |

2005-12-03 GCJ + ooo-build for FBSD

_ GCJ + ooo-build for FBSD

Petr Mladek sent me a build fix for OOo2.0m140 with gcc-4.1 snapshots. This improved my build significantly. Thanks Petr! Now I'm stucked at javaldx; jvmfwk. javaldx cannot recognize gij as a java interpreter. Digged the source and found an answer: gij dumps core for FreeBSD and do not output properties so that javaldx fails. This is a bug of gij for FreeBSD.
% cp jvmfwk/plugins/sunmajor/pluginlib/JREProperties.java .
% gcj -C JREProperties.java
% gij JREProperties
Abort (core dumped)
% /usr/local/jdk1.4.2/bin/java JREProperties
106 97 118 97
...
however, compiled with gcj it works!
% gcj -o foo --main=JREProperties JREProperties.java
% ./foo
112 97 116 104 46 115 101...
Current issues: I also add --disable-qadevooo in configure line. ooo-build 140.1 build failed at binfilter. disabling binfilter and try full build.
Today's Link | 74 | 57 | 26 | 15 | 12 | 10 | 9 | 9 | 9 | 8 |

2005-12-02 MacOSX and 2.0.1

_ MacOSX and 2.0.1

I will provide packages for 2.0.1, pjanik:) no one seems to be intersted in providing them! I also know eric 's decision but I don't know why he decided to do so.

Today's Link | 3 | 2 | 1 | 1 | 1 | 1 |

2005-12-01 Build status of m142

_ status

MacOSX Panther : builds fine without additonal patches. build log is available at ftp://ooopackages.good-day.net/pub/OpenOffice.org/MacOSX/2.0m142/log.all.20051128.bz2 some packages are also uploaded. FreeBSD : builds fine and committed to ports cvs repo. Disabled TSUKKOMI(comments).

Today's Link | 9 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |

2005-11-29 Blog entry at OOoPlanet

_ Pavel invited me to participate OOoPlanet. and Martin Kretzschmar really added myself. YABUKI, yukiharu kindly told me how to enable rss.

_ Started build of m142 on FreeBSD 6.0, and MacOSX/Panther. In this build, I should check we can use Python; see #i56955# . Many people helped this issue.

_ I thank you all!

Today's Link | 4 | 4 | 3 | 3 | 2 | 2 | 1 | 1 | 1 | 1 |

2005-11-28 RSS enabled

_ RSS enabled. Yabuki-san told me how to create index.rdf and now it seems to be okay.

Today's Link | 2 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |

2005-11-27 VBA stuffs

_ Now I found a very good theme to do some commits for OOo. (1) I installed X.org for my machine at my home. Usually I had been building OOo without X :) (2) re-compiled SRC680m137 based ooo-build and see the source codes. (3) Go http://go-ooo.org/wiki/index.php/VBA for other useful stuffs.

Today's Link | 3 | 3 | 3 | 2 | 2 | 2 | 1 | 1 | 1 | 1 |

2005-11-26 Gcc 4.1 is out

_ Congratulations! Many thanks from maho! i'm using GCC almost everyday.

ooo bits : --disable-shared doesn't work for me; but compiles smoothly some parts. so we must do ldconfig -m beforehand, otherwise build fails at icu project, since this overrides LD_LIBRARY_PATH. Even though you can proceed a bit, you will also be caught by changes between gcc-4.0 and 4.1. Sparcmoz had already noticed about it : see http://www.openoffice.org/issues/show_bug.cgi?id=58141 for details. But you cannot compile OOo with gcc-4.1. See dev@porting.oo.o but currently ML is down due to worm. BTW: python was broken by myself, but should I make a cws for it? Who should take care of it? patch is there and it will sure work. QA process is very tedious. Ask Martin H for integration.

_ ooo-build for FreeBSD: tried to improve a bit. icon switch etc. I found other stuffs at ooo-build, bin/*. Esp bin/unpack is important. Other patches might also be important. Should invesitigate more.

_ ooo-build for Windows: found several problems and they had already noiced about it.

_ MacOSX stuffs: build completed for m141+Panther. not uploaded yet. there had been several masterfixes so I made a tar ball as OOo_2.0m141-1_source.tar.bz2. esp for gcc-3.3 issues. Hope someone will port ooo-build for MacOSX :)

Today's Link | 2 | 2 | 1 | 1 | 1 |