Bug 914351

Summary: php-pear-Auth-OpenID: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: php-pear-Auth-OpenIDAssignee: Axel Thimm <Axel.Thimm>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: Axel.Thimm, kevin, kurt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-23 01:22:24 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: 913825    

Description Dennis Gilmore 2013-02-22 10:05:26 UTC
Your package php-pear-Auth-OpenID failed to build from source in current rawhide.

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

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/5656/4975656/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 Kevin Fenzi 2013-02-23 01:22:24 UTC
Fixed. Thanks.

Comment 2 Kurt Seifried 2013-02-24 01:58:03 UTC
I'm curious, what was the problem/solution? The build.log is 404 now. Apologies for not getting to this sooner but I was buried.

Comment 3 Kevin Fenzi 2013-02-24 16:37:29 UTC
Basically a one-liner... :) 

-rm -rf %{buildroot}%{pear_phpdir}/.??*
+rm -rf %{buildroot}%{pear_metadir}/.??*

The macro changed. ;)