Bug 193526

Summary: ncpfs fails to build in mock
Product: [Fedora] Fedora Reporter: Michael J Knox <michael>
Component: ncpfsAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dcantrell, mbarabas, mtasaka
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: 2006-06-30 14:28:00 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:
Bug Depends On:    
Bug Blocks: 191529    
Attachments:
Description Flags
Matt Domsch's build log
none
build log
none
root log none

Description Michael J Knox 2006-05-30 01:40:15 UTC
This package fails to build in mock.  build.log is attached.

Comment 1 Michael J Knox 2006-05-30 01:40:15 UTC
Created attachment 130213 [details]
Matt Domsch's build log

Comment 2 Martin Stransky 2006-05-30 15:12:18 UTC
hm, it works fine for me

Comment 3 Martin Stransky 2006-05-30 15:14:10 UTC
Created attachment 130237 [details]
build log

Comment 4 Martin Stransky 2006-05-30 15:15:15 UTC
Created attachment 130238 [details]
root log

Comment 5 Jesse Keating 2006-05-30 20:49:03 UTC
The mock currently in Extras was pulling in more packages than it should.  A
more slimmed down buildroot is used now, that only brings things in the
exception list.

Comment 6 Michael J Knox 2006-06-06 01:29:12 UTC
You can review all build logs here:

http://linux.dell.com/files/fedora/FixBuildRequires/mock-results-core/i386/ncpfs-2.2.6-3.src.rpm/


Comment 7 Mamoru TASAKA 2006-06-27 04:25:32 UTC
gettext is removed from exception list and current ncpfs(-2.2.6-3) fails
to be rebuilt with mock because of the lack of "msgfmt".

Simply adding gettext (gettext-devel is not needed) to BR will solve this problem
( at least work for me ).

Comment 8 Martin Stransky 2006-06-30 14:28:00 UTC
updated in rawhide, thanks.