Re: Guix packaging, dealing with pkg-config

2019-07-24 Thread Ekaitz at ElenQ Technology
On Wednesday, July 24, 2019 8:07 PM, Ricardo Wurmus wrote: > Ekaitz at ElenQ technologyeka...@elenq.tech writes: > > > I must be missing something then because I'm sure it's not finding it :( > > Can you show us the pkg-config command you’re using? > > --

Re: how change gdm by ligthDM

2019-07-24 Thread L p R n d n
Hello, The package is available but there are no services yet available in Guix. I submited a basic patch a few weeks ago here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=35305 It's not reviewed yet and it probably needs some testing but it otherwise it might just a question of time. Have a ni

Re: i3-sensible-terminal : error ,

2019-07-24 Thread Tobias Geerinckx-Rice
Pirboazo, Pirboazo 写道: i3-sensible-terminal seemto be terminator. Yes, although it's nothing magical. i3-sensible-terminal is a simple bash script that searches $PATH for a hard coded list of common terminals [in an order that probably everyone disagrees with :-)]. ‘terminator’ is bizarre

Re: Guix packaging, dealing with pkg-config

2019-07-24 Thread Ricardo Wurmus
Ekaitz at ElenQ Technology writes: > I must be missing something then because I'm sure it's not finding it :( Can you show us the pkg-config command you’re using? -- Ricardo

how change gdm by ligthDM

2019-07-24 Thread Pirboazo
Hello all, How i can change GDM by ligthDM ? I saw this package was available . does the service "ligthdm-service-type" exist ? Pierre

i3-sensible-terminal : error ,

2019-07-24 Thread Pirboazo
Hi all I install Guix-SD on VM so i want to use I3 . the Defaut terminal i3-sensible-terminal can't to launch i3-sensible-terminal seemto be terminator. Message error Ii i start gnome wm ,terminator work well. At the moment  i have change the i3-sensible-terminal by gnome-terminal in confi

Re: Booting GUIX in single user

2019-07-24 Thread Tobias Geerinckx-Rice
[Re-CC'ing help-guix@.] Alexander Asteroth 写道: I misinterpreted —root as the equivalent to single. Aha, nope, sorry. So currently the only rescue option would be the repl? Yep. It's a Scheme REPL that also has a *very* rough ‘,bournish’ mode, but it's (ironically) not very useful with Gui

Re: Booting GUIX in single user

2019-07-24 Thread Tobias Geerinckx-Rice
Alexander Asteroth 写道: I tried “single” and 3. Thanks! ‘single’ *might* be worth supporting as an alias, although the preferred way to expose this would be a GRUB menu entry and the argument wouldn't matter. Now I tried —root and it still booted into gdm. I don't see why it wouldn't. ‘

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 05:29:18PM +0200, Jan wrote: > Don't remember if I mentioned it, but my GPU is Radeon R9 280X 3G. That is interesting, I had assumed it was a newer GPU. I will add that info to the bug. > If > it is possibly a bug of Xorg, could using Wayland instead help? Is > support f

Re: Booting GUIX in single user

2019-07-24 Thread Alexander Asteroth
Hi, I tried “single” and 3. Now I tried —root and it still booted into gdm. Alex > On 24. Jul 2019, at 17:25, Tobias Geerinckx-Rice wrote: > > Hullo Alexander, > > [It's just ‘Guix’, by the way.] > > Alexander Asteroth 写道: >> I tried to boot into non-x11 (level3) or single user mode but unfo

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread Jan
>Debian not working is not a good sign. Note that without 3d >acceleration, Xorg should work on linux-libre and that it does not >work at all is a bug. I do not know if someone knowledgeable with >enough time cares enough to fix it though, because it works with >nonfree firmware. > >I believe t

Re: Booting GUIX in single user

2019-07-24 Thread Tobias Geerinckx-Rice
Hullo Alexander, [It's just ‘Guix’, by the way.] Alexander Asteroth 写道: I tried to boot into non-x11 (level3) or single user mode but unfortunately the option I pass to Grub Which option did you try? I've happily purged all memory of which obsolete System V run-level did which obsolete thin

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 03:31:44PM +0200, Jan wrote: > >Maybe Debian works because it uses a > >different kernel configuration, you could try. If Debian works, then > >Guix System could be made to work. > Tried installing Debian 10 with GNOME and it doesn't look good either - > instead of gdm, the

Booting GUIX in single user

2019-07-24 Thread Alexander Asteroth
Hi there, While experimenting with Guix and installing one more package the disk of the test system filled to 100%. After shutting down the system to provide more disk to the VM, after reboot, the gdm session is indefinitely started and killed. I tried to boot into non-x11 (level3) or single us

Re: Guix packaging, dealing with pkg-config

2019-07-24 Thread Ekaitz at ElenQ Technology
Great, I must be missing something then because I'm sure it's not finding it :( Might be my library path or something related? Any clue? ElenQ Technology Ethical Innovation ‐‐‐ Original Message ‐‐‐ On Wednesday, July 24, 2019 3:31 PM, Ricardo Wurmus wrote: > > > Ekaitz at ElenQ tech

Re: Guix packaging, dealing with pkg-config

2019-07-24 Thread Ricardo Wurmus
Ekaitz at ElenQ Technology writes: > The problem I see is the project is doing a heavy use of the Makefile > with pkg-config and it's searching for lua5.1. This should not be problematic. > I am unable to install Lua and find it with pkg-config and I'm pretty > sure the compilation that Guix

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread Jan
>Maybe Debian works because it uses a >different kernel configuration, you could try. If Debian works, then >Guix System could be made to work. Tried installing Debian 10 with GNOME and it doesn't look good either - instead of gdm, there's a cursor blinking, I could switch to a different tty, bu

Guix packaging, dealing with pkg-config

2019-07-24 Thread Ekaitz at ElenQ Technology
Hi everyone, I'm starting to learn how to make my own packages with Guix and I encountered a problem when trying to make a (pretty simple) package definition for sc-im. This is the package definition I made: https://gitlab.com/ekaitz-zarraga/guix-packages/blob/master/sc-im.scm The problem I se

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread pelzflorian (Florian Pelz)
On Wed, Jul 24, 2019 at 12:53:34PM +0200, Jan wrote: > > >You could try pressing e in GRUB > >and adding “modprobe.blacklist=radeon modprobe.blacklist=amdgpu” to > >the end of the linux line. > This one works, but without GUI, probably because I forgot to install > any WM/DE, but something seems t

Re: Trying to install Guix System on a nonfree computer, the system frezees at booting, bug?

2019-07-24 Thread Jan
>You could try pressing e in GRUB >and adding “modprobe.blacklist=radeon modprobe.blacklist=amdgpu” to >the end of the linux line. This one works, but without GUI, probably because I forgot to install any WM/DE, but something seems to be running on tty7 and tty8, so I'm assuming it's slim-service