Re: Guix and Emacs Integration for Polyglot Development

2018-08-25 Thread Ludovic Courtès
Hello Alex, Alex Kost skribis: > Ludovic Courtès (2018-08-24 23:55 +0200) wrote: > > [...] >> It would be nice if we could somehow attach an environment to a buffer, >> and for instance have M-x compile operate under that environment. >> >> Another interesting t

Re: installing guixsd on an arm device

2018-08-24 Thread Ludovic Courtès
Hello, Mark H Weaver skribis: > It might be worth trying an older kernel, specifically linux-libre-4.14, > by adding (kernel linux-libre-4.14) to the OS config and making sure to > import (gnu packages linux). I just recently updated the kernel to > 4.18.x, but I don't know if anyone has tried

Re: Enable guix-devel-mode only in guix source files

2018-08-24 Thread Ludovic Courtès
Hello, Alex Kost skribis: > And in general, I don't like when developers make default settings that > are hard to "fix". What if I don't want to use 'guix-devel-mode' at > all? Why do you force me to use it? > > That's why I disabled all these dir-locals in my emacs config: > developers often

Re: how does mounting work?

2018-08-24 Thread Ludovic Courtès
Hello Marco, Marco van Hulten skribis: > I tried 'gvfs-mount', but now I'm quite sure it isn't that: > > > $ gvfs-mount --list > This tool has been deprecated, use 'gio mount' instead. > See 'gio help mount' for more info. > > /home/marco/.guix-profile/bin/gvfs-mount: line 13: exec: gio: not

Re: Setting up Guile for use with Guix

2018-08-24 Thread Ludovic Courtès
Hello, HiPhish skribis: >> Actually there is >> >> https://gitlab.com/a-sassmannshausen/guile-hall/ > From the description it sounds like hall is a project generator, not > something > to install other libraries with :/ Yes, I think Pierre wanted to refer to the guildhall, which is a

Re: Output of guix build --check foo is not part of store deduplication

2018-08-24 Thread Ludovic Courtès
Hello! Björn Höfling skribis: > Usually, the store gets deduplicated, i.e. if files bar and baz have > the same content, they will hard-link to the same thing on disk. That's > cool for saving space if for example some package get's updated because > of a changed dependency but really there is

Re: Guix and Emacs Integration for Polyglot Development

2018-08-24 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > I think it's a valid question here, and I'd like to find a great > solution too! So far when using guix environments, I resorted to: > > 1. Spawning the environment in the command line > 2. Starting a new Emacs instance (not attached to my Emacs server) from >

Re: tls woes with importers

2018-07-26 Thread Ludovic Courtès
Hello Jelle, Jelle Licht skribis: > $ guix import elpa org > Backtrace: > 13 (primitive-load "/home/jelle/.config/guix/current/bin/g…") > In guix/ui.scm: > 1579:12 12 (run-guix-command _ . _) > In guix/scripts/import.scm: >115:11 11 (guix-import . _) > In

Re: Unreproducible packages visibility

2018-07-26 Thread Ludovic Courtès
Björn Höfling skribis: > On Fri, 20 Jul 2018 12:08:24 -0300 > EuAndreh wrote: > >> Hello Guix! >> >> I know that making all packages reproducible is a current ongoing >> effort, and I've seen a few bug reports in debbugs about specific >> unreproducible packages. >> >> Is there a way to know

Re: Recommendations for browsing via Tor pre tor-browser?

2018-07-26 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > I looked into this. I learned that Firefox (and our IceCat) supports a > SOCKS proxy using UNIX domain sockets [1]. If you've started TOR with a > socks socket at /var/run/tor/socks-sock, you can tell IceCat (or > Firefox) to use it by entering the socket path

Re: Store on NFS (was Re: ~/.config/guix/current)

2018-07-16 Thread Ludovic Courtès
Mikhail Kryshen skribis: > Ludovic Courtès writes: > >> Oh right, I thought you were referring to the configuration of the >> master node. > > Concerning the master node, is there a way to specify NFS exports in > GuixSD OS configuration? You’d have to extend ‘e

Re: ~/.config/guix/current

2018-07-13 Thread Ludovic Courtès
Mikhail Kryshen skribis: > Ludovic Courtès writes: > >>> Btw, is option a) possible on GuixSD? >> >> I think so. Why wouldn’t it? > > It looks like /gnu/store is needed early to boot the system. Oh right, I thought you were referring to the configuration of th

Re: Recommendations for browsing via Tor pre tor-browser?

2018-07-13 Thread Ludovic Courtès
Christopher Lemmer Webber skribis: > Anyone have recommendations on how they're doing web browsing via Tor, > sans tor-browser? In the interim I have been using the more > lightweight, non-js using browsers like links. I use Privoxy, and as written in the ‘privoxy.conf’ example, I have:

Re: ~/.config/guix/current

2018-07-12 Thread Ludovic Courtès
Hello Mikhail, Mikhail Kryshen skribis: > Ludovic Courtès writes: > >>> a) master node running guix-daemon [1] >>>- will "guix gc" destroy guix/current profiles if /home is not >>>mounted on the master node? What if some users have local

Re: How to replace package in system configuration?

2018-07-09 Thread Ludovic Courtès
Marius Bakke skribis: > (name "colord-minimal") > (inputs '()) ;look ma, no dependencies! > (arguments > `(#:configure-flags '("--disable-sane") Isn’t that insane? Ludo’.

Re: ~/.config/guix/current

2018-07-09 Thread Ludovic Courtès
Hello Mikhail, Mikhail Kryshen skribis: > Is there some reason why "guix pull" keeps profile symlinks in > ~/.config/guix instead of under /var/guix/profiles? It’s mostly because it takes less code to do it this way. :-) This was briefly discussed during the submission of this patch series.

GNU Guix & GuixSD 0.15.0 released

2018-07-06 Thread Ludovic Courtès
We are pleased to announce the release of GNU Guix & GuixSD 0.15.0, representing 7,020 commits by 100 people over 7 months. This release brings us close to our goals for 1.0, so it’s probably one of the last zero-dot-something releases. • About GNU Guix is a transactional package manager for

Re: locale warnings

2018-06-27 Thread Ludovic Courtès
Hi Oleg, Oleg Pykhalov skribis: > $ PAGER= systemctl show guix-daemon.service | grep locale > Environment=GUIX_LOCPATH=/root/.guix-profile/lib/locale > > $ sudo guix package -I > … > guix0.14.0 out > /gnu/store/pii5cimi72lj5l7793h54g5sg0sr2apl-guix-0.14.0 > glibc-utf8-locales

Re: 'libstdc++.so.6' cannot be found in RUNPATH ()

2018-06-26 Thread Ludovic Courtès
Hinko Kocevar skribis: > The package builds fine, but validate-runpath phase fails with messages: > > starting phase `validate-runpath' > validating RUNPATH of 10 binaries in > "/gnu/store/i7qkw5j3d0rm00l2k88p0bbaj6b204fh-epics-adandor-R2-7/lib"... >

Re: locale warnings

2018-06-26 Thread Ludovic Courtès
Hello, Hinko Kocevar skribis: > I followed the instructions to set up locale for user > (https://www.gnu.org/software/guix/manual/guix.html#Application-Setup), but > I'm still getting these messages for each guix invocation: > > substitute: guile: warning: failed to install locale >

Re: gc failing

2018-06-26 Thread Ludovic Courtès
Hello, Hinko Kocevar skribis: > Backtrace: >8 (apply-smob/1 #) > In ice-9/boot-9.scm: > 713:2 7 (call-with-prompt _ _ #) > In ice-9/eval.scm: > 619:8 6 (_ #(#(#))) > In ice-9/boot-9.scm: >2316:4 5 (save-module-excursion _) > 3823:12 4 (_) > In >

Re: guix system disk-image: preset user profiles (packages & arbitrary data)

2018-06-26 Thread Ludovic Courtès
Hello Pierre, Pierre Neidhardt skribis: > I'd like to built a live disk-image for a USB stick I carry around with > me. Booting it would result in the exact configuration I have on my > machine. FWIW I did that a year or two ago with hacky modifications to the code. It would be nice to make

How to announce important changes

2018-06-20 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > OK, I get it now. I had missed that message about the PATH. > > I think those kinds of breakage would deserve some proper annoucements, > either on the mailing list or on the website. > > What do you people think? I agree. The patch for the new ‘guix pull’

Re: Can't configure guix, no guile-sqlite3

2018-06-18 Thread Ludovic Courtès
Hi Thorsten, Thorsten Wilms skribis: > configure fails with: > checking whether Guile-Sqlite3 is available and recent enough... no [...] > $: which guix => /home/thorwil/.config/guix/current/bin/guix > > $: guix pull -l > ... > Generation 8Jun 17 2018 20:01:23(current) >

Re: Something broke

2018-06-17 Thread Ludovic Courtès
Hello, Jone skribis: > #> speaker-test >Cannot open shared library >/gnu/store/..-alsa-lib-1.1.6/lib/alsa-lib/libasound_module_pcm_equal.so > > I do not know how it happened, but apparently this: > libasound_module_pcm_equal.so -> alsaequal Jone, this post of yours provides too little

Re: Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated.

2018-06-17 Thread Ludovic Courtès
Hello! Pierre Neidhardt skribis: > 1-2 weeks ago I started seeing the following warnings on every `guix > package' invocation: > > Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths > starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. > Warning: Schema

Re: Confusion around the new `guix pull'

2018-06-11 Thread Ludovic Courtès
Hello, Fis Trivial skribis: > * Is it ok to remove /usr/local/bin/guix ? It’s OK to remove this symlink *if* all your users have already populated ~/.config/guix/current. > Now the new guix command is resided in ~/.config/guix/current, is the > old one (linked from

Re: Recovering from broken Guix due to GC'd derivations

2018-06-11 Thread Ludovic Courtès
Hi Mike, Mike Gerwitz skribis: > On Sun, Jun 10, 2018 at 18:45:19 +0200, Ludovic Courtès wrote: >> Hello Mike, >> >> Mike Gerwitz skribis: >> >>> Any pull or package install operations that I attempt give me an error >>> like this (the exa

Re: Recovering from broken Guix due to GC'd derivations

2018-06-10 Thread Ludovic Courtès
Hello Mike, Mike Gerwitz skribis: > Any pull or package install operations that I attempt give me an error > like this (the exact derivation varies between my user and root, but > they're both Perl): > > guix pull: error: open-file: No such file or directory: >

Re: videos

2018-06-04 Thread Ludovic Courtès
Hi! Catonano skribis: > I remember a video in which Ludo demonstrated the store monad It may be this: . > Some others in which Ludo demonstrated some other things > > Where are those videos ? A few videos are available at

Re: static-networking-service

2018-06-04 Thread Ludovic Courtès
Howdy, Julien Lepiller skribis: > static-networking-service is also limited to IPv4. ‘static-networking-shepherd-service’ has a number of hard-coded “AF_INET”. I’m quite confident that if we make them a parameter in , we can get IPv6 support. Would you like to give it a try? :-) Ludo’.

Re: How to make a working ld in guix pure environment?

2018-05-24 Thread Ludovic Courtès
Hello, Fis Trivial skribis: > I tried to use ld in guix pure environment, tested with bintuils, > gcc-toolchain, ld-wrapper, and none of them work. > > Take the following trivial snippy (not opencl related) as an example: > > // main.c > #include > > int main() > { >

Re: emacs-dev: 'unpack' phase does not seem to preserve timestamps

2018-05-24 Thread Ludovic Courtès
Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> Nope. Again, Git does not “preserve” timestamps (rightly so IMO), so >> there’s nothing we can do. > > I think there is a misunderstanding: I'm working on a lo

Re: On network management and documenting nmcli

2018-05-24 Thread Ludovic Courtès
Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> If you’re using Emacs, the latest version of Emacs-Guix has this new >> ‘guix-default-services’ command that does exactly what you’re >> suggesting. > &

Re: [ANN] Emacs-Guix 0.4

2018-05-24 Thread Ludovic Courtès
Hello! Alex Kost <alez...@gmail.com> skribis: > Ludovic Courtès (2018-05-23 17:30 +0200) wrote: [...] >> I think ‘guix-dependent-packages’ is going to be very useful. I wonder >> if we could have ‘C-u guix-dependent-packages’ list only packages that >> are dir

Re: emacs-dev: 'unpack' phase does not seem to preserve timestamps

2018-05-24 Thread Ludovic Courtès
Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> Yes, that’s annoying, but that’s expected. > > Right, but then how would it be possible to call `make install` without > rebuilding everything all over again? > &g

Re: Install new package in current generation?

2018-05-23 Thread Ludovic Courtès
Pierre Neidhardt skribis: >>> guix package -i PACKAGE # -> creating new generation >>> guix package -d # remove all generations, except current >>> guix gc > > Technically you don't need to always call `guix gc`. Indeed, just run it when you need more disk space.

Re: On network management and documenting nmcli

2018-05-23 Thread Ludovic Courtès
Hello, swedebugia skribis: > Perhaps a new guix command is needed for this e.g.: > > % guix show %default-services > > getty  | A service that serves tty > > cups       | Printing service that enables printing ‘guix system search’ should help a bit,

Re: [ANN] Emacs-Guix 0.4

2018-05-23 Thread Ludovic Courtès
Hello! Maxim Cournoyer skribis: > Alex Kost writes: > >> Hello, Emacs-Guix (Emacs interface for GNU Guix) version 0.4 has been >> released. If you are not familiar with it yet, you may start with: >> ‘guix package -i emacs-guix’ and "M-x

Re: emacs-dev: 'unpack' phase does not seem to preserve timestamps

2018-05-23 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Since all file timestamps are set to Epoch by 'unpack', the build phase > tries to rebuild everything. > And since the files unpacked to "source" are read-only, `make` fails to > regenerate the files that go in "source". Yes, that’s

Re: system vm

2018-05-17 Thread Ludovic Courtès
Hello, Catonano skribis: > ~/GNU/guix$ ./pre-inst-env guix system vm > ~/configs/vm-config-desktop.scm--image-size=10GB > --share=$HOME/transit=/transit > > These are the last lines I can see in the terminal > > ... > [1.084823] 9p: Installing v9fs 9p2000 file system

Re: removing items from %desktop-services

2018-05-17 Thread Ludovic Courtès
Hello, Efraim Flashner skribis: > I'm trying to modify the list of services in my os-config, and I've run > into a bit of a problem. I've replaced my ntp-service with an > openntpd-service, but I'm having trouble with the syntax for removing > more services. Here's a

Re: Udisks uses ntfs instead of ntfs-3g

2018-05-17 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Udisks mounts external NTFS partitions using the NTFS kernel module > (read-only) instead of ntfs-3g (read-write). I would assume that if the > users have ntfs-3g installed, they probably want to use it by default > > I haven't tested it, but I

Re: Controling requirements when packaging haskell modules

2018-05-17 Thread Ludovic Courtès
Hello, Ricardo Wurmus <rek...@elephly.net> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >>> You should not package ghc-array, ghc-containers, or ghc-binary — these >>> are all provided by GHC itself. It is possible that there are some more >>&

Re: Conflict resolution (gtk, wayland)

2018-05-17 Thread Ludovic Courtès
Hi, Rutger Helling skribis: > It's because Wayland recently absorbed libwayland-egl. See: > https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html > > Specifically: > "libwayland-egl is now part of libwayland, and will presumably be > removed from mesa

Re: Controling requirements when packaging haskell modules

2018-05-14 Thread Ludovic Courtès
Hello, Ricardo Wurmus skribis: > Ton writes: > >> I'm trying to package ghc-sdl2, but have hit a problem with requirements I >> don't understand how to get past. >> >> The work so far can be seen and downloaded from >>

Re: Conflict resolution (gtk, wayland)

2018-05-14 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Sometimes when updating or install packages, guix encounters conflicts. > It's usually smart enough to fix it by itself. > > That said, conflicts seems to be a telltale sign of bad packaging > (e.g. duplicate files in a package and its

Re: encfs: fusermount: mount failed: Operation not permitted

2018-05-14 Thread Ludovic Courtès
Hello Pierre, Pierre Neidhardt skribis: > I can't seem to be able to decrypt my encfs folders anymore: > >> encfs /foo /foo_mount > fusermount: mount failed: Operation not permitted > fuse failed. Common problems: > - fuse kernel module not installed (modprobe fuse) > -

Re: Upgrade errors

2018-05-07 Thread Ludovic Courtès
Hi, sidhu1f skribis: > Installing for i386-pc platform. > /gnu/store/nrv2v67k7r6s8pr7fl97hjp649idiiqn-grub-2.02/sbin/grub-install: > error: unable to identify a filesystem in hostdisk//dev/sda; safety check > can't be performed. > > The services not restarting error seems

Re: Building guix-modular with cuirass

2018-05-01 Thread Ludovic Courtès
Hello, Mathieu Othacehe skribis: >> If you add a similar entry on your server, it should be fine. >> >> Can you try and report back? > > Yes you're right it works fine, thanks :) > > However, some of my machines are not picking up the substitutes builded > while running

Re: bug#27476: guix pull fails on powerful server

2018-04-30 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > I can’t reproduce this with current Guile ‘stable-2.2’, following Andy’s > weak-table rewrite¹, so this might have been a weak-table bug showing up > under memory pressure. With Guile 2.2.3 a similar program triggers a crash very quic

Re: guix fail to reconfigure the system

2018-04-30 Thread Ludovic Courtès
Hello, swedebugia skribis: > Which in the case of Matija reports: > >guix system: error: stat: No such file or directory: "system" For the record, this error was really a bug. Ironically, the bug was introduced as we added more sanity checks to ‘guix system’ that

Re: bug#31268: 'guix system vm-image' hangs

2018-04-30 Thread Ludovic Courtès
Hello Mark, Mark H Weaver skribis: > FYI, I just pushed commit 8c21c64e59d3f4d223d8aeef91f06fdde7de1ab7 which > updates linux-libre to 4.16.6. Would you like to see if the problem > still persists? It does. I instrumented the code to see what happens. Opening /dev/vda works

Re: Simple reconfigure

2018-04-30 Thread Ludovic Courtès
Arun Isaac skribis: > myg...@gmail.com writes: > >> I call these "cons traps" because the first thing our new user may do is >> add a file system or user and be greeted by a scheme error ... >> >> Wrong number of arguments to # >> >> WDYT of replacing all these uses

Re: Building guix-modular with cuirass

2018-04-30 Thread Ludovic Courtès
Hello Mathieu, Mathieu Othacehe skribis: > I setup my own cuirass server to build guix-modular, here's how: > > (define (build-guix-modular store arguments) You shouldn’t need to do anything like that. Here’s what we have on berlin.guixsd.org: --8<---cut

Re: guile-sdl2 and guile-sly: Missing info pages

2018-04-25 Thread Ludovic Courtès
Pierre Neidhardt skribis: > That said, I've never really understood why Texinfo does not "do the > right thing" there and generates the entry automatically. How would it know what to generate? :-) See for example the entries we have in guix.texi. Ludo’.

Re: guix fail to reconfigure the system

2018-04-25 Thread Ludovic Courtès
Hello Maitja, Maitja Obid skribis: > I have freshly installed guixsd distribution. Afer running guix pull and > system build i was trying to switch into newly built system with > system reconfigure which gives me next error: > > root@hostname ~# guix system reconfigure

Re: guile-sdl2 and guile-sly: Missing info pages

2018-04-25 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Actually the info page is properly linked: > >> ls -l ~/.guix-profile/share/info/guile* > lrwxrwxrwx 41 root root 94 1970-01-01 1970 > /home/ambrevar/.guix-profile/share/info/guile-opengl.info.gz -> >

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-24 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Guix already supports cross-compilation out of the box of 32-bit > packages on any architecture: > > guix build --system=i686-linux PACKAGES... Just a note: this is native compilation, *not* cross-compilation. x86_64 machines can run i686

Re: Multilib support: running 32-bit binaries on 64-bit systems

2018-04-24 Thread Ludovic Courtès
Marius Bakke skribis: > One alternative would be to create a 32-bit profile, and set up > FHS-style symlinks for it (or a chroot). I've been thinking about > adding a "--fhs" argument to `guix environment --container`, but it's > still very much in the "dreaming" phase. In

Re: Cannot send patch.

2018-04-24 Thread Ludovic Courtès
Hi, Fis Trivial skribis: > Chris Marusich writes: > >> Fis Trivial writes: >> >>> It seems that I can't send anything to the patch mailing list in recent >>> days. The last patch I sent is: >>> >>>

Re: Does Linux 4.16.1 blast out battery time? (9h+ -> 3h+)

2018-04-24 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > With a bit of tweaking, I figured that enabling power management on > on "Audio codec": > > echo '1' > '/sys/module/snd_hda_intel/parameters/power_save'; > > helped a little bit. But not that much. Now on 4.14.33, I get 10h, > while

Re: `guix package -u` upgrades packages to themselves

2018-04-24 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Sorry if I was confusing: the output remains the same after upgrade. There’s also one case that’s currently handled suboptimally: packages with propagated inputs are systematically upgraded. See

Re: Helm System Packages: New support for Guix

2018-04-07 Thread Ludovic Courtès
Pierre Neidhardt skribis: > [[https://github.com/emacs-helm/helm-system-packages][Helm System Packages]] > is an > interface to your system package managers. > > Highlights: > > - Helm "live" search of all packages. > - Install / Uninstall a bunch of packages at once. > -

Re: Helm System Packages: New support for Guix

2018-04-07 Thread Ludovic Courtès
Pierre Neidhardt skribis: > One of the biggest missing features is _reverse dependency_ browsing: > does anyone know if it's possible to display them with guix? ‘guix refresh --list-dependents’ gives an overview of that. I suppose you could write code along the same lines

Re: Disable discrete graphics card (Nvidia)

2018-04-07 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > On my previous system (Void Linux), bbswitch did not seem to work > either, but I remember that I fixed the issue by _uninstalling_ > xf86-video-nouveau. Rather than thinking in terms of “uninstalling” xf86-video-nouveau, you have to think

Re: guix package: error: build failed: opening lock file?

2018-04-06 Thread Ludovic Courtès
Hello, Chris Marusich skribis: > myg...@gmail.com writes: > >> I am running a 'guix system vm' and 'guix package -i' fails ... >> >> g1@server17 ~$ guix package -i icecat >> guix package: error: build failed: opening lock file >>

Re: Instantiating the OS declaration after a small change

2018-04-06 Thread Ludovic Courtès
Hello, Arnaud B skribis: > Context : > In the process of trying to build packages, through the use of guix > environments, I need more space on my home partition. > To do so, deleting former generations followed by 'guix gc' was not enough, > and I need to move

Re: Test fail

2018-04-05 Thread Ludovic Courtès
Hello, Gábor Boskovits <boskov...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> ezt írta (időpont: 2018. márc. 30., P 18:39): > >> Hi Maria, >> >> Thanks for your report. In practice you can safely ignore this test >> failure. We had a simila

Re: Вопрос по опциям монтирования SSD и logrotate

2018-04-05 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Oleg Pykhalov writes: > Хорошо, мы можем выполнять trim по cron (mcron). Этот сервис есть в %desktop-services? >>> >>> Нет. >>> >>> Список сервисов ‘%desktop-services’ можно посмотреть в >>>

Re: chromaprint: fpcalc missing

2018-04-03 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Catonano writes: > >> which package are you talking about ? >> >> Anyway, you can submit a patch ☺ > > The chromaprint package. > > I'll submit a patch but I wanted to ask, maybe the original author of > the recipe has

Re: Fail to configure home-directory

2018-04-03 Thread Ludovic Courtès
Hello Pierre, Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >>>>> Running `guix system reconfigure' hangs after the `usermod...' changes. >>>>> Not sure about how to print more debug details. >>&

Re: units_cur

2018-03-31 Thread Ludovic Courtès
Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> Hmm, dunno. Perhaps we could modify ‘units’ to look for >> /var/run/units/currency.units first, and fall back to >> /gnu/store/…-units/share/units/currenc

Re: units_cur

2018-03-31 Thread Ludovic Courtès
Pierre Neidhardt <ambre...@gmail.com> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> Looking more closely, you might be able to add a ~/.units file with: >> >> include my-updated-currency.units > > Note that the actual command must start with

Re: Test fail

2018-03-30 Thread Ludovic Courtès
Hi Maria, Thanks for your report. In practice you can safely ignore this test failure. We had a similar report earlier that this fails on Ubuntu: . Something we should do, though, is to at least skip the test when we know we’re using a faulty kernel. Currently we

Re: units_cur

2018-03-27 Thread Ludovic Courtès
Pierre Neidhardt skribis: > I believe that GNU units ("units" package) needs more patching to > function properly: > >> sudo units_cur > Unable to write to output file: > [Errno 30] Read-only file system: >

Re: How to install prerelease package versions (particularly Emacs)

2018-03-27 Thread Ludovic Courtès
Oleg Pykhalov <go.wig...@gmail.com> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Pierre Neidhardt <ambre...@gmail.com> skribis: >> >>> Considering the importance of Emacs in this community, I think it would >>> make sense to provide a cu

Re: Locale error: Falling back to C locale

2018-03-27 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Some applications complain about the locale: > > > stow . > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE = (unset), > LC_ALL = (unset), >

Re: Missing pinentry-emacs for gpg-agent?

2018-03-27 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Somewhat surprisingly, pinentry-emacs does not seem to be in the repo. > Is it intentional? I'd love to have it back. I didn’t know its existence. :-) Please do submit a package!

Re: How to install prerelease package versions (particularly Emacs)

2018-03-27 Thread Ludovic Courtès
Hello, Pierre Neidhardt skribis: > Considering the importance of Emacs in this community, I think it would > make sense to provide a cutting-edge version. Do you mean a snapshot of the ‘master’ branch? We don’t do that usually, and I would instead suggest using

Re: Installation: Load non-free wifi firmware (iwlwifi)

2018-03-27 Thread Ludovic Courtès
Hey Hartmut, Hartmut Goebel skribis: > Am 25.03.2018 um 07:34 schrieb Chris Marusich: >> As Ludo mentioned elsewhere, using a dongle is one good option. What >> prevents you from using a dongle? > > Why should I punish myself just for to says "Hey, I'm using only

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

2018-03-26 Thread Ludovic Courtès
Heya Chris, Chris Marusich <cmmarus...@gmail.com> skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Chris Marusich <cmmarus...@gmail.com> skribis: >> >>> From e817d96b6a52eb6450c2edb4e03ccbfdce30d9d6 Mon Sep 17 00:00:00 2001 >>> From: Chris M

Re: Modify system behavior after reconfigure

2018-03-20 Thread Ludovic Courtès
Hello, Jone skribis: > (Forgive me for my bad English, but mostly I only read in this > language, not write). If you want, you can write in one of the other languages that developers speak: https://www.gnu.org/software/guix/contact/ Ludo’.

Re: system vm fails (reprise)

2018-03-20 Thread Ludovic Courtès
Catonano skribis: > 2018-03-16 23:20 GMT+01:00 Björn Höfling > : > >> On Fri, 16 Mar 2018 21:54:24 +0100 >> Catonano wrote: >> >> > 2018-03-16 21:38 GMT+01:00 Marius Bakke : >> > >> > > Catonano

Re: Problems with guile

2018-03-20 Thread Ludovic Courtès
Efraim Flashner <efr...@flashner.co.il> skribis: > On Wed, Mar 14, 2018 at 02:03:01PM +0100, Ludovic Courtès wrote: >> Hello Jone, >> >> Jone <yeg...@gmail.com> skribis: >> >> > After comment string in ~/.guile "(use-modules (ice-9 readline)

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

2018-03-19 Thread Ludovic Courtès
Chris Marusich skribis: > From e817d96b6a52eb6450c2edb4e03ccbfdce30d9d6 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sat, 17 Mar 2018 19:40:13 +0100 > Subject: [PATCH] website: contacts: Add Japanese translation for help-guix. > > *

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

2018-03-19 Thread Ludovic Courtès
Hello, julien lepiller skribis: > So, here is what I see and a patch to fix it. I think it won't work on > IE <= 9, do we care? I think we don’t. :-) > From 2e2146d16a999002a0f8f9f8d0d1fc4c3275ea62 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller >

Re: Problem with Glbc-locales: failed to install locale

2018-03-15 Thread Ludovic Courtès
darlingmouse skribis: > Doing ls $GUIX_LOCPATH prints my working dir. That means it’s undefined. Please run: export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale Thanks, Ludo’.

Re: Problem with Glbc-locales: failed to install locale

2018-03-15 Thread Ludovic Courtès
Hello, darlingmouse skribis: > ruki@ruki-ThinkPad-T400:~$ export LC_ALL=en_US.utf8; export LANG=en_US.utf8 > ruki@ruki-ThinkPad-T400:~$ guix package > /gnu/store/f8k940vy9gck66m9r4id5m098w3hxgka-bash-minimal-4.4.12/bin/bash: > warning: setlocale: LC_ALL: cannot change

Re: Problem with Glbc-locales: failed to install locale

2018-03-14 Thread Ludovic Courtès
darlingmouse skribis: > ||LANG=en_US.UTF-8|| Try “export LC_ALL=en_US.utf8; export LANG=en_US.utf8”; does it help? > I installed Guix following the manual from Trisquel by unpacking it in > root and /var as the guide shows. Nothing else. OK. (Please keep help-guix in

Re: Problem with Glbc-locales: failed to install locale

2018-03-14 Thread Ludovic Courtès
Hello, darlingmouse skribis: > The following package will be upgraded: > glibc-locales 2.26.105-g0890d5379c -> 2.26.105-g0890d5379c > /gnu/store/j73ld7v624ix39imy94bncxzl8nirdn8-glibc-locales-2.26.105-g0890d5379c > > nothing to be done > ruki@ruki-ThinkPad-T400:~$

Re: Integrate guix-installed Emacs packages with locally compiled Emacs pretest

2018-03-14 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Is there such a thing as a curated list of unofficial, user-contributed > packages for GuixSD? (Anything that cannot be accepted in the official > repository, such as development versions.) No, there’s no such thing. However, I would hope that

Re: Problems with guile

2018-03-14 Thread Ludovic Courtès
Hello Jone, Jone skribis: > After comment string in ~/.guile "(use-modules (ice-9 readline))" > guile starts, but does not highlight matching brackets as before. The (ice-9 readline) module is now part of the ‘guile-readline’ package. Thus, to get that functionality, you

Re: Best practices for Guix environment variables on foreign distro

2018-03-12 Thread Ludovic Courtès
Hello Jorge, "Jorge" skribis: > Hi. I use Guix on Ubuntu 16.04.4[1] to get up-to-date packages while > running Ubuntu LTS. When setting up Guix environment variables I feared > disrupting the foreign distro. If a program P on the foreign distro > invokes binary B, it

Re: Language tag for traditional Chinese

2018-03-07 Thread Ludovic Courtès
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), zh_HK (for Hong Kong) and zh_mo (for Macau). Should I use a let to avoid

Re: reconfigure with mapped-devices broken after e37944d8270cdca5729e3583136c4fe9d487779c?

2018-03-07 Thread Ludovic Courtès
Hi Alex, Alex ter Weele skribis: > I guix-pulled to something recent and got an error that was something > like "cannot stat: "my-root"". > > My operating-system has sections like: > > (mapped-devices >(list (mapped-device > (source (uuid

Re: Error system reconfigure with guix-latest

2018-03-07 Thread Ludovic Courtès
Hi, Jone skribis: > But further in an output I see something, similar to compilation of > packages (for "ffmpeg" and > "icecat-52.6.0"), as in Gentoo. Well, that is exactly the output of GCC! > Possibly, this take time.. If you’re unlucky, substitutes are not available yet

Re: Error system reconfigure with guix-latest

2018-03-06 Thread Ludovic Courtès
Hello Jone, This config gives me an error with a backtrace: --8<---cut here---start->8--- In gnu/services/base.scm: 301:21 1 (file-system->fstab-entry #< device: "634a6369-c5a8-4f4c-b3e8-35fb92cf850e" title: uui…>) In gnu/system/uuid.scm: 276:2 0

Re: Error system reconfigure with guix-latest

2018-03-05 Thread Ludovic Courtès
Jone skribis: >> Does ‘guix system reconfigure’ succeed once you specify the >> ‘initrd-modules’ field as others suggested? > > This problem is resolved, thanks. But I still can't reconfigure system > (‘--verbosity=10’ needed to see some output, otherwise absolutely nothing >

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

2018-03-05 Thread Ludovic Courtès
julien lepiller skribis: > Hi, could you add a lang="…" attribute on the div? I heard it's better > for screen readers. Done, thanks for the tip! Ludo’.

<    1   2   3   4   5   6   7   8   >