#18368 closed defect (fixed)

alsa-utils-1.29 FTBFS with glibc-2.38

Reported by: Joe Locash Owned by: Xi Ruoyao
Priority: normal Milestone: 12.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

Change History (3)

comment:1 by thomas, 20 months ago

Could be implemented with a sed:

sed -e '/size_t strlcpy/i#if !(__GLIBC_PREREQ(2, 38))' \
    -e '/#endif \/\* __GLIBC__ \*\//i#endif /* !(__GLIBC_PREREQ(2, 38)) */' \
    -i alsactl/init_sysdeps.c

comment:2 by Xi Ruoyao, 20 months ago

Owner: changed from blfs-book to Xi Ruoyao
Status: newassigned

We don't need the fancy GLIBC_PREREQ thing because BLFS instruction is never guaranteed to be compatible with earlier version of dependencies. We only need to remove the strlcpy in alsa-utils and then the glibc version will be used.

comment:3 by Xi Ruoyao, 20 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.