all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John J Foerch <jjfoerch@earthlink.net>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add ola.
Date: Tue, 23 Aug 2016 22:03:18 -0400	[thread overview]
Message-ID: <87lgzmsz2x.fsf@hecubus.retroj.net> (raw)
In-Reply-To: 87r39gsjiv.fsf@hecubus.retroj.net

Hi all,

I have made some progress with the ola package, but have run into
difficulty related to python used in its test phase.  Relevant code and
logs can be found here:

  The package definition: http://retroj.net/scratch/ola-guix/ola.scm

  The build log: http://retroj.net/scratch/ola-guix/ola-guix-build.log

  OLA's config.log: http://retroj.net/scratch/ola-guix/config.log

  Log of the test suite errors:
  http://retroj.net/scratch/ola-guix/test-suite.log

The ./configure argument --enable-rdm-tests turns on some tests that use
python.  These tests require the python-protobuf package.  Config.log
shows that protobuf was found, by whatever means autoconf uses to find
it, but the tests fail with this:

  File "/tmp/guix-build-ola-0.10.2.drv-0/ola-0.10.2/python/ola/PidStore.py",
     line 27, in <module> from google.protobuf import text_format
  ImportError: No module named 'google'

  ...

  File "/tmp/guix-build-ola-0.10.2.drv-0/ola-0.10.2/python/ola/rpc/SimpleRpcController.py",
    line 18, in <module> from google.protobuf import service
  ImportError: No module named 'google'

(For the complete messages, see links above.)

My best guess is that when the rdm tests run, PYTHONPATH does not
include whatever directory the google.protobuf module is in.  Anybody
know what's going on here?

Thank you,

--
John Foerch

  reply	other threads:[~2016-08-24  2:03 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.11647.1470832050.26855.guix-devel@gnu.org>
2016-08-10 14:05 ` [PATCH] gnu: Add ola rennes
2016-08-10 20:24   ` John J Foerch
2016-08-22 19:14     ` John J Foerch
2016-08-24  2:03       ` John J Foerch [this message]
2016-08-25 23:55 John J Foerch
2016-08-26  2:08 ` Alex Vong
2016-08-26 11:47   ` Marius Bakke
2016-08-28 20:01     ` Ludovic Courtès
2016-08-29 14:48       ` John J Foerch
2016-09-01 12:47         ` Ludovic Courtès
2016-09-02 17:56           ` John J Foerch
2016-09-05  8:54             ` Ludovic Courtès
2016-08-26 12:10   ` John J Foerch
     [not found] <mailman.10291.1470243841.26857.guix-devel@gnu.org>
2016-08-04  3:26 ` rennes
2016-08-10 11:57   ` John J Foerch

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=87lgzmsz2x.fsf@hecubus.retroj.net \
    --to=jjfoerch@earthlink.net \
    --cc=guix-devel@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.