Bug 548491

Summary: Qbittorrent compilation takes eternity
Product: [Fedora] Fedora Reporter: leigh scott <leigh123linux>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: jakub
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: 2010-02-11 16:52:21 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:

Description leigh scott 2009-12-17 16:08:54 UTC
Description of problem: Qbittorrent build takes ages.

http://koji.fedoraproject.org/koji/buildinfo?buildID=147188
http://koji.fedoraproject.org/koji/buildinfo?buildID=146998

Version-Release number of selected component (if applicable):
gcc-4.4.2-7

How reproducible:
always


Steps to Reproduce:
1. Try to rebuild the source RPM in mock or koji
2.
3.
  
Actual results:
Build process takes ages



Expected results:
Build process takes several minutes tops.




Additional info:

Adding the -fno-var-tracking-assignments flag fixes the issue

Comment 1 Jakub Jelinek 2010-01-13 09:04:21 UTC
Please try http://kojipkgs.fedoraproject.org/packages/gcc/4.4.2/24.fc12/

Comment 2 leigh scott 2010-01-13 11:30:47 UTC
(In reply to comment #1)
> Please try http://kojipkgs.fedoraproject.org/packages/gcc/4.4.2/24.fc12/    

The new build fixes the issue here.



Wrote: /home/leigh/development/rpmbuild/RPMS/x86_64/qbittorrent-2.0.7-2.fc12.x86_64.rpm
Wrote: /home/leigh/development/rpmbuild/RPMS/x86_64/qbittorrent-debuginfo-2.0.7-2.fc12.x86_64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4z36jc
+ umask 022
+ cd /home/leigh/development/rpmbuild/BUILD
+ cd qbittorrent-2.0.7
+ rm -rf /home/leigh/development/rpmbuild/BUILDROOT/qbittorrent-2.0.7-2.fc12.x86_64
+ exit 0
Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.tMNe98
+ umask 022
+ cd /home/leigh/development/rpmbuild/BUILD
+ rm -rf qbittorrent-2.0.7
+ exit 0

real	5m4.127s
user	8m22.951s
sys	0m56.140s
[leigh@localhost F-12]$ 


Thank you for fixing it.

Leigh

Comment 3 Jakub Jelinek 2010-02-11 16:52:21 UTC
Should be fixed in gcc-4.4.3-4.fc12.

Comment 4 leigh scott 2010-02-11 17:07:11 UTC
(In reply to comment #3)
> Should be fixed in gcc-4.4.3-4.fc12.    

Thanks for the info.