On 7/12/19 1:08 AM, Bruce Dubbs via blfs-dev wrote:
On 7/11/19 5:28 PM, Ken Moffat via blfs-dev wrote:
On Thu, Jul 11, 2019 at 11:39:23PM +0200, Tim Tassonis via blfs-dev
wrote:
Hi all
As you can see in my mail headers, I now managed to compile
thunderbird-60.8.0 with rustc 1.35.0, using the following two sed
commands:
sed -i -e '/#!\[deny(missing_docs)\]/d' servo/components/style/lib.rs
sed -i -e 's/#!\[deny(unsafe_code,
missing_docs)\]/#!\[deny(unsafe_code)\]/g'
servo/components/style_traits/lib.rs
Will put them in the book.
Bye
Tim
Well done! I'm sorry 60.8.0 interacted worse with 1.35.0 than 60.7.
Yes, well done. Just a thought to make the seds simpler:
One instance:
sed -i 's/, missing_docs//' servo/components/style_traits/lib.rs
Two instances:
sed -i '/deny.missing/d' servo/components/style/lib.rs
Yes, I quite suck at regular expressions, I know.
On a side note: I find it quite "interesting" that the latest releases
of mozilla's flagship applications cannot be compiled with the same
tool-chain without modification. Firefox complained about rustc 1.32
being too old and thunderbird needs a patch for newer versions than 1.32.
But still two great pieces of software, worth that hassle.
Bye
Tim
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page