How to build LFS-8.4 with only guix packages.

2019-03-11 Thread Yoshinori Arai
I have tried to build LFS-8.4(http://www.linuxfromscratch.org/lfs/view/stable/index.html) with only guix packages. I know it's idle attempt. Basically linux system build is unpack tarball or install to the target directory. It's process is incrementally. My first step is to define package and bu

Re: guix pack -f docker ...

2019-03-01 Thread Yoshinori Arai
Thank you. I have succeeded.

Re: guix pack -f docker ...

2019-03-01 Thread Yoshinori Arai
Thank you. I did not recognize that -S option is available for docker.

guix pack -f squashfs ...

2019-02-28 Thread Yoshinori Arai
I'm trying guix pack -f squashfs ... $ guix pack -f squashfs guile emacs geiser $ cp /gnu/store/jy7k2g48303jlz5hlaflrsa4mdrbhcy6-squashfs-pack.gz.squashfs \ ./emacs-geiser-guile.squashfs $ singularity verify emacs-geiser-guile.squashfs WARNING: Authentication token file not found :

guix pack -f docker ...

2019-02-28 Thread Yoshinori Arai
Hello, I'm trying possibility of guix pack especially docker or squashfs for singularity. I have tried guix pack -f docker emacs geiser guile. $ cp /gnu/store/ywrxbn8ik9bmj4xhd5yybwvs069v9vv9-docker-pack.tar.gz \ ./emacs-geiser-guix.docker.tar.gz $ docker load < emacs-geiser-guix.docker.tar.g

emacs-guix invalid byte opcode: op=183 ptr=25

2019-02-28 Thread Yoshinori Arai
Hello, I have installed binary guix and emacs-guix by using guix to Debian 9 again. I have found the issue as subject on emacs25.1 from debian package. I think this is cause of emacs packages of guix compiled by emacs26.1 because there is no error after install emacs26.1 by using guix. If guix

httpd can not connect mysql with pdo/php

2019-02-20 Thread Yoshinori Arai
Hello, I have tried to build web development environment like as XAMPP. At first, I have done system reconfigure to add httpd, mysql and php-fpm service. My system configuration that followed guix manual was as follows, (operating-system ... (packages (cons* fluxbox cwm;

Re: Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
I used it the same way. > > Hope you enjoy GuixSD! > > > Feb 18, 2019, 3:05 AM by kumagus...@gmail.com: > > > On Mon, Feb 18, 2019 at 02:11:28AM +0100, Tobias Geerinckx-Rice wrote: > > > >> Hullo, > >> > >> Yoshinori Arai wrote: > &g

Re: Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
On Mon, Feb 18, 2019 at 02:11:28AM +0100, Tobias Geerinckx-Rice wrote: > Hullo, > > Yoshinori Arai wrote: > > I have done system reconfigure to add httpd, mysql service to try to > > setup same environment in GuixSD. > > […] > > > Why is not mysql commands in

Where is mysql/administration command?

2019-02-17 Thread Yoshinori Arai
Hello, I'm developping my site with httpd, php and mysql. In my forerign distoro which is LFS, it is easy to setup the development environment with XAMPP. I have done system reconfigure to add httpd, mysql service to try to setup same environment in GuixSD. Mysql control commands is not in syste

Re: How to start Xorg server with startx

2019-02-16 Thread Yoshinori Arai
Thank you for your pointer. Unfortunately I have already uninstalled xorg-server, xinit. I can't try it soon. I have another problem for LXDE and LXQT with slim login manager. I'm using uim-anthy for japanese input but slim can't read xprofile so I use xsession script to set environment variable

Re: lumina desktop package

2019-02-12 Thread Yoshinori Arai
On Tue, Feb 12, 2019 at 12:21:05PM +0200, Efraim Flashner wrote: > On Mon, Feb 11, 2019 at 09:20:34AM +0900, Yoshinori Arai wrote: > > On Sun, Feb 10, 2019 at 11:21:52AM +0100, L p R n d n wrote: > > > Hello, > > > > > > Funny, I just wrote a package

How to start Xorg server with startx

2019-02-11 Thread Yoshinori Arai
Hello, I'm using slim display manager with ~/.xsession that is symbolic linked to ~/.xinitrc. My xinitrc script include keyboard setting with setxkbmaps, japanese input method with uim, and exec windowmanager such as cwm, fluxbox at last line. When I install another windowmanager, I think slim di

Re: lumina desktop package

2019-02-10 Thread Yoshinori Arai
On Sun, Feb 10, 2019 at 11:21:52AM +0100, L p R n d n wrote: > Hello, > > Funny, I just wrote a package definition for Lumina yesterday too. > Mine is a rougher (just builds and starts) but I didn't have any troube > starting lumina. I didn't use xinitrc though. I just choosed lumina > session in

lumina desktop package

2019-02-09 Thread Yoshinori Arai
Hello, I'm making lumina-desktop package. I have succeeded to build the package but failed to execute start-lumina-desktop in xinitrc after login with slim. The log message is as follows, Starting the Lumina desktop on current X11 session: ":0.0" - Resetting monitor configuration to last-used s

Re: Where is gtk-update-icon-cache ... ?

2019-02-01 Thread Yoshinori Arai
On Thu, Jan 31, 2019 at 03:58:40PM +0100, swedebugia wrote: > On 2019-01-11 09:51, 荒井吉則 wrote: > > On Fri, Jan 11, 2019 at 06:00:05AM +0100, Ricardo Wurmus wrote: > > > If you want to install gtk-update-icon-cache you need to install the > > > “gtk+:bin” package to a profile, e.g. by doing > > >

Re: No login prompt and no display manager.

2019-02-01 Thread Yoshinori Arai
On Thu, Jan 31, 2019 at 03:39:35PM +0100, swedebugia wrote: > On 2019-01-08 07:41, 荒井吉則 wrote: > > The cause is comment out and swap-devices is solution. > > ;;(file-system > >    ;;  (device "/dev/sda2") > >    ;;  (mount-point "swap"

Re: gimp freeze

2019-02-01 Thread Yoshinori Arai
On Thu, Jan 31, 2019 at 01:35:27PM +, Maxim Cournoyer wrote: > Hello! > > On January 30, 2019 10:30:47 PM UTC, Yoshinori Arai > wrote: > >On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: > >> Yoshinori Arai writes: > >> > >>

Re: gimp freeze

2019-01-30 Thread Yoshinori Arai
On Sun, Jan 27, 2019 at 10:57:30PM -0800, Chris Marusich wrote: > Yoshinori Arai writes: > > > I use gimp to make logo for my new blog but gimp freeze on my locale, > > ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not > > freeze. > > > &

Re: emacs-guix error

2019-01-29 Thread Yoshinori Arai
On Mon, Jan 28, 2019 at 02:56:10PM +0300, Alex Kost wrote: > Maxim Cournoyer (2019-01-27 20:49 -0500) wrote: > > > Hello! > > > > [...] > > > >> Are you using Guix from a git checkout? In that case you’ll need to > >> recompile as there has been an ABI change. > > > > My normal Guix run from guix

Re: emacs-guix error

2019-01-28 Thread Yoshinori Arai
On Sat, Jan 26, 2019 at 10:25:44PM +0100, Ricardo Wurmus wrote: > > Maxim Cournoyer writes: > > > Hello, > > > > Yoshinori Arai writes: > > > >> On Fri, Jan 25, 2019 at 08:48:21PM +0300, Alex Kost wrote: > >> > >>> Hello, d

gimp freeze

2019-01-27 Thread Yoshinori Arai
Hello, I use gimp to make logo for my new blog but gimp freeze on my locale, ja_JP.utf-8 on GuixSD. When I invoke gimp with LC_ALL=C, gimp does not freeze. I also use the gimp installed by guix on foreign system. I can use it normaly. My guix system configuration is based on light desktop exampl

Re: icecat show many warning and don't display correctly

2019-01-27 Thread Yoshinori Arai
On Sun, Jan 27, 2019 at 04:54:10PM +0100, Andreas Enge wrote: > Hello, > > On Fri, Jan 18, 2019 at 07:57:40AM -0800, Quiliro Ordonez wrote: > > El 2019-01-07 21:41, 荒井吉則 escribió: > > > It's working. > > > > > > export > > > XDG_DATA_DIRS="$HOME/.guix-profile/share${XDG_DATA_DIRS:+:}$XDG_DATA_DI

mypaint package

2019-01-25 Thread Yoshinori Arai
Hello, I have made mypaint git version package. I have some question about guix package development. During develop the package, add gobject-introspection for propagated-inputs to resolve the python module import error, which is gi.require_version('GdkPixBuf','2.0'). But this case can't resolve

Re: emacs-guix error

2019-01-25 Thread Yoshinori Arai
On Fri, Jan 25, 2019 at 08:48:21PM +0300, Alex Kost wrote: > Hello, do you use Guix on a foreign system (not GuixSD)? If so, please > look at: > > https://github.com/alezost/guix.el#important-note-for-non-guixsd-users > > Try the workaround described there and let me know if it works or not.

emacs-guix error

2019-01-23 Thread Yoshinori Arai
hello, When I will execute install pacakge or dry-run on emacs-guix, this error is showed. It's success to install on command line. (process-package-actions "/var/guix/profiles/per-user/yoshi/guix-profile" #:install '((145722368 "out")) #:upgrade '() #:remove '() #:use-substitutes? #t #:dry-run

Re: guix package -i error on another account after system reconfigure

2019-01-22 Thread Yoshinori Arai
On Tue, Jan 22, 2019 at 01:25:59PM +0100, Ricardo Wurmus wrote: > You don’t need to delete those user accounts. > > The new users are using the system-wide Guix at > /run/current-system/profile/bin/guix, which appears to be broken. So > you could let user2 and user3 use user1’s Guix, which you

Re: guix package -i error on another account after system reconfigure

2019-01-22 Thread Yoshinori Arai
On Tue, Jan 22, 2019 at 08:48:27AM +0100, Ricardo Wurmus wrote: > > Yoshinori Arai writes: > > > I don't know how to find different version of guix which belong to new > > account. > > Because I don't do guix pull yet on new account. > > > >

Re: guix package -i error on another account after system reconfigure

2019-01-21 Thread Yoshinori Arai
On Tue, Jan 22, 2019 at 07:49:32AM +0100, Ricardo Wurmus wrote: > > Yoshinori Arai writes: > > > I don't know what's difference of behaivor between system wide guix and > > per-user > > guix. > > They are all possibly different versions of Guix

Re: My second impression for GuixSd

2019-01-21 Thread Yoshinori Arai
Thank you for your reply, On Mon, Jan 21, 2019 at 09:49:41AM +0100, Gábor Boskovits wrote: > Hello, > > Yoshinori Arai ezt írta (időpont: 2019. jan. > 21., H, 3:20): > > > > Hello, > > > > I have finished system reconfigure successfully at second time. I th

Re: guix package -i error on another account after system reconfigure

2019-01-21 Thread Yoshinori Arai
On Mon, Jan 21, 2019 at 09:17:43AM +0100, Ricardo Wurmus wrote: > > Hi, > > > After system reconfigure, I loged in new account to confirm installed > > programs > > and set up keyboard, font etc. > > > > I got error from guix package -i setxkbmap as follows, […] > > The backtrace isn’t very use

guix package -i error on another account after system reconfigure

2019-01-20 Thread Yoshinori Arai
Hello, After system reconfigure, I loged in new account to confirm installed programs and set up keyboard, font etc. I got error from guix package -i setxkbmap as follows, error log --- Backtrace: 10 (primitive-load "/gnu/store/x7nhlcnw6c0mdc1k75sy5pbjv

My second impression for GuixSd

2019-01-20 Thread Yoshinori Arai
Hello, I have finished system reconfigure successfully at second time. I think what configuration is better for who can't install package by self at first or can't use command in console and their PC is old, no enough memory... So my configuration has many packages for system wide, all locales, w

emacs-guix on spacemacs

2019-01-19 Thread Yoshinori Arai
Hello, I was struggling to use emacs-guix mode on spacemacs. Because evil-mode make key binding be shadowed on list-mode. I will introduce the solution for one who like vi more than emacs. Put it into user-config of dot.spacemacs. (evil-set-initial-state 'guix-package-list-mode 'emacs) (evil-se

Re: xclock package

2019-01-12 Thread Yoshinori Arai
On Sat, Jan 12, 2019 at 10:05:01AM +0100, Pierre Neidhardt wrote: > For more details, the packaging tutorial > (http://guix.info/blog/2018/a-packaging-tutorial-for-guix/) can help you out > in > details through most steps. > > -- > Pierre Neidhardt > https://ambrevar.xyz/ Yes, I know that blog.

Re: xclock package

2019-01-11 Thread Yoshinori Arai
On Fri, Jan 11, 2019 at 05:20:44PM -0500, Leo Famulari wrote: > On Sat, Jan 12, 2019 at 06:25:54AM +0900, Yoshinori Arai wrote: > > There is no xclock package in guix. I made it. > > How can I add it to duix package, maybe in xdisorg.scm. > > The basic steps for adding a

xclock package

2019-01-11 Thread Yoshinori Arai
There is no xclock package in guix. I made it. How can I add it to duix package, maybe in xdisorg.scm. (use-modules (guix packages) (guix download) (gnu packages pkg-config) (gnu packages xorg) (guix build-system gnu) ((guix licenses