Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#4642 closed task (fixed)

ICA: All systemd binaries differ between first and second pass

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

Description

objdump -s shows that there is a string containing /tools/lib in .dynstr on first build and not on the others. Don't know much more yet.

Change History (4)

comment:1 by Pierre Labastie, 4 years ago

The solution is to link util-linux libraries and headers from /usr, and copy the .pc files of util-linux from /tools to /usr, with a sed to change /tools to /usr in the files.

comment:2 by Pierre Labastie, 4 years ago

This could be done in "createfiles" too, and removed before building util-linux, since eudev needs the same changes.

comment:3 by Pierre Labastie, 4 years ago

Resolution: fixed
Status: newclosed

Fixed at r11817

comment:4 by Bruce Dubbs, 4 years ago

Milestone: 9.210.0

Milestone renamed

Note: See TracTickets for help on using tickets.