FW: several glibc build bugs on MinGW-w64

sotrdg sotrdg euloanty@live.com
Sat Oct 17 10:31:33 GMT 2020


$ LC_ALL=C \
> sed -n 's@^[0-9a-f ]*/build-glibc/\([^(]*\)(\([^)]*\.os\)) *.*$@\1 \2@p' \
>     /build-glibc/elf/librtld.map | \
> while read lib file; do \
>   case $lib in \
>   libc_pic.a) \
>     LC_ALL=C fgrep -l /$file \
>           /build-glibc/stamp.os /build-glibc/*/stamp.os | \
>     LC_ALL=C \
>     sed 's@^/build-glibc/\([^/]*\)/stamp\.os$@rtld-\1'" +=$file@"\
>     ;; \
>   */*.a) \
>     echo rtld-${lib%%/*} += $file ;; \
>   *) echo "Wasn't expecting $lib($file)" >&2; exit 1 ;; \
>   esac; \
> done > /build-glibc/elf/librtld.mkT

It looks like the problem here is because the script generates null file from this librtld.map. Anyone knows how to deal with the issue here?

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

From: DJ Delorie<mailto:dj@redhat.com>
Sent: Friday, October 16, 2020 21:40
To: sotrdg sotrdg<mailto:euloanty@live.com>
Subject: Re: FW: several glibc build bugs on MinGW-w64


Sorry, I have no idea.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: librtld.map
URL: <https://sourceware.org/pipermail/libc-help/attachments/20201017/e68f0c8e/attachment-0001.ksh>


More information about the Libc-help mailing list