Commit Graph

123 Commits

Author SHA1 Message Date
Ken Moffat
7d25912621 Rustc-1.29.1, now using python3. The measurements used llvm-7.0.0, but also tested with 6.0.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20550 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-09-30 21:44:35 +00:00
Ken Moffat
fb94071374 Rustc - during install, tell it to use pkgconfig to find libssh2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20523 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-09-22 21:46:42 +00:00
Bruce Dubbs
272f28baff Tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20339 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-19 21:04:57 +00:00
Ken Moffat
87dd4d942e The rustaceans are slowly infiltrating the book. Now required by thunderbird. For gdb it is only optionalwq so s/used/required/.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20334 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-18 22:23:25 +00:00
Ken Moffat
f4362f22db Libreoffice - fix build breakage with recent LFS, apparently caused by python-3.7.
Python2 - remove the sed for _ssl which no-longer works, and require libssh2 in rustc.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20269 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-08-03 20:56:19 +00:00
Ken Moffat
539d7c544f Add libssh2.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20204 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-06-20 18:54:06 +00:00
Ken Moffat
bb0652ca10 Attempt to make rustc build agaisnt system llvm for everyone.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20087 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-04-16 01:00:07 +00:00
Ken Moffat
a7b1bddc0f Rustc-1.25.0.
NB this is now using a DESTDIR install, and the book does not delete that. Be aware of this if you are copying the commands into a script: if you rebuild with different settings, or later follow the instructions for a newer version, trying to create the existing directory will fail.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20084 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-04-14 01:41:40 +00:00
Ken Moffat
67687b75c3 Rustc - note that three more tests fail with glibc-2.27. Possibly this will be fixed in rustc-1.25.0, https://github.com/rust-lang/rust/issues/47863.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19880 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-02-26 09:09:38 +00:00
Pierre Labastie
948f91a13b cheese does not depend on librsvg: nowhere is the rsvg.h header included,
ldd does not return librsvg, and I've been able to build without it.
+ minor fix in rust

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19848 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-02-22 20:53:54 +00:00
Ken Moffat
0a43695c61 tags
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19788 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-02-17 23:35:13 +00:00
Ken Moffat
326f8301c6 Firefox-58.0 and rustc-1.22.1. Firefox now sometimes needs libnotify to report success during the install (I managed some installs without that being present, others barfed at the end). This version of firefox has felt like 'In the beginning was the plan, ... and the darkness was upon the face of the workers ...' I hope it will be less painful for anybody using it.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19693 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-01-24 01:54:48 +00:00
Bruce Dubbs
60ddbaf3c2 Remove ninja, libffi, and python3 as dependencies
for many packages as they are now a part of LFS.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19328 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-10-15 18:23:25 +00:00
Bruce Dubbs
9dc25056c0 Typo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19279 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-09-28 15:06:12 +00:00
Bruce Dubbs
d9bcc5f950 Update to gjs-1.48.7.
Update to LibRaw-0.18.3.  
Update to cups-filters-1.17.4.  



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19209 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-09-12 04:00:04 +00:00
Ken Moffat
f329c3ecb9 Rust - I forgot to update the install command.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19139 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-29 18:35:03 +00:00
Ken Moffat
4c6edaca9d Rustc-1.19.0, archive llvm-3 and also the separate cargo which is now installed by rust.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19118 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-08-28 19:55:17 +00:00
Bruce Dubbs
0639bb657e More spelling fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18718 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-05-14 06:08:05 +00:00
Bruce Dubbs
78399edcca Update to xdg-utils-1.1.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18708 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-05-09 21:33:35 +00:00
Bruce Dubbs
d6e81e84aa Spacing
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18639 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-04-24 21:08:42 +00:00
Ken Moffat
614fc25fd6 Rust - use https instead of http. Paul Menzel noticed that http gives a 301 Moved Permanently before redirecting.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18620 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-04-20 17:28:42 +00:00
Ken Moffat
a8c676b67f Rust - remove bogus build directory. Thanks to Wayne for querying it, and to Tim for pointing out my error after I couldn't see it.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18608 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-04-17 00:34:37 +00:00
Ken Moffat
03d537cdd7 Add rust and cargo, ready for firefox-53, with system llvm-3.9.1 in /opt.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18591 af4574ff-66df-0310-9fd7-8a98e5e911e0
2017-04-14 16:32:03 +00:00