Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#4634 closed task (fixed)

ICA: bison differs between first and second build

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 10.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

Using objdump -x shows that the second build is linked to libtextstyle.so (gettext)

Solution Move gettext before bison

Possible side effect none found yet

Question What does bison use this for? Actually, it seems it is to add the possibility of translated messages in bison sources. Is it useful? OTOH, moving gettext to be built early does not seem to have adverse effects.

Change History (4)

comment:1 by Bruce Dubbs, 4 years ago

From pierre.labastie:

Well, there's one possible side effect: gettext hardcodes bison localedir as /tools/share/locale. Reason: gettext's configure use bison --print-localedir, which points to /tools/share/locale since bison has not been rebuilt yet.

Will try make BISON_LOCALEDIR=/usr/share/locale

comment:2 by Bruce Dubbs, 4 years ago

From pierre.labastie:

Will try make BISON_LOCALEDIR=/usr/share/locale

Seems to do the trick

comment:3 by Pierre Labastie, 4 years ago

Resolution: fixed
Status: newclosed

Fixed at r11813

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210.0

Milestone renamed

Note: See TracTickets for help on using tickets.