all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: bug-guix@gnu.org
Subject: Re: Python and gzip
Date: Sat, 26 Jan 2013 14:54:55 +0100	[thread overview]
Message-ID: <201301261454.55208.andreas@enge.fr> (raw)
In-Reply-To: <87vcakg8ll.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

Am Samstag, 26. Januar 2013 schrieb Ludovic Courtès:
> You’ve created a circular dependency between ‘python’ and ‘compression’.
> 
> The fix is to arrange so that there’s no circular dependency.  The
> easiest way to achieve that is to move the package in question to its
> own module.

Okay, thanks! I realised after a few hours of debugging, that to execute 
the tests for the library zziplib, I also needed zip to create test data on 
the fly; so I added zip and unzip (and zziplib) in their own file.

Now I have problems with zziplib and pkg-config during the configuration of 
texlive. I have pkg-config and zziplib as inputs. But configure fails at

if $PKG_CONFIG zziplib --atleast-version=0.12; then
  ZZIPLIB_INCLUDES=`$PKG_CONFIG zziplib --cflags`
  ZZIPLIB_LIBS=`$PKG_CONFIG zziplib --libs`
elif test "x$need_zziplib:$with_system_zziplib" = xyes:yes; then
  as_fn_error $? "did not find zziplib-0.12 or better" "$LINENO" 5
fi

(while previous similar lines for other programs succeed). When I install 
the two guix packages by hand and execute the test in a terminal, it 
succeeds. Do you have any idea what could be happening?

Andreas

[-- Attachment #2: Type: text/html, Size: 4742 bytes --]

  reply	other threads:[~2013-01-26 13:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25 22:38 Python and gzip Andreas Enge
2013-01-25 23:12 ` Ludovic Courtès
2013-01-26 13:54   ` Andreas Enge [this message]
2013-01-26 21:46     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201301261454.55208.andreas@enge.fr \
    --to=andreas@enge.fr \
    --cc=bug-guix@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.