Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 299009 Details for
Bug 394715
>=www-client/firefox-10 fails to compile with pgo useflag (and ati card?) - sandbox access violations
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
move addpredicts to pkg_setup()
firefox-9.0-addpredict.diff (text/plain), 1.22 KB, created by
Jory A. Pratt
on 2012-01-15 16:04:32 UTC
(
hide
)
Description:
move addpredicts to pkg_setup()
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2012-01-15 16:04:32 UTC
Size:
1.22 KB
patch
obsolete
>diff --git a/www-client/firefox/firefox-9.0.ebuild b/www-client/firefox/firefox-9.0.ebuild >index f379e30..f03ba57 100644 >--- a/www-client/firefox/firefox-9.0.ebuild >+++ b/www-client/firefox/firefox-9.0.ebuild >@@ -106,6 +106,14 @@ pkg_setup() { > einfo > ewarn "You will do a double build for profile guided optimization." > ewarn "This will result in your build taking at least twice as long as before." >+ >+ addpredict /root >+ addpredict /etc/gconf >+ # Firefox tries to dri stuff when it's run, see bug 380283 >+ shopt -s nullglob >+ local cards=$(echo -n /dev/{dri,ati}/card* /dev/nvidiactl* | sed 's/ /:/g') >+ shopt -u nullglob >+ test -n "${cards}" && addpredict "${cards}" > fi > > # Ensure we have enough disk space to compile >@@ -216,14 +224,6 @@ src_configure() { > > src_compile() { > if use pgo; then >- addpredict /root >- addpredict /etc/gconf >- # Firefox tries to dri stuff when it's run, see bug 380283 >- shopt -s nullglob >- local cards=$(echo -n /dev/{dri,ati}/card* /dev/nvidiactl* | sed 's/ /:/g') >- shopt -u nullglob >- test -n "${cards}" && addpredict "${cards}" >- > CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ > MOZ_MAKE_FLAGS="${MAKEOPTS}" \ > Xemake -f client.mk profiledbuild || die "Xemake failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 394715
:
295833
|
296401
|
296685
| 299009 |
309205
|
311715