Blame SPECS/compat-sap-c++-10.spec

221010
%global __python /usr/bin/python3
221010
%global scl 1
221010
%global scl_prefix compat-sap-
221010
%global _root_prefix /opt/rh/SAP
221010
%global _root_infodir %{_root_prefix}/%{_infodir}
221010
%global _root_mandir %{_root_prefix}/%{_mandir}
221010
%{?scl:%global __strip strip}
221010
%{?scl:%global __objdump objdump}
221010
%global DATE 20200507
221010
%global gitrev 563509ad4338c7193d06f4008e9df657990628a5
221010
%global gcc_version 10.1.1
221010
%global gcc_major 10
221010
# Note, gcc_release must be integer, if you want to add suffixes to
221010
# %%{release}, append them after %%{gcc_release} on Release: line.
221010
%global gcc_release 1
221010
%global _unpackaged_files_terminate_build 0
221010
%undefine _annotated_build
221010
%global multilib_64_archs sparc64 ppc64 s390x x86_64
221010
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le ppc64p7 s390 s390x %{arm} aarch64
221010
%global attr_ifunc 1
221010
%else
221010
%global attr_ifunc 0
221010
%endif
221010
%ifarch x86_64
221010
%global multilib_32_arch i686
221010
%endif
221010
Summary: C++ compatibility runtime library for SAP applications
221010
Name: %{?scl_prefix}c++-10
221010
ExclusiveArch: x86_64 ppc64le
221010
Version: %{gcc_version}
221010
Release: %{gcc_release}%{?dist}
221010
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
221010
# GCC Runtime Exception.
221010
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
221010
# The source for this package was pulled from upstream's vcs.  Use the
221010
# following commands to generate the tarball:
221010
# git clone --depth 1 git://gcc.gnu.org/git/gcc.git gcc-dir.tmp
221010
# git --git-dir=gcc-dir.tmp/.git fetch --depth 1 origin %%{gitrev}
221010
# git --git-dir=gcc-dir.tmp/.git archive --prefix=%%{name}-%%{version}-%%{DATE}/ %%{gitrev} | xz -9e > %%{name}-%%{version}-%%{DATE}.tar.xz
221010
# rm -rf gcc-dir.tmp
221010
Source0: gcc-%{version}-%{DATE}.tar.xz
221010
URL: http://gcc.gnu.org
221010
# Need binutils with -pie support >= 2.14.90.0.4-4
221010
# Need binutils which can omit dot symbols and overlap .opd on ppc64 >= 2.15.91.0.2-4
221010
# Need binutils which handle -msecure-plt on ppc >= 2.16.91.0.2-2
221010
# Need binutils which support .weakref >= 2.16.91.0.3-1
221010
# Need binutils which support --hash-style=gnu >= 2.17.50.0.2-7
221010
# Need binutils which support mffgpr and mftgpr >= 2.17.50.0.2-8
221010
# Need binutils which support --build-id >= 2.17.50.0.17-3
221010
# Need binutils which support %%gnu_unique_object >= 2.19.51.0.14
221010
# Need binutils which support .cfi_sections >= 2.19.51.0.14-33
221010
# Need binutils which support --no-add-needed >= 2.20.51.0.2-12
221010
# Need binutils which support -plugin
221010
# Need binutils which support .loc view >= 2.30
221010
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
221010
BuildRequires: binutils >= 2.19.51.0.14-33
221010
# While gcc doesn't include statically linked binaries, during testing
221010
# -static is used several times.
221010
BuildRequires: glibc-static
221010
BuildRequires: gcc, gcc-c++
221010
BuildRequires: zlib-devel, gettext, dejagnu, bison, flex, texinfo, sharutils, gcc-gfortran
221010
BuildRequires: /usr/bin/pod2man
221010
# For VTA guality testing
221010
BuildRequires: gdb
221010
# Make sure pthread.h doesn't contain __thread tokens
221010
# Make sure glibc supports stack protector
221010
# Make sure glibc supports DT_GNU_HASH
221010
BuildRequires: glibc-devel >= 2.4.90-13
221010
BuildRequires: elfutils-devel >= 0.147
221010
BuildRequires: elfutils-libelf-devel >= 0.147
221010
%if 0%{?rhel} >= 8
221010
BuildRequires: libzstd-devel
221010
%endif
221010
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
221010
# Make sure glibc supports TFmode long double
221010
BuildRequires: glibc >= 2.3.90-35
221010
%endif
221010
%ifarch %{multilib_64_archs} sparcv9 ppc
221010
# Ensure glibc{,-devel} is installed for both multilib arches
221010
BuildRequires: /lib/libc.so.6 /usr/lib/libc.so /lib64/libc.so.6 /usr/lib64/libc.so
221010
%endif
221010
%ifarch ia64
221010
BuildRequires: libunwind >= 0.98
221010
%endif
221010
# Need .eh_frame ld optimizations
221010
# Need proper visibility support
221010
# Need -pie support
221010
# Need --as-needed/--no-as-needed support
221010
# On ppc64, need omit dot symbols support and --non-overlapping-opd
221010
# Need binutils that owns /usr/bin/c++filt
221010
# Need binutils that support .weakref
221010
# Need binutils that supports --hash-style=gnu
221010
# Need binutils that support mffgpr/mftgpr
221010
# Need binutils that support --build-id
221010
# Need binutils that support %%gnu_unique_object
221010
# Need binutils that support .cfi_sections
221010
# Need binutils that support --no-add-needed
221010
# Need binutils that support -plugin
221010
# Need binutils that support .loc view >= 2.30
221010
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
221010
# Don't require this for compat-sap-c++ (#1491573).
221010
#Requires: binutils >= 2.19.51.0.14-33
221010
# Make sure gdb will understand DW_FORM_strp
221010
Conflicts: gdb < 5.1-2
221010
# Don't require this for compat-sap-c++ (#1491573).
221010
#Requires: glibc-devel >= 2.2.90-12
221010
%ifarch ppc ppc64 ppc64le ppc64p7 s390 s390x sparc sparcv9 alpha
221010
# Make sure glibc supports TFmode long double
221010
Requires: glibc >= 2.3.90-35
221010
%endif
221010
Requires: libgcc >= 4.1.2-43
221010
# Keep this for now.
221010
Requires: libgomp >= 4.4.4-13
221010
BuildRequires: gmp-devel >= 4.1.2-8
221010
BuildRequires: mpfr-devel >= 2.2.1
221010
%if 0%{?rhel} >= 7
221010
BuildRequires: libmpc-devel >= 0.8.1
221010
%endif
221010
AutoReq: true
221010
AutoProv: false
221010
# Don't provide this for compat-sap-c++ (#1491573).
221010
#%ifarch sparc64 ppc64 ppc64le s390x x86_64 ia64
221010
#Provides: liblto_plugin.so.0()(64bit)
221010
#%else
221010
#Provides: liblto_plugin.so.0
221010
#%endif
221010
%global oformat %{nil}
221010
%global oformat2 %{nil}
221010
%ifarch %{ix86}
221010
%global oformat OUTPUT_FORMAT(elf32-i386)
221010
%endif
221010
%ifarch x86_64
221010
%global oformat OUTPUT_FORMAT(elf64-x86-64)
221010
%global oformat2 OUTPUT_FORMAT(elf32-i386)
221010
%endif
221010
%ifarch ppc
221010
%global oformat OUTPUT_FORMAT(elf32-powerpc)
221010
%global oformat2 OUTPUT_FORMAT(elf64-powerpc)
221010
%endif
221010
%ifarch ppc64
221010
%global oformat OUTPUT_FORMAT(elf64-powerpc)
221010
%global oformat2 OUTPUT_FORMAT(elf32-powerpc)
221010
%endif
221010
%ifarch s390
221010
%global oformat OUTPUT_FORMAT(elf32-s390)
221010
%endif
221010
%ifarch s390x
221010
%global oformat OUTPUT_FORMAT(elf64-s390)
221010
%global oformat2 OUTPUT_FORMAT(elf32-s390)
221010
%endif
221010
%ifarch ia64
221010
%global oformat OUTPUT_FORMAT(elf64-ia64-little)
221010
%endif
221010
%ifarch ppc64le
221010
%global oformat OUTPUT_FORMAT(elf64-powerpcle)
221010
%endif
221010
%ifarch aarch64
221010
%global oformat OUTPUT_FORMAT(elf64-littleaarch64)
221010
%endif
221010
221010
Patch0: gcc10-hack.patch
221010
Patch1: gcc10-i386-libgomp.patch
221010
Patch2: gcc10-sparc-config-detection.patch
221010
Patch3: gcc10-libgomp-omp_h-multilib.patch
221010
Patch4: gcc10-libtool-no-rpath.patch
221010
Patch7: gcc10-no-add-needed.patch
221010
Patch8: gcc10-foffload-default.patch
221010
Patch9: gcc10-Wno-format-security.patch
221010
Patch10: gcc10-rh1574936.patch
221010
Patch11: gcc10-d-shared-libphobos.patch
221010
221010
%if 0%{?rhel} > 7
221010
%global nonsharedver 80
221010
%else
221010
%if 0%{?rhel} == 7
221010
%global nonsharedver 48
221010
%else
221010
%global nonsharedver 44
221010
%endif
221010
%endif
221010
221010
%if 0%{?scl:1}
221010
%global _gnu %{nil}
221010
%else
221010
%global _gnu -gnueabi
221010
%endif
221010
%ifarch sparcv9
221010
%global gcc_target_platform sparc64-%{_vendor}-%{_target_os}
221010
%endif
221010
%ifarch ppc ppc64p7
221010
%global gcc_target_platform ppc64-%{_vendor}-%{_target_os}
221010
%endif
221010
%ifnarch sparcv9 ppc ppc64p7
221010
%global gcc_target_platform %{_target_platform}
221010
%endif
221010
221010
%description
221010
This package provides runtime compatibility libraries for use by SAP
221010
application binaries only.
221010
221010
%prep
221010
%setup -q -n gcc-%{version}-%{DATE}
221010
%patch0 -p0 -b .hack~
221010
%patch1 -p0 -b .i386-libgomp~
221010
%patch2 -p0 -b .sparc-config-detection~
221010
%patch3 -p0 -b .libgomp-omp_h-multilib~
221010
%patch4 -p0 -b .libtool-no-rpath~
221010
%patch7 -p0 -b .no-add-needed~
221010
%patch8 -p0 -b .foffload-default~
221010
%patch9 -p0 -b .Wno-format-security~
221010
%if 0%{?fedora} >= 29 || 0%{?rhel} > 7
221010
%patch10 -p0 -b .rh1574936~
221010
%endif
221010
%patch11 -p0 -b .d-shared-libphobos~
221010
221010
echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
221010
221010
cp -a libstdc++-v3/config/cpu/i{4,3}86/atomicity.h
221010
cp -a libstdc++-v3/config/cpu/i{4,3}86/opt
221010
echo 'TM_H += $(srcdir)/config/rs6000/rs6000-modes.h' >> gcc/config/rs6000/t-rs6000
221010
221010
./contrib/gcc_update --touch
221010
221010
LC_ALL=C sed -i -e 's/\xa0/ /' gcc/doc/options.texi
221010
221010
sed -i -e 's/Common Driver Var(flag_report_bug)/& Init(1)/' gcc/common.opt
221010
221010
%ifarch ppc
221010
if [ -d libstdc++-v3/config/abi/post/powerpc64-linux-gnu ]; then
221010
  mkdir -p libstdc++-v3/config/abi/post/powerpc64-linux-gnu/64
221010
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{,64/}baseline_symbols.txt
221010
  mv libstdc++-v3/config/abi/post/powerpc64-linux-gnu/{32/,}baseline_symbols.txt
221010
  rm -rf libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32
221010
fi
221010
%endif
221010
%ifarch sparc
221010
if [ -d libstdc++-v3/config/abi/post/sparc64-linux-gnu ]; then
221010
  mkdir -p libstdc++-v3/config/abi/post/sparc64-linux-gnu/64
221010
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{,64/}baseline_symbols.txt
221010
  mv libstdc++-v3/config/abi/post/sparc64-linux-gnu/{32/,}baseline_symbols.txt
221010
  rm -rf libstdc++-v3/config/abi/post/sparc64-linux-gnu/32
221010
fi
221010
%endif
221010
221010
%build
221010
221010
# Undo the broken autoconf change in recent Fedora versions
221010
export CONFIG_SITE=NONE
221010
221010
rm -rf obj-%{gcc_target_platform}
221010
mkdir obj-%{gcc_target_platform}
221010
cd obj-%{gcc_target_platform}
221010
221010
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
221010
221010
CC=gcc
221010
CXX=g++
221010
OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mfpmath=sse/-mfpmath=sse -msse2/g'`
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-Werror=format-security/-Wformat-security/g'`
221010
%ifarch sparc
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
221010
%endif
221010
%ifarch %{ix86}
221010
OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-march=i.86//g'`
221010
%endif
221010
OPT_FLAGS=`echo "$OPT_FLAGS" | sed -e 's/[[:blank:]]\+/ /g'`
221010
CONFIGURE_OPTS="\
221010
	--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
221010
	--with-bugurl=http://bugzilla.redhat.com/bugzilla \
221010
	--enable-shared --enable-threads=posix --enable-checking=release \
221010
%ifarch ppc64le
221010
	--enable-targets=powerpcle-linux --disable-multilib \
221010
%else
221010
	--enable-multilib \
221010
%endif
221010
	--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
221010
	--enable-gnu-unique-object \
221010
	--enable-linker-build-id --with-gcc-major-version-only \
221010
	--enable-plugin --with-linker-hash-style=gnu \
221010
	--enable-initfini-array \
221010
	--disable-libquadmath \
221010
	--disable-libsanitizer \
221010
	--disable-libvtv \
221010
	--disable-libgomp \
221010
	--disable-libitm \
221010
	--disable-libssp \
221010
	--disable-libatomic \
221010
	--disable-libcilkrts \
221010
	--without-isl \
221010
	--disable-libmpx \
221010
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
221010
%if %{attr_ifunc}
221010
	--enable-gnu-indirect-function \
221010
%endif
221010
%endif
221010
%ifarch ppc ppc64 ppc64le ppc64p7
221010
	--enable-secureplt \
221010
%endif
221010
%ifarch ppc ppc64 ppc64p7
221010
%if 0%{?rhel} >= 7
221010
	--with-cpu-32=power7 --with-tune-32=power7 --with-cpu-64=power7 --with-tune-64=power7 \
221010
%else
221010
	--with-cpu-32=power4 --with-tune-32=power6 --with-cpu-64=power4 --with-tune-64=power6 \
221010
%endif
221010
%endif
221010
%ifarch ppc64le
221010
	--with-cpu-32=power8 --with-tune-32=power8 --with-cpu-64=power8 --with-tune-64=power8 \
221010
%endif
221010
%ifarch ppc
221010
	--build=%{gcc_target_platform} --target=%{gcc_target_platform} --with-cpu=default32
221010
%endif
221010
%ifarch %{ix86} x86_64
221010
	--with-tune=generic \
221010
%endif
221010
%if 0%{?rhel} >= 7
221010
%ifarch %{ix86}
221010
	--with-arch=x86-64 \
221010
%endif
221010
%ifarch x86_64
221010
	--with-arch_32=x86-64 \
221010
%endif
221010
%else
221010
%ifarch %{ix86}
221010
	--with-arch=i686 \
221010
%endif
221010
%ifarch x86_64
221010
	--with-arch_32=i686 \
221010
%endif
221010
%endif
221010
	--build=%{gcc_target_platform} \
221010
	"
221010
221010
CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
221010
	CXXFLAGS="`echo " $OPT_FLAGS " | sed 's/ -Wall / /g;s/ -fexceptions / /g' \
221010
		  | sed 's/ -Wformat-security / -Wformat -Wformat-security /'`" \
221010
	XCFLAGS="$OPT_FLAGS" TCFLAGS="$OPT_FLAGS" \
221010
	../configure --enable-bootstrap \
221010
	--enable-languages=c,c++,lto \
221010
	$CONFIGURE_OPTS
221010
221010
221010
make %{?_smp_mflags} BOOT_CFLAGS="$OPT_FLAGS"
221010
221010
%install
221010
rm -fr %{buildroot}
221010
221010
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
221010
mkdir -p %{buildroot}%{_root_prefix}/%{_lib}
221010
cd obj-%{gcc_target_platform}
221010
./gcc/xgcc -v 2> %{buildroot}%{_root_prefix}/%{_lib}/README%{gcc_major}
221010
221010
cp %{gcc_target_platform}/libstdc++-v3/src/.libs/libstdc++.so.6.0.* %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
221010
cd %{buildroot}%{_root_prefix}/%{_lib}/
221010
ln -sf compat-sap-c++-%{gcc_version}.so %{buildroot}%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_major}.so
221010
221010
%check
221010
cd obj-%{gcc_target_platform}
221010
221010
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
221010
221010
# run the tests.
221010
make %{?_smp_mflags} -k check RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
221010
( LC_ALL=C ../contrib/test_summary -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults
221010
rm -rf gcc/testsuite.prev
221010
mv gcc/testsuite{,.prev}
221010
rm -f gcc/site.exp
221010
make %{?_smp_mflags} -C gcc -k check-gcc check-g++ ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}' compat.exp struct-layout-1.exp" || :
221010
mv gcc/testsuite/gcc/gcc.sum{,.sent}
221010
mv gcc/testsuite/g++/g++.sum{,.sent}
221010
( LC_ALL=C ../contrib/test_summary -o -t || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}' > testresults2
221010
rm -rf gcc/testsuite.compat
221010
mv gcc/testsuite{,.compat}
221010
mv gcc/testsuite{.prev,}
221010
echo ====================TESTING=========================
221010
cat testresults
221010
echo ===`gcc --version | head -1` compatibility tests====
221010
cat testresults2
221010
echo ====================TESTING END=====================
221010
mkdir testlogs-%{_target_platform}-%{version}-%{release}
221010
for i in `find . -name \*.log | grep -F testsuite/ | grep -v 'config.log\|acats.*/tests/'`; do
221010
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/ || :
221010
done
221010
for i in `find gcc/testsuite.compat -name \*.log | grep -v 'config.log\|acats.*/tests/'`; do
221010
  ln $i testlogs-%{_target_platform}-%{version}-%{release}/`basename $i`.compat || :
221010
done
221010
tar cf - testlogs-%{_target_platform}-%{version}-%{release} | bzip2 -9c \
221010
  | uuencode testlogs-%{_target_platform}.tar.bz2 || :
221010
rm -rf testlogs-%{_target_platform}-%{version}-%{release}
221010
221010
%clean
221010
rm -rf %{buildroot}
221010
221010
%files
221010
%defattr(-,root,root,-)
221010
%dir %{_root_prefix}
221010
%dir %{_root_prefix}/%{_lib}
221010
%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_version}.so
221010
%{_root_prefix}/%{_lib}/compat-sap-c++-%{gcc_major}.so
221010
%{_root_prefix}/%{_lib}/README%{gcc_major}
221010
221010
%changelog
221010
* Thu Jun  4 2020 Marek Polacek <polacek@redhat.com> 10.1.1-1
221010
- new package