Bug 155419

Summary: cvs checkout of s-c-lvm from elvis doesn't build
Product: [Fedora] Fedora Reporter: Colin Charles <byte>
Component: system-config-lvmAssignee: Jim Parsons <jparsons>
Status: CLOSED RAWHIDE QA Contact: Jim Parsons <jparsons>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: agk
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-06 00:10:18 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:

Description Colin Charles 2005-04-20 07:28:46 UTC
So, a cvs checkout from elvis (because its not in /cvs/dist for fedora), gave me
a non-buildable s-c-lvm.

when running ./autogen.sh:
no need for patching file 'Makefile.in.in'
patching file po/Makefile.in.in
Hunk #1 FAILED at 77.
1 out of 1 hunk FAILED -- saving rejects to file po/Makefile.in.in.rej
patching file po/Makefile.in.in
Hunk #1 succeeded at 93 with fuzz 2 (offset -4 lines).
Hunk #2 succeeded at 191 (offset 3 lines).
Hunk #3 FAILED at 200.
Hunk #4 FAILED at 208.
Hunk #5 FAILED at 226.
Hunk #6 succeeded at 243 (offset -9 lines).
3 out of 6 hunks FAILED -- saving rejects to file po/Makefile.in.in.rej

When running make:
Now type 'make' to compile system-config-lvm.
[-(byte@arena)-(pts/1)-(05:24pm:20/04/2005)-]
[-(~/cvs/system-config-lvm)> make
Making all in src
make[1]: Entering directory `/home/byte/cvs/system-config-lvm/src'
rm -f system-config-lvm
ln -s system-config-lvm.py system-config-lvm
make[1]: Leaving directory `/home/byte/cvs/system-config-lvm/src'
Making all in po
make[1]: Entering directory `/home/byte/cvs/system-config-lvm/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/byte/cvs/system-config-lvm/po'
make[1]: Entering directory `/home/byte/cvs/system-config-lvm'
make[1]: *** No rule to make target `system-config-lvm.desktop.in', needed by
`system-config-lvm.desktop'.  Stop.
make[1]: Leaving directory `/home/byte/cvs/system-config-lvm'
make: *** [all-recursive] Error 1

and no, there's no system-config-lvm.desktop.in file that I can see with find.

Comment 1 Jim Parsons 2005-05-05 20:11:38 UTC
Fixed.

Comment 2 Colin Charles 2005-05-06 00:10:18 UTC
Verified.