diff --git a/general/genlib/js38.xml b/general/genlib/js38.xml index 48b89c5024..456da16a9b 100644 --- a/general/genlib/js38.xml +++ b/general/genlib/js38.xml @@ -151,7 +151,9 @@ for link in `find . -type l`; do cp -pv $header $link chmod 644 $link done && -popd +popd && + +chown -Rv root.root /usr/include/mozjs-38 diff --git a/general/genlib/libgusb.xml b/general/genlib/libgusb.xml index d1789d05ca..cf0a8aa31b 100644 --- a/general/genlib/libgusb.xml +++ b/general/genlib/libgusb.xml @@ -140,7 +140,7 @@ make - None + gusbcmd libgusb.so @@ -157,6 +157,18 @@ make + + gusbcmd + + + is a debugging tool for the libgusb library. + + + gusbcmd + + + + libgusb.so diff --git a/general/graphlib/libtiff.xml b/general/graphlib/libtiff.xml index dc94093aaf..19072ca555 100644 --- a/general/graphlib/libtiff.xml +++ b/general/graphlib/libtiff.xml @@ -112,7 +112,7 @@ mkdir -p libtiff-build && -cd libtiff-build && +cd libtiff-build && cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-4.0.9 \ -DCMAKE_INSTALL_PREFIX=/usr -G Ninja .. && diff --git a/general/prog/llvm.xml b/general/prog/llvm.xml index aa8b72d09c..b78554c2d4 100644 --- a/general/prog/llvm.xml +++ b/general/prog/llvm.xml @@ -219,6 +219,10 @@ make docs-llvm-html docs-llvm-man processors/threads available. Note that the several Sanitizer tests (9 of 26479) are known to fail. + + The checks create device nodes in the /tmp directory. The + tests will fail if /tmp is mounted with the nodev + option. diff --git a/general/sysutils/systemd.xml b/general/sysutils/systemd.xml index 4a375bc77f..36936a188d 100644 --- a/general/sysutils/systemd.xml +++ b/general/sysutils/systemd.xml @@ -126,9 +126,9 @@ following commands: -meson --prefix /usr \ - --sysconfdir /etc \ - --localstatedir /var \ +meson --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ -Dblkid=true \ -Dbuildtype=release \ -Ddefault-dnssec=no \ diff --git a/gnome/applications/network-manager-applet.xml b/gnome/applications/network-manager-applet.xml index 360902e83b..d9352a340e 100644 --- a/gnome/applications/network-manager-applet.xml +++ b/gnome/applications/network-manager-applet.xml @@ -132,7 +132,6 @@ cd build && meson --prefix=/usr \ --sysconfdir=/etc \ - -Dlibnm-gtk=true \ -Dselinux=false \ -Dteam=false && ninja @@ -145,19 +144,13 @@ ninja Now, as the root user: -ninja install && -sed 's@linm-glib@libnm-glib@' -i /usr/lib/pkgconfig/libnm-gtk.pc +ninja install Command Explanations - - -Denable-libnm-gtk=true: This switch enables build - of the legacy libnm-gtk (required for Gnome). - - -Denable-team=false: This switch disables the team configuration editor since it requires Jansson @@ -175,11 +168,6 @@ sed 's@linm-glib@libnm-glib@' -i /usr/lib/pkgconfig/libnm-gtk.pc installed. - - sed 's@linm-glib@libnm-glib@': Fix an error in the - install pkg-config file. - - diff --git a/introduction/important/building-notes.xml b/introduction/important/building-notes.xml index d3ff91e39d..0a07b582de 100644 --- a/introduction/important/building-notes.xml +++ b/introduction/important/building-notes.xml @@ -168,6 +168,12 @@ bunzip2 -v patchname.bz2 single processor build. Adding '-j1' to a make command will override the similar setting in the MAKEFLAGS environment variable. + When running the package tests or the install portion of the + package build process, we do not recommend using an option greater than + '-j1' unless specified otherwise. The installation procedures or checks + have not been validated using parallel procedures and may fail with issues + that are difficult to debug. + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index cfd3ba3f49..6913a4e54e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,14 @@ January 12th, 2018 + + [bdubbs] - Various text updates. Fixes + #10248. + + + [bdubbs] - Update to wireshark-2.4.4. Fixes + #10254. + [bdubbs] - Update to gtk+2 2.24.32. Fixes #10244. diff --git a/multimedia/libdriv/pulseaudio.xml b/multimedia/libdriv/pulseaudio.xml index ce1ef4a3f5..ab65bcf5f4 100644 --- a/multimedia/libdriv/pulseaudio.xml +++ b/multimedia/libdriv/pulseaudio.xml @@ -79,7 +79,6 @@ Required - and