You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andrew Rist (Created) (JIRA)" <ji...@apache.org> on 2011/12/08 05:33:39 UTC

[jira] [Created] (INFRA-4197) More Buildbots for Apache OpenOffice

More Buildbots for Apache OpenOffice
------------------------------------

                 Key: INFRA-4197
                 URL: https://issues.apache.org/jira/browse/INFRA-4197
             Project: Infrastructure
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: Buildbot
         Environment: Windows 7
Mac
Solaris x86
            Reporter: Andrew Rist


Expand Apache OpenOffice nightly build to include more platforms. 
First up - a build on Windows.  (most important platform for the product)
Then Solaris x86.  (it's easy - just like Linux)
Then Mac.  


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13205188#comment-13205188 ] 

Gavin commented on INFRA-4197:
------------------------------

build working, mostly passing, Andrew is working on the rest of the ubuntu32bit build.

Solaris left to do, that wont be for a week or more.
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Gavin (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin reassigned INFRA-4197:
----------------------------

    Assignee: Gavin
    
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165685#comment-13165685 ] 

Andrew Rist edited comment on INFRA-4197 at 12/14/11 7:28 PM:
--------------------------------------------------------------

build commands on win - run inside a cygwin shell (from runbuild.bat)

cd /cygdrive/c/apache
"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcvarsall.bat"
svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
cp -rfv ../../main_xtra/* .
autoconf
./configure --enable-verbose --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC" --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29" --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)" --with-ant-home="/cygdrive/c/ant"  --without-junit --disable-atl --disable-activex
./bootstrap
source winenv.Set.sh
date
dmake
date
cd ../..
                
      was (Author: arist):
    build commands on win - run inside a cygwin shell (from runbuild.bat)

cd /cygdrive/c/apache
"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcvarsall.bat"
svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
cp -rfv ../../main_xtra/* .
autoconf
./configure --enable-verbose --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC" --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29" --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)" --with-ant-home="/cygdrive/c/ant"  --without-junit
./bootstrap
source winenv.Set.sh
date
dmake
date
cd ../..
                  
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217390#comment-13217390 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

on linux32 needed to add ORBit2.0 packages

package list becomes: 
sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev libpam0g-dev 
openjdk-7-jdk gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev libxrandr-dev patch 
libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev junit junit4 epm 
libgstreamer-plugins-base0.10-dev librsvg2-dev python-dev 
subversion autoconf rpm libdbus-glib-1-dev libdbus-glib-1-dev libgl1-mesa-dev 
libglu1-mesa-dev libglib2.0-dev libidl-dev liborbit2-dev
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13170122#comment-13170122 ] 

Gavin commented on INFRA-4197:
------------------------------

I've made a start, so far all went well with cygwin installs except XML::Parser that cant find a C compiler for whatever reason.
Will update again tomorrow.
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208739#comment-13208739 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

may need the addition of to the Linux packages

list becomes:
sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev libpam0g-dev 
openjdk-7-jdk gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev libxrandr-dev patch 
libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev junit junit4 epm 
libgstreamer-plugins-base0.10-dev librsvg2-dev python-dev 
subversion autoconf rpm libdbus-glib-1-dev libdbus-glib-1-dev libgl1-mesa-dev 
libglu1-mesa-dev  libglib2.0-dev libidl-dev

There is also a question of character set - there are UTF8 characters in files which are getting caught by javac steps as javac is defaulting to ASCII in response to system  settings.  Need to "set the default locale to UTF-8 anyway"  
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13218940#comment-13218940 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

on Linux32 buildbot we're running into "undefined reference to ..." issues with "ld returned 1 exit status"
assuming    /usr/bin/ld -> /usr/bin/ld.bfd    can we      ln -s /usr/bin/ld.gold /usr/bin/ld   

this should solve the ld issue.
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Issue Comment Edited) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165685#comment-13165685 ] 

Andrew Rist edited comment on INFRA-4197 at 12/15/11 9:13 PM:
--------------------------------------------------------------

build commands on win - run inside a cygwin shell (from runbuild.bat)

cd /cygdrive/c/apache
"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcvarsall.bat"
svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
cp -rfv ../../main_xtra/* .
autoconf
./configure --enable-verbose --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC" --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29" --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)" --with-ant-home="/cygdrive/c/ant"  --without-junit --disable-atl --disable-activex
./bootstrap
source winenv.Set.sh
date
cd instsetoo_native
perl $SOLARENV/bin/build.pl --all --html
date
cd ../..
                
      was (Author: arist):
    build commands on win - run inside a cygwin shell (from runbuild.bat)

cd /cygdrive/c/apache
"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcvarsall.bat"
svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
cp -rfv ../../main_xtra/* .
autoconf
./configure --enable-verbose --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC" --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29" --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)" --with-ant-home="/cygdrive/c/ant"  --without-junit --disable-atl --disable-activex
./bootstrap
source winenv.Set.sh
date
dmake
date
cd ../..
                  
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165684#comment-13165684 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

software install process on win client from install_bin/readme with resources linked from 
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows 

1. install cygwin with the following packages (cygwin/setup.exe)

Category Archive:
unzip
zip
Category Devel:
autoconf
bison
flex
gcc-g++
gperf
make
openssl-devel
readline
subversion 
Category Net:
openssh
openssl
Category Perl:
perl
Category Shells:
mintty
Category Utils:
gnupg
patch
Category Web:
wget

open cygwin.bat
cd /bin
rm awk.exe
cp gawk.exe awk.exe
exit

open cygwin.bat
perl -MCPAN -e shell
install Archive::Zip
install XML::Parser 
install URI
install LWP::UserAgent
install Crypt::SSLeay
install SOAP::Lite
exit

2. install Visual C++ 2008 Express Compiler (basic install, no optional parts required) (vcsetup.exe)
3. default install jdk (jdk-6u29-windows-i586.exe or jdk-6u29-windows-x64.exe)
4. install Windows SDK for Windows Server 2008 (Setup.exe no samples - no docs)
5. install ant at c:\ant  (apache-ant-1.8.2-bin.zip - no docs)  unzip to c:\ and rename folder apache-ant-1.8.2 -> ant
6. default install NSIS (nsis-2.46-setup.exe)
7. download and install Microsoft DirectX SDK ( http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=6812 )
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13172433#comment-13172433 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

Here is the Solaris recipe (with credit going to L'oiseau de mer)

1.Solaris 10 x 86 u10(10/8) "full installation".
2.Solaris Studio 12.3 "full installation".
3.install blastwave csw's svn
4.compile and install gnu's coreutils , bison , patch to  /usr/gnu/
5.compile and install epm 3.7(patched version) to /usr
(4 and 5 is ./configure --prefix=XXX && make && make install)
(5 first need /usr/gnu/bin/patch -i epm-3.7.patch)
6./opt/csw/bin/svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
7.wget http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll
 to  main/external/unowinreg
8.wget https://github.com/downloads/KentBeck/junit/junit-4.10.jar  to /one-place
9.mv /usr/ccs/bin/make /usr/ccs/bin/sunmake && mv /usr/sfw/bin/gmake
/usr/bin/make
10.export CC=/opt/solarisstudio12.3/bin/cc
11.export CXX=/opt/solarisstudio12.3/bin/CC
12.export PATH=/usr/gnu/bin/:/usr/bin/:/opt/solarisstudio12.3/bin/:/usr/sfw/bin/:$PATH
13.cd main/ && autoconf
(I forget autoconf,automake is exist or not in default Solaris System)
14. ./configure --disable-cups --disable-mozilla
--with-junit=/one-place/junit-4.10.jar --disable-gtk
15. ./bootstrape
16. source SolarisX86Env.Set.sh
17.cd instsetoo_native && build --all
18.play to the score to modify code
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204885#comment-13204885 ] 

Gavin commented on INFRA-4197:
------------------------------

Starting the Linux32 deps now. The original issue list of deps mentioned sun-java6-jdk , do you still need that or can we start using openjdk-6-jdk or openjdk-7-jdk ?
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217575#comment-13217575 ] 

Gavin commented on INFRA-4197:
------------------------------

Am I to conclude that you just want liborbit2-dev installed?

Having an upto date package list is nice, but it hides from me what you actually want installed.
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13203959#comment-13203959 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

Windows buildbot now up and running.
directory structure altered to allow for multiple platforms on Master for reporting.
Linux32 buildbot next and in process
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165685#comment-13165685 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

build commands on win - run inside a cygwin shell (from runbuild.bat)

cd /cygdrive/c/apache
"/cygdrive/c/Program Files/Microsoft Visual Studio 9.0/VC/vcvarsall.bat"
svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
cp -rfv ../../main_xtra/* .
autoconf
./configure --enable-verbose --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" --with-cl-home="/cygdrive/c/Progra~1/Microsoft Visual Studio 9.0/VC" --with-jdk-home="/cygdrive/c/PROGRA~1/Java/jdk1.6.0_29" --with-psdk-home="/cygdrive/c/PROGRA~1/Microsoft SDKs/Windows/v6.1" --with-directx-home="C:\PROGRA~1\Microsoft DirectX SDK (June 2010)" --with-ant-home="/cygdrive/c/ant"  --without-junit
./bootstrap
source winenv.Set.sh
date
dmake
date
cd ../..
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13165683#comment-13165683 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

For windows build bot.
 - general instructions for creating build machine with links to software downloads is at http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Windows
 - I've staged a bundle of resources in my p.a.o directory under ~arist/winbld    dnld the c_apache.zip and expand it into build directory.
 - follow directions in install_bin/readme  (it's all set to use c:\apache as build directory)
 - when machine is set up, open a cygwin shell and run commands in runbuild.bat

next couple of comments will immortalize the contents or readme and runbuild
                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4197) More Buildbots for Apache OpenOffice

Posted by "Andrew Rist (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13204933#comment-13204933 ] 

Andrew Rist commented on INFRA-4197:
------------------------------------

This is an updated list which enables build of rpms

my ubu clean install needed the following packages: 
sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev libpam0g-dev 
openjdk-6-jdk  gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev libxrandr-dev patch 
libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev junit junit4 epm
libgstreamer-plugins-base0.10-dev librsvg2-dev python-dev
subversion autoconf rpm libdbus-glib-1-dev libdbus-glib-1-dev libgl1-mesa-dev libglu1-mesa-dev

                
> More Buildbots for Apache OpenOffice
> ------------------------------------
>
>                 Key: INFRA-4197
>                 URL: https://issues.apache.org/jira/browse/INFRA-4197
>             Project: Infrastructure
>          Issue Type: Task
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>         Environment: Windows 7
> Mac
> Solaris x86
>            Reporter: Andrew Rist
>            Assignee: Gavin
>   Original Estimate: 1,008h
>  Remaining Estimate: 1,008h
>
> Expand Apache OpenOffice nightly build to include more platforms. 
> First up - a build on Windows.  (most important platform for the product)
> Then Solaris x86.  (it's easy - just like Linux)
> Then Mac.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira