From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: bug#30467: GuixSD fails to display login prompt on headless server Date: Mon, 26 Feb 2018 12:02:11 -0500 Message-ID: <868tbfelbg.fsf@gmail.com> References: <868tbu9u0r.fsf@gmail.com> <20180215165455.09a9efa3@scratchpost.org> <86y3jundqw.fsf@gmail.com> <20180216015312.416091f0@scratchpost.org> <868tbtlnmp.fsf@gmail.com> <20180217180348.1961da18@scratchpost.org> <86mv01iz6h.fsf@gmail.com> <20180222124139.26626adf@scratchpost.org> <86a7vzbtel.fsf@gmail.com> <20180224155134.66876b39@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqMBD-0000Ld-19 for bug-guix@gnu.org; Mon, 26 Feb 2018 12:03:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqMB4-0004uu-UU for bug-guix@gnu.org; Mon, 26 Feb 2018 12:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54056) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqMB4-0004tz-QB for bug-guix@gnu.org; Mon, 26 Feb 2018 12:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqMB4-0005dY-6j for bug-guix@gnu.org; Mon, 26 Feb 2018 12:03:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20180224155134.66876b39@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 30467@debbugs.gnu.org Hi Danny, On 02/24/2018 at 14:51 Danny Milosavljevic writes: >> > Is there still a cursor? >> >> NO. > > That's... bad. > > The tool I'd need to debug this (fbset) is not available in Guix. > > And my guix git checkout is a little under construction. > > So can you please try to guix package -f the attached file? Tried to but got this ... g1@g1 ~/bug/bug#30467-vga-no-login$ guix package -f fbset.scm The following package will be installed: fbset 2.1 /gnu/store/kg15k6llj062gwg3jzymimas93pwwysw-fbset-2.1 [..] phase `patch-usr-bin-file' succeeded after 0.0 seconds starting phase `patch-source-shebangs' patch-shebang: ./modeline2fb: warning: no binary for interpreter `perl' found in $PATH phase `patch-source-shebangs' succeeded after 0.0 seconds starting phase `patch-generated-file-shebangs' patch-shebang: ./modeline2fb: warning: no binary for interpreter `perl' found in $PATH phase `patch-generated-file-shebangs' succeeded after 0.0 seconds starting phase `build' gcc -Wall -O2 -I. -c -o fbset.o fbset.c bison -d modes.y flex modes.l make: *** No rule to make target 'modes.tab.h', needed by 'lex.yy.o'. Stop. make: *** Waiting for unfinished jobs.... phase `build' failed after 0.2 seconds builder for `/gnu/store/hf71jn7x88dm77x1368ajai4l0gp276c-fbset-2.1.drv' failed with exit code 1 cannot build derivation `/gnu/store/nigbs3x4sxpix1dz16r1ypvkmp7s7p2c-profile.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/nigbs3x4sxpix1dz16r1ypvkmp7s7p2c-profile.drv' failed g1@g1 ~/bug/bug#30467-vga-no-login$ which perl /home/g1/.guix-profile/bin/perl > > Then please run fbset. > > Does it work? What does it say? TIA - George