Re: Guix package for gnutls-guile

2016-06-17 Thread Ludovic Courtès
Hi! Tobias Geerinckx-Rice skribis: > On 17/06/16 00:25, Roel Janssen wrote: >> Yet, even with gnutls in my profile, and running: >> `guix package --search-paths` >> >> I still get the following error output: >> ;;; Failed to autoload make-session in (gnutls): >> ;;; ERROR: missing interface f

Re: Guix package for gnutls-guile

2016-06-17 Thread Roel Janssen
Ludovic Courtès writes: > Hi! > > Tobias Geerinckx-Rice skribis: > >> On 17/06/16 00:25, Roel Janssen wrote: >>> Yet, even with gnutls in my profile, and running: >>> `guix package --search-paths` >>> >>> I still get the following error output: >>> ;;; Failed to autoload make-session in (gnut

GUIX_LOCPATH problems with guix on gentoo

2016-06-17 Thread ng0
Hi, in team effort and with my fixes we worked on guix on gentoo for a while now. I fixed #355355 (bugs.gentoo.org bug -> guile is 6 years outdated and broken in portage) almost to a point where I can present the changes, have guile-2.0.11 running for half a year now and to some degree (awful ope

Re: Guix package for gnutls-guile

2016-06-17 Thread Ludovic Courtès
Roel Janssen skribis: [...] I still get the following error output: ;;; Failed to autoload make-session in (gnutls): ;;; ERROR: missing interface for module (gnutls) ERROR: In procedure module-lookup: Unbound variable: make-session [...] > My Guile paths are fine: > > [rjan

Re: GUIX_LOCPATH problems with guix on gentoo

2016-06-17 Thread ng0
On 2016-06-17(10:39:50AM+), ng0 wrote: --snipe-di-snap-- This is as an example the gtk of emacs, showing that "C" is used permanently. I am in the process of switching that system to non-hardened to see if setting up guix again will help - maybe the very unlikely case of something happened be

Re: inputs vs. native-inputs vs. propagated-inputs

2016-06-17 Thread Hartmut Goebel
Hallo Leo, thanks for you answer. Am 12.06.2016 um 21:53 schrieb Leo Famulari: > 'Inputs' do typically get used at run-time, as do propagated-inputs. > > I found it hard to understand the distinctions by reading. It was only > when I had been making packages for a while that I understood. > > I'v

Re: inputs vs. native-inputs vs. propagated-inputs

2016-06-17 Thread Leo Famulari
On Fri, Jun 17, 2016 at 10:49:59PM +0200, Hartmut Goebel wrote: > >>> If so, how can I as a packager find out if eg. libBBB is only used at > >>> build time and libCCC need to be a propagated input? > > You will need at least a little knowledge about the programs you are > > packaging and how they