Bug 80302

Summary: SRPMS: install failed due to missing 'Changes' file
Product: [Retired] Red Hat Linux Reporter: Sysoltsev Slawa <vyatcheslav.sysoltsev>
Component: nasmAssignee: Richard Henderson <rth>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-31 12:24:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch for .spec which removes 'Changes' from %doc list none

Description Sysoltsev Slawa 2002-12-24 09:29:51 UTC
Description of problem:
Trying to build & install nasm form sources I've got such error:

Executing(%doc): /bin/sh -
e /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/rpm-tmp.14471
+ umask 022
+ cd /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/BUILD
+ cd nasm-0.98.34
+ DOCDIR=/netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/nasm-0.98.34-
root/usr/share/doc/nasm-0.98.34
+ export DOCDIR
+ rm -rf /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/nasm-0.98.34-
root/usr/share/doc/nasm-0.98.34
+ /bin/mkdir -p /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/nasm-0.98.34-
root/usr/share/doc/nasm-0.98.34
+ cp -pr AUTHORS Changes README 
TODO /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/nasm-0.98.34-
root/usr/share/doc/nasm-0.98.
34
cp: cannot stat `Changes': No such file or directory
error: Bad exit status 
from /netbatch/TC32304/rh80_ia32_I/default/WORK_DIR/tmp/rpm-tmp.14471 (%doc)

I haven't found 'Changes' file in package - seems you've missed it during 
packaging.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1. rpm -bb nasm.spec 

    
Actual results:
Installation error

Expected results:
Succesfully built & installed package

Additional info:

Comment 1 Sysoltsev Slawa 2002-12-24 09:31:30 UTC
Created attachment 88882 [details]
Patch for .spec which removes 'Changes' from %doc list

Comment 2 Brian Brock 2003-10-13 22:04:12 UTC
The filename was changed to 'CHANGES' in nasm-0.98.35-3 (released in Red Hat
Linux 9), and now nasm builds without the error.

Comment 3 Jindrich Novy 2005-03-31 12:24:01 UTC
Sysoltsev, this is now fixed in the current nasm release. Thanks.