From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#33772: StumpWM broken commands? Date: Wed, 19 Dec 2018 00:23:27 +0300 Message-ID: <87o99iwmuo.fsf@gmail.com> References: <878t0pqol1.fsf@dustycloud.org> <8736qvhym3.fsf@gnu.org> <87k1k67uz1.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZMqU-0000xI-6Q for bug-guix@gnu.org; Tue, 18 Dec 2018 16:24:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZMqQ-0003iB-Vm for bug-guix@gnu.org; Tue, 18 Dec 2018 16:24:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49520) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZMqQ-0003hO-IX for bug-guix@gnu.org; Tue, 18 Dec 2018 16:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZMqQ-0003nI-Ds for bug-guix@gnu.org; Tue, 18 Dec 2018 16:24:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Pierre Langlois's message of "Tue, 18 Dec 2018 17:34:57 +0000") 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: Pierre Langlois Cc: 33772@debbugs.gnu.org Pierre Langlois (2018-12-18 17:34 +0000) wrote: > Hello! > > Christopher Lemmer Webber writes: > >> Ludovic Court=C3=A8s writes: >> >>> Hi, >>> >>> Christopher Lemmer Webber skribis: >>> >>>> It seems to me that StumpWM broke somehow, for some reason. I can >>>> confirm there was a version change: >>>> >>>> -sbcl-stumpwm@18.05:out /gnu/store/i0picr2xr2aq2a52nsaw67nvar1r= 3khw-sbcl-stumpwm-18.05 >>>> +sbcl-stumpwm@18.11:out /gnu/store/6h2iln76dx8pxdp1hsaqb1yncm8v= iczj-sbcl-stumpwm-18.11 >>>> >>>> I am not sure if this is the cause or something else. At any rate, wh= en >>>> I try to run commands such as "gnew" (the command to make a new >>>> group/workstation) I get back: >>>> >>>> Error In Command 'gnew': invalid number of arguments: 2 >>>> >>>> I though I'd try running the command manually and check the error, but >>>> this also happens with eval! Some other commands are not affected. >>>> >>>> (I can try re-enabling the live REPL in StumpWM to play around with it, >>>> but I currently have it off because they have the same live hacking >>>> vulnerability in SBCL/SLIME that we had in Guile/Geiser some time ago.) >>> >>> Pierre, does that ring a bell? >>> >>> Others on the mailing list reported being happy with the upgrade, but >>> maybe they use different bits of StumpWM. > > Ah yes, I can reproduce this :-/. Both in GuixSD and with Guix on top of > ArchLinux. The 'gnew' command does work if you pass it the name of the > new group as an argument, that's why I didn't notice this. It should > interactively ask for a name if you don't pass one so that's still a > regression. > > Maybe that's a bug upstream? It would be good to try StumpWM 18.11 on > another distribution to see if this is specific to Guix. I cannot > install it on ArchLinux though at the moment. I use StumpWM from git checkout (not from Guix) and I don't reproduce this problem. When I run "gnew", it asks me for a group name and creates a new group without any problem. I have built stumpwm from the latest commit (which is one commit after 18.11 release) and tried it on GuixSD and on ArchLinux. Works for me on both systems, so it's probably not an upstream bug. --=20 Alex