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
Correct build log is: http://kojipkgs.fedoraproject.org//work/tasks/8981/5028981/build.log
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
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.
OK, thanks. I will try it. You must have seen this too with dos2unix, because dos2unix also uses pod2text. regards, Erwin
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.
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
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.
Hi, OK. I didn't know that. Then it means it is really fixed. Thanks. Erwin
Do I have to close this bug now?
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.
Thanks. Done.