Changeset 69d1a8e for xsoft/graphweb/seamonkey.xml
- Timestamp:
- 03/31/2020 02:23:02 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 876948d
- Parents:
- 73db5703
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/seamonkey.xml
r73db5703 r69d1a8e 10 10 <!ENTITY seamonkey-size "277 MB"> 11 11 <!ENTITY seamonkey-buildsize "6.9 GB (154 MB installed)"> 12 <!ENTITY seamonkey-time " 19 SBU (on a 4-core machine)">12 <!ENTITY seamonkey-time "29 SBU (on a 4-core machine)"> 13 13 ]> 14 14 … … 80 80 </listitem> 81 81 </itemizedlist> 82 <!-- 82 83 83 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 84 84 <itemizedlist spacing="compact"> 85 85 <listitem> 86 86 <para> 87 Required patch if using gcc-6 or later88 <ulink url="&patch-root;/seamonkey-&seamonkey-version;- gcc6-1.patch"/>87 Required patch for building with rustc >= 1.41 88 <ulink url="&patch-root;/seamonkey-&seamonkey-version;-rust_fixes-1.patch"/> 89 89 </para> 90 90 </listitem> 91 91 </itemizedlist> 92 --> 92 93 93 <note> 94 94 <para> … … 262 262 </para></note> 263 263 264 <para> 265 Apply the patch to allow seamonkey to build with the current version of 266 <command>rustc</command>: 267 </para> 268 269 <screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-rust_fixes-1.patch</userinput></screen> 270 264 271 <!-- 265 272 <para> … … 279 286 280 287 <screen><userinput>sed -i -e '/pid_t gettid/,+3 s@^@//@' mozilla/tools/profiler/core/platform.h</userinput></screen> 281 282 <para>283 Now adapt the code for a change introduced in rustc-1.39.0:284 </para>285 286 <screen><userinput>sed -i '/deny(warnings)/d' mozilla/xpcom/rust/nsstring/src/lib.rs</userinput></screen>287 288 288 289 <!-- Doesn't seem to be needed anymore with 2.53.1 … … 368 369 </para> 369 370 --> 370 <para>371 <command>sed -i '/deny(warnings)/d' ...</command> : rust-1.39 deprecated372 the "try!" call in favour of "?" which causes warnings, nsstring was373 treating warnings as errors.374 </para>375 376 371 <para> 377 372 <command>make -f client.mk</command>: Mozilla products are packaged to
Note:
See TracChangeset
for help on using the changeset viewer.