Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 765652 - dev-lang/tcc: support for musl and uclibc
Summary: dev-lang/tcc: support for musl and uclibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2021-01-16 17:01 UTC by dm9pZCAq
Modified: 2021-10-25 12:38 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to fix it (libc.patch,1.41 KB, patch)
2021-01-16 17:01 UTC, dm9pZCAq
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dm9pZCAq 2021-01-16 17:01:59 UTC
Created attachment 683164 [details, diff]
patch to fix it

for me it fails to build on musl-libc, but there are configure flags to fix it
Comment 1 Ionen Wolkens gentoo-dev 2021-01-17 01:06:56 UTC
Does fix bug #715428 for me.
Comment 2 Larry the Git Cow gentoo-dev 2021-10-25 12:35:29 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=717eba5b5cfb78b1438c348882b34c88b3dc173a

commit 717eba5b5cfb78b1438c348882b34c88b3dc173a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-25 12:34:24 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-25 12:35:11 +0000

    dev-lang/tcc: add 0.9.27_p20211022 (glibc-2.34, security fixes)
    
    Upstream development seems to just be rolling now too.
    
    Closes: https://bugs.gentoo.org/806511
    Bug: https://bugs.gentoo.org/737092
    Bug: https://bugs.gentoo.org/715428
    Bug: https://bugs.gentoo.org/765652
    Bug: https://bugs.gentoo.org/687114
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/tcc/Manifest                    |  1 +
 dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 80 ++++++++++++++++++++++++++++++++
 dev-lang/tcc/tcc-9999.ebuild             | 43 ++++++++++-------
 3 files changed, 106 insertions(+), 18 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2021-10-25 12:38:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adaddf5110adeaf1e3b84d1d15d42e66798c4ef

commit 1adaddf5110adeaf1e3b84d1d15d42e66798c4ef
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-10-25 12:38:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-25 12:38:23 +0000

    dev-lang/tcc: add musl/uclibc support
    
    Closes: https://bugs.gentoo.org/765652
    Bug: https://bugs.gentoo.org/715428
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-lang/tcc/tcc-0.9.27_p20211022.ebuild | 6 ++++++
 dev-lang/tcc/tcc-9999.ebuild             | 6 ++++++
 2 files changed, 12 insertions(+)