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 914568 - wcd: FTBFS in rawhide
Summary: wcd: FTBFS in rawhide
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: wcd
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Erwin Waterlander
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F19FTBFS
TreeView+ depends on / blocked
 
Reported: 2013-02-22 10:32 UTC by Dennis Gilmore
Modified: 2013-02-25 11:34 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-02-25 11:34:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dennis Gilmore 2013-02-22 10:32:02 UTC
Your package wcd failed to build from source in current rawhide.

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

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

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

Comment 1 Tim Waugh 2013-02-22 11:30:46 UTC
Correct build log is:
http://kojipkgs.fedoraproject.org//work/tasks/8981/5028981/build.log

Comment 2 Erwin Waterlander 2013-02-22 12:08:30 UTC
Hi,

The build fails because commands 'podchecker' and 'pod2text' are not found. These commands are part of the perl package.

The RPM file specifies a build requirement on perl.

Could it be that the perl installation was incomplete?

regards,

Erwin

Comment 3 Tim Waugh 2013-02-22 12:14:01 UTC
It looks like the perl packaging has changed in Fedora devel.  I think this change might be needed for that branch:

-BuildRequires: perl
+BuildRequires: perl-Pod-Checker

This change works for me when testing with 'fedpkg mockbuild' in the devel branch.

Comment 4 Erwin Waterlander 2013-02-22 14:14:00 UTC
OK, thanks. I will try it. You must have seen this too with dos2unix, because dos2unix also uses pod2text.

regards,

Erwin

Comment 5 Tim Waugh 2013-02-22 14:47:01 UTC
Thanks, good catch.  There hasn't been a bug filed about that yet (perhaps the rebuild tests haven't got that far) but it also has the same issue.  I'll fix that now.

Comment 6 Erwin Waterlander 2013-02-22 16:29:22 UTC
Hi,

I made this change to the spec file:

-BuildRequires: perl
+BuildRequires: perl-Pod-Checker

I pushed it to the server and did a successful Koji build.
wcd-5.2.3-3.fc19

But only a mass rebuild can really prove the problem is solved, isn't it? I assume that the Koji server already had all the required packages installed before.

regards,

Erwin

Comment 7 Tim Waugh 2013-02-22 17:47:54 UTC
Each build happens in its own chroot environment, and packages are installed in that environment to satisfy BuildRequires.  It's the same with 'fedpkg mockbuild', except that it happens on the local machine.

Comment 8 Erwin Waterlander 2013-02-22 18:46:40 UTC
Hi,

OK. I didn't know that. Then it means it is really fixed.
Thanks.

Erwin

Comment 9 Erwin Waterlander 2013-02-22 22:44:04 UTC
Do I have to close this bug now?

Comment 10 Tim Waugh 2013-02-25 10:58:55 UTC
Yes.  As this is just rawhide (Fedora devel), there is no need to push an update: having built the new package, it is automatically in Fedora devel.

You can just set the status to CLOSED with resolution RAWHIDE.  Thanks.

Comment 11 Erwin Waterlander 2013-02-25 11:34:20 UTC
Thanks. Done.


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