summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: stable 2.29-r2 for hppa, bug #685818Sergei Trofimovich2019-08-281-1/+1
| | | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: remove version_is_at_least.Benda Xu2019-08-271-48/+4
| | | | | | | As of 2019 Prefix, the conditions are always true. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sys-libs/glibc: add kernel 2.6.16 compatibility patch.Benda Xu2019-08-254-98/+89
| | | | | | | | | | | | This is only for Prefix on deprecated systems. On thoses systems, vulnerable kernels are usually used. Hardened no longer makes sense, remove. Remove versionator, as it is not used. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sys-libs/glibc: drop telinit call from pkg_*(), bug #642784Sergei Trofimovich2019-08-212-8/+0
| | | | | | | | | | Rely on sysvinit re-execution on shutdown (bug #642858) instead of relying on glibc's pkg_*() phases. Reported-by: Mike Gilbert Bug: https://bugs.gentoo.org/642784 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: Put linux-headers in DEPEND instead of BDEPENDAndreas K. Hüttel2019-08-141-1/+1
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: BDEPEND implementationAndreas K. Hüttel2019-08-131-12/+14
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Additional EAPI=7 fixes found by ArfreverAndreas K. Hüttel2019-08-131-7/+7
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: port to EAPI=7Andreas K. Hüttel2019-08-121-31/+16
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: remove oldAndreas K. Hüttel2019-08-093-1617/+0
| | | | | Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Add 2.29 revision with compile-locales supportAndreas K. Hüttel2019-08-062-0/+1474
| | | | | | Bug: https://bugs.gentoo.org/146882 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: silence pushd and popdAndreas K. Huettel2019-08-052-4/+4
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Fix my broken bash code, bug 691378Andreas K. Hüttel2019-08-042-2/+2
| | | | | | | | This is the real fix for bug 691378. Closes: https://bugs.gentoo.org/691378 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Pass missing parameter to locale-genAndreas K. Hüttel2019-08-042-6/+20
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Complete compile-locale handling, hopefullyAndreas K. Hüttel2019-08-042-0/+12
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Version bump, untested, without keywordsAndreas K. Hüttel2019-08-042-0/+1475
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: m68k stable wrt bug #685818Mikle Kolyada2019-07-291-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="m68k" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: sh stable wrt bug #685818Mikle Kolyada2019-07-291-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sh" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: s390 stable wrt bug #685818Mikle Kolyada2019-07-291-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="s390" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-libs/glibc: fix CPPFLAGS handling, bug #686248Sergei Trofimovich2019-07-253-2/+1463
| | | | | | | | | | | | | | Main triver of the change is an early cross-compilation of glibc headers where we provide enough CPPFLAGS for a target to parse headers. Unfortunately preprocessor was not always taking into accound CPPFLAGS. This change fixes it. This chould make 'crossdev -t riscv64-unknown-linux-gnu' just work. Closes: https://bugs.gentoo.org/686248 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: expose a knob to downgrade glibcSergei Trofimovich2019-07-232-2/+2
| | | | | | | | | | | | | | It's not something to be used lightly. Useful when the damage was not yet done to the rest of the system. Usage example: # I_ALLOW_TO_BREAK_MY_SYSTEM=yes emerge -v1 "=glibc-${old-version}" Be prepared to deal with downgrade consequences like disappeared symbols and versions of symbols Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: Fix handling of ${EPREFIX} when building cross-glibcJames Le Cuirot2019-07-212-20/+44
| | | | | | | | | | | | | It was duplicating the prefix in the form ${EPREFIX}/usr/${CTARGET}/${EPREFIX}. This also fixes the kernel header version check, which was broken for native prefixed builds. Bug: https://bugs.gentoo.org/642604 Closes: https://github.com/gentoo/gentoo/pull/12435 Package-Manager: Portage-2.3.69, Repoman-2.3.13 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* Convert ebuilds to inherit usr-ldscriptMike Gilbert2019-07-186-6/+6
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* sys-libs/glibc: keyword ~amd64 for 2.19-r2.Benda Xu2019-07-181-2/+2
| | | | | | | This is for Prefix on RHEL5-like hosts. Package-Manager: Portage-2.3.69, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sys-libs/glibc-2.29-r2: alpha stableTobias Klausmann2019-06-231-1/+1
| | | | | Bug: http://bugs.gentoo.org/685818 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* sys-libs/glibc: ia64 stable wrt bug #685818Agostino Sarubbo2019-05-311-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* sys-libs/glibc: ppc64 stable wrt bug #685818Agostino Sarubbo2019-05-271-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* sys-libs/glibc: ppc stable wrt bug #685818Agostino Sarubbo2019-05-271-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* sys-libs/glibc: arm stable wrt bug #685818Mikle Kolyada2019-05-231-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* sys-libs/glibc: refresh live ebuild patchsetSergei Trofimovich2019-05-192-2/+2
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: add USE=custom-cflags, bug #686018Sergei Trofimovich2019-05-191-9/+16
| | | | | | | | | | Allow users to pass in more (or less) aggressive CFLAGS for USE=custom-cflags case (disabled by default). Reported-and-tested-by:Jan Fikar Bug: https://bugs.gentoo.org/686018 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: drop obsolete -fno-strict-aliasing, bug #686018Sergei Trofimovich2019-05-191-2/+1
| | | | | | | Reported-and-tested-by: Jan Fikar Bug: https://bugs.gentoo.org/686018 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: x86 stable (bug #685818)Thomas Deutschmann2019-05-171-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-libs/glibc: arm64 stable (bug #685818)Aaron Bauman2019-05-131-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* sys-libs/glibc: amd64 stable wrt bug #685818Mikle Kolyada2019-05-131-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* sys-libs/glibc: Keyword ~riscvAndreas K. Hüttel2019-05-031-1/+1
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc-2.28-r6: hppa stable, bug 674126Matt Turner2019-05-021-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/glibc: Remove oldAndreas K. Hüttel2019-05-012-150/+0
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc-2.28-r6: ppc64 stable, bug 674126Matt Turner2019-04-301-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/glibc-2.28-r6: ppc stable, bug 674126Matt Turner2019-04-301-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-libs/glibc: stable 2.28-r6 for ia64, bug #674126Sergei Trofimovich2019-04-271-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-libs/glibc: Add riscv dynamic linker locationsAndreas K. Hüttel2019-04-242-0/+6
| | | | | Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Add small locale install hack for riscvAndreas K. Hüttel2019-04-212-0/+22
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: disable c++ detection for cross-case, bug #683074Sergei Trofimovich2019-04-192-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=561b0bec4448f0302cb4915bf67c919bde4a1c57 in unstream glibc repo added optional dependency on CXX compiler. Unfortunately ./configure tries hard to pass some g++ as CXX: either ${CTARGET}-g++ (ok) or ${CBUILD}+g++ (bad). During toolchain bootstrap ${CTARGET}-g++ does not yet exist as we only have stage1-gcc without c++ (or libc) support. To restore toolchain bootstrap we force-disable c++ detection by setting cache variable: libc_cv_cxx_link_ok=no c++ is force disables only for cross-compilation case (CHOST != CTARGET). Cross-building case (CHOST = CTRAGET) is unchanged as we should already have c++ capable toolchain by then. Reported-by: hanetzer@startmail.com Reported-by: rhn Closes: https://bugs.gentoo.org/683074 Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Revert "sys-libs/glibc: Fix headers-only cross-build for riscv"Andreas K. Hüttel2019-04-192-36/+38
| | | | | | | Sergei's solution is way better. Tomorrow. This reverts commit 08ac6a89ea72d4cdcb02383410b58e76e69913a4. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Fix headers-only cross-build for riscvAndreas K. Hüttel2019-04-192-38/+36
| | | | | Package-Manager: Portage-2.3.63, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: Drop python3_4 from PYTHON_COMPATMichał Górny2019-04-162-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-libs/glibc: Add bug number commentAndreas K. Hüttel2019-04-142-0/+2
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: add static-libs useflagAndreas K. Hüttel2019-04-141-1/+7
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: python pkg_setup fails during bootstrap.Benda Xu2019-04-132-0/+8
| | | | | | | | | | | | Glibc-2.29 introduces a new python dependency for building. However, during Prefix bootstrap, glibc has to be built before python. The dependency circle is broken by disabling pkg_setup() of python-any-r1.eclass. Bug: https://bugs.gentoo.org/682570 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sys-libs/glibc: Remove oldAndreas K. Hüttel2019-04-1112-2332/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>