You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Yong Lin Ma <ma...@apache.org> on 2012/06/15 09:40:57 UTC

[Code] Build Error in bootstrap on Mac

Mac OS X 10.6

Fresh code checked out yesterday (14 Jun)

autoconf

./configure --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
--with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz
--disable-build-mozilla --enable-verbose --enable-category-b
--enable-minimizer --enable-presenter-console --enable-wiki-publisher
--disable-mozilla

./bootstrap

source-9.0.0.7-bj.zip exists, md5 is OK
ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not fulfilled
bsh-2.0b1-src.tar.gz exists, md5 is OK
downloading 1 missing tar balls to /Volumes/Mac/aoo34/ooo/ext_sources
downloading to /Volumes/Mac/aoo34/ooo/ext_sources/377a60170e5185eb63d3ed2fae98e621-README_silgraphite-2.3.1.txt.part
Can't locate object method "show_progress" via package
"LWP::UserAgent" at
/Volumes/Mac/aoo34/ooo/main/solenv/bin/download_external_dependencies.pl
line 442, <$in> line 352.
making and entering /Volumes/Mac/aoo34/ooo/main/solenv/unxmacxi.pro/misc/build/
can not find the dmake package


Anyone can help? Thank you.

Re: [Code] Build Error in bootstrap on Mac

Posted by Andre Fischer <af...@a-w-f.de>.
On 15.06.2012 11:42, Herbert Duerr wrote:
> Hi Yong Lin Ma,
>
>> Thank you for your help. It works.
>
> You're welcome.
>
>> I should google it first. My build environment worked before. Thought
>> it was caused by recent code change.
>
> The dependency on LWP::UserAgent got in with Andre's
> downnload_missing_extensions.pl (2012/03/16) and
> download_external_dependencies.pl (2012/06/04) scripts.

LWP::UserAgent was already a prerequisite.

-Andre

Re: [Code] Build Error in bootstrap on Mac

Posted by Herbert Duerr <hd...@apache.org>.
Hi Yong Lin Ma,

> Thank you for your help. It works.

You're welcome.

> I should google it first. My build environment worked before. Thought
> it was caused by recent code change.

The dependency on LWP::UserAgent got in with Andre's 
downnload_missing_extensions.pl (2012/03/16) and 
download_external_dependencies.pl (2012/06/04) scripts.

Herbert

Re: [Code] Build Error in bootstrap on Mac

Posted by Yong Lin Ma <ma...@apache.org>.
Fan, Herbert,
Thank you for your help. It works.

I should google it first. My build environment worked before. Thought
it was caused by recent code change.

On Fri, Jun 15, 2012 at 4:02 PM, Herbert Duerr <hd...@apache.org> wrote:
> Hi Yong Lin Ma,
>
>
>> Can't locate object method "show_progress" via package
>> "LWP::UserAgent" at
>
>
> This sounds like the problem mentioned in
> https://groups.google.com/forum/#!topic/pulledpork-users/Gq6MT27wp6w
>
> Maybe running
>        perl -MCPAN -e "upgrade LWP::UserAgent"
> helps.
>
> Herbert

Re: [Code] Build Error in bootstrap on Mac

Posted by Herbert Duerr <hd...@apache.org>.
Hi Yong Lin Ma,

> Can't locate object method "show_progress" via package
> "LWP::UserAgent" at

This sounds like the problem mentioned in
https://groups.google.com/forum/#!topic/pulledpork-users/Gq6MT27wp6w

Maybe running
	perl -MCPAN -e "upgrade LWP::UserAgent"
helps.

Herbert

Re: [Code] Build Error in bootstrap on Mac

Posted by Fan Zheng <zh...@gmail.com>.
hi, YongLin:

Although I did not met the same issue in Mac building process, I remember
that the OpenOffice build guide in Windows
has mentioned a similar issue. So perhaps you could take a look on it, some
kind of PERL package installation stuff.
Here is the link:
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows#installing_additional_perl_modules_in_cygwin


2012/6/15 Yong Lin Ma <ma...@apache.org>

> Mac OS X 10.6
>
> Fresh code checked out yesterday (14 Jun)
>
> autoconf
>
> ./configure --with-dmake-url=
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2
> --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz
> --disable-build-mozilla --enable-verbose --enable-category-b
> --enable-minimizer --enable-presenter-console --enable-wiki-publisher
> --disable-mozilla
>
> ./bootstrap
>
> source-9.0.0.7-bj.zip exists, md5 is OK
> ignoring silgraphite-2.3.1.tar.gz because its prerequisites are not
> fulfilled
> bsh-2.0b1-src.tar.gz exists, md5 is OK
> downloading 1 missing tar balls to /Volumes/Mac/aoo34/ooo/ext_sources
> downloading to
> /Volumes/Mac/aoo34/ooo/ext_sources/377a60170e5185eb63d3ed2fae98e621-README_silgraphite-2.3.1.txt.part
> Can't locate object method "show_progress" via package
> "LWP::UserAgent" at
> /Volumes/Mac/aoo34/ooo/main/solenv/bin/download_external_dependencies.pl
> line 442, <$in> line 352.
> making and entering /Volumes/Mac/aoo34/ooo/main/solenv/
> unxmacxi.pro/misc/build/
> can not find the dmake package
>
>
> Anyone can help? Thank you.
>