From owner-freebsd-openoffice@FreeBSD.ORG Sun May 8 04:11:39 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 838AB1065675; Sun, 8 May 2011 04:11:39 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 06F0D8FC12; Sun, 8 May 2011 04:11:38 +0000 (UTC) Received: from lstewart-laptop.caia.swin.edu.au (124-168-20-57.dyn.iinet.net.au [124.168.20.57]) by lauren.room52.net (Postfix) with ESMTPSA id 3A1A57E824; Sun, 8 May 2011 13:51:46 +1000 (EST) Message-ID: <4DC61348.5090106@freebsd.org> Date: Sun, 08 May 2011 13:51:36 +1000 From: Lawrence Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110504 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.5 required=5.0 tests=UNPARSEABLE_RELAY, URI_NOVOWEL autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lauren.room52.net Cc: freebsd-ports@freebsd.org Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 04:11:39 -0000 Hi, I've attempted to build OO 3.3.0 on two separate machines set up from scratch recently and both are unable to complete the OO build. My most recent attempt to build is with a ports tree cvsup'd yesterday (2011-05-07) and all my installed ports were built from the ports tree and are up to date. Some details about the system: lstewart@lstewart-laptop> uname -a FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri May 6 00:41:20 EST 2011 lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 Relevant lines from /etc/make.conf: .if ${.CURDIR:M*/editors/openoffice.org-3} WITH_KDE4=1 LOCALIZED_LANG=en-GB .endif I'm running KDE 4.6.2. The problem stems from the "moz" build module. Here are the last few lines of console output when the make dies: ########## Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util drawinglayer deliver Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util slideshow deliver 1 module(s): moz need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from moz *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. ########## The OO build log for the "moz" module says this: ########## gmake[5]: Entering directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' Makefile:83: *** missing separator. Stop. gmake[5]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' gmake[4]: *** [export] Error 2 gmake[4]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' gmake[3]: *** [export] Error 2 gmake[3]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' gmake[1]: *** [tier_99] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' gmake: *** [default] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_ooo_mozab' ########## Sure enough, line 83 of /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile looks like this: SHARED_LIBRARY_LIBS + = $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) The space between the "+" and "=" looks like the problem to me. Some sort of Makefile template problem perhaps? If I delete the space to make "+=" and re-run make from the editors/openoffice.org-3 port dir, the build dies again in the "moz" module. The console output when the make dies this time looks like: ########## Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation slideshow deliver Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util drawinglayer deliver 1 module(s): moz need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from moz *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. ########## and the last few lines of the OO build log output for the "moz" module says this: ########## gmake[5]: Entering directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' nsMsgSMIMEFactory.cpp c++ -o nsMsgSMIMEFactory.o -c -I../../../../dist/include/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/mime -I../../../../dist/include/msgcompose -I../../../../dist/include/pipnss -I../../../../dist/include/necko -I../../../../dist/include/intl -I../../../../dist/include/caps -I../../../../dist/include/msgsmime -I../../../../dist/include -I../../../../dist/include/nspr -I/usr/local/include -fPIC -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp gmake[5]: *** No rule to make target `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. Stop. gmake[5]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' gmake[1]: *** [tier_99] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' gmake: *** [default] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_ooo_mozab' ########## and that's where I run out of clue about how to fix the problem ;) Any help to fix this would be greatly appreciated. Cheers, Lawrence From owner-freebsd-openoffice@FreeBSD.ORG Sun May 8 13:37:59 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29DF9106564A; Sun, 8 May 2011 13:37:59 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id E3D608FC18; Sun, 8 May 2011 13:37:58 +0000 (UTC) Received: by pvg11 with SMTP id 11so2671136pvg.13 for ; Sun, 08 May 2011 06:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=gqpBgiasPFtrVCZvVutn9+jKTAazBDkuBrsqb2HJOZY=; b=GCtLOCVfK5RIRXpqfyKyhZB0hL6WGkGL3JGS4d/t/r2vC6SaajOmW/1M+g4l28r7Mi FezPeoOfAN9EoYrzRjBBw2b2a3zoRr8PDmbTakGXDMuK9j3O/GjVdI26Y+fVZE1LaJ2A vRb2xEapukeDkOT3V72l8+aDRFWZkhAMiSaMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=u+u9j4NIv1I2Kp5KIYbPsDk8UXzpsQH57KnqbWMazJ3Nl3kcT6A5wbnuGUkUMCVNBO co7/rANpSH9ozEz/C9mVBXFJBVOC50exGxb+lq2m13gM3JErSKaFNaIaacm/gkZO9FWK PoB7jz5CGB2UGWVzhsgb85Kpt7PM+WRQmJZ4o= Received: by 10.68.17.129 with SMTP id o1mr8410359pbd.178.1304860363917; Sun, 08 May 2011 06:12:43 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id y7sm3442637pbg.43.2011.05.08.06.12.39 (version=SSLv3 cipher=OTHER); Sun, 08 May 2011 06:12:41 -0700 (PDT) Sender: Maho NAKATA Date: Sun, 08 May 2011 22:12:35 +0900 (JST) Message-Id: <20110508.221235.1049390459241955982.chat95@mac.com> To: lstewart@freebsd.org From: Maho NAKATA In-Reply-To: <4DC61348.5090106@freebsd.org> References: <4DC61348.5090106@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 13:37:59 -0000 Hi Thanks for your report. I'm aware of this issue, since my OOo build is broken at the same place. Sorry and I don't have a clue yet, but, I guess from folllowing error message, somehow moz module invoke make instead gmake. > Makefile:83: *** missing separator. Stop. thanks, Nakata Maho From: Lawrence Stewart Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE Date: Sun, 08 May 2011 13:51:36 +1000 > Hi, > > I've attempted to build OO 3.3.0 on two separate machines set up from > scratch recently and both are unable to complete the OO build. > > My most recent attempt to build is with a ports tree cvsup'd yesterday > (2011-05-07) and all my installed ports were built from the ports tree > and are up to date. Some details about the system: > > lstewart@lstewart-laptop> uname -a > FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri > May 6 00:41:20 EST 2011 > lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 > > Relevant lines from /etc/make.conf: > > .if ${.CURDIR:M*/editors/openoffice.org-3} > WITH_KDE4=1 > LOCALIZED_LANG=en-GB > .endif > > I'm running KDE 4.6.2. > > > > > The problem stems from the "moz" build module. Here are the last few > lines of console output when the make dies: > > ########## > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util > > drawinglayer deliver > > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util > > slideshow deliver > > 1 module(s): > moz > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz > > Attention: if you fix the errors in above module(s) you may prolongue > your the build issuing command: > > build --from moz > > *** Error code 1 > > Stop in /usr/ports/editors/openoffice.org-3. > ########## > > > > > The OO build log for the "moz" module says this: > > ########## > gmake[5]: Entering directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > Makefile:83: *** missing separator. Stop. > gmake[5]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > gmake[4]: *** [export] Error 2 > gmake[4]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' > gmake[3]: *** [export] Error 2 > gmake[3]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' > gmake[2]: *** [export] Error 2 > gmake[2]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' > gmake[1]: *** [tier_99] Error 2 > gmake[1]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' > gmake: *** [default] Error 2 > dmake: Error code 2, while making > './unxfbsdx.pro/misc/build/so_built_ooo_mozab' > ########## > > > > > Sure enough, line 83 of > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile > looks like this: > > SHARED_LIBRARY_LIBS + = > $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) > > The space between the "+" and "=" looks like the problem to me. Some > sort of Makefile template problem perhaps? > > If I delete the space to make "+=" and re-run make from the > editors/openoffice.org-3 port dir, the build dies again in the "moz" > module. The console output when the make dies this time looks like: > > ########## > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation > > slideshow deliver > > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util > > drawinglayer deliver > > 1 module(s): > moz > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz > > Attention: if you fix the errors in above module(s) you may prolongue > your the build issuing command: > > build --from moz > > *** Error code 1 > > Stop in /usr/ports/editors/openoffice.org-3. > ########## > > > > > > and the last few lines of the OO build log output for the "moz" module > says this: > > > ########## > gmake[5]: Entering directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > nsMsgSMIMEFactory.cpp > c++ -o nsMsgSMIMEFactory.o -c > -I../../../../dist/include/system_wrappers -include > ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API > -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 > -I../../../../dist/include/xpcom -I../../../../dist/include/string > -I../../../../dist/include/mime -I../../../../dist/include/msgcompose > -I../../../../dist/include/pipnss -I../../../../dist/include/necko > -I../../../../dist/include/intl -I../../../../dist/include/caps > -I../../../../dist/include/msgsmime -I../../../../dist/include > -I../../../../dist/include/nspr -I/usr/local/include -fPIC > -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions > -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual > -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long > -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O > -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include > ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp > ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp > gmake[5]: *** No rule to make target > `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. > Stop. > gmake[5]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > gmake[4]: *** [libs] Error 2 > gmake[4]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' > gmake[1]: *** [tier_99] Error 2 > gmake[1]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' > gmake: *** [default] Error 2 > dmake: Error code 2, while making > './unxfbsdx.pro/misc/build/so_built_ooo_mozab' > ########## > > and that's where I run out of clue about how to fix the problem ;) > > Any help to fix this would be greatly appreciated. > > Cheers, > Lawrence > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to > "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-openoffice@FreeBSD.ORG Mon May 9 08:37:03 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32CE6106564A; Mon, 9 May 2011 08:37:03 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrz3028.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id DF3FF8FC08; Mon, 9 May 2011 08:37:02 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 8A14B5B178; Mon, 9 May 2011 10:14:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 87F205B156; Mon, 9 May 2011 10:14:19 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 6A9975D2FB; Mon, 9 May 2011 10:14:19 +0200 (CEST) Received: from lexx.ifp.tuwien.ac.at ([128.131.127.223]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2FP2) with ESMTP id 2011050910141888-39120 ; Mon, 9 May 2011 10:14:18 +0200 Date: Mon, 9 May 2011 10:14:16 +0200 From: Alexey Shuvaev To: Maho NAKATA Message-ID: <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> MIME-Version: 1.0 In-Reply-To: <20110508.221235.1049390459241955982.chat95@mac.com> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2FP2|March 22, 2011) at 05/09/2011 10:14:19 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2FP2|March 22, 2011) at 05/09/2011 10:14:19 AM, Serialize complete at 05/09/2011 10:14:19 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: lstewart@freebsd.org, freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 08:37:03 -0000 On Sun, May 08, 2011 at 10:12:35PM +0900, Maho NAKATA wrote: > Hi > > Thanks for your report. I'm aware of this issue, since my OOo build > is broken at the same place. Sorry and I don't have a clue yet, but, > I guess from folllowing error message, somehow moz module > invoke make instead gmake. > > Makefile:83: *** missing separator. Stop. > > thanks, > Nakata Maho > > From: Lawrence Stewart > Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE > Date: Sun, 08 May 2011 13:51:36 +1000 > > > Hi, > > > > I've attempted to build OO 3.3.0 on two separate machines set up from > > scratch recently and both are unable to complete the OO build. > > > > My most recent attempt to build is with a ports tree cvsup'd yesterday > > (2011-05-07) and all my installed ports were built from the ports tree > > and are up to date. Some details about the system: > > > > lstewart@lstewart-laptop> uname -a > > FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri > > May 6 00:41:20 EST 2011 > > lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 > > > > Relevant lines from /etc/make.conf: > > > > .if ${.CURDIR:M*/editors/openoffice.org-3} > > WITH_KDE4=1 > > LOCALIZED_LANG=en-GB The workaround could be to add WITHOUT_MOZILLA=yes here. > > .endif > > > > I'm running KDE 4.6.2. > > > > > > > > > > The problem stems from the "moz" build module. Here are the last few > > lines of console output when the make dies: > > HTH, Alexey. From owner-freebsd-openoffice@FreeBSD.ORG Mon May 9 10:48:50 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 231B5106564A for ; Mon, 9 May 2011 10:48:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp11.lnh.mail.rcn.net [207.172.157.101]) by mx1.freebsd.org (Postfix) with ESMTP id C76A88FC15 for ; Mon, 9 May 2011 10:48:49 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 May 2011 06:18:53 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BBL05840; Mon, 9 May 2011 06:18:52 -0400 Received-SPF: None identity=pra; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 May 2011 06:18:51 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19911.49035.640793.627189@jerusalem.litteratus.org> Date: Mon, 9 May 2011 06:18:51 -0400 To: Alexey Shuvaev In-Reply-To: <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: lstewart@freebsd.org, freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 10:48:50 -0000 Alexey Shuvaev writes: > > > I've attempted to build OO 3.3.0 on two separate machines set up from > > > scratch recently and both are unable to complete the OO build. > > The workaround could be to add > WITHOUT_MOZILLA=yes > here. If I remember correctly: this will work, but cost you some piece of functionality. Please check whether that piece is important before implementing. Resoectfully, Robert Huff From owner-freebsd-openoffice@FreeBSD.ORG Mon May 9 11:08:22 2011 Return-Path: Delivered-To: openoffice@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8442106566C for ; Mon, 9 May 2011 11:08:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B7D098FC24 for ; Mon, 9 May 2011 11:08:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p49B8MRb071719 for ; Mon, 9 May 2011 11:08:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p49B8MGQ071717 for openoffice@FreeBSD.org; Mon, 9 May 2011 11:08:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 May 2011 11:08:22 GMT Message-Id: <201105091108.p49B8MGQ071717@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: openoffice@FreeBSD.org Cc: Subject: Current problem reports assigned to openoffice@FreeBSD.org X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 11:08:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/154674 openoffice Build of editors/openoffice.org-3 3.0 fails o ports/154448 openoffice editors/openoffice.org-3: /usr/local/openoffice.org-3. p ports/152262 openoffice [patch] editors/openoffice.org-3 o ports/151884 openoffice editors/openoffice.org-3-devel port misbehaviour o ports/148918 openoffice [patch] editors/openoffice.org-3-devel/Makefile fixes o ports/143949 openoffice editors/openoffice-3: system unzip pickiness unhelpful 6 problems total. From owner-freebsd-openoffice@FreeBSD.ORG Thu May 12 01:54:10 2011 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01B48106566B; Thu, 12 May 2011 01:54:10 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id B6B528FC14; Thu, 12 May 2011 01:54:09 +0000 (UTC) Received: by pvg11 with SMTP id 11so661052pvg.13 for ; Wed, 11 May 2011 18:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=dQKkzuNPEXJ+vQvZ/8aWeg9F3KK1UJ9pxo2tF71N324=; b=ebk0xyGjXzOMAPKpKIEwrXFGupgGHiKijliULfL5uJnQqTpey7FtXN8mD3TpNeHFCE 7ICsUCNln6A5f41ls0g8iONhXR3Jd9R5/nG8HuthAWAKQwu5xmQr7H6iAJ4EPBidSsVf eAVZjJxGerdzCmYTrz7kdgP9ciDg4Tv7VQtTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=PrTuSM6tAblueRkNTgjeXCFLFdNXhXz6JxYTVUHq0Ghwl+LvW3T6Y9n7SgoC0aEOCC UVXA1MvG1X+LjAl9KpU+dYsfAP0Isyx2EHhL37Vb0u8jjyLdgVWM6OcIYmsxdpc6lXr4 ecsi0n9J6iOGc9DbPwsiq7zenMkUEaHsk90xI= Received: by 10.68.62.234 with SMTP id b10mr13380436pbs.48.1305165249098; Wed, 11 May 2011 18:54:09 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id k9sm341153pbc.34.2011.05.11.18.54.05 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 18:54:07 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 12 May 2011 10:54:03 +0900 (JST) Message-Id: <20110512.105403.1125568313704426840.chat95@mac.com> To: lstewart@freebsd.org From: Maho NAKATA In-Reply-To: <20110508.221235.1049390459241955982.chat95@mac.com> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 01:54:10 -0000 Hi I also reproduced in the tinderbox... From: Maho NAKATA Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE Date: Sun, 08 May 2011 22:12:35 +0900 (JST) > Hi > > Thanks for your report. I'm aware of this issue, since my OOo build > is broken at the same place. Sorry and I don't have a clue yet, but, > I guess from folllowing error message, somehow moz module > invoke make instead gmake. >> Makefile:83: *** missing separator. Stop. > > thanks, > Nakata Maho > > From: Lawrence Stewart > Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE > Date: Sun, 08 May 2011 13:51:36 +1000 > >> Hi, >> >> I've attempted to build OO 3.3.0 on two separate machines set up from >> scratch recently and both are unable to complete the OO build. >> >> My most recent attempt to build is with a ports tree cvsup'd yesterday >> (2011-05-07) and all my installed ports were built from the ports tree >> and are up to date. Some details about the system: >> >> lstewart@lstewart-laptop> uname -a >> FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri >> May 6 00:41:20 EST 2011 >> lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 >> >> Relevant lines from /etc/make.conf: >> >> .if ${.CURDIR:M*/editors/openoffice.org-3} >> WITH_KDE4=1 >> LOCALIZED_LANG=en-GB >> .endif >> >> I'm running KDE 4.6.2. >> >> >> >> >> The problem stems from the "moz" build module. Here are the last few >> lines of console output when the make dies: >> >> ########## >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util >> >> drawinglayer deliver >> >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util >> >> slideshow deliver >> >> 1 module(s): >> moz >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz >> >> Attention: if you fix the errors in above module(s) you may prolongue >> your the build issuing command: >> >> build --from moz >> >> *** Error code 1 >> >> Stop in /usr/ports/editors/openoffice.org-3. >> ########## >> >> >> >> >> The OO build log for the "moz" module says this: >> >> ########## >> gmake[5]: Entering directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> Makefile:83: *** missing separator. Stop. >> gmake[5]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> gmake[4]: *** [export] Error 2 >> gmake[4]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' >> gmake[3]: *** [export] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' >> gmake[2]: *** [export] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' >> gmake[1]: *** [tier_99] Error 2 >> gmake[1]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' >> gmake: *** [default] Error 2 >> dmake: Error code 2, while making >> './unxfbsdx.pro/misc/build/so_built_ooo_mozab' >> ########## >> >> >> >> >> Sure enough, line 83 of >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile >> looks like this: >> >> SHARED_LIBRARY_LIBS + = >> $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) >> >> The space between the "+" and "=" looks like the problem to me. Some >> sort of Makefile template problem perhaps? >> >> If I delete the space to make "+=" and re-run make from the >> editors/openoffice.org-3 port dir, the build dies again in the "moz" >> module. The console output when the make dies this time looks like: >> >> ########## >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation >> >> slideshow deliver >> >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util >> >> drawinglayer deliver >> >> 1 module(s): >> moz >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz >> >> Attention: if you fix the errors in above module(s) you may prolongue >> your the build issuing command: >> >> build --from moz >> >> *** Error code 1 >> >> Stop in /usr/ports/editors/openoffice.org-3. >> ########## >> >> >> >> >> >> and the last few lines of the OO build log output for the "moz" module >> says this: >> >> >> ########## >> gmake[5]: Entering directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> nsMsgSMIMEFactory.cpp >> c++ -o nsMsgSMIMEFactory.o -c >> -I../../../../dist/include/system_wrappers -include >> ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API >> -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 >> -I../../../../dist/include/xpcom -I../../../../dist/include/string >> -I../../../../dist/include/mime -I../../../../dist/include/msgcompose >> -I../../../../dist/include/pipnss -I../../../../dist/include/necko >> -I../../../../dist/include/intl -I../../../../dist/include/caps >> -I../../../../dist/include/msgsmime -I../../../../dist/include >> -I../../../../dist/include/nspr -I/usr/local/include -fPIC >> -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions >> -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual >> -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long >> -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O >> -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include >> ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp >> ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp >> gmake[5]: *** No rule to make target >> `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. >> Stop. >> gmake[5]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> gmake[4]: *** [libs] Error 2 >> gmake[4]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' >> gmake[3]: *** [libs] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' >> gmake[2]: *** [libs] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' >> gmake[1]: *** [tier_99] Error 2 >> gmake[1]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' >> gmake: *** [default] Error 2 >> dmake: Error code 2, while making >> './unxfbsdx.pro/misc/build/so_built_ooo_mozab' >> ########## >> >> and that's where I run out of clue about how to fix the problem ;) >> >> Any help to fix this would be greatly appreciated. >> >> Cheers, >> Lawrence >> _______________________________________________ >> freebsd-openoffice@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice >> To unsubscribe, send any mail to >> "freebsd-openoffice-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" >