bug#51478: icecat 91 can't display chinese font in many web page

2021-11-02 Thread Z572 via Bug reports for GNU Guix
thanks for reminding :) . Mark H Weaver writes: > Hi, > > Z572 <873216...@qq.com> writes: >> I add "/run/current-system/profile/share/fonts/" to >> "security.sandbox.content.read_path_whitelist" fixed it for me. > > Thanks! One very important note: you should "reset" this customization > afte

bug#37348: [PATCH] hydra: berlin: Redirect HTTP to HTTPS by default.

2021-11-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Now, for some reason, current Firefox doesn't seem to do any of this (compatibility?) but it may only be a matter of time. Probably due to gnu.org wonkiness: ~ λ curl -LI https://www.gnu.org […] Strict-Transport-Security: max-age=63072000 I.e., missing includeSubDomains, and (at least my)

bug#51443: [patch] openjdk11: update to latest version

2021-11-02 Thread Julien Lepiller
Le Wed, 27 Oct 2021 20:49:02 +0200, "Dr. Arne Babenhauserheide" a écrit : > "Dr. Arne Babenhauserheide" writes: > > > The attached patch updates openjdk11 to the latest version. The > > update includes some important bugfixes for compile errors of > > classfiles. > > > +(version "11.0.12

bug#37348: [PATCH] hydra: berlin: Redirect HTTP to HTTPS by default.

2021-11-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Damn, Tobias Geerinckx-Rice via Bug reports for GNU Guix 写道: This is a conservative patch: it only redirects guix.gnu.org and issues.guix.gnu.org, the most (potential-)user-facing sites, to HTTPS. CI should probably remain reachable over HTTP indefinitely. Subprojects like GWL, friends like

bug#44262: Sphinx version

2021-11-02 Thread phodina via Bug reports for GNU Guix
Hi Ricardo, I've checked the version of spinx of the "latest" master (guix commit a4666e0a9de3835d12d3d85c7d23b807997ae603) and the version there is already updated: $ guix search sphinx name: sphinxbase version: 5prealpha It tracks the release of the latest sphinx version. Petr

bug#51555: webkitgtk broken with commit 8797a07a

2021-11-02 Thread zachary rothenberg
It looks like webkitgtk won't build for me anymore after the version got bumped to 2.34.1. The error happens during configuration, with relevant logging === -- Could NOT find LibSoup: Found unsuitable version "", but required is at least "2.99.9" (found LIBSOUP_INCLUDE_

bug#51547: Erase / on boot

2021-11-02 Thread Tom Fitzhenry
This issue tracks the creation of a Guix System implementation of https://grahamc.com/blog/erase-your-darlings : "I erase my systems at every boot. [...] NixOS can boot with only two directories: /boot, and /nix." I have a working prototype of https://elis.nu/blog/2020/05/nixos-tmp

bug#51547: Erase / on boot

2021-11-02 Thread Tom Fitzhenry
Adventures so far... I've pasted a working system configuration at the bottom. The idea is to boot / as tmpfs, and to mount the minimal set of directories from persistent storage: * /boot * /gnu * /home is not strictly required, but is useful! * /var/guix What's working: * Booting to GNOME *

bug#51564: Old libsoup package failing system reconfigure

2021-11-02 Thread Disseminate Dissent via Bug reports for GNU Guix
Attached is the output of `guix system reconfigure` it seems to fail due to an out of date libsoup package. The rebuild needs libsoup 3.0 and the repo has 2.72. This is my first bug report. I hope that was sufficient information. All the best, Dissent reconfigure-fail Description: Binary data

bug#51540: Vim plugin help tags are missing

2021-11-02 Thread Foo Chuan Wei
During the installation process for Vim plugins, help tags are not generated. For Vim plugins in Guix, help tags should be generated during the install because users would not otherwise be able to generate them. Users cannot run `:helptags ~/.guix-profile/share/vim/vimfiles/` because the ~/.guix-p

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Liliana Marie Prikler
Am Dienstag, den 02.11.2021, 13:31 -0400 schrieb Mark H Weaver: > Hi Liliana, > > Liliana Marie Prikler writes: > > I'm now trying 2.34.4 (same version and hash as c-u-f), which at > > least appears to build further than the bug we both encounter. > > As far as I can tell, WebKitGTK 2.34.4 doesn

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Mark H Weaver
Hi Liliana, Liliana Marie Prikler writes: > I'm now trying 2.34.4 (same version and hash as c-u-f), which at least > appears to build further than the bug we both encounter. As far as I can tell, WebKitGTK 2.34.4 doesn't yet exist. The newest version available at

bug#51447: [PATCH] Re: bug#51447: guile-gi source code has a placeholder for a combining character

2021-11-02 Thread Vivien Kraus via Bug reports for GNU Guix
Vivien Kraus writes: > The string failure is due to a dotted circle as a basis for the > combining character, that may have been inserted by a clever source code > editor. Replacing it with the hex value for the character itself, the > test passes. Sorry, the phase name is not good, because it’s

bug#51447: there’s no other test failing than string.scm

2021-11-02 Thread Vivien Kraus via Bug reports for GNU Guix
It turns out that the other failures only happen in a guix shell, not as a package build in guix. Vivien

bug#51447: [PATCH] Re: bug#51447: guile-gi source code has a placeholder for a combining character

2021-11-02 Thread Vivien Kraus via Bug reports for GNU Guix
The string failure is due to a dotted circle as a basis for the combining character, that may have been inserted by a clever source code editor. Replacing it with the hex value for the character itself, the test passes. Vivien >From 308bd116d75861c70f7540890a514b0eb487c2f7 Mon Sep 17 00:00:00 20

bug#51478: icecat 91 can't display chinese font in many web page

2021-11-02 Thread Mark H Weaver
Hi, Z572 <873216...@qq.com> writes: > I add "/run/current-system/profile/share/fonts/" to > "security.sandbox.content.read_path_whitelist" fixed it for me. Thanks! One very important note: you should "reset" this customization after updating to IceCat 91.3.0, or else IceCat will stop working cor

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Mark H Weaver
"Leo Famulari" writes: > Thanks, please push! How about testing it first, for a change? An essentially equivalent[*] patch didn't work for me, although admittedly my private branch has diverged quite a bit from master. Based on the error message, I guess we might need to use a newer C++ compile

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Liliana Marie Prikler
Am Dienstag, den 02.11.2021, 12:08 -0400 schrieb Mark H Weaver: > "Leo Famulari" writes: > > Thanks, please push! > > How about testing it first, for a change? An essentially > equivalent[*] patch didn't work for me, although admittedly my > private branch has diverged quite a bit from master.

bug#37348: [PATCH] hydra: berlin: Redirect HTTP to HTTPS by default.

2021-11-02 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
* hydra/nginx/berlin.scm (%berlin-servers): Add a default port-80 server to redirect all requests to their HTTPS counterparts. Remove explicit HTTP support for guix.gnu.org and issues.guix.gnu.org. --- All, Like Chris I'm not convinced there was anything ‘missing’, but this is a practice whose t

bug#51456: website: Language selection dropdown not translated

2021-11-02 Thread pelzflorian (Florian Pelz)
On Thu, Oct 28, 2021 at 12:09:56PM +0200, pelzflorian (Florian Pelz) wrote: > On Thu, Oct 28, 2021 at 10:13:49AM +0200, pelzflorian (Florian Pelz) wrote: > > Is the proper solution to symlink all lingua-mo-files, i.e. reinstate > > from before commit 4d5bf8522e2 a for-each like > > > > (for-each >

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Leo Famulari
Thanks, please push! On Tue, Nov 2, 2021, at 06:04, Liliana Marie Prikler wrote: > See , , and > . > > * gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]: Enable USE_SOUP2. > [inputs]: Add lcms. > --- > Curre

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Mark H Weaver
Hi Liliana, Liliana Marie Prikler writes: > See , , and > . > > * gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]: Enable USE_SOUP2. > [inputs]: Add lcms. > --- > Currently building this thing, but my mach

bug#51506: Add --quiet option to guix-install.sh

2021-11-02 Thread zimoun
Hi, On Sat, 30 Oct 2021 at 02:45, Jacob Hrbek wrote: > I can't cache the docker step to perform guix-install.sh, because it > requires a user input which causes the `docker build -t guix:latest > path/to/directory/with/Dockerfile` to ERR1. > > Proposing to add command line option `--quiet` for th

bug#51564: [PATCH] gnu: webkitgtk: Fix configure failures.

2021-11-02 Thread Liliana Marie Prikler
See , , and . * gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]: Enable USE_SOUP2. [inputs]: Add lcms. --- Currently building this thing, but my machine is rather slow. Someone with a faster one might want t