%bcond_with gcc5 %bcond_with systemd %define glibcversion 2.33 %define glibcsrcdir glibc-%{glibcversion} Summary: The GNU libc libraries Summary(ja): GNU libc ライブラリ Name: glibc Version: %{glibcversion} Release: 3%{?_dist_release}%{?with_systemd:.systemd} Group: system Vendor: Project Vine Distribution: Vine Linux # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional # exception which allows linking it into any kind of programs or shared # libraries without restrictions. License: LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ URL: http://www.gnu.org/software/glibc/ Source0: https://ftp.gnu.org/gnu/glibc/%{glibcsrcdir}.tar.xz Source1: build-locale-archive.c Source4: nscd.conf Source7: nsswitch.conf.vine Source8: power6emul.c Source9: bench.mk Source10: glibc-bench-compare # A copy of localedata/SUPPORTED in the Source0 tarball. The # SUPPORTED file is used below to generate the list of locale # packages, using a Lua snippet. Source11: SUPPORTED Source1000: rpm-old-changelog.txt # patched form upstream Patch0: glibc-2.33-20210409.patch # patches from Fedora #Patch1: glibc-post_upgrade.patch Patch2: glibc-fedora-nscd.patch Patch3: glibc-rh697421.patch Patch4: glibc-fedora-linux-tcsetattr.patch #Patch5: glibc-rh741105.patch Patch6: glibc-fedora-localedef.patch #Patch7: glibc-fedora-nis-rh188246.patch Patch8: glibc-fedora-manual-dircategory.patch Patch9: glibc-rh827510.patch # needed by build-locale-archive.c Patch10: glibc-fedora-locarchive.patch Patch12: glibc-rh819430.patch Patch13: glibc-fedora-localedata-rh61908.patch #Patch14: glibc-fedora-__libc_multiple_libcs.patch Patch15: glibc-rh1070416.patch Patch16: glibc-nscd-sysconfig.patch Patch17: glibc-cs-path.patch Patch18: glibc-c-utf8-locale.patch Patch23: glibc-python3.patch Patch29: glibc-fedora-nsswitch.patch # patch for Vine #Patch10001: glibc-2.18-vine-build-env.patch # security %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0} ### glibc.spec.in follows: %define run_glibc_tests 1 %define auxarches athlon sparcv9v sparc64v alphaev6 %if %{build_compat32} %define auxarches i586 athlon sparcv9 alphaev6 %endif %define xenarches i686 athlon %ifarch %{xenarches} %define buildxen 1 %define xenpackage 0 %else %define buildxen 0 %define xenpackage 0 %endif %ifarch ppc64 %define buildpower6 1 %else %define buildpower6 0 %endif %define biarcharches %{ix86} x86_64 ppc ppc64 s390 s390x %global _enable_debug_packages 1 %define debuginfocommonarches %{biarcharches} alpha alphaev6 %define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc} # Remove -s to get verbose output. %define silentrules PARALLELMFLAGS=-s # Only some architectures have static PIE support. %define pie_arches %{ix86} x86_64 # We need to run ldconfig manually because __brp_ldconfig assumes that # glibc itself is always installed in $RPM_BUILD_ROOT, but with sysroots # we may be installed into a subdirectory of that path. Therefore we # unset __brp_ldconfig and run ldconfig by hand with the sysroots path # passed to -r. %undefine __brp_ldconfig Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Obsoletes: glibc-profile < 2.4 Provides: ldconfig # The dynamic linker supports DT_GNU_HASH Provides: rtld(GNU_HASH) Requires: glibc-common = %{version}-%{release} # Require libgcc in case some program calls pthread_cancel in its %%post Requires(pre): basesystem, libgcc # This is for building auxiliary programs like memusage, nscd # For initial glibc bootstraps it can be commented out BuildRequires: gd-devel libpng-devel zlib-devel texinfo BuildRequires: audit-libs-devel >= 1.1.3, sed >= 3.95, libcap-devel, gettext, nss-devel BuildRequires: python3-devel BuildRequires: bison BuildRequires: /bin/ps, /bin/kill, /bin/awk # This is to ensure that __frame_state_for is exported by glibc # will be compatible with egcs 1.x.y BuildRequires: gcc >= 3.2 %define enablekernel 3.2 Conflicts: kernel < %{enablekernel} %ifarch i386 %define target_cpu i486 %else %define target_cpu %{_target_cpu} %endif %define target %{_target_cpu}-vine-linux %ifarch %{arm} %define target %{_target_cpu}-vine-linuxeabi %endif %ifarch %{power64} %define target ppc64-vine-linux %endif %ifarch %{multiarcharches} # Need STT_IFUNC support %ifarch ppc ppc64 BuildRequires: binutils >= 2.20.51.0.2 Conflicts: binutils < 2.20.51.0.2 %else BuildRequires: binutils >= 2.19.51.0.10 Conflicts: binutils < 2.19.51.0.10 %endif # Earlier releases have broken support for IRELATIVE relocations Conflicts: prelink < 0.4.2 %else # Need AS_NEEDED directive # Need --hash-style=* support BuildRequires: binutils >= 2.17.50.0.2-5 %endif BuildRequires: gcc >= 3.2.1-5 %ifarch ppc s390 s390x BuildRequires: gcc >= 4.1.0-0.17 %endif %if 0%{?_enable_debug_packages} BuildRequires: elfutils >= 0.72 BuildRequires: rpm >= 4.2-0.56 %endif # The testsuite builds static C++ binaries that require a static # C++ runtime from libstdc++-static. BuildRequires: libstdc++-static BuildRequires: tzdata %define __find_provides %{SOURCE10} %define __find_requires %{SOURCE11} %define _filter_GLIBC_PRIVATE 1 %description The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important sets of shared libraries: the standard C library and the standard math library. Without these two libraries, a Linux system will not function. %description -l ja glibc パッケージはシステム上の複数のプログラムで使われる標準ライブラリを ふくみます。ディスクスペースとメモリを節約したり、アップグレードを 用意にするために、共通のシステムコードは一つの場所におかれ、プログラム 間で共有されます。この部分的なパッケージはシェアドライブラリのかなり 重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。 この二つのライブラリ抜きでは、Linux システムは機能しません。 %package -n compat32-%{name} Summary: The GNU libc libraries. Summary(ja): GNU libc ライブラリ Group: system Requires: %{name} >= %{version}-%{release} %description -n compat32-%{name} The glibc package contains standard libraries which are used by multiple programs on the system. In order to save disk space and memory, as well as to make upgrading easier, common system code is kept in one place and shared between programs. This particular package contains the most important sets of shared libraries: the standard C library and the standard math library. Without these two libraries, a Linux system will not function. %description -n compat32-%{name} -l ja glibc パッケージはシステム上の複数のプログラムで使われる標準ライブラリを ふくみます。ディスクスペースとメモリを節約したり、アップグレードを 用意にするために、共通のシステムコードは一つの場所におかれ、プログラム 間で共有されます。この部分的なパッケージはシェアドライブラリのかなり 重要なセットをふくみます: 標準 C ライブラリと標準数値ライブラリです。 この二つのライブラリ抜きでは、Linux システムは機能しません。 %if %{xenpackage} %package xen Summary: The GNU libc libraries (optimized for running under Xen) Group: system Requires: glibc = %{version}-%{release}, glibc-utils = %{version}-%{release} %description xen The standard glibc package is optimized for native kernels and does not perform as well under the Xen hypervisor. This package provides alternative library binaries that will be selected instead when running under Xen. Install glibc-xen if you might run your system under the Xen hypervisor. %endif %package devel Summary: Object files for development using standard C libraries. Summary(ja): 標準 C ライブラリで使われるオブジェクトファイル Group: programming Requires(pre): /sbin/install-info Requires(pre): %{name}-headers Requires: %{name}-headers = %{version}-%{release} Requires: %{name} = %{version}-%{release} %description devel The glibc-devel package contains the object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard object files available in order to create the executables. Install glibc-devel if you are going to develop programs which will use the standard C libraries. %description devel -l ja glibc-devel パッケージには (ほとんどすべてのプログラムで使われる) 標準 C ライブラリを使用したプログラムを開発するためのオブジェクトファイルが 含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、 これらオブジェクトファイルを使用して実行ファイルを作成できます。 標準 C ライブラリを使用するプログラムを開発するなら glibc-devel をインストールしてください。 %package -n compat32-%{name}-devel Summary: Object files for development using standard C libraries. Summary(ja): 標準 C ライブラリで使われるオブジェクトファイル Group: programming Requires: %{name}-devel = %{version}-%{release} Requires: compat32-%{name} = %{version}-%{release} %description -n compat32-%{name}-devel The glibc-devel package contains the object files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard object files available in order to create the executables. Install glibc-devel if you are going to develop programs which will use the standard C libraries. %description -n compat32-%{name}-devel -l ja glibc-devel パッケージには (ほとんどすべてのプログラムで使われる) 標準 C ライブラリを使用したプログラムを開発するためのオブジェクトファイルが 含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、 これらオブジェクトファイルを使用して実行ファイルを作成できます。 標準 C ライブラリを使用するプログラムを開発するなら glibc-devel をインストールしてください。 %package static Summary: C library static libraries for -static linking. Summary(ja): -static リンクのための静的 C ライブラリ Group: programming Requires: %{name}-devel = %{version}-%{release} %description static The glibc-static package contains the C library static libraries for -static linking. You don't need these, unless you link statically, which is highly discouraged. %description static -l ja glibc-static パッケージには -static リンクで使用する静的 C ライブラリが 入っています。 静的ライブラリが必要な場合でなければ、このパッケージをインストールする ことは避けて下さい。 %package -n compat32-%{name}-static Summary: C library static libraries for -static linking. Summary(ja): -static リンクのための静的 C ライブラリ Group: programming Requires: %{name}-devel = %{version}-%{release} Requires: %{name}-static = %{version}-%{release} Requires: compat32-%{name}-devel = %{version}-%{release} %description -n compat32-%{name}-static The glibc-static package contains the C library static libraries for -static linking. You don't need these, unless you link statically, which is highly discouraged. %description -n compat32-%{name}-static -l ja glibc-static パッケージには -static リンクで使用する静的 C ライブラリが 入っています。 静的ライブラリが必要な場合でなければ、このパッケージをインストールする ことは避けて下さい。 %package headers Summary: Header files for development using standard C libraries. Summary(ja): 標準 C ライブラリで使われるヘッダーファイル Group: programming Provides: %{name}-headers(%{_target_cpu}) %ifarch x86_64 # If both -m32 and -m64 is to be supported on AMD64, x86_64 glibc-headers # have to be installed, not i586 ones. Obsoletes: %{name}-headers < %{version}-%{release} %endif Requires(pre): kernel-headers Requires: kernel-headers >= 2.2.1, %{name} = %{version}-%{release} BuildRequires: kernel-headers >= 2.6.22 %description headers The glibc-headers package contains the header files necessary for developing programs which use the standard C libraries (which are used by nearly all programs). If you are developing programs which will use the standard C libraries, your system needs to have these standard header files available in order to create the executables. Install glibc-headers if you are going to develop programs which will use the standard C libraries. %description headers -l ja glibc-headers パッケージには (ほとんどすべてのプログラムで使われる) 標準 C ライブラリを使用したプログラムを開発するためのヘッダーファイルが 含まれます。標準 C ライブラリを使用するプログラムを開発する場合には、 これら標準ヘッダーファイルを使用して実行ファイルを作成できます。 標準 C ライブラリを使用するプログラムを開発するなら glibc-headers をインストールしてください。 %package common Summary: Common binaries and locale data for glibc Summary(ja): glibc 用共通バイナリとロケールデータ Requires: %{name} = %{version}-%{release} Requires: tzdata >= 2003a Group: system %description common The glibc-common package includes common binaries for the GNU libc libraries, as well as national language (locale) support. This package include ja and en locale-archive. %description common -l ja glibc-common パッケージには GNU libc ライブラリ用の共用バイナリに 加えて、言語(ロケール)サポートや時間帯データベースが収められています。 このパッケージには日本語と英語のみの locale-archive が含まれます。 %package common-extra Summary: Extra Locale data for glibc Summary(ja): glibc 用ロケールデータ(日本語以外) Group: system Autoreq: false Requires(pre): %{name}-common = %{version}-%{release} %description common-extra The glibc-common-extra package includes national language (locale) support except for English and Japanese. %description common-extra -l ja glibc-common-extra パッケージには GNU libc ライブラリ用の英語と 日本語以外の言語(ロケール)が収められています。 %package locale-source Summary: The sources for the locales of glibc Summary(ja): glibc 用ロケールデータのソース Group: system Requires: %{name} = %{version}-%{release} Requires: %{name}-common = %{version}-%{release} %description locale-source The sources for all locales provided in glibc. If you are building custom locales you will most likely use these sources as the basis for your new locale. %package -n nscd Summary: A Name Service Caching Daemon (nscd). Summary(ja): ネームサービスキャッシングデーモン (nscd) Group: system Requires: %{name} = %{version}-%{release} Requires: audit-libs >= 1.1.3 Requires(pre): /usr/sbin/useradd, coreutils Requires(postun): /usr/sbin/userdel %if %{with systemd} Requires(post): systemd Requires(preun): systemd Requires(postun): systemd %else Requires(pre): /sbin/chkconfig %endif %description -n nscd Nscd caches name service lookups and can dramatically improve performance with NIS+, and may help with DNS as well. %description -n nscd -l ja nscd はネームサービス参照をキャッシュし、NIS+ のパフォーマンスを 劇的にに改善することができます。DNS のパフォーマンス向上にも同様に寄与します。 %package utils Summary: Development utilities from GNU C library Summary(ja): GNU C ライブラリの開発ユーティリティ Group: programming,admin-tools Requires: %{name} = %{version}-%{release} %description utils The glibc-utils package contains memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program debugging. If unsure if you need this, don't install this package. %description utils -l ja glibc-utils にはプログラムのデバッグに便利な以下のツールが収録されています: memusage (メモリ使用量プロファイラ)、mtrace (メモリリークトレーサ)、 xtrace (関数呼出しトレーサ)。 これらが必要かどうか分からない場合は、インストールする必要はありません。 %if 0%{?_enable_debug_packages} %define debug_package %{nil} %define __debug_install_post %{nil} %global __debug_package 1 # Disable thew new features that glibc packages don't use. %undefine _debugsource_packages %undefine _debuginfo_subpackages %undefine _unique_debug_names %undefine _unique_debug_srcs %package debuginfo Summary: Debug information for package %{name} Group: Development/Debug AutoReqProv: no %ifarch %{debuginfocommonarches} Requires: glibc-debuginfo-common = %{version}-%{release} %else %ifarch %{ix86} Obsoletes: glibc-debuginfo-common %endif %endif %description debuginfo This package provides debug information for package %{name}. Debug information is useful when developing applications that use this package or when debugging this package. This package also contains static standard C libraries with debugging information. You need this only if you want to step into C library routines during debugging programs statically linked against one or more of the standard C libraries. To use this debugging information, you need to link binaries with -static -L%{_prefix}/lib/debug%{_prefix}/%{_lib} compiler options. %ifarch %{debuginfocommonarches} %package debuginfo-common Summary: Debug information for package %{name} Group: Development/Debug AutoReqProv: no %description debuginfo-common This package provides debug information for package %{name}. Debug information is useful when developing applications that use this package or when debugging this package. %endif %endif %prep %autosetup -n %{glibcsrcdir} -p1 # Make benchmark scripts executable chmod +x benchtests/scripts/*.py scripts/pylint # Remove all files generated from patching. find . -type f -size 0 -o -name "*.orig" -exec rm -f {} \; # Ensure timestamps on configure files are current to prevent # regenerating them. touch `find . -name configure` # Ensure *-kw.h files are current to prevent regenerating them. touch locale/programs/*-kw.h # Verify that our copy of localedata/SUPPORTED matches the glibc # version. # # The separate file copy is used by the Lua parser above. # Patches or new upstream versions may change the list of locales, # which changes the set of langpacks we need to build. Verify the # differences then update the copy of SUPPORTED. This approach has # two purposes: (a) avoid spurious changes to the set of langpacks, # and (b) the Lua snippet can use a fully patched-up version # of the localedata/SUPPORTED file. diff -u %{SOURCE11} localedata/SUPPORTED cp -f %{SOURCE1000} ./ %build # We build using the native system compilers. GCC=gcc GXX=g++ # Part of rpm_inherit_flags. Is overridden below. rpm_append_flag () { BuildFlags="$BuildFlags $*" } # Propagates the listed flags to rpm_append_flag if supplied by # redhat-rpm-config. BuildFlags="-O2 -g" rpm_inherit_flags () { local reference=" $* " local flag for flag in $RPM_OPT_FLAGS $RPM_LD_FLAGS ; do if echo "$reference" | grep -q -F " $flag " ; then rpm_append_flag "$flag" fi done } # Propgate select compiler flags from redhat-rpm-config. These flags # are target-dependent, so we use only those which are specified in # redhat-rpm-config. We keep the -m32/-m32/-m64 flags to support # multilib builds. # # Note: For building alternative run-times, care is required to avoid # overriding the architecture flags which go into CC/CXX. The flags # below are passed in CFLAGS. rpm_inherit_flags \ "-Wp,-D_GLIBCXX_ASSERTIONS" \ "-fasynchronous-unwind-tables" \ "-fstack-clash-protection" \ "-funwind-tables" \ "-m31" \ "-m32" \ "-m64" \ "-march=armv8-a+lse" \ "-march=armv8.1-a" \ "-march=haswell" \ "-march=i686" \ "-march=x86-64" \ "-march=x86-64-v2" \ "-march=x86-64-v3" \ "-march=x86-64-v4" \ "-march=z13" \ "-march=z14" \ "-march=z15" \ "-march=zEC12" \ "-mbranch-protection=standard" \ "-mcpu=power10" \ "-mcpu=power8" \ "-mcpu=power9" \ "-mfpmath=sse" \ "-msse2" \ "-mstackrealign" \ "-mtune=generic" \ "-mtune=power10" \ "-mtune=power8" \ "-mtune=power9" \ "-mtune=z13" \ "-mtune=z14" \ "-mtune=z15" \ "-mtune=zEC12" \ "-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1" \ # libc_nonshared.a cannot be built with the default hardening flags # because the glibc build system is incompatible with # -D_FORTIFY_SOURCE. The object files need to be marked as to be # skipped in annobin annotations. (The -specs= variant of activating # annobin does not work here because of flag ordering issues.) # See . BuildFlagsNonshared="-Wa,--generate-missing-build-notes=yes" # Special flag to enable annobin annotations for statically linked # assembler code. Needs to be passed to make; not preserved by # configure. %define glibc_make_flags_as ASFLAGS="-g -Wa,--generate-missing-build-notes=yes" %define glibc_make_flags %{glibc_make_flags_as} ############################################################################## # %%build - Generic options. ############################################################################## EnableKernel="--enable-kernel=%{enablekernel}" # Save the used compiler and options into the file "Gcc" for use later # by %%install. echo "$GCC" > Gcc ############################################################################## # build() # Build glibc in `build-%{target}$1', passing the rest of the arguments # as CFLAGS to the build (not the same as configure CFLAGS). Several # global values are used to determine build flags, kernel version, # system tap support, etc. ############################################################################## build() { local builddir=build-%{target}${1:+-$1} ${1+shift} rm -rf $builddir mkdir $builddir pushd $builddir ../configure CC="$GCC" CXX="$GXX" CFLAGS="$BuildFlags $*" \ --prefix=%{_prefix} \ --with-headers=%{_prefix}/include $EnableKernel \ --with-nonshared-cflags="$BuildFlagsNonshared" \ --enable-bind-now \ --build=%{target} \ --enable-stack-protector=strong \ %ifarch %{pie_arches} --enable-static-pie \ %endif --enable-tunables \ %if 0 --enable-systemtap \ %endif ${core_with_options} \ %ifarch x86_64 %{ix86} --enable-cet \ %endif %ifarch %{ix86} --disable-multi-arch \ %endif %if %{without werror} --disable-werror \ %endif --disable-profile \ --without-selinux \ --disable-crypt || { cat config.log; false; } make %{?_smp_mflags} -O -r %{glibc_make_flags} popd } # Default set of compiler options. build %install rm -rf %{buildroot} # The built glibc is installed into a subdirectory of $RPM_BUILD_ROOT. # For a system glibc that subdirectory is "/" (the root of the filesystem). # This is called a sysroot (system root) and can be changed if we have a # distribution that supports multiple installed glibc versions. %define glibc_sysroot $RPM_BUILD_ROOT # Remove existing file lists. find . -type f -name '*.filelist' -exec rm -rf {} \; # Reload compiler and build options that were used during %%build. GCC=`cat Gcc` # Build and install: make -j1 install_root=%{glibc_sysroot} install -C build-%{target} # If we are not building an auxiliary arch then install all of the supported # locales. %ifnarch %{auxarches} pushd build-%{target} # Do not use a parallel make here because the hardlink optimization in # localedef is not fully reproducible when running concurrently. make install_root=%{glibc_sysroot} \ install-locales -C ../localedata objdir=`pwd` popd %endif # install_different: # Install all core libraries into DESTDIR/SUBDIR. Either the file is # installed as a copy or a symlink to the default install (if it is the # same). The path SUBDIR_UP is the prefix used to go from # DESTDIR/SUBDIR to the default installed libraries e.g. # ln -s SUBDIR_UP/foo.so DESTDIR/SUBDIR/foo.so. # When you call this function it is expected that you are in the root # of the build directory, and that the default build directory is: # "../build-%{target}" (relatively). # The primary use of this function is to install alternate runtimes # into the build directory and avoid duplicating this code for each # runtime. install_different() { local lib libbase libbaseso dlib local destdir="$1" local subdir="$2" local subdir_up="$3" local libdestdir="$destdir/$subdir" # All three arguments must be non-zero paths. if ! [ "$destdir" \ -a "$subdir" \ -a "$subdir_up" ]; then echo "One of the arguments to install_different was emtpy." exit 1 fi # Create the destination directory and the multilib directory. mkdir -p "$destdir" mkdir -p "$libdestdir" # Walk all of the libraries we installed... for lib in libc math/libm nptl/libpthread rt/librt nptl_db/libthread_db do libbase=${lib#*/} # Take care that `libbaseso' has a * that needs expanding so # take care with quoting. libbaseso=$(basename %{glibc_sysroot}/%{_lib}/${libbase}-*.so) # Only install if different from default build library. if cmp -s ${lib}.so ../build-%{target}/${lib}.so; then ln -sf "$subdir_up"/$libbaseso $libdestdir/$libbaseso else cp -a ${lib}.so $libdestdir/$libbaseso fi dlib=$libdestdir/$(basename %{glibc_sysroot}/%{_lib}/${libbase}.so.*) ln -sf $libbaseso $dlib done } ############################################################################## # Remove the files we don't want to distribute ############################################################################## # Remove the libNoVersion files. # XXX: This looks like a bug in glibc that accidentally installed these # wrong files. We probably don't need this today. rm -f %{glibc_sysroot}/%{_libdir}/libNoVersion* rm -f %{glibc_sysroot}/%{_lib}/libNoVersion* # Remove the old nss modules. rm -f %{glibc_sysroot}/%{_lib}/libnss1-* rm -f %{glibc_sysroot}/%{_lib}/libnss-*.so.1 # This statically linked binary is no longer necessary in a world where # the default Fedora install uses an initramfs, and further we have rpm-ostree # which captures the whole userspace FS tree. # Further, see https://github.com/projectatomic/rpm-ostree/pull/1173#issuecomment-355014583 rm -f %{glibc_sysroot}/{usr/,}sbin/sln ###################################################################### # Run ldconfig to create all the symbolic links we need ###################################################################### # Note: This has to happen before creating /etc/ld.so.conf. mkdir -p %{glibc_sysroot}/var/cache/ldconfig truncate -s 0 %{glibc_sysroot}/var/cache/ldconfig/aux-cache # ldconfig is statically linked, so we can use the new version. %{glibc_sysroot}/sbin/ldconfig -N -r %{glibc_sysroot} ############################################################################## # Install info files ############################################################################## %if %{with docs} # Move the info files if glibc installed them into the wrong location. if [ -d %{glibc_sysroot}%{_prefix}/info -a "%{_infodir}" != "%{_prefix}/info" ]; then mkdir -p %{glibc_sysroot}%{_infodir} mv -f %{glibc_sysroot}%{_prefix}/info/* %{glibc_sysroot}%{_infodir} rm -rf %{glibc_sysroot}%{_prefix}/info fi # Compress all of the info files. gzip -9nvf %{glibc_sysroot}%{_infodir}/libc* %else rm -f %{glibc_sysroot}%{_infodir}/dir rm -f %{glibc_sysroot}%{_infodir}/libc.info* %endif ############################################################################## # Create locale sub-package file lists ############################################################################## rm -f %{glibc_sysroot}/etc/localtime cp -f %{_datadir}/zoneinfo/Asia/Tokyo %{glibc_sysroot}/etc/localtime %ifnarch %{auxarches} olddir=`pwd` pushd %{glibc_sysroot}%{_prefix}/lib/locale rm -f locale-archive # Intentionally we do not pass --alias-file=, aliases will be added # by build-locale-archive. $olddir/build-%{target}/elf/ld.so \ --library-path $olddir/build-%{target}/ \ $olddir/build-%{target}/locale/localedef \ --prefix %{glibc_sysroot} --add-to-archive \ eo *_* # Setup the locale-archive template for use by glibc-all-langpacks. mv locale-archive{,-extra.tmpl} $olddir/build-%{target}/elf/ld.so \ --library-path $olddir/build-%{target}/ \ $olddir/build-%{target}/locale/localedef \ --prefix %{glibc_sysroot} --add-to-archive \ ja_JP* en_US* mv locale-archive{,.tmpl} cp -a locale-archive{.tmpl,-ja.tmpl} # Create the file lists for the language specific sub-packages: for i in eo *_* do lang=${i%%_*} # if [ ! -e langpack-${lang}.filelist ]; then # echo "%dir %{_prefix}/lib/locale" >> locales.filelist # fi echo "%dir %{_prefix}/lib/locale/$i" >> locales.filelist echo "%{_prefix}/lib/locale/$i/*" >> locales.filelist done popd pushd %{glibc_sysroot}%{_prefix}/share/locale for i in */LC_MESSAGES/libc.mo do locale=${i%%%%/*} lang=${locale%%%%_*} echo "%lang($lang) %{_prefix}/share/locale/${i}" \ >> %{glibc_sysroot}%{_prefix}/lib/locale/locales.filelist done popd mv %{glibc_sysroot}%{_prefix}/lib/locale/*.filelist . %endif ############################################################################## # Install configuration files for services ############################################################################## install -p -m 644 %{SOURCE7} %{glibc_sysroot}/etc/nsswitch.conf %ifnarch %{auxarches} # This is for ncsd - in glibc 2.2 install -m 644 nscd/nscd.conf %{glibc_sysroot}/etc %if %{with systemd} mkdir -p %{glibc_sysroot}%{_tmpfilesdir} install -m 644 %{SOURCE4} %{buildroot}%{_tmpfilesdir} mkdir -p %{glibc_sysroot}%{_unitdir} install -m 644 nscd/nscd.service nscd/nscd.socket %{glibc_sysroot}%{_unitdir}/ %else mkdir -p %{glibc_sysroot}/etc/rc.d/init.d install -m 755 nscd/nscd.init %{glibc_sysroot}/etc/rc.d/init.d/nscd %endif %endif # Include ld.so.conf echo 'include ld.so.conf.d/*.conf' > %{glibc_sysroot}/etc/ld.so.conf truncate -s 0 %{glibc_sysroot}/etc/ld.so.cache chmod 644 %{glibc_sysroot}/etc/ld.so.conf mkdir -p %{glibc_sysroot}/etc/ld.so.conf.d %ifnarch %{auxarches} mkdir -p %{glibc_sysroot}/etc/sysconfig truncate -s 0 %{glibc_sysroot}/etc/sysconfig/nscd truncate -s 0 %{glibc_sysroot}/etc/gai.conf %endif # Include %{_libdir}/gconv/gconv-modules.cache truncate -s 0 %{glibc_sysroot}%{_libdir}/gconv/gconv-modules.cache chmod 644 %{glibc_sysroot}%{_libdir}/gconv/gconv-modules.cache ############################################################################## # Install debug copies of unstripped static libraries # - This step must be last in order to capture any additional static # archives we might have added. ############################################################################## # If we are building a debug package then copy all of the static archives # into the debug directory to keep them as unstripped copies. %if 0%{?_enable_debug_packages} mkdir -p %{glibc_sysroot}%{_prefix}/lib/debug%{_libdir} cp -a %{glibc_sysroot}%{_libdir}/*.a \ %{glibc_sysroot}%{_prefix}/lib/debug%{_libdir}/ rm -f %{glibc_sysroot}%{_prefix}/lib/debug%{_libdir}/*_p.a %endif # Remove any zoneinfo files; they are maintained by tzdata. rm -rf %{glibc_sysroot}%{_prefix}/share/zoneinfo # Make sure %config files have the same timestamp across multilib packages. # # XXX: Ideally ld.so.conf should have the timestamp of the spec file, but there # doesn't seem to be any macro to give us that. So we do the next best thing, # which is to at least keep the timestamp consistent. The choice of using # glibc_post_upgrade.c is arbitrary. touch -r %{SOURCE0} %{glibc_sysroot}/etc/ld.so.conf touch -r inet/etc.rpc %{glibc_sysroot}/etc/rpc pushd build-%{target} $GCC -Os -g -static -o build-locale-archive %{SOURCE1} \ ../build-%{target}/locale/locarchive.o \ ../build-%{target}/locale/md5.o \ ../build-%{target}/locale/record-status.o \ -I. -DDATADIR=\"%{_datadir}\" -DPREFIX=\"%{_prefix}\" \ -L../build-%{target} \ -B../build-%{target}/csu/ -lc -lc_nonshared install -m 700 build-locale-archive %{glibc_sysroot}%{_prefix}/sbin/build-locale-archive popd # Lastly copy some additional documentation for the packages. rm -rf documentation mkdir documentation cp timezone/README documentation/README.timezone cp posix/gai.conf documentation/ %ifarch s390x # Compatibility symlink mkdir -p %{glibc_sysroot}/lib ln -sf /%{_lib}/ld64.so.1 %{glibc_sysroot}/lib/ld64.so.1 %endif %if %{with benchtests} # Build benchmark binaries. Ignore the output of the benchmark runs. pushd build-%{target} make BENCH_DURATION=1 bench-build popd # Copy over benchmark binaries. mkdir -p %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests cp $(find build-%{target}/benchtests -type f -executable) %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ # ... and the makefile. for b in %{SOURCE9} %{SOURCE10}; do cp $b %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ done # .. and finally, the comparison scripts. cp benchtests/scripts/benchout.schema.json %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ cp benchtests/scripts/compare_bench.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ cp benchtests/scripts/import_bench.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ cp benchtests/scripts/validate_benchout.py %{glibc_sysroot}%{_prefix}/libexec/glibc-benchtests/ %endif %if 0%{?_enable_debug_packages} # The #line directives gperf generates do not give the proper # file name relative to the build directory. pushd locale ln -sf programs/*.gperf . popd pushd iconv ln -sf ../locale/programs/charmap-kw.gperf . popd %endif # %{?_enable_debug_packages} %if %{with docs} # Remove the `dir' info-heirarchy file which will be maintained # by the system as it adds info files to the install. rm -f %{glibc_sysroot}%{_infodir}/dir %endif %ifnarch %{auxarches} truncate -s 0 %{glibc_sysroot}/%{_prefix}/lib/locale/locale-archive mkdir -p %{glibc_sysroot}/var/{db,run}/nscd touch %{glibc_sysroot}/var/{db,run}/nscd/{passwd,group,hosts,services} touch %{glibc_sysroot}/var/run/nscd/{socket,nscd.pid} %endif # Move libpcprofile.so and libmemusage.so into the proper library directory. # They can be moved without any real consequences because users would not use # them directly. mkdir -p %{glibc_sysroot}%{_libdir} mv -f %{glibc_sysroot}/%{_lib}/lib{pcprofile,memusage}.so \ %{glibc_sysroot}%{_libdir} # Strip all of the installed object files. strip -g %{glibc_sysroot}%{_libdir}/*.o ############################################################################### # Rebuild libpthread.a using --whole-archive to ensure all of libpthread # is included in a static link. This prevents any problems when linking # statically, using parts of libpthread, and other necessary parts not # being included. Upstream has decided that this is the wrong approach to # this problem and that the full set of dependencies should be resolved # such that static linking works and produces the most minimally sized # static application possible. ############################################################################### pushd %{glibc_sysroot}%{_prefix}/%{_lib}/ $GCC -r -nostdlib -o libpthread.o -Wl,--whole-archive ./libpthread.a rm libpthread.a ar rcs libpthread.a libpthread.o rm libpthread.o popd # The xtrace and memusage scripts have hard-coded paths that need to be # translated to a correct set of paths using the $LIB token which is # dynamically translated by ld.so as the default lib directory. for i in %{glibc_sysroot}%{_prefix}/bin/{xtrace,memusage}; do %if %{with bootstrap} test -w $i || continue %endif sed -e 's~=/%{_lib}/libpcprofile.so~=%{_libdir}/libpcprofile.so~' \ -e 's~=/%{_lib}/libmemusage.so~=%{_libdir}/libmemusage.so~' \ -e 's~='\''/\\\$LIB/libpcprofile.so~='\''%{_prefix}/\\$LIB/libpcprofile.so~' \ -e 's~='\''/\\\$LIB/libmemusage.so~='\''%{_prefix}/\\$LIB/libmemusage.so~' \ -i $i done ############################################################################## # Build an empty libpthread_nonshared.a for compatiliby with applications # that have old linker scripts that reference this file. We ship this only # in compat-libpthread-nonshared sub-package. ############################################################################## ar cr %{glibc_sysroot}%{_prefix}/%{_lib}/libpthread_nonshared.a ############################################################################## # Beyond this point in the install process we no longer modify the set of # installed files, with one exception, for auxarches we cleanup the file list # at the end and remove files which we don't intend to ship. We need the file # list to effect a proper cleanup, and so it happens last. ############################################################################## ############################################################################## # Build the file lists used for describing the package and subpackages. ############################################################################## # There are several main file lists (and many more for # the langpack sub-packages (langpack-${lang}.filelist)): # * master.filelist # - Master file list from which all other lists are built. # * glibc.filelist # - Files for the glibc packages. # * common.filelist # - Flies for the common subpackage. # * utils.filelist # - Files for the utils subpackage. # * nscd.filelist # - Files for the nscd subpackage. # * devel.filelist # - Files for the devel subpackage. # * headers.filelist # - Files for the headers subpackage. # * static.filelist # - Files for the static subpackage. # * libnsl.filelist # - Files for the libnsl subpackage # * nss_db.filelist # * nss_hesiod.filelist # - File lists for nss_* NSS module subpackages. # * nss-devel.filelist # - File list with the .so symbolic links for NSS packages. # * compat-libpthread-nonshared.filelist. # - File list for compat-libpthread-nonshared subpackage. # * debuginfo.filelist # - Files for the glibc debuginfo package. # * debuginfocommon.filelist # - Files for the glibc common debuginfo package. # # Create the main file lists. This way we can append to any one of them later # wihtout having to create it. Note these are removed at the start of the # install phase. touch master.filelist touch glibc.filelist touch common.filelist touch utils.filelist touch nscd.filelist touch devel.filelist touch headers.filelist touch static.filelist touch libnsl.filelist touch nss_db.filelist touch nss_hesiod.filelist touch nss-devel.filelist touch compat-libpthread-nonshared.filelist touch debuginfo.filelist touch debuginfocommon.filelist ############################################################################### # Master file list, excluding a few things. ############################################################################### { # List all files or links that we have created during install. # Files with 'etc' are configuration files, likewise 'gconv-modules' # and 'gconv-modules.cache' are caches, and we exclude them. find %{glibc_sysroot} \( -type f -o -type l \) \ \( \ -name etc -printf "%%%%config " -o \ -name gconv-modules \ -printf "%%%%verify(not md5 size mtime) %%%%config(noreplace) " -o \ -name gconv-modules.cache \ -printf "%%%%verify(not md5 size mtime) " \ , \ ! -path "*/lib/debug/*" -printf "/%%P\n" \) # List all directories with a %%dir prefix. We omit the info directory and # all directories in (and including) /usr/share/locale. find %{glibc_sysroot} -type d \ \( -path '*%{_prefix}/share/locale' -prune -o \ \( -path '*%{_prefix}/share/*' \ %if %{with docs} ! -path '*%{_infodir}' -o \ %endif -path "*%{_prefix}/include/*" \ \) -printf "%%%%dir /%%P\n" \) } | { # Also remove the *.mo entries. We will add them to the # language specific sub-packages. # libnss_ files go into subpackages related to NSS modules. # and .*/share/i18n/charmaps/.*), they go into the sub-package # "locale-source": sed -e '\,.*/share/locale/\([^/_]\+\).*/LC_MESSAGES/.*\.mo,d' \ -e '\,.*/share/i18n/locales/.*,d' \ -e '\,.*/share/i18n/charmaps/.*,d' \ -e '\,.*/etc/\(localtime\|nsswitch.conf\|ld\.so\.conf\|ld\.so\.cache\|default\|rpc\|gai\.conf\),d' \ -e '\,.*/%{_libdir}/lib\(pcprofile\|memusage\)\.so,d' \ -e '\,.*/bin/\(memusage\|mtrace\|xtrace\|pcprofiledump\),d' } | sort > master.filelist # The master file list is now used by each subpackage to list their own # files. We go through each package and subpackage now and create their lists. # Each subpackage picks the files from the master list that they need. # The order of the subpackage list generation does not matter. # Make the master file list read-only after this point to avoid accidental # modification. chmod 0444 master.filelist ############################################################################### # glibc ############################################################################### # Add all files with the following exceptions: # - The info files '%{_infodir}/dir' # - The partial (lib*_p.a) static libraries, include files. # - The static files, objects, unversioned DSOs, and nscd. # - The bin, locale, some sbin, and share. # - The use of [^gi] is meant to exclude all files except glibc_post_upgrade, # and iconvconfig, which we want in the main packages. # - All the libnss files (we add back the ones we want later). # - All bench test binaries. # - The aux-cache, since it's handled specially in the files section. # - The build-locale-archive binary since it's in the common package. cat master.filelist \ | grep -v \ -e '%{_infodir}' \ -e '%{_libdir}/lib.*_p.a' \ -e '%{_prefix}/include' \ -e '%{_libdir}/lib.*\.a' \ -e '%{_libdir}/.*\.o' \ -e '%{_libdir}/lib.*\.so' \ -e 'nscd' \ -e '%{_prefix}/bin' \ -e '%{_prefix}/lib/locale' \ -e '%{_prefix}/sbin/[^gi]' \ -e '%{_prefix}/share' \ -e '/var/db/Makefile' \ -e '/libnss_.*\.so[0-9.]*$' \ -e '/libnsl' \ -e 'glibc-benchtests' \ -e 'aux-cache' \ -e 'build-locale-archive' \ > glibc.filelist # Add specific files: # - The nss_files, nss_compat, and nss_db files. # - The libmemusage.so and libpcprofile.so used by utils. for module in compat files db dns hesiod; do cat master.filelist \ | grep -E \ -e "/libnss_$module(\.so\.[0-9.]+|-[0-9.]+\.so)$" \ >> glibc.filelist done grep -e "libmemusage.so" -e "libpcprofile.so" master.filelist >> glibc.filelist cat glibc.filelist \ | grep -v \ -e '/sbin/ldconfig' \ > compat32-glibc.filelist ############################################################################### # glibc-devel ############################################################################### %if %{with docs} # Put the info files into the devel file list, but exclude the generated dir. grep '%{_infodir}' master.filelist | grep -v '%{_infodir}/dir' > devel.filelist %endif # Put some static files into the devel package. grep '%{_libdir}/lib.*\.a' master.filelist \ | grep '/lib\(\(c\|pthread\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\)\.a$' \ >> devel.filelist # Put all of the object files and *.so (not the versioned ones) into the # devel package. grep '%{_libdir}/.*\.o' < master.filelist >> devel.filelist grep '%{_libdir}/lib.*\.so' < master.filelist >> devel.filelist # The exceptions are: # - libmemusage.so and libpcprofile.so in glibc used by utils. # - libnss_*.so which are in nss-devel. sed -i -e '\,libmemusage.so,d' \ -e '\,libpcprofile.so,d' \ -e '\,/libnss_[a-z]*\.so$,d' \ devel.filelist ############################################################################### # glibc-headers ############################################################################### # The glibc-headers package includes only common files which are identical # across all multilib packages. We must keep gnu/stubs.h and gnu/lib-names.h # in the glibc-headers package, but the -32, -64, -64-v1, and -64-v2 versions # go into the development packages. grep '%{_prefix}/include/gnu/stubs-.*\.h$' < master.filelist >> devel.filelist || : grep '%{_prefix}/include/gnu/lib-names-.*\.h$' < master.filelist >> devel.filelist || : # Put the include files into headers file list. grep '%{_prefix}/include' < master.filelist \ | egrep -v '%{_prefix}/include/gnu/stubs-.*\.h$' \ | egrep -v '%{_prefix}/include/gnu/lib-names-.*\.h$' \ > headers.filelist ############################################################################### # glibc-static ############################################################################### # Put the rest of the static files into the static package. grep '%{_libdir}/lib.*\.a' < master.filelist \ | grep -v '/lib\(\(c\|pthread\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\)\.a$' \ > static.filelist ############################################################################### # glibc-common ############################################################################### # All of the bin and certain sbin files go into the common package except # glibc_post_upgrade.* and iconvconfig which need to go in glibc. Likewise # nscd is excluded because it goes in nscd. grep '%{_prefix}/bin' master.filelist >> common.filelist grep '%{_prefix}/sbin/[^gi]' master.filelist \ | grep -v 'nscd' >> common.filelist # All of the files under share go into the common package since they should be # multilib-independent. # Exceptions: # - The actual share directory, not owned by us. # - The info files which go in devel, and the info directory. grep '%{_prefix}/share' master.filelist \ | grep -v \ -e '%{_prefix}/share/info/libc.info.*' \ -e '%%dir %{_prefix}/share/info' \ -e '%%dir %{_prefix}/share' \ >> common.filelist # Add the binary to build locales to the common subpackage. #echo '%{_prefix}/sbin/build-locale-archive' >> common.filelist grep -e "/en_US/" -e "/ja_JP" -e "/ja/" locales.filelist >> common.filelist grep -v -e "/en_US/" -e "/ja_JP" -e "/ja/" locales.filelist >> common-extra.filelist ############################################################################### # nscd ############################################################################### # The nscd binary must go into the nscd subpackage. echo '%{_prefix}/sbin/nscd' > nscd.filelist ############################################################################### # glibc-utils ############################################################################### # Add the utils scripts and programs to the utils subpackage. cat > utils.filelist < nss_$module.filelist done ############################################################################### # nss-devel ############################################################################### # Symlinks go into the nss-devel package (instead of the main devel # package). grep '/libnss_[a-z]*\.so$' master.filelist > nss-devel.filelist grep '/libnss_[a-z]*\.so$' master.filelist >> devel.filelist ############################################################################### # libnsl ############################################################################### # Prepare the libnsl-related file lists. grep '/libnsl-[0-9.]*.so$' master.filelist > libnsl.filelist test $(wc -l < libnsl.filelist) -eq 1 grep '/libnsl-[0-9.]*.so$' master.filelist >> devel.filelist ############################################################################### # glibc-benchtests ############################################################################### %if %{with benchtests} # List of benchmarks. find build-%{target}/benchtests -type f -executable | while read b; do echo "%{_prefix}/libexec/glibc-benchtests/$(basename $b)" done >> benchtests.filelist # ... and the makefile. for b in %{SOURCE9} %{SOURCE10}; do echo "%{_prefix}/libexec/glibc-benchtests/$(basename $b)" >> benchtests.filelist done # ... and finally, the comparison scripts. echo "%{_prefix}/libexec/glibc-benchtests/benchout.schema.json" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/compare_bench.py*" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/import_bench.py*" >> benchtests.filelist echo "%{_prefix}/libexec/glibc-benchtests/validate_benchout.py*" >> benchtests.filelist %endif ############################################################################### # compat-libpthread-nonshared ############################################################################### echo "%{_libdir}/libpthread_nonshared.a" >> compat-libpthread-nonshared.filelist ############################################################################### # glibc-debuginfocommon, and glibc-debuginfo ############################################################################### %if 0%{?_enable_debug_packages} find_debuginfo_args='--strict-build-id -g' %ifarch %{debuginfocommonarches} find_debuginfo_args="$find_debuginfo_args \ -l common.filelist \ -l utils.filelist \ -l nscd.filelist \ -p '.*/(sbin|libexec)/.*' \ -o debuginfocommon.filelist \ -l nss_db.filelist -l nss_hesiod.filelist \ -l libnsl.filelist -l glibc.filelist \ %if %{with benchtests} -l benchtests.filelist %endif " %endif /usr/lib/rpm/find-debuginfo.sh $find_debuginfo_args -o debuginfo.filelist # List all of the *.a archives in the debug directory. list_debug_archives() { local dir=%{_prefix}/lib/debug%{_libdir} find %{glibc_sysroot}$dir -name "*.a" -printf "$dir/%%P\n" } %ifarch %{debuginfocommonarches} # Remove the source files from the common package debuginfo. sed -i '\#^%{glibc_sysroot}%{_prefix}/src/debug/#d' debuginfocommon.filelist # Create a list of all of the source files we copied to the debug directory. find %{glibc_sysroot}%{_prefix}/src/debug \ \( -type d -printf '%%%%dir ' \) , \ -printf '%{_prefix}/src/debug/%%P\n' > debuginfocommon.sources %ifarch %{biarcharches} # Add the source files to the core debuginfo package. cat debuginfocommon.sources >> debuginfo.filelist %else %ifarch %{ix86} %define basearch i686 %endif %ifarch sparc sparcv9 %define basearch sparc %endif # The auxarches get only these few source files. auxarches_debugsources=\ '/(generic|linux|%{basearch}|nptl(_db)?)/|/%{glibcsrcdir}/build|/dl-osinfo\.h' # Place the source files into the core debuginfo pakcage. egrep "$auxarches_debugsources" debuginfocommon.sources >> debuginfo.filelist # Remove the source files from the common debuginfo package. egrep -v "$auxarches_debugsources" \ debuginfocommon.sources >> debuginfocommon.filelist %endif # %{biarcharches} # Add the list of *.a archives in the debug directory to # the common debuginfo package. list_debug_archives >> debuginfocommon.filelist %endif # %{debuginfocommonarches} # Remove some common directories from the common package debuginfo so that we # don't end up owning them. exclude_common_dirs() { exclude_dirs="%{_prefix}/src/debug" exclude_dirs="$exclude_dirs $(echo %{_prefix}/lib/debug{,/%{_lib},/bin,/sbin})" exclude_dirs="$exclude_dirs $(echo %{_prefix}/lib/debug%{_prefix}{,/%{_lib},/libexec,/bin,/sbin})" for d in $(echo $exclude_dirs | sed 's/ /\n/g'); do sed -i "\|^%%dir $d/\?$|d" $1 done } %ifarch %{debuginfocommonarches} exclude_common_dirs debuginfocommon.filelist %endif exclude_common_dirs debuginfo.filelist ############################################################################## # Delete files that we do not intended to ship with the auxarch. # This is the only place where we touch the installed files after generating # the file lists. ############################################################################## %ifarch %{auxarches} echo Cutting down the list of unpackaged files sed -e '/%%dir/d;/%%config/d;/%%verify/d;s/%%lang([^)]*) //;s#^/*##' \ common.filelist devel.filelist static.filelist headers.filelist \ utils.filelist nscd.filelist \ %ifarch %{debuginfocommonarches} debuginfocommon.filelist \ %endif | (cd %{glibc_sysroot}; xargs --no-run-if-empty rm -f 2> /dev/null || :) %endif # %{auxarches} %endif # %{?_enable_debug_packages} %check %if %{with testsuite} # Run the glibc tests. If any tests fail to build we exit %check with # an error, otherwise we print the test failure list and the failed # test output and continue. Write to standard error to avoid # synchronization issues with make and shell tracing output if # standard output and standard error are different pipes. run_tests () { # This hides a test suite build failure, which should be fatal. We # check "Summary of test results:" below to verify that all tests # were built and run. make %{?_smp_mflags} -O check |& tee rpmbuild.check.log >&2 test -n tests.sum if ! grep -q '^Summary of test results:$' rpmbuild.check.log ; then echo "FAIL: test suite build of target: $(basename "$(pwd)")" >& 2 exit 1 fi set +x grep -v ^PASS: tests.sum > rpmbuild.tests.sum.not-passing || true if test -n rpmbuild.tests.sum.not-passing ; then echo ===================FAILED TESTS===================== >&2 echo "Target: $(basename "$(pwd)")" >& 2 cat rpmbuild.tests.sum.not-passing >&2 while read failed_code failed_test ; do for suffix in out test-result ; do if test -e "$failed_test.$suffix"; then echo >&2 echo "=====$failed_code $failed_test.$suffix=====" >&2 cat -- "$failed_test.$suffix" >&2 echo >&2 fi done done &2 cat misc/tst-syscall-list.out >&2 set -x } # Increase timeouts export TIMEOUTFACTOR=16 parent=$$ echo ====================TESTING========================= # Default libraries. pushd build-%{target} run_tests popd echo ====================TESTING END===================== PLTCMD='/^Relocation section .*\(\.rela\?\.plt\|\.rela\.IA_64\.pltoff\)/,/^$/p' echo ====================PLT RELOCS LD.SO================ readelf -Wr %{glibc_sysroot}/%{_lib}/ld-*.so | sed -n -e "$PLTCMD" echo ====================PLT RELOCS LIBC.SO============== readelf -Wr %{glibc_sysroot}/%{_lib}/libc-*.so | sed -n -e "$PLTCMD" echo ====================PLT RELOCS END================== # Finally, check if valgrind runs with the new glibc. # We want to fail building if valgrind is not able to run with this glibc so # that we can then coordinate with valgrind to get it fixed before we update # glibc. pushd build-%{target} # Show the auxiliary vector as seen by the new library # (even if we do not perform the valgrind test). LD_SHOW_AUXV=1 elf/ld.so --library-path .:elf:nptl:dlfcn /bin/true %if %{with valgrind} elf/ld.so --library-path .:elf:nptl:dlfcn \ /usr/bin/valgrind --error-exitcode=1 \ elf/ld.so --library-path .:elf:nptl:dlfcn /usr/bin/true %endif popd %endif # %{run_glibc_tests} ###################################################################### # File triggers to do ldconfig calls automatically (see rhbz#1380878) ###################################################################### # File triggers for when libraries are added or removed in standard # paths. %transfiletriggerin common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64 /sbin/ldconfig %end %transfiletriggerpostun common -P 2000000 -- /lib /usr/lib /lib64 /usr/lib64 /sbin/ldconfig %end %pre -p -- Check that the running kernel is new enough required = '%{enablekernel}' rel = posix.uname("%r") if rpm.vercmp(rel, required) < 0 then error("FATAL: kernel too old", 0) end %post -p -- We use lua's posix.exec because there may be no shell that we can -- run during glibc upgrade. We used to implement much of %%post as a -- C program, but from an overall maintenance perspective the lua in -- the spec file was simpler and safer given the operations required. -- All lua code will be ignored by rpm-ostree; see: -- https://github.com/projectatomic/rpm-ostree/pull/1869 -- If we add new lua actions to the %%post code we should coordinate -- with rpm-ostree and ensure that their glibc install is functional. function post_exec (program, ...) local pid = posix.fork () if pid == 0 then assert (posix.exec (program, ...)) elseif pid > 0 then posix.wait (pid) end end -- (1) Remove multilib libraries from previous installs. -- In order to support in-place upgrades, we must immediately remove -- obsolete platform directories after installing a new glibc -- version. RPM only deletes files removed by updates near the end -- of the transaction. If we did not remove the obsolete platform -- directories here, they may be preferred by the dynamic linker -- during the execution of subsequent RPM scriptlets, likely -- resulting in process startup failures. -- Full set of libraries glibc may install. install_libs = { "anl", "BrokenLocale", "c", "dl", "m", "mvec", "nss_compat", "nss_db", "nss_dns", "nss_files", "nss_hesiod", "pthread", "resolv", "rt", "SegFault", "thread_db", "util" } -- We are going to remove these libraries. Generally speaking we remove -- all core libraries in the multilib directory. -- We employ a tight match where X.Y is in [2.0,9.9*], so we would -- match "libc-2.0.so" and so on up to "libc-9.9*". remove_regexps = {} for i = 1, #install_libs do remove_regexps[i] = ("lib" .. install_libs[i] .. "%%-[2-9]%%.[0-9]+%%.so$") end -- Two exceptions: remove_regexps[#install_libs + 1] = "libthread_db%%-1%%.0%%.so" remove_regexps[#install_libs + 2] = "libSegFault%%.so" -- We are going to search these directories. local remove_dirs = { "%{_libdir}/i686", "%{_libdir}/i686/nosegneg", "%{_libdir}/power6", "%{_libdir}/power7", "%{_libdir}/power8" } -- Walk all the directories with files we need to remove... for _, rdir in ipairs (remove_dirs) do if posix.access (rdir) then -- If the directory exists we look at all the files... local remove_files = posix.files (rdir) for rfile in remove_files do for _, rregexp in ipairs (remove_regexps) do -- Does it match the regexp? local dso = string.match (rfile, rregexp) if (dso ~= nil) then -- Removing file... os.remove (rdir .. '/' .. rfile) end end end end end -- (2) Update /etc/ld.so.conf -- Next we update /etc/ld.so.conf to ensure that it starts with -- a literal "include ld.so.conf.d/*.conf". local ldsoconf = "/etc/ld.so.conf" local ldsoconf_tmp = "/etc/glibc_post_upgrade.ld.so.conf" if posix.access (ldsoconf) then -- We must have a "include ld.so.conf.d/*.conf" line. local have_include = false for line in io.lines (ldsoconf) do -- This must match, and we don't ignore whitespace. if string.match (line, "^include ld.so.conf.d/%%*%%.conf$") ~= nil then have_include = true end end if not have_include then -- Insert "include ld.so.conf.d/*.conf" line at the start of the -- file. We only support one of these post upgrades running at -- a time (temporary file name is fixed). local tmp_fd = io.open (ldsoconf_tmp, "w") if tmp_fd ~= nil then tmp_fd:write ("include ld.so.conf.d/*.conf\n") for line in io.lines (ldsoconf) do tmp_fd:write (line .. "\n") end tmp_fd:close () local res = os.rename (ldsoconf_tmp, ldsoconf) if res == nil then io.stdout:write ("Error: Unable to update configuration file (rename).\n") end else io.stdout:write ("Error: Unable to update configuration file (open).\n") end end end -- (3) Rebuild ld.so.cache early. -- If the format of the cache changes then we need to rebuild -- the cache early to avoid any problems running binaries with -- the new glibc. -- Note: We use _prefix because Fedora's UsrMove says so. post_exec ("/sbin/ldconfig") -- (4) Update gconv modules cache. -- If the /usr/lib/gconv/gconv-modules.cache exists, then update it -- with the latest set of modules that were just installed. -- We assume that the cache is in _libdir/gconv and called -- "gconv-modules.cache". local iconv_dir = "%{_libdir}/gconv" local iconv_cache = iconv_dir .. "/gconv-modules.cache" if (posix.utime (iconv_cache) == 0) then post_exec ("%{_prefix}/sbin/iconvconfig", "-o", iconv_cache, "--nostdlib", iconv_dir) else io.stdout:write ("Error: Missing " .. iconv_cache .. " file.\n") end %triggerin common -p -- glibc if posix.stat("%{_prefix}/lib/locale/locale-archive.tmpl", "size") > 0 then pid = posix.fork() if pid == 0 then posix.exec("%{_prefix}/sbin/build-locale-archive") elseif pid > 0 then posix.wait(pid) end end %post common -p if posix.access("/etc/ld.so.cache") then if posix.stat("%{_prefix}/lib/locale/locale-archive.tmpl", "size") > 0 then pid = posix.fork() if pid == 0 then posix.exec("%{_prefix}/sbin/build-locale-archive") elseif pid > 0 then posix.wait(pid) end end end %if %{without systemd} %triggerin common -p -- tzdata function update (filename, new_data) local fd = io.open(filename) if not fd then return end local data = fd:read("*a") fd:close() if not data then return end -- Don't update the file unnecessarily. if data == new_data then return end local tempfilename = filename .. ".tzupdate" fd = io.open(tempfilename, "w") if not fd then return end fd:write(new_data) fd:close() posix.chmod(tempfilename, 0644) if not os.rename(tempfilename, filename) then os.remove(tempfilename) end end fd = io.open("/etc/sysconfig/clock") if not fd then return end zonename = nil for l in fd:lines() do zone = string.match(l, "^[ \t]*ZONE[ \t]*=[ \t]*\"?([^ \t\n\"]*)"); if zone then zonename = "/usr/share/zoneinfo/" .. zone break end end fd:close() if not zonename then return end fd = io.open(zonename) if not fd then return end data = fd:read("*a") fd:close() if not data then return end update("/etc/localtime", data) update("/var/spool/postfix/etc/localtime", data) %endif %post common-extra -p -- cp -f /usr/lib/locale/locale-archive-extra.tmpl /usr/lib/locale/locale-archive.tmpl if posix.access("/etc/ld.so.cache") then if posix.stat("%{_prefix}/lib/locale/locale-archive.tmpl", "size") > 0 then pid = posix.fork() if pid == 0 then posix.exec("%{_prefix}/sbin/build-locale-archive") elseif pid > 0 then posix.wait(pid) end end end %postun common-extra -p posix.exec("cp -f /usr/lib/locale/locale-archive-ja.tmpl /usr/lib/locale/locale-archive.tmpl") if posix.access("/etc/ld.so.cache") then if posix.stat("%{_prefix}/lib/locale/locale-archive.tmpl", "size") > 0 then pid = posix.fork() if pid == 0 then posix.exec("%{_prefix}/sbin/build-locale-archive") elseif pid > 0 then posix.wait(pid) end end end %triggerun -- common-extra posix.exec("cp -f /usr/lib/locale/locale-archive-ja.tmpl /usr/lib/locale/locale-archive.tmpl") if posix.access("/etc/ld.so.cache") then if posix.stat("%{_prefix}/lib/locale/locale-archive.tmpl", "size") > 0 then pid = posix.fork() if pid == 0 then posix.exec("%{_prefix}/sbin/build-locale-archive") elseif pid > 0 then posix.wait(pid) end end end %post devel /sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || : %pre headers # this used to be a link and it is causing nightmares now if [ -L %{_prefix}/include/scsi ] ; then rm -f %{_prefix}/include/scsi fi %preun devel if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || : fi %pre -n nscd getent group nscd >/dev/null || /usr/sbin/groupadd -g 28 -r nscd getent passwd nscd >/dev/null || /usr/sbin/useradd -M -o -r -d / -s /sbin/nologin \ -c "NSCD Daemon" -u 28 -g nscd nscd %post -n nscd %if %{with systemd} %systemd_post nscd.service %else /sbin/chkconfig --add nscd %endif %preun -n nscd %if %{with systemd} %systemd_preun nscd.service %else if [ $1 = 0 -o -x /bin/systemctl ] ; then /sbin/service nscd stop > /dev/null 2>&1 /sbin/chkconfig --del nscd fi %endif %postun -n nscd if [ $1 = 0 ] ; then /usr/sbin/userdel nscd > /dev/null 2>&1 || : fi %if %{with systemd} %systemd_postun_with_restart nscd.service %else if [ "$1" -ge "1" ]; then service nscd condrestart > /dev/null 2>&1 || : fi %endif %clean rm -rf "$RPM_BUILD_ROOT" rm -f *.filelist* %files -f glibc.filelist %defattr(-,root,root) /sbin/ldconfig /%{_lib}/libnsl.so.* %dir %{_prefix}/%{_lib}/audit %if %{with systemd} %exclude /etc/localtime %else %verify(not md5 size mtime) %config(noreplace) /etc/localtime %endif %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf %verify(not md5 size mtime) %config(noreplace) /etc/rpc %dir /etc/ld.so.conf.d %dir %{_prefix}/libexec/getconf %dir %{_prefix}/%{_lib}/gconv %dir %{_localstatedir}/db %{_localstatedir}/db/Makefile %dir %attr(0700,root,root) /var/cache/ldconfig %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/cache/ldconfig/aux-cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/ld.so.cache %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /etc/gai.conf %doc rpm-old-changelog.txt %doc README NEWS INSTALL elf/rtld-debugger-interface.txt %license COPYING COPYING.LIB LICENSES %if %{build_compat32} %files -f compat32-glibc.filelist -n compat32-%{name} /%{_lib}/libnsl.so.* %endif %ifnarch %{auxarches} %files -f common.filelist common %defattr(-,root,root) %dir %{_datadir}/locale %dir %{_prefix}/lib/locale %dir %{_prefix}/lib/locale/C.utf8 %{_prefix}/lib/locale/C.utf8/* %attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive-ja.tmpl %attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive.tmpl %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive %dir %{_prefix}/share/locale %dir %{_prefix}/share/locale/ja %doc documentation/README.timezone %doc documentation/gai.conf %files common-extra -f common-extra.filelist %defattr(-,root,root) %attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive-extra.tmpl %files locale-source %defattr(-,root,root) %dir %{_prefix}/share/i18n/locales %{_prefix}/share/i18n/locales/* %dir %{_prefix}/share/i18n/charmaps %{_prefix}/share/i18n/charmaps/* %files -f devel.filelist devel %defattr(-,root,root) %files -f static.filelist static %defattr(-,root,root) %if %{build_compat32} %files -f devel.filelist -n compat32-%{name}-devel %defattr(-,root,root) %exclude %{_prefix}/share %files -f static.filelist -n compat32-%{name}-static %defattr(-,root,root) %endif %files -f headers.filelist headers %defattr(-,root,root) %files -f utils.filelist utils %defattr(-,root,root) %files -f nscd.filelist -n nscd %defattr(-,root,root) %config(noreplace) /etc/nscd.conf %if %{with systemd} %{_unitdir}/* %{_tmpfilesdir}/* %else %config /etc/rc.d/init.d/nscd %endif %dir %attr(0755,root,root) /var/run/nscd %dir %attr(0755,root,root) /var/db/nscd %attr(0644,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/nscd.pid %attr(0666,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/socket %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/passwd %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/group %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/hosts %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/run/nscd/services %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/passwd %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/group %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/hosts %attr(0600,root,root) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) /var/db/nscd/services %ghost %config(missingok,noreplace) /etc/sysconfig/nscd %endif %if 0%{?_enable_debug_packages} %files debuginfo -f debuginfo.filelist %defattr(-,root,root) %ifarch %{debuginfocommonarches} %ifnarch %{auxarches} %files debuginfo-common -f debuginfocommon.filelist %defattr(-,root,root) %endif %endif %endif %changelog * Sat Apr 10 2021 Tomohiro "Tomo-p" KATO 2.33-3 - updated Patch0. - built with gcc-10.3. * Mon Mar 08 2021 Tomohiro "Tomo-p" KATO 2.33-2 - updated Patch0. - added filetriggers. * Tue Feb 09 2021 Tomohiro "Tomo-p" KATO 2.33-1 - updated to 2.33. - updated Patch0. - dropped Patch1, 5, 7 and 14. - updated Source11. - updated Source1. * Sat May 09 2020 Tomohiro "Tomo-p" KATO 2.31-2 - updated Patch0. - added systemd support (disabled as default). - dropped /sbin/ldconfig from compat32. * Thu Mar 19 2020 Tomohiro "Tomo-p" KATO 2.31-1 - updated to 2.31. - updated Patch0. - dropped Patch28. - imported Patch29 from rawhide. - updated Patch5 and 23. - updated Source11. * Sun Sep 22 2019 Tomohiro "Tomo-p" KATO 2.30-1 - updated to 2.30. - updated Patch0. - dropped Patch11, 24 and 25. * Sun Jan 20 2019 Tomohiro "Tomo-p" KATO 2.28-1 - updated to 2.28. - dropped Source2, 3, 10 and 11. - imported Source8-11 from rawhide. - dropped Patch11-13. - imported Patch1-28 from rawhide. - dropped Patch10000. - trimmed %%changelog: old logs are rpm-old-changelog.txt. * Tue Jun 20 2017 Satoshi IWAMOTO 2.23-5 - add patch20005 for fix CVE-2017-1000366 * Mon Aug 1 2016 Tomohiro "Tomo-p" KATO 2.23-4 - added Patch20000-20004 to fix vulnerabilities. - CVE-2016-1234 - CVE-2016-3075 - CVE-2016-3706 - CVE-2016-4429 * Sun Jun 26 2016 Yoji TOYODA 2.23-3 - rebuilt with gcc-5.4.0 * Tue May 24 2016 Tomohiro "Tomo-p" KATO 2.23-2 - rebuilt with new binutils. * Sat May 07 2016 Yoji TOYODA 2.23-1 - update to 2.23 - remove Patch14-18 - update SOURCE1 from fedora