Bug 80320 - SRPMS: install failed due to missed doc files
Summary: SRPMS: install failed due to missed doc files
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: libgtop
Version: 8.0
Hardware: i386
OS: Linux
medium
low
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-12-24 11:53 UTC by Sysoltsev Slawa
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-12-24 18:20:23 UTC
Embargoed:


Attachments (Terms of Use)
Patch for .spec which eliminates missed files from %doc list (379 bytes, patch)
2002-12-24 11:54 UTC, Sysoltsev Slawa
no flags Details | Diff

Description Sysoltsev Slawa 2002-12-24 11:54:00 UTC
Description of problem:
Trying to build & install libgtop from sources I've got such errors:

Executing(%doc): /bin/sh -
e /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/rpm-tmp.68092
+ umask 022
+ cd /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/BUILD
+ cd libgtop-1.0.12
+ DOCDIR=/netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/libgtop-1.0.12-
root/usr/share/doc/libgtop-1.0.12
+ export DOCDIR
+ rm -rf /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/libgtop-1.0.12-
root/usr/share/doc/libgtop-1.0.12
+ /bin/mkdir -p /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/libgtop-
1.0.12-root/usr/share/doc/libgtop-1.0.12
+ cp -pr RELNOTES-0.25 RELNOTES-1.0 AUTHORS ChangeLog NEWS 
README /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/libgtop-1.0.1
2-root/usr/share/doc/libgtop-1.0.12
+ cp -pr TODO NEWS.old copyright.txt ANNOUNCE ANNOUNCE-
0.25 /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/libgtop-1.0.12-root
/usr/share/doc/libgtop-1.0.12
cp: cannot stat `TODO': No such file or directory
cp: cannot stat `NEWS.old': No such file or directory
cp: cannot stat `ANNOUNCE': No such file or directory
cp: cannot stat `ANNOUNCE-0.25': No such file or directory
error: Bad exit status 
from /netbatch/TC32303/rh80_ia32_H/default/WORK_DIR/tmp/rpm-tmp.68092 (%doc)

In package is none of these files. Seems you've missed them during packaging.

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


How reproducible:
always

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

    
Actual results:
Installation error

Expected results:
Succesfully built & installed package

Additional info:

Comment 1 Sysoltsev Slawa 2002-12-24 11:54:38 UTC
Created attachment 88886 [details]
Patch for .spec which eliminates missed files from %doc list

Comment 2 Havoc Pennington 2002-12-24 18:20:23 UTC
Should be fixed in latest, thanks


Note You need to log in before you can comment on or make changes to this bug.