mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
parent
ab05366d7b
commit
01237390d5
2 changed files with 17 additions and 35 deletions
|
@ -1,21 +0,0 @@
|
||||||
diff -urN glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f/elf/Makefile glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f-patched/elf/Makefile
|
|
||||||
--- glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f/elf/Makefile 2023-08-06 13:15:21.000000000 +0300
|
|
||||||
+++ glibc-58f7431fd77c0a6dd8df08d50c51ee3e7f09825f-patched/elf/Makefile 2023-09-30 17:04:39.312383307 +0300
|
|
||||||
@@ -210,7 +210,7 @@
|
|
||||||
others = sprof sln
|
|
||||||
install-bin = sprof
|
|
||||||
others-static = sln
|
|
||||||
-install-rootsbin = sln
|
|
||||||
+install-sbin = sln
|
|
||||||
sln-modules := static-stubs
|
|
||||||
extra-objs += $(sln-modules:=.o)
|
|
||||||
|
|
||||||
@@ -218,7 +218,7 @@
|
|
||||||
ifeq (yes,$(build-shared))
|
|
||||||
others-static += ldconfig
|
|
||||||
others += ldconfig
|
|
||||||
-install-rootsbin += ldconfig
|
|
||||||
+install-sbin += ldconfig
|
|
||||||
|
|
||||||
ldconfig-modules := \
|
|
||||||
cache \
|
|
31
glibc.spec
31
glibc.spec
|
@ -206,8 +206,6 @@ Patch1050: https://803950.bugs.gentoo.org/attachment.cgi?id=757176#/nss-dont-cra
|
||||||
# https://www.phoronix.com/news/Glibc-2.36-EAC-Problems
|
# https://www.phoronix.com/news/Glibc-2.36-EAC-Problems
|
||||||
# https://sourceware.org/bugzilla/show_bug.cgi?id=29456
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=29456
|
||||||
Patch1051: https://raw.githubusercontent.com/archlinux/svntogit-packages/e1d69d80d07494e3c086ee2c5458594d5261d2e4/trunk/reenable_DT_HASH.patch
|
Patch1051: https://raw.githubusercontent.com/archlinux/svntogit-packages/e1d69d80d07494e3c086ee2c5458594d5261d2e4/trunk/reenable_DT_HASH.patch
|
||||||
# Rosa patch rosa2023.1: /usr merge
|
|
||||||
Patch1052: glibc.fix.sbin.patch
|
|
||||||
|
|
||||||
BuildRequires: autoconf2.5
|
BuildRequires: autoconf2.5
|
||||||
BuildRequires: %{cross_prefix}binutils >= 2.30-7
|
BuildRequires: %{cross_prefix}binutils >= 2.30-7
|
||||||
|
@ -251,7 +249,6 @@ Provides: should-restart = system
|
||||||
%define libnssfiles %mklibname nss_files 2
|
%define libnssfiles %mklibname nss_files 2
|
||||||
# FIXME remove at some point
|
# FIXME remove at some point
|
||||||
Provides: /sbin/ldconfig
|
Provides: /sbin/ldconfig
|
||||||
Provides: /usr/sbin/ldconfig
|
|
||||||
Provides: %{libnssfiles} = %{EVRD}
|
Provides: %{libnssfiles} = %{EVRD}
|
||||||
Provides: ldconfig = %{EVRD}
|
Provides: ldconfig = %{EVRD}
|
||||||
Provides: ld.so = %{EVRD}
|
Provides: ld.so = %{EVRD}
|
||||||
|
@ -425,15 +422,15 @@ if st.type ~= "link" then
|
||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
posix.symlink("%{_libdir}/ld-linux-riscv64-lp64d.so.1", "/%{_lib}/ld-linux-riscv64-lp64d.so.1")
|
posix.symlink("%{_libdir}/ld-linux-riscv64-lp64d.so.1", "/%{_lib}/ld-linux-riscv64-lp64d.so.1")
|
||||||
%endif
|
%endif
|
||||||
posix.symlink("/usr/sbin/ldconfig", "%{_bindir}/ldconfig")
|
posix.symlink("/sbin/ldconfig", "%{_bindir}/ldconfig")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- (3) Rebuild ld.so.cache early.
|
-- (3) Rebuild ld.so.cache early.
|
||||||
-- If the format of the cache changes then we need to rebuild
|
-- If the format of the cache changes then we need to rebuild
|
||||||
-- the cache early to avoid any problems running binaries with
|
-- the cache early to avoid any problems running binaries with
|
||||||
-- the new glibc.
|
-- the new glibc.
|
||||||
if not rpm.execute("/usr/sbin/ldconfig") then
|
if not rpm.execute("/sbin/ldconfig") then
|
||||||
io.stdout:write ("Error: call to /usr/sbin/ldconfig failed.\n")
|
io.stdout:write ("Error: call to /sbin/ldconfig failed.\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- (4) Update gconv modules cache.
|
-- (4) Update gconv modules cache.
|
||||||
|
@ -460,10 +457,10 @@ then
|
||||||
end
|
end
|
||||||
|
|
||||||
%transfiletriggerin -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /usr/lib64 /etc/ld.so.conf.d
|
%transfiletriggerin -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /usr/lib64 /etc/ld.so.conf.d
|
||||||
rpm.execute("/usr/sbin/ldconfig", "-X")
|
rpm.execute("/sbin/ldconfig", "-X")
|
||||||
|
|
||||||
%transfiletriggerpostun -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /usr/lib64 /etc/ld.so.conf.d
|
%transfiletriggerpostun -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /usr/lib64 /etc/ld.so.conf.d
|
||||||
rpm.execute("/usr/sbin/ldconfig", "-X")
|
rpm.execute("/sbin/ldconfig", "-X")
|
||||||
|
|
||||||
%filetriggerin -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /etc/ld.so.conf.d
|
%filetriggerin -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /etc/ld.so.conf.d
|
||||||
-- Transaction-level runs of ldconfigs are not enough:
|
-- Transaction-level runs of ldconfigs are not enough:
|
||||||
|
@ -473,10 +470,10 @@ rpm.execute("/usr/sbin/ldconfig", "-X")
|
||||||
-- TODO: remove /lib64 from non-transaction triggers when it becomes a symlink to /usr/lib64
|
-- TODO: remove /lib64 from non-transaction triggers when it becomes a symlink to /usr/lib64
|
||||||
-- ld-linux finds libraries in standard paths (now /lib64 is not a standard path after /usr merge!)
|
-- ld-linux finds libraries in standard paths (now /lib64 is not a standard path after /usr merge!)
|
||||||
-- even if ldconfig was not run.
|
-- even if ldconfig was not run.
|
||||||
rpm.execute("/usr/sbin/ldconfig", "-X")
|
rpm.execute("/sbin/ldconfig", "-X")
|
||||||
|
|
||||||
%filetriggerpostun -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /etc/ld.so.conf.d
|
%filetriggerpostun -p <lua> -P 2000000 -- /lib /lib64 /usr/lib /etc/ld.so.conf.d
|
||||||
rpm.execute("/usr/sbin/ldconfig", "-X")
|
rpm.execute("/sbin/ldconfig", "-X")
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%posttrans -p <lua>
|
%posttrans -p <lua>
|
||||||
|
@ -507,7 +504,7 @@ if st.type ~= "link" then
|
||||||
%ifarch riscv64
|
%ifarch riscv64
|
||||||
posix.symlink("%{_libdir}/ld-linux-riscv64-lp64d.so.1", "/%{_lib}/ld-linux-riscv64-lp64d.so.1")
|
posix.symlink("%{_libdir}/ld-linux-riscv64-lp64d.so.1", "/%{_lib}/ld-linux-riscv64-lp64d.so.1")
|
||||||
%endif
|
%endif
|
||||||
posix.symlink("%{_bindir}/ldconfig", "/usr/sbin/ldconfig")
|
posix.symlink("%{_bindir}/ldconfig", "/sbin/ldconfig")
|
||||||
end
|
end
|
||||||
|
|
||||||
%if %{with locales}
|
%if %{with locales}
|
||||||
|
@ -750,7 +747,7 @@ LANG variable to their preferred language in their
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%{_localedir}/locale.alias
|
%{_localedir}/locale.alias
|
||||||
%{_sbindir}/sln
|
/sbin/sln
|
||||||
%{_prefix}/libexec/getconf
|
%{_prefix}/libexec/getconf
|
||||||
%endif
|
%endif
|
||||||
%if %isarch %{x86_64}
|
%if %isarch %{x86_64}
|
||||||
|
@ -810,7 +807,7 @@ LANG variable to their preferred language in their
|
||||||
%{_bindir}/tzselect
|
%{_bindir}/tzselect
|
||||||
%{_bindir}/zdump
|
%{_bindir}/zdump
|
||||||
%{_sbindir}/iconvconfig
|
%{_sbindir}/iconvconfig
|
||||||
%{_sbindir}/ldconfig
|
/sbin/ldconfig
|
||||||
%ghost %{_sysconfdir}/ld.so.cache
|
%ghost %{_sysconfdir}/ld.so.cache
|
||||||
%dir %{_var}/cache/ldconfig
|
%dir %{_var}/cache/ldconfig
|
||||||
%ghost %{_var}/cache/ldconfig/aux-cache
|
%ghost %{_var}/cache/ldconfig/aux-cache
|
||||||
|
@ -1719,12 +1716,18 @@ EOF
|
||||||
install -m755 build-%{_target_cpu}-linux/elf/ldd %{buildroot}%{_bindir}/ldd
|
install -m755 build-%{_target_cpu}-linux/elf/ldd %{buildroot}%{_bindir}/ldd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# usrmerge + binmerge
|
||||||
|
# umask me when we do usr merge
|
||||||
|
#mv %{buildroot}/sbin/* %{buildroot}%{_bindir}/
|
||||||
|
#mv %{buildroot}%{_prefix}/sbin/* %{buildroot}%{_bindir}/
|
||||||
|
#rmdir %{buildroot}/sbin %{buildroot}%{_prefix}/sbin
|
||||||
|
|
||||||
# ldconfig cache
|
# ldconfig cache
|
||||||
mkdir -p %{buildroot}%{_var}/cache/ldconfig
|
mkdir -p %{buildroot}%{_var}/cache/ldconfig
|
||||||
truncate -s 0 %{buildroot}%{_var}/cache/ldconfig/aux-cache
|
truncate -s 0 %{buildroot}%{_var}/cache/ldconfig/aux-cache
|
||||||
# Note: This has to happen before creating /etc/ld.so.conf.
|
# Note: This has to happen before creating /etc/ld.so.conf.
|
||||||
# ldconfig is statically linked, so we can use the new version.
|
# ldconfig is statically linked, so we can use the new version.
|
||||||
%{buildroot}%{_sbindir}/ldconfig -N -r %{buildroot}
|
%{buildroot}/sbin/ldconfig -N -r %{buildroot}
|
||||||
|
|
||||||
echo "include /etc/ld.so.conf.d/*.conf" > %{buildroot}%{_sysconfdir}/ld.so.conf
|
echo "include /etc/ld.so.conf.d/*.conf" > %{buildroot}%{_sysconfdir}/ld.so.conf
|
||||||
chmod 644 %{buildroot}%{_sysconfdir}/ld.so.conf
|
chmod 644 %{buildroot}%{_sysconfdir}/ld.so.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue