diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-30 21:09:50 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-12-30 21:14:07 +0000 |
commit | 1c21dcc94ef9d60d9a655275dc0cf989ae8980ac (patch) | |
tree | c63a495cdad0e0d3cf91971f71a3710ddd7d45cf /sys-libs | |
parent | app-shells/push: mark s390 stable (diff) | |
download | gentoo-1c21dcc94ef9d60d9a655275dc0cf989ae8980ac.tar.gz gentoo-1c21dcc94ef9d60d9a655275dc0cf989ae8980ac.tar.bz2 gentoo-1c21dcc94ef9d60d9a655275dc0cf989ae8980ac.zip |
sys-libs/glibc: fix live ebuild build failure, bug #674080
Fix by Bart Oldeman:
Stop touching C-translit.h, as it's now always automatically generated in the
build directory. Touching it creates a 0-byte file that causes missing symbols
when it's included instead of the generated file.
See here for the glibc change:
https://sourceware.org/git/?p=glibc.git;a=commit;h=053c52b17739a584ee73d336e547b15abcdabd49
Closes: https://bugs.gentoo.org/674080
Signed-off-by: Bart Oldeman <bartoldeman@gmail.com>
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild index 46dde2c6ce3a..ea9f2ab25630 100644 --- a/sys-libs/glibc/glibc-9999.ebuild +++ b/sys-libs/glibc/glibc-9999.ebuild @@ -731,9 +731,6 @@ src_unpack() { unpack ${P}.tar.xz fi - cd "${S}" || die - touch locale/C-translit.h || die #185476 #218003 - cd "${WORKDIR}" || die unpack glibc-${RELEASE_VER}-patches-${PATCH_VER}.tar.xz } |