Problem on installing GuixSD on a remote server using iPXE

2019-07-01 Thread Reza Alizadeh Majd
HI, I want to install GuixSD using iPXE on a remote server, unfortunately I didn't find any useful starting point. I had a review over iPXE documents and tried to mount installation iso using sanboot, but installation process hangs during boot process while it tries to load GRUB. is there

Re: Issues with Haskell's ghc

2019-07-01 Thread Ricardo Wurmus
Hi Vasilii, > I've run aground with Haskell's ghc (interpreter works fine) - running > ghc on a basic hello world program fails. I identified couple issues: > > - Include directory for linux headers wasn't passed to gcc >(`C_INCLUDE_PATH=/gnu/... ghc` fixed it) > - Lib C's crti.o and crt1

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
On Mon, 2019-07-01 at 14:17 -0400, Raghav Gururajan wrote: > > On my thinkpad every serial port except the one for the touchscreen > > is > > completely dead AFAIK. So yes that would be a good sign. > > Just try whether serial port 4 works. While thinkpads can be wired > > differently it is very un

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
> On my thinkpad every serial port except the one for the touchscreen > is > completely dead AFAIK. So yes that would be a good sign. > Just try whether serial port 4 works. While thinkpads can be wired > differently it is very unlikely that your thinkpad has the > touchscreen > attached on a dif

Issues with Haskell's ghc

2019-07-01 Thread Vasilii Kolobkov
Hello guix! I've run aground with Haskell's ghc (interpreter works fine) - running ghc on a basic hello world program fails. I identified couple issues: - Include directory for linux headers wasn't passed to gcc (`C_INCLUDE_PATH=/gnu/... ghc` fixed it) - Lib C's crti.o and crt1.o where not

Re: PLEASE! Input Attach Service

2019-07-01 Thread Raghav Gururajan
> It's not what I'd naively expect, but sure. Maybe the protocol > expects some kind of ACK and keeps retransmitting otherwise. > Maybe the protocol's weird. Ah I see! The output was just tiny black circles with embedded question mark. > > Is this a good sign that my touch screen is > > atta

Re: PLEASE! Input Attach Service

2019-07-01 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: So I did "sudo cat /dev/ttyS4" in the terminal. After 10 seconds, the cursor blinking stopped, This is probably just your terminal emulator helpfully stopping the cursor blink after 10 ‘idle’ seconds to save a tiny bit of power, not related to the serial port

Problem with Qt5::webEngineWidget

2019-07-01 Thread Fakhri Sajadi
Hi everyone, I'm using Qt5::webEngineWidget in my application, I wanted to package it for guix and face with a problem, apparently, Qt5::webEngineWidget is skipped in Qt package Link = https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/qt.scm#n123 What is its status now? Is it solve