Do not use tor with browsers other than tor browser

2019-05-25 Thread Alex Vong
Hello everyone, I've seen recommendations on this list of using tor with browsers other than tor browser, e.g. , and

Re: Which package is your goto package for pretty-printing javascript?

2019-02-26 Thread Alex Vong
[I'm CC'ing guile-user because what I'm about to say might be more relevant there...] Vladimir Sedach writes: > I use json-reformat.el in Emacs, and the jq program (which does > pretty-printing, among many other things) when I have to shell > script. > Isn't both programs work with json instead

Which package is your goto package for pretty-printing javascript?

2019-02-24 Thread Alex Vong
Hello, For uglifying javascript, of course we can use 'uglify-js' in (gnu packages lisp). How about pretty-printing? Are there some good utilities you use for doing it? Cheers, Alex signature.asc Description: PGP signature

Re: ci.guix.info 504 gateway timeout (was Re: guix package builds, subsitutes and --no-build)

2019-02-23 Thread Alex Vong
Hello everyone, Mathieu Lirzin writes: > Hello, > > Ricardo Wurmus writes: > >> Hi Giovanni, >> >>> I think my specific problem is caused by the "Gateway Timeout" error >>> from ci.guix.info, see below for details >> >> I cannot reproduce this. > > I can reproduce here (on GuixSD) and like Giov

Re: How to run guix on replicant / android with linux 3.0?

2019-02-20 Thread Alex Vong
Hello Julien, Julien Lepiller writes: [...] > > Hi, > > I think I read somewhere (in the manual?) that you need a kernel 3.19 > or greater to be able to use a relocatable guix pack. Since you're > root on your phone though, you should be able to use a normal pack. > I've checked the manual, it s

How to run guix on replicant / android with linux 3.0?

2019-02-16 Thread Alex Vong
Hello, I've a phone with replicant installed. It runs linux 3.0.x which is too old for guix glibc (which requires linux 3.2.x). Using the hint at the bottom of 'cross-base.scm', I successfully build cross-gcc with cross-glibc 2.23 (configured with '--enable-kernel=3.0.0') for armhf. Using them, I

Re: Language tag for traditional Chinese

2018-12-07 Thread Alex Vong
l...@gnu.org (Ludovic Courtès) writes: > Hello, > > Alex Vong skribis: > >> Tobias Geerinckx-Rice writes: >> >>> Ludo', Alex, >>> >>> On 2018-03-05 9:45, l...@gnu.org wrote: >>>>> The locale should be zh_TW (for Taiwan),

Re: New info-guix mailing list for important announcements

2018-10-31 Thread Alex Vong
Hello, l...@gnu.org (Ludovic Courtès) writes: > Hello Guix! > > We have created a new mailing list for announcements: releases, build > farm news, security advisories, incompatibilities, etc. > > https://lists.gnu.org/mailman/listinfo/info-guix > Will future announcements also be made in the gu

Re: hydra.gnu.org off-line for maintenance

2018-10-31 Thread Alex Vong
Tobias Geerinckx-Rice writes: > Alex, > > Alex Vong wrote: >> For myself, I use the following option: >> >> --substitute-urls='https://berlin.guixsd.org >> https://mirror.guixsd.org https://mirror.hydra.gnu.org >> https://hydra.gnu.org' > &

Re: hydra.gnu.org off-line for maintenance

2018-10-26 Thread Alex Vong
Hello, For myself, I use the following option: --substitute-urls='https://berlin.guixsd.org https://mirror.guixsd.org https://mirror.hydra.gnu.org https://hydra.gnu.org' I choose 'berlin.guixsd.org' to be the default because it seems to build substitutes faster than 'hydra.gnu.org'. Cheers,

Re: Language tag for traditional Chinese

2018-03-06 Thread Alex Vong
Hello Tobias, Ludo, Tobias Geerinckx-Rice writes: > Ludo', Alex, > > On 2018-03-05 9:45, l...@gnu.org wrote: >>> The locale should be zh_TW (for Taiwan), zh_HK (for Hong Kong) and >>> zh_mo >>> (for Macau). Should I use a let to avoid duplication? >> >> As long as the above sentence is intelligi

Re: Posts in languages other than English on help-guix?

2018-03-03 Thread Alex Vong
Hello, This is the traditional Chinese version: 訂閱「Help」郵件群組以電郵從GuixSD及GNU Guix社群取得支援。你可以使用正體、繁體中文發送訊息。 The locale should be zh_TW (for Taiwan), zh_HK (for Hong Kong) and zh_mo (for Macau). Should I use a let to avoid duplication? Cheers, Alex l...@gnu.org (Ludovic Courtès) writes: > Hello

Re: database disk image is malformed

2018-02-03 Thread Alex Vong
Ricardo Wurmus writes: > Alex Vong writes: > >> Today, when I run ``guix gc'', I get the following error: >> >> finding garbage collector roots... >> deleting garbage... >> guix gc: error: build failed: executing SQLite query: database >

database disk image is malformed

2018-02-03 Thread Alex Vong
Hello, Today, when I run ``guix gc'', I get the following error: finding garbage collector roots... deleting garbage... guix gc: error: build failed: executing SQLite query: database disk image is malformed What should I do? Thanks, Alex

Re: git ca cert problems

2016-07-13 Thread Alex Vong
Hi, I change the title to a better one. l...@gnu.org (Ludovic Courtès) writes: > Hello, > > It works for me (on GuixSD, but that shouldn’t make a difference.) > > What does “wc -l $GIT_SSL_CAINFO” say? > The output I get without setting any environment variable is the following: alexvong1995@de

Re: gccgo package does not include gccgo binary

2016-07-12 Thread Alex Vong
Leo Famulari writes: > On Tue, Jul 12, 2016 at 07:05:24PM +0800, Alex Vong wrote: >> I forget to tell that I am not using Guix SD but using Guix on top of >> Debian. Do you have any recommendation on this? > > This works for me in my login shell profile: > > if

Re: gccgo package does not include gccgo binary

2016-07-12 Thread Alex Vong
Matthew Jordan writes: > Add nss-certs to your system config. > > $ $EDITOR /etc/config.scm > $ guix system reconfigure /etc/config.scm > > That solved my SSL issues. > I forget to tell that I am not using Guix SD but using Guix on top of Debian. Do you have any recommendation on this? > Cheers,

Re: gccgo package does not include gccgo binary

2016-07-11 Thread Alex Vong
Hi guix, Matthew Jordan writes: > Good Day Alex and everyone, > >> >> Thank your help, but I still cannot build hello-world... >> > > If all you want to do is compile some hello world code, > > $ guix package -i go@1.4 > > And use the "go" command > Actually, I am trying to link object file comp

Re: gccgo package does not include gccgo binary

2016-07-10 Thread Alex Vong
Hello Mathew, Thank your help, but I still cannot build hello-world... Matthew Jordan writes: > Good Day Alex and everyone, > >> It seems the gccgo package does not come with the gccgo binary. Is there >> something I am missing here? I am installing the output 'out'. > > For gccgo-4.x and older

gccgo package does not include gccgo binary

2016-07-07 Thread Alex Vong
Hi people, It seems the gccgo package does not come with the gccgo binary. Is there something I am missing here? I am installing the output 'out'. Thanks, Alex

some possible bugs and getting procedure on the top of the stack

2016-03-19 Thread Alex Vong
Hi, When trying to write some C binding to flex using libguile-2.0, I notice the C prototype C Function: SCM scm_error (SCM key, char *subr, char *message, SCM args, SCM rest) is not correct. It should be C Function: void scm_err

Re: (dynamic-link "libm") doesn't work on guile

2016-01-09 Thread Alex Vong
l...@gnu.org (Ludovic Courtès) writes: > Alex Vong skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> I think that’s because libm.so and libc.so are linker scripts, whereas >>> libm-2.22.so and libc-2.22.so are the actual ELF files: &g

Re: (dynamic-link "libm") doesn't work on guile

2016-01-09 Thread Alex Vong
l...@gnu.org (Ludovic Courtès) writes: > Alex Vong skribis: > >> I think it is weird. It seems only dynamic linking with "libc" or "libm" >> fails, dynamic linking with external library like "libpcre2-8" or >> anyhome-made shared library wo

Re: (dynamic-link "libm") doesn't work on guile

2016-01-08 Thread Alex Vong
iyzs...@member.fsf.org (宋文武) writes: > The `dynamic-link` will search and dlopen the shared library. The guile > from guix doesn’t search common places like ‘/usr/lib’, so you need to > set the environment variable `LD_LIBRARY_PATH` or `LTDL_LIBRARY_PATH` > explicitly to the directory contains `l

Re: (dynamic-link "libm") doesn't work on guile

2016-01-08 Thread Alex Vong
Leo Famulari writes: > On Thu, Jan 07, 2016 at 06:36:14PM +0800, Alex Vong wrote: >> Hi people, >> >> >> I got the following error message when trying to dlopen a shared library >> in ~/guix-profile/bin/guile installed by guix: >> >> scheme@(gu

(dynamic-link "libm") doesn't work on guile

2016-01-07 Thread Alex Vong
Hi people, I got the following error message when trying to dlopen a shared library in ~/guix-profile/bin/guile installed by guix: scheme@(guile-user)> (dynamic-link "libm") ERROR: In procedure dynamic-link: ERROR: In procedure dynamic-link: file: "libm", message: "file not found" Entering a ne