Bug 193526
Summary: | ncpfs fails to build in mock | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michael J Knox <michael> | ||||||||
Component: | ncpfs | Assignee: | Martin Stransky <stransky> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||||||
Severity: | medium | Docs Contact: | |||||||||
Priority: | medium | ||||||||||
Version: | rawhide | CC: | 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
Michael J Knox
2006-05-30 01:40:15 UTC
Created attachment 130213 [details]
Matt Domsch's build log
hm, it works fine for me Created attachment 130237 [details]
build log
Created attachment 130238 [details]
root log
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. 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/ 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 ). updated in rawhide, thanks. |