#314 closed defect (fixed)
bzip2 installation fix
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
From: Jeff <mr2323a@…> To: lfs-dev@… Subject: bzip2 - cvs Date: Sat, 16 Mar 2002 00:15:42 -0600
I was hoping I'd see this come up to affirm my problem, but here it is: I have double and triple checked my install commands for bzip2 in both chap5 &
- I use a homemade command file that has served me well since 3.1 (and
everything in between). Obviously, I have changed things as needed. Here's the problem, in chap6 bzip2 keeps bombing on the "mv bzip2recover bzless bzmore /bin" line. The error is mv: cannot create hard link '/bin/bzmore' to '/bin/bzless': File exists
we'll probably have to add a "rm /bin/bunzip2recover /bin/bzmore /bin/bzless" command. bunzip2recover may not be needed (not a hardlink to anything) but bzmore and bzless for sure.
Change History (4)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
comment:3 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 23 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.
Added "rm /bin/bzless /bin/bzmore".