Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4649 closed defect (fixed)

Fix UnZip-6.0 Instructions

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Verified in mercurial 1.8.2 and 1.9 one test failed, due to a typo in Unzip build instructions, affecting i?86 only, apparently.

Instead of

sed -i -e 's/DASM"/DASM -DNO_LCHMOD"/' unix/Makefile

Command should be

sed -i -e 's/DASM_CRC"/DASM_CRC -DNO_LCHMOD"/' unix/Makefile

After that, mercurial tests passed.

Change History (3)

comment:1 by Fernando de Oliveira, 10 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:2 by Fernando de Oliveira, 10 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r12668.

comment:3 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.