Re: help finding a file

2021-05-20 Thread Thierry Thomas
Le jeu. 20 mai 21 à 3:00:19 +0200, paul beard écrivait : > ldd /usr/local/bin/smbtorture | grep found > > libpytalloc-util.cpython-38.so.2 => not found (0) > > libpytalloc-util.cpython-38.so.2 => not found (0) > > libpytalloc-util.cpython-38.so.2 => not found (0) > > > find . -name pkg-pli

Re: Conflicts between py37-pygments and ipython5

2020-10-06 Thread Thierry Thomas
Le mar. 6 oct. 20 à 2:36:27 +0200, Danilo G. Baio écrivait : > Hi. Hello, > Could you test math/sage with this patch? > https://people.freebsd.org/~dbaio/ipython5-pygments.patch > > Looking the commit history of devel/ipython5, the requirement > 'pygments<2.6' is only necessary to solve an

Re: Conflicts between py37-pygments and ipython5

2020-09-25 Thread Thierry Thomas
Le jeu. 24 sept. 20 à 20:54:57 +0200, Steve Wills écrivait : Hello, > I saw a similar thing with devel/py-jira with the SHELL option enabled. > I disabled it locally, but I think perhaps devel/nbconvert should use > textproc/pygments-25? Thanks, this is a good idea, and it would fix the prob

Conflicts between py37-pygments and ipython5

2020-09-23 Thread Thierry Thomas
Hello, math/sage is now BROKEN, caused by PR 249131 / r549076: ===> sage-math-9.1_5 depends on package: py37-nbconvert>0 - not found ===> Installing existing package /packages/All/py37-nbconvert-5.6.1_1.txz [121amd64-default-build-as-user-job-04] Installing py37-nbconvert-5.6.1_1... [121amd64

Re: egg-info / dist-info

2020-07-23 Thread Thierry Thomas
Le lun. 29 juin 20 à 23:49:32 +0200, Thierry Thomas écrivait : > > I don´t care about egg-info or dist-info, but I´d like to keep the same > > namings on each platform; is it possible to enforce that? > > Well, it works, whatever the installation method, so I´ve just a

Re: egg-info / dist-info

2020-06-29 Thread Thierry Thomas
Le ven. 26 juin 20 à 10:02:34 +0200, Thierry Thomas écrivait : > I don´t care about egg-info or dist-info, but I´d like to keep the same > namings on each platform; is it possible to enforce that? Well, it works, whatever the installation method, so I´ve just adapted the plist accord

Re: egg-info / dist-info

2020-06-26 Thread Thierry Thomas
Le ven. 26 juin 20 à 11:04:50 +0200, Kubilay Kocak écrivait : > Hi Thierry, Hello koobs! > Would need to spend some time isolating/understanding the behaviour > delta in detail to be able to recommend the best course of action, > modulo trying to use USE_PYTHON=distutils which automates most

egg-info / dist-info

2020-06-26 Thread Thierry Thomas
Hello, I´m maintaining the port math/sage. This is not a Python port, but it builds and installs several Python libraries. Untill now, it did´nt build on -CURRENT, because some dependencies were missing, but they have been fixed. And now I´m discovering that all the files such as '*.egg-info*' b

py-wxPython30 and python 3.5?

2016-12-09 Thread Thierry Thomas
Hello, I'm the new maintainer of the port textproc/py-enchant, and I'm working on a new port which depends both on py-enchant and Python-3.5. It's why I need to create a py35-enchant. But py-enchant depends on x11-toolkits/py-wxPython30, and I need also a port of wxPython30 for Python 3.5... Is a

Re: svn commit: r369447 - head/math/py-numpy

2014-10-04 Thread Thierry Thomas
Hello, Le sam 4 oct 14 à 16:36:40 +0200, Dmitry Sivachenko écrivait : > If there are no more similar build logs, may be we fix these by adding > LDFLAGS=-shared? I tried to analyze the problem - without success ATM. Antoine is right: this is rather strange, but I have not noticed any proble

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Thierry Thomas
Le mer 1 oct 14 à 22:53:45 +0200, Antoine Brodin écrivait : > And those 2: > > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wspr-3.00.r2511_8.log > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/wsjt-9.1.r2511_5.log > > A

Re: svn commit: r369447 - head/math/py-numpy

2014-10-01 Thread Thierry Thomas
Le mer 1 oct 14 à 19:55:09 +0200, Antoine Brodin écrivait : > Hi, Hello, > 2 others: > > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-obspy-0.9.2_2.log > http://package20.nyi.freebsd.org/data/91amd64-default-baseline/369680/logs/errors/py27-pymc-2.3_

Re: ports/188327: [numpy] math/py-numpy: Numpy is broken

2014-04-17 Thread Thierry Thomas
The following reply was made to PR ports/188327; it has been noted by GNATS. From: Thierry Thomas To: nemysis Cc: freebsd-gnats-sub...@freebsd.org Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Thu, 17 Apr 2014 23:03:05 +0200 On sun 6 apr 14 at 22:28:54 +0200

Re: FreeBSD python patch for science/mei

2013-11-26 Thread Thierry Thomas
Le lun 25 nov 13 à 19:34:01 +0100, Marcus von Appen écrivait : > Your port science/mei uses the `python` command directly at build > and/or installation time. In order to avoid this, we created > a patch to let the port use a specific python version instead. > > http://people.freebsd.org/~mva/p

Re: Expertise needed: setup.py problem.

2007-12-01 Thread Thierry Thomas
Le Dim 18 nov 07 à 14:51:25 +0100, Thierry Thomas <[EMAIL PROTECTED]> écrivait : > I builds and installs fine, and runs OK on some machines but fails > (Python core dumps) on some others. Problem solved! After some aparently unrelated changes, it runs OK, and I'll commit it aft

Expertise needed: setup.py problem.

2007-11-18 Thread Thierry Thomas
Hello, I have been trying to port Miro (formerly Democracy) for some time. This application is very interesting: e.g. it lets you watch videos from Youtube or Dailymotion without a flash plug-in. My port is available from . I builds and inst