Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

#305 closed defect (fixed)

bzip2-1.0.2 installation fix in chapter 06

Reported by: gerard@… Owned by: gerard@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

We need to: rm /usr/bin/bzcmp /usr/bin/bzless /usr/bin/bzfgrep /usr/bin/bzegrep

before installing bzip2 in chapter 6. The 'make install' stage will try to 'ln' those files but the destination exists already.

Perhaps there's an easy way to change the ln command to 'ln -f' instead.

Change History (4)

comment:1 by gerard@…, 22 years ago

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

comment:2 by gerard@…, 22 years ago

Resolution: fixed
Status: assignedclosed

comment:3 by gerard@…, 22 years ago

The simpler solution was:

rm /usr/bin/bz*

comment:4 by markh@…, 22 years ago

i've tested the bzip2 instructions for 1.0.2 during my QA build and it all

works fine. closing all relevant bugs.

Note: See TracTickets for help on using tickets.