On 12.9.2017 4:10, l...@universe-b.com wrote:
I've tried to figure this one out for several days on different machines, and it's driving me nuts...

Ch. 6.09 systemd:

when I get to

     zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}

I end up with

Segmentation fault

Seeing it is a for loop, I receive 33 of these. I have tried both:

a) - mkdir -pv /usr/lib/locale
localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
localedef -i de_DE -f ISO-8859-1 de_DE......

and

b) - make localedata/install-locales

during separate complete clean runs from the start

but both result in the segfault errors.

I have verified that $ZONEINFO is in fact correct :

root:/sources/glibc-2.26/build# mkdir -pv $ZONEINFO/{posix,right};
mkdir: created directory '/usr/share/zoneinfo/posix'
......

and even tried to manually construct the zic command, but to no success.

I have captured all of the build results, so I can refer back to where the error might be occurring. I just need to have some direction as to where to look.

Any direction would be appreciated....

Cheers,

Brandon

I've only seen this happen if there's a mismatch between chapter 5 and chapter 6 glibc (ie, reusing the older toolchain).
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to