Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115693 - Ebuild for PyQt 3.15.1 could use the -c ./configure switch (also, move to x86 stable?)
Summary: Ebuild for PyQt 3.15.1 could use the -c ./configure switch (also, move to x86...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-15 12:50 UTC by Lorenzo Mancini
Modified: 2005-12-15 15:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for dev-python/PyQt-3.15.1.ebuild (patch,433 bytes, patch)
2005-12-15 12:53 UTC, Lorenzo Mancini
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenzo Mancini 2005-12-15 12:50:09 UTC
PyQt library's ./configure script has a switch "-c", that causes the compilation
of a whole big cpp file instead of several little cpp files, speeding up the
compilation sensibly.

Ebuilds for PyQt used to use this switch until 3.15, but the one for 3.15.1
doesn't. This results in compilation being slowed down to a crawl.

Just for comparison, on my athlon 2800+ compilation with -c completes in less
than 7 minutes, without -c it requires more than 20 minutes. I'm attaching a
patch for PyQt-3.15.1.ebuild .

Also, 3.15.1 should really be moved to x86 stable. It has lots of bugfixes
compared to buggy 3.13 (which is currently in x86 stable).

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lorenzo Mancini 2005-12-15 12:53:47 UTC
Created attachment 74822 [details, diff]
Patch for dev-python/PyQt-3.15.1.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-12-15 15:46:22 UTC
No, see Bug 75125 and this version will not go stable soon either.