From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#24335: Error when invoking usermod while reconfiguring Date: Tue, 30 Aug 2016 14:12:22 -0400 Message-ID: <20160830181222.GA2595@jasmine> References: <20160830054413.GA30807@jasmine> <87a8fur25d.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1benX3-0006QL-U0 for bug-guix@gnu.org; Tue, 30 Aug 2016 14:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1benWx-0004Og-U1 for bug-guix@gnu.org; Tue, 30 Aug 2016 14:13:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1benWw-0004OD-GA for bug-guix@gnu.org; Tue, 30 Aug 2016 14:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1benWw-0006yf-9a for bug-guix@gnu.org; Tue, 30 Aug 2016 14:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87a8fur25d.fsf@gmail.com> 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: Alex Kost Cc: 24335@debbugs.gnu.org On Tue, Aug 30, 2016 at 01:18:06PM +0300, Alex Kost wrote: > This "... create-home-directory? ..." commit is eb56ee027 actually: > > http://git.savannah.gnu.org/cgit/guix.git/commit/?id=eb56ee027b4c6b5682f69fa885d16e55c4495bd8 Oops, I copied the commit hashes of my reversions. > > [...] > > In unknown file: > > ?: 0 [system* "usermod" "-u" ...] > > > > ERROR: In procedure system*: > > ERROR: Wrong type (expecting string): #t > > I think that commit is an ABI-breaking thing. Try to do "make clean-go" > and remake the guix checkout again. > > Specifically, that commit didn't touch (gnu services base) module, so > 'guix-build-accounts' procedure still produces guixbuilder users > accounts in an "old" format. It's just my guess though, but "make > clean-go" should work. I ended up needing to use `make clean`, but everything worked after that. Thanks!