Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#395 closed defect (fixed)

Patch for sh-utils needed in chapter 5 of cvs

Reported by: chris@… Owned by: lfs-book@…
Priority: highest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Patch for sh-utils is needed in cvs version for chapter 5. Instuctions for sh-utils-2.0.patch.bz2 omitted fron cvs book and patch omitted from cvs download. This patch renames two variables as follows: -mktime_internal (struct tm *tp, +mktime_internal2 (struct tm *tp,

/* How many days come before each month (0-12). */

-const unsigned short int mon_yday[2][13] = +const unsigned short int mon_yday2[2][13] = This is to avoid a name clash with old glibc versions found with some distros.

Change History (5)

comment:1 by gerard@…, 22 years ago

Which distributions would that be?

comment:2 by gerard@…, 22 years ago

Priority: normalhighest

Report on RH 7.3 confirms the problem to be valid still (in light of removing old distribution support). Let's re-add the patch.

comment:3 by timothy@…, 22 years ago

Owner: changed from lfs-book@… to timothy@…

comment:4 by timothy@…, 22 years ago

Owner: changed from timothy@… to lfs-book@…

Re-added sh-utils-2.0.patch to chapter 05. Closing this bug.

comment:5 by timothy@…, 22 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.