Commit Graph

91 Commits

Author SHA1 Message Date
David Bryant
48771ae06f Unless it's a directory name, or something like that, "test suite"
should be spelled as two words.
2022-12-13 12:19:29 -06:00
Pierre Labastie
3f2db3a638 Remove sect1info tags
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Xi Ruoyao
13d9cb6a90
rustc: list libgit2 as external dependency
We are using internally shipped libgit2 for now.
2022-10-08 20:03:49 +08:00
Xi Ruoyao
f2ae6ba809
rustc: demote curl and libssh2 to recommended
And, adjust LIBSSH2_SYS_USE_PKG_CONFIG according to if libssh2 is
installed.  Export it earlier so x.py build and x.py install will use
the same LIBSSH2_SYS_USE_PKG_CONFIG value.  This can reduce some
repeated building process.
2022-10-08 19:04:53 +08:00
Pierre Labastie
8706503737 Fix SBU values for llvm and rust
When measuring the SB unit, I used a terminal with "time { ... }".
When measuring LLVM and rust SBUs, I redirected output. It seems
the gnome terminal is very slow, and when redirecting the output of
the "time" command above, the SB unit goes from 119s down to
86s.
2022-09-27 22:15:24 +02:00
Pierre Labastie
bf4b5fc3e7 Update to rustc-1.64.0 2022-09-25 10:26:38 +02:00
Pierre Labastie
4e207bb418 Replace tabs with spaces (except in Makefile :) 2022-09-11 18:22:44 +02:00
Xi Ruoyao
ed2176e518
rust: for systemd, tell how to use systemd-run to limit CPU cores 2022-08-29 12:01:21 +08:00
Xi Ruoyao
c0dfeeaf5e
rust: it's broken on non-SSE2 i686 2022-08-29 11:27:14 +08:00
Xi Ruoyao
115415d97c
rust: 43 + 1 = 44
Text change only.
2022-08-25 13:23:26 +08:00
Douglas R. Reno
aa0b625099 Tag Xorg and dependencies 2022-08-22 21:55:59 -05:00
Xi Ruoyao
0daaefc8fc
rust: remove reference to clang
I've built and installed rust with system LLVM built w/o clang.
2022-04-21 17:59:37 +08:00
Pierre Labastie
8d0270d150 Update to rust-1.60.0 2022-04-11 19:07:48 +02:00
Pierre Labastie
0bc808cc20 Remove the -i flag in rustc symlink
When scripting, this flag makes the linking silently ignored... This
leads to headaches when one thinks he is using a just built new
version of rust and the old version is still used...
2022-03-29 09:19:21 +02:00
Bruce Dubbs
c2f9a33871 tags 2022-02-17 23:47:09 -06:00
Douglas R. Reno
8e305cf42f rustc: Allow manual pages to be accessed. 2022-02-13 13:04:01 -06:00
Ken Moffat
ca97a2a1e3 Update to rustc-1.58.1. 2022-01-24 20:14:04 +00:00
Ken Moffat
e7c8506a18 Update to rustc-1.56.1 and fixit for openssl-3 :
Use a sed to ensure fixed versions of the curl and curl-sys crates
are downloaded.
2021-11-20 23:29:04 +00:00
Pierre Labastie
3e8c1264a0 Updates and a fix:
Update to LLVM-13.0.0
Update to rustc-1.56.0
Fix Seamonkey to build with the new version of rust
2021-10-25 22:00:08 +02:00
Pierre Labastie
85580446b2 Remove spaces at the end of lines
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
20a35abcba Tags 2021-08-27 19:08:59 -05:00
Thomas Trepl (Moody)
4cb0c8f1bc Tags 2021-08-17 17:02:25 +02:00
Ken Moffat
f78dbb745e Rust - I forgot to add another installed program. 2021-05-11 17:42:19 +01:00
Ken Moffat
268b471964 Update to rustc-1.52.0. 2021-05-09 22:00:46 +01:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Bruce Dubbs
4a2c778df5 Tag perl modules and some other programming apps
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24249 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-20 22:53:06 +00:00
Pierre Labastie
4c24eb0a40 Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24236 af4574ff-66df-0310-9fd7-8a98e5e911e0
2021-02-19 15:20:16 +00:00
Pierre Labastie
f16e76c635 Fix index entry for /etc/ld.so.conf in rust page
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23995 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-12-17 13:53:56 +00:00
Ken Moffat
925dbb2afe Various rewording in rustc:
Primarily, do not indicate that a few tests should be ignored.
Without gdb, or with gdb-9.2, only two testsreliably failed.
But with gdb-10.1, which is newer than this version of rust,
four extra failures have appeared because of changes in gdb.
We hold on to versions of rust, but we update gdb when that is
issued, so it semes likely that the number of failures from
newer gdb may increase. Ratherthan play whack-a-mole with
extra seds as tests are reproted to now fail, let them fail.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23857 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-11-01 00:35:23 +00:00
Ken Moffat
4b8a71aaae Temporary rewording on rustc tests.
My successful runs were without gdb being installed.
I wanted to indicate that even on a successful run, the suite
still ended unsuccessfully. Now, I have a report that with gdb-10.1
installed there are some failures. Will look at that eventually,

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23850 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-30 00:03:17 +00:00
Douglas R. Reno
6fe9b0bdc7 Typo fix
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23844 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-26 21:50:38 +00:00
Ken Moffat
bf5fb9456a Update to llvm-11.0.0 and rustc-1.47.0.
Patch firefox and thunderbird for this version of rust.
Remeasure all packages which use rust -
I think I used an out of date mozconfig when I updated thunderbird.
In general, builds are slower and slightly larger, but installs are marginally smaller.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23843 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-26 21:44:17 +00:00
Ken Moffat
193af65e56 Tags.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23556 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-08-18 02:58:45 +00:00
Ken Moffat
5ce1bdb06c Rust: explain how to (mostly) restrict how many processors it wants to use.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23349 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-30 17:45:38 +00:00
Ken Moffat
7f057ac5bd Reinstate link-shared when building rustc with system llvm.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23097 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-05-11 15:27:56 +00:00
Xi Ruoyao
683807247c rust: fix a directory in rust-gdb desc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22946 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-04 09:48:50 +00:00
Douglas R. Reno
0f7f7c9f71 Actually use system llvm in rustc
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22931 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-04-01 20:15:24 +00:00
Pierre Labastie
5f1b4b518f Uncomment command explanation for llvm-config in rust
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22921 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-31 14:08:16 +00:00
Ken Moffat
69d1a8eb7c Update to rustc-1.42.0 to again use system llvm for a smaller build,
but indicate why system llvm is a bad idea if using earlier llvm.
Patch seamonkey for this rustc version, its build is much slower.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22919 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-31 02:23:02 +00:00
Ken Moffat
8cb68bb1b2 Use the shipped version of llvm in rustc-1.39.0 becasue system llvm 10.0 does not build it.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22907 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-28 02:22:34 +00:00
Ken Moffat
ec2353a36f rustc-1.39.0,
librsvg-2.48.0,
fix seamonkey for this version of rust.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22850 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-17 19:50:34 +00:00
Pierre Labastie
de33b2ab61 Format general/prog
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22835 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-03-12 09:24:44 +00:00
Bruce Dubbs
1119387076 Update to ssh-askpass-8.2p1.
Update to bluez-5.53. 
Update to IO-Socket-SSL-2.067 (Perl module). 
Update to Net-DNS-1.22 (Perl module). 
Tag python modules and other misc files.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22706 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-16 23:15:05 +00:00
Douglas R. Reno
d7e8f67546 Add rustc patch before I take off for the day
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22521 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-12-30 16:26:55 +00:00
Pierre Labastie
ff803c4378 Fix version in rustc "config.toml"
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22250 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-10-15 15:11:45 +00:00
Ken Moffat
f7dd865114 Rustc-1.37.0. This is only really needed for the new librsvg, or firefox-70 if you are going to stick with the latest firefox series.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22245 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-10-13 01:36:35 +00:00
Douglas R. Reno
21699c7e9e rustc: Update paths in descriptions to match /opt/rustc instead of /usr.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22011 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-20 16:42:25 +00:00
Bruce Dubbs
ad112fd598 Update to cups-2.2.12.
Update to node.js-10.16.3. 
Update to gtk-doc-1.32. 
Tag qt5 and its dependencies.



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21996 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-18 20:33:32 +00:00
Pierre Labastie
e7d4e823f9 Some remap="test" added, one role="nodump", and one remap="doc". No change to
the rendered book, but helps jhalfs

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21940 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-12 10:23:47 +00:00
Douglas R. Reno
07f5c72b3d rustc: Add support for system LLVM on i686
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21922 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-09 19:11:01 +00:00