Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 992091 - cpm: FTBFS in rawhide
Summary: cpm: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: cpm
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Marek Mahut
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F20FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-08-05 03:14 UTC by Dennis Gilmore
Modified: 2013-08-11 18:45 UTC (History)
3 users (show)

Fixed In Version: cpm-0.23-0.12.beta.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-11 18:45:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2013-08-05 03:14:21 UTC
Your package cpm failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=5703895

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/3895/5703895/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/3895/5703895/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/3895/5703895/state.log
NOTE: build logs are cleaned up after 1 week

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

Comment 1 Petr Pisar 2013-08-06 10:28:52 UTC
configure: error: cracklib dictionary /usr/lib/cracklib_dict.pwd does not exist
error: Bad exit status from /var/tmp/rpm-tmp.2nyB1I (%build)

Current cracklib dictionary is gzipped (cracklib_dict.pwd.gz).

Comment 2 Paul Howarth 2013-08-11 18:45:24 UTC
The configure script was a bit fussy, looking for the exact filenames of the dictionaries despite not actually needing to know them itself as the cracklib API does not require knowledge of the file extensions used. I patched it to check for a compressed dictionary too, which fixed that problem.

There was also a problem with the cpm.pod documentation file, which included UTF8 characters but didn't specify its encoding, which the current pod tools object to, so I added an appropriate encoding specification.

Build done: http://koji.fedoraproject.org/koji/taskinfo?taskID=5806187


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