problem downloading dependencies and building on Fedora x86-64

2016-06-29 Thread Carl Marcum

Hi all,

I'm attempting a build of 4.1.2 on Fedora 20 x64 from downloaded source 
to closely match the same configure options as the release except for 
adding:

--with-package-format="installed"


LANGS="ast bg ca ca-XR ca-XV cs da de el en-GB en-US es eu fi fr gd gl 
he hi hu it ja kid km ko lt nb nl pl pt pt-BR ru sk sl sr sv ta th tr vi 
zh-CN zh-TW"


./configure   \
 --with-build-version="$(date +"%Y-%m-%d %H:%M") - `uname 
-sm`" \

 --enable-verbose \
 --with-system-stdlibs \
 --enable-crashdump=yes \
 --enable-category-b \
 --enable-wiki-publisher \
 --enable-bundled-dictionaries \
 --enable-opengl  \
 --enable-dbus  \
 --enable-gstreamer \
 --with-package-format="rpm deb" \
 --with-lang="${LANGS}" \
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
\

--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz \
--with-package-format="installed"

during ./bootstrap I'm getting a lot of download errors like:

download from 
http://sourceforge.net/projects/hsqldb/files/hsqldb/hsqldb_1_8_0/hsqldb_1_8_0_10.zip/download 
failed

download failed



and my relevant output from "build --all"



=
Building module hsqldb
=

Entering /home/carl/dev/aoo/aoo-4.1.2/main/hsqldb

mkout -- version: 1.8
dmake:  Error: -- 
`./unxlngx6.pro/misc/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.unpack' 
not found, and can't be made


1 module(s):
hsqldb
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/home/carl/dev/aoo/aoo-4.1.2/main/hsqldb


When you have fixed the errors in that module you can resume the build 
by running:


build --all:hsqldb

Any help would be greatly appreciated.

Thanks,
Carl


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Configure failure

2016-06-29 Thread Patricia Shanahan
I retried configure, in case it was a temporary glitch in the Internet, 
and it worked this time. Thanks.


On 6/29/2016 4:12 PM, Damjan Jovanovic wrote:

The problem (near the end) is that it can't download libxml2:

download from http://xmlsoft.org/sources/libxml2-2.9.3.tar.gz failed (500
Can't connect to xmlsoft.org:80)
download failed
downloading to
C:/OpenOfficeDev/Trunk/ext_sources/daece17e045f1c107610e137ab50c179-libxml2-2.9.3.tar.gz.part
download from
http://iweb.dl.sourceforge.net/project/oooextras.mirror/daece17e045f1c107610e137ab50c179-libxml2-2.9.3.tar.g
z failed (404 Not Found)
download failed

On Thu, Jun 30, 2016 at 12:58 AM, Patricia Shanahan  wrote:


Full output:

checking whether configure is up-to-date... yes

*  *
*   Apache OpenOffice build configuration. *
*  *
*   The configure process checks your platform to see whether  *
*   you can build Apache OpenOffice on it. *
*   This process checks all pre-requisites and generates a file*
*   containing the necessary environment variables.*
*   Source this file after configure has ended successfully.   *
*  *
*   Warnings that are generated during the configure process   *
*   must be taken into account since it can be a reason for*
*   an unsuccessful build of Apache OpenOffice.*
*  *



*  *
*   Checking the platform pre-requisites.  *
*  *


checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking for custom pack.lst... no
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
cygwin
checking Cygwin version... 2.4.1(0.293/5/3)
head: cannot open '/etc/*-release' for reading: No such file or directory
CYGWIN_NT-6.3-WOW Jan2014Desktop 2.4.1(0.293/5/3) 2016-01-24 11:24 i686
Cygwin
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable crashdump feature... no
checking whether to use the standard non-optimizing compiler... no
checking whether to build/use the Windows 64bit shell extensions... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full
product build
checking whether to include symbols into final build... no
checking whether to strip the solver or not yes
checking whether to enable category B components... no: disabled modules
nss, hunspell, hyphen, saxon, rhino, graphite, co
inmp
checking whether to enable the Online Update support... yes
checking whether to enable unit tests... yes
checking whether to enable native CUPS support... no
checking whether to enable fontconfig support... no
checking whether to use DirectX... no
checking whether to use ActiveX... no
checking whether to use ATL... no
checking whether to use RPATH in shared libraries... yes
checking whether to use dicts from external paths... no
checking Windows build environment sanity... ok
checking for cygwin gcc/g++... found
checking for bash... /usr/bin/bash
checking gcc home... /usr
checking whether to enable pch feature... no
checking for GNU make... make
checking the GNU make version... make 4.1
3+:
checking for dmake... configure: no system or user-provided dmake found
dmake will be downloaded and compiled in bootstrap
checking for GNU or compatible BSD tar... tar
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for friendly registry keys... done
checking the Microsoft C/C++ Compiler... found
(/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found Compiler version
00153072 in "Microsoft (R) 32-bit C/C++ Opt
"mizing Compiler Version 15.00.30729.01
for 80x86
found .NET 2008 / VS 9.0.
checking for midl.exe... no
checking for csc.exe... no
checking .NET Framework... found
checking for sys/types.h... no
checking f

Re: Configure failure

2016-06-29 Thread Damjan Jovanovic
The problem (near the end) is that it can't download libxml2:

download from http://xmlsoft.org/sources/libxml2-2.9.3.tar.gz failed (500
Can't connect to xmlsoft.org:80)
download failed
downloading to
C:/OpenOfficeDev/Trunk/ext_sources/daece17e045f1c107610e137ab50c179-libxml2-2.9.3.tar.gz.part
download from
http://iweb.dl.sourceforge.net/project/oooextras.mirror/daece17e045f1c107610e137ab50c179-libxml2-2.9.3.tar.g
z failed (404 Not Found)
download failed

On Thu, Jun 30, 2016 at 12:58 AM, Patricia Shanahan  wrote:

> Full output:
>
> checking whether configure is up-to-date... yes
> 
> *  *
> *   Apache OpenOffice build configuration. *
> *  *
> *   The configure process checks your platform to see whether  *
> *   you can build Apache OpenOffice on it. *
> *   This process checks all pre-requisites and generates a file*
> *   containing the necessary environment variables.*
> *   Source this file after configure has ended successfully.   *
> *  *
> *   Warnings that are generated during the configure process   *
> *   must be taken into account since it can be a reason for*
> *   an unsuccessful build of Apache OpenOffice.*
> *  *
> 
>
> 
> *  *
> *   Checking the platform pre-requisites.  *
> *  *
> 
>
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for gawk... gawk
> checking for gawk... /usr/bin/gawk
> checking for sed... /usr/bin/sed
> checking for solenv environment... default
> checking for custom pack.lst... no
> checking build system type... i686-pc-cygwin
> checking host system type... i686-pc-cygwin
> checking target system type... i686-pc-cygwin
> cygwin
> checking Cygwin version... 2.4.1(0.293/5/3)
> head: cannot open '/etc/*-release' for reading: No such file or directory
> CYGWIN_NT-6.3-WOW Jan2014Desktop 2.4.1(0.293/5/3) 2016-01-24 11:24 i686
> Cygwin
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking whether to enable crashdump feature... no
> checking whether to use the standard non-optimizing compiler... no
> checking whether to build/use the Windows 64bit shell extensions... no
> checking whether to turn warnings to errors... no
> checking whether to do a debug build... no
> checking whether to build with additional debug utilities... no, full
> product build
> checking whether to include symbols into final build... no
> checking whether to strip the solver or not yes
> checking whether to enable category B components... no: disabled modules
> nss, hunspell, hyphen, saxon, rhino, graphite, co
> inmp
> checking whether to enable the Online Update support... yes
> checking whether to enable unit tests... yes
> checking whether to enable native CUPS support... no
> checking whether to enable fontconfig support... no
> checking whether to use DirectX... no
> checking whether to use ActiveX... no
> checking whether to use ATL... no
> checking whether to use RPATH in shared libraries... yes
> checking whether to use dicts from external paths... no
> checking Windows build environment sanity... ok
> checking for cygwin gcc/g++... found
> checking for bash... /usr/bin/bash
> checking gcc home... /usr
> checking whether to enable pch feature... no
> checking for GNU make... make
> checking the GNU make version... make 4.1
> 3+:
> checking for dmake... configure: no system or user-provided dmake found
> dmake will be downloaded and compiled in bootstrap
> checking for GNU or compatible BSD tar... tar
> checking for perl... /usr/bin/perl
> checking the Perl version... checked (perl 5)
> checking for required Perl modules... all modules found
> checking for friendly registry keys... done
> checking the Microsoft C/C++ Compiler... found
> (/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe)
> checking the Version of Microsoft C/C++ Compiler... found Compiler version
> 00153072 in "Microsoft (R) 32-bit C/C++ Opt
> "mizing Compiler Version 15.00.30729.01
> for 80x86
> found .NET 2008 / VS 9.0.
> checking for midl.exe... no
> checking for csc.exe... no
> checking .NET Framework... found
> checking for sys/types

Re: Configure failure

2016-06-29 Thread Patricia Shanahan

Full output:

checking whether configure is up-to-date... yes

*  *
*   Apache OpenOffice build configuration. *
*  *
*   The configure process checks your platform to see whether  *
*   you can build Apache OpenOffice on it. *
*   This process checks all pre-requisites and generates a file*
*   containing the necessary environment variables.*
*   Source this file after configure has ended successfully.   *
*  *
*   Warnings that are generated during the configure process   *
*   must be taken into account since it can be a reason for*
*   an unsuccessful build of Apache OpenOffice.*
*  *



*  *
*   Checking the platform pre-requisites.  *
*  *


checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking for custom pack.lst... no
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
cygwin
checking Cygwin version... 2.4.1(0.293/5/3)
head: cannot open '/etc/*-release' for reading: No such file or directory
CYGWIN_NT-6.3-WOW Jan2014Desktop 2.4.1(0.293/5/3) 2016-01-24 11:24 i686 
Cygwin

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether to enable crashdump feature... no
checking whether to use the standard non-optimizing compiler... no
checking whether to build/use the Windows 64bit shell extensions... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full 
product build

checking whether to include symbols into final build... no
checking whether to strip the solver or not yes
checking whether to enable category B components... no: disabled modules 
nss, hunspell, hyphen, saxon, rhino, graphite, co 
 inmp

checking whether to enable the Online Update support... yes
checking whether to enable unit tests... yes
checking whether to enable native CUPS support... no
checking whether to enable fontconfig support... no
checking whether to use DirectX... no
checking whether to use ActiveX... no
checking whether to use ATL... no
checking whether to use RPATH in shared libraries... yes
checking whether to use dicts from external paths... no
checking Windows build environment sanity... ok
checking for cygwin gcc/g++... found
checking for bash... /usr/bin/bash
checking gcc home... /usr
checking whether to enable pch feature... no
checking for GNU make... make
checking the GNU make version... make 4.1
3+:
checking for dmake... configure: no system or user-provided dmake found
dmake will be downloaded and compiled in bootstrap
checking for GNU or compatible BSD tar... tar
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for friendly registry keys... done
checking the Microsoft C/C++ Compiler... found 
(/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found Compiler 
version 00153072 in "Microsoft (R) 32-bit C/C++ Opt 
   "mizing 
Compiler Version 15.00.30729.01 for 80x86

found .NET 2008 / VS 9.0.
checking for midl.exe... no
checking for csc.exe... no
checking .NET Framework... found
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking size of long... 0
checking whether byte ordering is bigendian... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
no g++ includes
checking exception type...
checking what the default STL should be... checking whether we are 
allowed and ab

Re: Configure failure

2016-06-29 Thread Damjan Jovanovic
Please post the full output. The problem is earlier.



On Thu, Jun 30, 2016 at 12:46 AM, Patricia Shanahan  wrote:

> As part of my return-from-vacation, I did an "svn update" on my trunk
> checkout followed by an attempt to configure with my usual parameters:
>
> SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0"
> ./configure \
> --with-frame-home="$SDK_PATH" \
> --with-psdk-home="$SDK_PATH" \
> --with-midl-path="$SDK_PATH/bin" \
> --disable-directx \
> --with-ant-home="/cygdrive/c/ant" \
>
> --with-dmake-url="
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"; \
>
> --with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz";
> \
> --disable-pch \
> --disable-atl \
> --disable-activex \
> --without-junit \
> --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_79"
> ./bootstrap
> source winenv.set.sh
>
> The configure run failed with:
>
> some needed files could not be downloaded! at
> C:/OpenOfficeDev/Trunk/main/solenv/bin/download_external_dependencies.pl
> line 492, <$in> line 345.
> *** Error downloading external dependencies, please fix the previous
> problems and try again ***
>
>
> What causes this, and what can I do about it?
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>


Configure failure

2016-06-29 Thread Patricia Shanahan
As part of my return-from-vacation, I did an "svn update" on my trunk 
checkout followed by an attempt to configure with my usual parameters:


SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0"
./configure \
--with-frame-home="$SDK_PATH" \
--with-psdk-home="$SDK_PATH" \
--with-midl-path="$SDK_PATH/bin" \
--disable-directx \
--with-ant-home="/cygdrive/c/ant" \

--with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2"; 
\


--with-epm-url="http://www.msweet.org/files/project2/epm-3.7-source.tar.gz"; 
\

--disable-pch \
--disable-atl \
--disable-activex \
--without-junit \
--with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_79"
./bootstrap
source winenv.set.sh

The configure run failed with:

some needed files could not be downloaded! at 
C:/OpenOfficeDev/Trunk/main/solenv/bin/download_external_dependencies.pl 
lin 
   e 492, <$in> line 345.
*** Error downloading external dependencies, please fix the previous 
problems and try again ***



What causes this, and what can I do about it?




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Collaboration

2016-06-29 Thread Kay Schenk
On Wed, Jun 29, 2016 at 6:43 AM, marco_nat...@ymail.com.INVALID <
marco_nat...@ymail.com.invalid> wrote:

> i want resolve the editing bugs
>
> Inviato dal mio dispositivo Huawei


​Hi Marco --

A good start in learning what to do would be to take a look at our
orientation modules:
​http://openoffice.apache.org/orientation/index.html

especially the Development module.

Our "bugs" for all modules can be found in the Apache OpenOffice Bugzilla
DB.
Information: http://openoffice.apache.org/bug-tracking.html

We use svn for patch submission.

Once you've identified something you'd like to work on, please get back to
this list and we can help you.



-- 
--
MzK

"Time spent with cats is never wasted."
-- Sigmund Freud


Collaboration

2016-06-29 Thread marco_nat...@ymail.com.INVALID
i want resolve the editing bugs

Inviato dal mio dispositivo Huawei

Re: Spelling of Ancient Greek

2016-06-29 Thread Louis Suárez-Potts

louis=C2=A0

-Original Message-
=46rom:=C2=A0=CE=91=CF=80=CF=8C=CF=83=CF=84=CE=BF=CE=BB=CE=BF=CF=82 =CE=A3=
=CF=85=CF=81=CF=8C=CF=80=CE=BF=CF=85=CE=BB=CE=BF=CF=82 
Reply:=C2=A0dev=40openoffice.apache.org 
Date:=C2=A029 Jun 2016 at 14:31:10
To:=C2=A0dev=40openoffice.apache.org 
Subject:=C2=A0 Spelling of Ancient Greek

> Hello,
> =20
> Suppose i would like to prepare a document in ancient Greek using AOO.
> Naturally, I would like to enable hyphenation. To the best of my knowle=
dge,
> AOO is borrowing UT=46-8 hyphenation patterns that are used in the TeX =
world.
> If this is true, could you please let me know how can I create a hyphen=
ation
> file for AOO form a TeX hyphenation patterns=3F
> =20
> Thanks in advance.
> =20
> Apostolos Syropoulos
> =20
> =20
> --
> Apostolos Syropoulos
> Xanthi, Greece
> =20
> =20



signature.asc
Description: Message signed with OpenPGP using AMPGpg


Spelling of Ancient Greek

2016-06-29 Thread Απόστολος Συρόπουλος
Hello,

Suppose i would like to prepare a document in ancient Greek using AOO.
Naturally, I would like to enable hyphenation. To the best of my knowledge,
AOO is borrowing UTF-8 hyphenation patterns that are used in the TeX world.
If this is true, could you please let me know how can I create a hyphenation
file for AOO form a TeX hyphenation patterns?

Thanks in advance.

Apostolos Syropoulos 


--
Apostolos Syropoulos
Xanthi, Greece

  

Re: help building on Fedora x86-64

2016-06-29 Thread Carl Marcum

Thanks Kay !!

On 06/28/2016 11:23 AM, Kay Schenk wrote:



On 06/27/2016 05:37 PM, Carl Marcum wrote:

On 09/20/2015 02:10 PM, Andrea Pescetti wrote:

On 20/09/2015 Carl Marcum wrote:

I'm attempting my first AOO build and I'm using Fedora 20 x86-64
I think I have all the dependencies installed.


You can verify it at
https://wiki.openoffice.org/wiki/Fedora_Build_Instructions
(Fedora 19 will be OK as a reference).


I used:
./configure
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 



--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz 





You should try with a richer set if you want something closer to a
release. But let's start with these basic options for the moment.


[cmarcum]

I know this is and old thread of mine and I was able to get a build but
forgot to follow up.

Where should I look for the "official" set of configure flags to match a
release for Linux?

Thanks,
Carl


They should be in /devtools --

http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.2/

Just look at the scripts for your particular setup.







-
1 module(s):
 tools
need(s) to be rebuilt
Reason(s):
ERROR: error 65280 occurred while making 
/main/tools/prj

--
What would be the next step to finding out what this error is and 
how to

fix it?


The first step is to get more context. This is a standard build error,
which does not tell us anything about what is broken. If your build
command is simply "build --all" then please re-run it and include the
20 lines or so before the lines you sent. If you use parallel build
(like "build --all -P4 -- -P4") then please re-run it as simply "build
--all" to avoid overlapping output from parallel build, and still
include the 20 or so lines before the above.

I have a Fedora 20 system available in the set of systems I use to
build, and I built trunk on it yesterday, so we should be able to make
your build work too.

Regards,
  Andrea.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org




-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org






-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org