Andreas Enge skribis:
> 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_L
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
Andreas Enge skribis:
> While trying to add a package to compression.scm, I just added the line
> #:use-module (gnu packages python)
[...]
> 2667: 9 [define-module* (gnu packages python) #:filename ...]
> 2642: 8 [resolve-imports ((# # #) (#) (#) (#) ...)]
> 2580: 7 [resolve-interface (gnu pa
While trying to add a package to compression.scm, I just added the line
#:use-module (gnu packages python)
This results in the following error:
Backtrace:
In ice-9/eval.scm:
392: 19 [eval # ()]
In ice-9/boot-9.scm:
2667: 18 [define-module* (gnu packages compression) #:filename ...]
2642: 17 [re