GNU bug report logs - #38175
configure: error: Guix requires zlib.

Previous Next

Package: guix;

Reported by: Chris Marusich <cmmarusich <at> gmail.com>

Date: Tue, 12 Nov 2019 05:11:01 UTC

Severity: normal

Done: Chris Marusich <cmmarusich <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38175 in the body.
You can then email your comments to 38175 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#38175; Package guix. (Tue, 12 Nov 2019 05:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chris Marusich <cmmarusich <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 12 Nov 2019 05:11:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: configure: error: Guix requires zlib.
Date: Mon, 11 Nov 2019 21:10:03 -0800
[Message part 1 (text/plain, inline)]
Hi,

I keep getting this error when trying to build Guix.  I got it just
today when invoking the following command from a clean checkout:

guix environment --pure guix -- ./bootstrap && ./configure --localstatedir=/var && make

My current guix version is 18a69803e2eea4f7555d6eafb6497a645c2d094f:

$ guix describe
guile: warning: failed to install locale
Generation 5	Nov 11 2019 20:03:30	(current)
  guix 18a6980
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 18a69803e2eea4f7555d6eafb6497a645c2d094f

GUIX_PACKAGE_PATH="/home/marusich/custom-guix-packages"

The commit I had checked out was:
18a69803e2eea4f7555d6eafb6497a645c2d094f.

Can anyone reproduce this issue?  It happens consistently for me using
this checkout.  This is the tip of the master branch, by the way.  I ran
"guix pull" without any problem earlier today.  It happens even if I
remove the "--pure" option:

guix environment guix -- ./bootstrap && ./configure --localstatedir=/var && make

It still happens even if I add zlib ad-hoc to the environment:

$ guix environment guix --ad-hoc zlib -- ./bootstrap && ./configure --localstatedir=/var && make

It's pretty strange.

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#38175; Package guix. (Tue, 12 Nov 2019 07:51:01 GMT) Full text and rfc822 format available.

Message #8 received at 38175 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Chris Marusich <cmmarusich <at> gmail.com>
Cc: 38175 <at> debbugs.gnu.org
Subject: Re: bug#38175: configure: error: Guix requires zlib.
Date: Tue, 12 Nov 2019 09:42:18 +0200
[Message part 1 (text/plain, inline)]
On Mon, Nov 11, 2019 at 09:10:03PM -0800, Chris Marusich wrote:
> Hi,
> 
> I keep getting this error when trying to build Guix.  I got it just
> today when invoking the following command from a clean checkout:
> 
> guix environment --pure guix -- ./bootstrap && ./configure --localstatedir=/var && make
> 
> My current guix version is 18a69803e2eea4f7555d6eafb6497a645c2d094f:
> 
> $ guix describe
> guile: warning: failed to install locale
> Generation 5	Nov 11 2019 20:03:30	(current)
>   guix 18a6980
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: 18a69803e2eea4f7555d6eafb6497a645c2d094f
> 
> GUIX_PACKAGE_PATH="/home/marusich/custom-guix-packages"
> 
> The commit I had checked out was:
> 18a69803e2eea4f7555d6eafb6497a645c2d094f.
> 
> Can anyone reproduce this issue?  It happens consistently for me using
> this checkout.  This is the tip of the master branch, by the way.  I ran
> "guix pull" without any problem earlier today.  It happens even if I
> remove the "--pure" option:
> 
> guix environment guix -- ./bootstrap && ./configure --localstatedir=/var && make
> 
> It still happens even if I add zlib ad-hoc to the environment:
> 
> $ guix environment guix --ad-hoc zlib -- ./bootstrap && ./configure --localstatedir=/var && make
> 
> It's pretty strange.
> 

I'm pretty sure this parses (guix environment guix -- ad-hoc zlib --
./bootstrap) && ./configure --localstatedir=/var && make



-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Chris Marusich <cmmarusich <at> gmail.com>:
You have taken responsibility. (Tue, 12 Nov 2019 08:37:02 GMT) Full text and rfc822 format available.

Notification sent to Chris Marusich <cmmarusich <at> gmail.com>:
bug acknowledged by developer. (Tue, 12 Nov 2019 08:37:02 GMT) Full text and rfc822 format available.

Message #13 received at 38175-close <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 38175-close <at> debbugs.gnu.org
Subject: Re: bug#38175: configure: error: Guix requires zlib.
Date: Tue, 12 Nov 2019 00:36:36 -0800
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> flashner.co.il> writes:

> I'm pretty sure this parses (guix environment guix -- ad-hoc zlib --
> ./bootstrap) && ./configure --localstatedir=/var && make

You're absolutely right.  I can't believe I made such a silly mistake!
Thank you for lending me a second pair of eyes.  :-)

I'm closing this bug report.

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Dec 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 136 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.