linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: dieter@bieler.li, linux-rt-users@vger.kernel.org
Subject: Re: Error-Report rt-tests
Date: Thu, 29 Oct 2020 13:03:43 -0400 (EDT)	[thread overview]
Message-ID: <bed1ae81-a6e9-c255-60bc-c3f1f49a5ef8@redhat.com> (raw)
In-Reply-To: <20201029155735.xsiqv6ocqemz6yiu@linutronix.de>



On Thu, 29 Oct 2020, Sebastian Andrzej Siewior wrote:

> On 2020-10-29 11:33:57 [-0400], John Kacur wrote:
> > 
> > It's a bit odd because the libraries are static.
> > Isn't that quite an old version of glibc as well?
> 
> It looks like Ubuntu 20.04 / Focal Fossa. The glibc version above is
> when the symbol was first introduced.
> 
> It builds on i386/Debian Sid, just tested. Noticed this however:
> |~/rt-tests$ make
> |Traceback (most recent call last):
> |  File "<string>", line 1, in <module>
> |ModuleNotFoundError: No module named 'distutils.sysconfig'
> |make: Nothing to be done for 'all'.
> |~/rt-tests$ python3 -V
> |Python 3.8.6
> 
> wouldn't it work to just keep "PYLIB  ?=" and the caller passes what he
> needs?
> 
> > John
> 
> Sebastian
> 

Right, ?= in the makefile means if it's not already set, then set it to 
what comes next. You could just do make PYLIB=""
in order to skip the python stuff.

On my fedora box if you were to set it by hand it would be
make PYLIB="/usr/lib/python3.9/site-packages"

John

  reply	other threads:[~2020-10-29 17:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <006101d6ab85$88d32f70$9a798e50$@bieler.li>
2020-10-26 10:51 ` AW: Error-Report rt-tests dieter
2020-10-28 16:40   ` Sebastian Andrzej Siewior
2020-10-29 15:33     ` John Kacur
2020-10-29 15:57       ` Sebastian Andrzej Siewior
2020-10-29 17:03         ` John Kacur [this message]
2020-10-29 17:46           ` Sebastian Andrzej Siewior

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=bed1ae81-a6e9-c255-60bc-c3f1f49a5ef8@redhat.com \
    --to=jkacur@redhat.com \
    --cc=bigeasy@linutronix.de \
    --cc=dieter@bieler.li \
    --cc=linux-rt-users@vger.kernel.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).