Opened 10 years ago

Closed 10 years ago

#3466 closed task (fixed)

Hard-coded path to /tools in Chapter 6 GCC

Reported by: Chris Staub Owned by: bdubbs@…
Priority: normal Milestone: 7.5
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

In Chapter 6, GCC installs /usr/lib/gcc/$(gcc -dumpmachine)/$(gcc -dumpversion)/install-tools/fixincl, which includes a hard-coded pathname to whatever sed program it finds, which at that time is /tools/bin/sed. This can be fixed by adding "SED=sed" just before the configure command.

Change History (5)

comment:1 by bdubbs@…, 10 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 10 years ago

Resolution: fixed
Status: assignedclosed

Thanks Chris, Fixed in revision 10441.

comment:3 by WilliamImm, 10 years ago

I'm curious, why was the changed made to Glibc instead of GCC? Any reason for that?

comment:4 by bdubbs@…, 10 years ago

Resolution: fixed
Status: closedreopened

Because it was an error on my part. I'll fix.

comment:5 by bdubbs@…, 10 years ago

Resolution: fixed
Status: reopenedclosed

OK, fixed at revision 10445.

Note: See TracTickets for help on using tickets.