To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93286
------- Additional comments from [EMAIL PROTECTED] Thu Sep 25 11:43:40 +0000 2008 ------- I think this is a race condition. DEV300_m30 doesn't build on PPC for me with --with-lang=ALL. Applying following patch did help me; the number of breakages significantly reduced. Index: desktop/source/pkgchk/unopkg/makefile.mk =============================================================== ==== RCS file: /cvs/framework/desktop/source/pkgchk/unopkg/makefile.mk,v retrieving revision 1.17 diff -u -r1.17 makefile.mk --- desktop/source/pkgchk/unopkg/makefile.mk 22 Jul 2008 17:16:08 -0000 1.17 +++ desktop/source/pkgchk/unopkg/makefile.mk 24 Sep 2008 01:40:43 -0000 @@ -49,6 +49,8 @@ CFLAGS+=-DSYSTEM_DB -I$(DB_INCLUDES) .ENDIF +CFLAGS+=-g -O0 + APP1TARGET = so$/unopkg APP1OBJS = $(OBJFILES) APP1STDLIBS = $(SALLIB) $(UNOPKGAPPLIB) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
