Hello all,
I am building OpenOffice trunk in a CentOSX Environment running as a
docker image. Anyone has an Idea where to look. The versions look very
old and even for CentOSx not up to time.
My host system is Arch Linux. I run into a strange QA Issue:
Entering workspace/AOO/github/main/sal/qa/osl/condition
../../../unxlngx6.pro/bin/sal_ut_osl_condition: /lib64/libstdc++.so.6:
version `GLIBCXX_3.4.20' not found (required by
workspace/AOO/github/main/solver/450/unxlngx6.pro/lib/libgtest.so.0)
../../../unxlngx6.pro/bin/sal_ut_osl_condition: /lib64/libstdc++.so.6:
version `CXXABI_1.3.9' not found (required by
workspace/AOO/github/main/solver/450/unxlngx6.pro/lib/libgtest.so.0)
../../../unxlngx6.pro/bin/sal_ut_osl_condition: /lib64/libstdc++.so.6:
version `GLIBCXX_3.4.26' not found (required by
workspace/AOO/github/main/solver/450/unxlngx6.pro/lib/libgtest.so.0)
../../../unxlngx6.pro/bin/sal_ut_osl_condition: /lib64/libstdc++.so.6:
version `GLIBCXX_3.4.21' not found (required by
workspace/AOO/github/main/solver/450/unxlngx6.pro/lib/libgtest.so.0)
dmake: Error code 1, while making 'sal_ut_osl_condition_run'
My Config:
./configure \
--with-dmake-path=/usr/local/bin/dmake \
--with-epm=/usr/local/bin/epm \
--with-ant-home=/ant \
--with-lang="${LANGS}" \
--with-jdk-home=${jdkhome} \
--with-package-format="installed" \
--with-vendor="Petko Testbuild"\
--with-build-version="aoo4ever-$(date +"%Y-%m-%d %H:%M") - `uname
-sm`\n ${GitHash}" \
--with-system-stdlibs \
--enable-crashdump=yes \
--enable-category-b \
--enable-beanshell \
--enable-wiki-publisher \
--enable-bundled-dictionaries \
--enable-opengl \
--enable-dbus \
--without-junit \
--without-stlport \
--disable-odk \
--without-fonts
My Docker build environment:
FROM centos:7
RUN yum update -y
RUN echo "assumeyes=1" >> /etc/yum.conf
RUN yum install epel-release -y
RUN yum install -y\
gcc \
expat-devel \
openssl-devel \
autoconf \
gcc-c++ \
cups-devel \
pam-devel \
java-1.8.0-openjdk-devel \
rpm-build \
dpkg \
fakeroot \
gperf \
freetype-devel \
libX11-devel \
libXt-devel \
fontconfig-devel \
libXrandr-devel \
bison \
flex \
GConf2-devel \
gnome-vfs2-devel \
gtk2-devel \
gstreamer-devel \
gstreamer-plugins-base-devel \
gstreamer1-devel \
gstreamer1-plugins-base-devel \
mesa-libGLU-devel \
wget \
subversion \
ccache \
glib2-devel \
dbus-glib-devel \
perl \
ORBit2-devel
RUN ccache -M 2G
RUN wget
http://mirrors.nxnethosting.com/apache//ant/binaries/apache-ant-1.9.15-bin.tar.bz2
RUN tar xvf apache-ant-1.9.15-bin.tar.bz2
RUN mv apache-ant-1.9.15 ant
RUN yum install \
cpan \
perl-libwww-perl \
perl-Archive-Zip \
perl-Digest-SHA \
perl-XML-Parser \
perl-Crypt-SSLeay \
perl-Env \
perl-LWP-Protocol-https \
perl-Test-Simple \
perl-File-Path
RUN wget https://github.com/jimjag/dmake/archive/v4.13.1/dmake-4.13.1.tar.gz
RUN tar xvf dmake-4.13.1.tar.gz
WORKDIR /dmake-4.13.1
RUN ./configure --prefix=/usr/local; make install
WORKDIR /
RUN wget https://github.com/jimjag/epm/archive/v5.0.0/epm-5.0.0.tar.gz
RUN tar xvf epm-5.0.0.tar.gz
WORKDIR epm-5.0.0
RUN ./configure --prefix=/usr/local ; make -i install
RUN yum install -y git autoconf
--
This is the Way! http://www.apache.org/theapacheway/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]