Re: [oi-dev] $WS_TOOLS/python-integrate-project

2022-11-29 Thread Nona Hansel
2022 at 05:16:47PM +0100, Nona Hansel wrote: > However, updating texttable, I ran > > > $WS_TOOLS/python-integrate-project texttable > > in oi-userland/components/python/texttable directory or in oi-userland/ and > got this mesage: > > -bash: /python-integrate-project

[oi-dev] $WS_TOOLS/python-integrate-project

2022-11-28 Thread Nona Hansel
Hello, I've seen in several Makefiles saying they have been automatically generated using this command $WS_TOOLS/python-integrate-project name_of_the_component However, updating texttable, I ran $WS_TOOLS/python-integrate-project texttable in oi-userland/components/python/texttable

[oi-dev] Running gmake check in multiple directories

2022-11-13 Thread Nona Hansel
Hello, I'm trying to update texinfo and I have troubles running gmake test. Texinfo has tests in multiple locations, in the build/ they can be found in: amd64/info/t/ amd64/install-info/tests/ amd64/tp/tests/test-scripts/ amd64/tp/tests/many_input_files/ amd64/Pod-Simple-Texinfo/

Re: [oi-dev] Error message after gmake test

2022-11-07 Thread Nona Hansel
Thank you, Andreas, I will do that. -- Původní e-mail -- Od: Andreas Wacknitz Komu: oi-dev@openindiana.org Datum: 7. 11. 2022 15:44:08 Předmět: Re: [oi-dev] Error message after gmake test " Am 07.11.22 um 15:33 schrieb Nona Hansel: > Hello, > > it's been a whil

[oi-dev] Error message after gmake test

2022-11-07 Thread Nona Hansel
Hello, it's been a while since I last contributed to OI (not counting yesterday's straight forward sudo update). Today I'm trying to update sed. When I run gmake test, I get this message: make[1]: Leaving directory '/export/home/nona/oi-userland/components/text/ sed/build/amd64'

Re: [oi-dev] samba package needs a maintainer

2022-03-15 Thread Nona Hansel
I can confirm - I get the same error on my build machine as Andreas. -- Původní e-mail -- Od: Andreas Wacknitz Komu: oi-dev@openindiana.org Datum: 15. 3. 2022 16:35:22 Předmět: Re: [oi-dev] samba package needs a maintainer "Am 15.03.22 um 14:51 schrieb Stephan Althaus: > On

Re: [oi-dev] meld and gmake REQUIRED_PACKAGES

2022-01-06 Thread Nona Hansel
Thank you, I totally forgot to check solaris-userland. -- Původní e-mail -- Od: Alan Coopersmith Komu: oi-dev@openindiana.org Datum: 4. 1. 2022 18:30:04 Předmět: Re: [oi-dev] meld and gmake REQUIRED_PACKAGES "On 1/4/22 4:27 AM, Nona Hansel wrote: > Such errors ar

[oi-dev] meld and gmake REQUIRED_PACKAGES

2022-01-04 Thread Nona Hansel
Hello, I'm working on updating meld and during gmake REQUIRED_PACKAGES I got a long error message to every .py file from .p5m. One example for all: Couldn't find 'usr/lib/python3.9/site-packages/meld/windowstate.pyc' in any of the specified search directories:     

Re: [oi-dev] What to do with python module dependancies?

2021-07-18 Thread Nona Hansel
Hello Gary, I believe that when you have a packages that has dependencies, these dependencies must be added as individual packages themselves. After incorporating them (which means create a folder, Makefile, .p5m file and separate PR), your python package would find them. As for knowing

[oi-dev] Numpy - upgrade for Python 3.X

2021-07-16 Thread Nona Hansel
Hello, I'm thinking about updating numpy since we have it just for Python 2.7. But before doing any changes, I wanna consult some things for having a clearer view of what to do. First, when I run pkg search -H -r -o pkg.name 'depend:require:library/python/numpy' I get:

Re: [oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Nona Hansel
Thank you, PATH=$(PATH.illumos) worked! -- Původní e-mail -- Od: Andreas Wacknitz Komu: oi-dev@openindiana.org Datum: 14. 4. 2021 13:19:36 Předmět: Re: [oi-dev] Variable PATH in Makefile (tornado) "Am 14.04.21 um 12:40 schrieb Nona Hansel: > Hello, > > I'm having

[oi-dev] Variable PATH in Makefile (tornado)

2021-04-14 Thread Nona Hansel
Hello, I'm having some problems updating tornado. Currently, the PATH variable in Makefile is defined in the older mode like this: PATH=/usr/bin:/usr/gnu/bin:/usr/sbin Like this, tornado builds, installs and publishes fine. When I change it to the newer mode: PATH=$(PATH.gnu) It

[oi-dev] Fwd: Re: requests-37

2021-02-17 Thread Nona Hansel
previous versions? Thank you! -- Původní e-mail -- Od: Aurélien Larcher Komu: OpenIndiana Developer mailing list Datum: 16. 2. 2021 18:57:38 Předmět: Re: [oi-dev] requests-37 "Probably I messed up the rebase and -$(PYV) is missing from the manifest in the fmri. On 2/16/21, Nona Ha

Re: [oi-dev] requests-37

2021-02-17 Thread Nona Hansel
mailing list Datum: 16. 2. 2021 18:57:38 Předmět: Re: [oi-dev] requests-37 "Probably I messed up the rebase and -$(PYV) is missing from the manifest in the fmri. On 2/16/21, Nona Hansel wrote: > > Hello, > > > > > I'm trying to install requests-37 which according to

[oi-dev] requests-37

2021-02-16 Thread Nona Hansel
Hello, I'm trying to install requests-37 which according to it's Makefile we should provide, but when I ask for it: $ pfexec pkg info -r library/python/requests* it doesn't show it nor it shows requests-39. It can't be found here:

Re: [oi-dev] Tasks to focus on

2021-02-02 Thread Nona Hansel
-- Původní e-mail -- Od: Aurélien Larcher Komu: OpenIndiana Developer mailing list Datum: 2. 2. 2021 0:58:32 Předmět: Re: [oi-dev] Tasks to focus on " On Thu, Jan 28, 2021 at 3:55 AM Gary Mills mailto:gary_mi...@fastmail.fm)> wrote: "On Wed, Jan 27, 2021 at 03:14:14PM

Re: [oi-dev] Tasks to focus on

2021-02-02 Thread Nona Hansel
-- Původní e-mail -- Od: Aurélien Larcher Komu: OpenIndiana Developer mailing list Datum: 2. 2. 2021 0:58:32 Předmět: Re: [oi-dev] Tasks to focus on " On Thu, Jan 28, 2021 at 3:55 AM Gary Mills mailto:gary_mi...@fastmail.fm)> wrote: "On Wed, Jan 27, 2021 at 03:14:14PM

[oi-dev] Missing locale zh_CN.GB18030

2021-01-11 Thread Nona Hansel
Hi, I'm trying to update findutils.  Some test are skipping because I don't have zh_CN.GB18030 locale on my system. How can I get it? pfexec pkg info -r doesn't work for me in this case. Thank you in advance. Nona ___ oi-dev mailing list

[oi-dev] Python components

2020-11-18 Thread Nona Hansel
Hi, I'm thinking about updating two Python packages - tqdm and colorama. Currently, there is variable PYTHON_VERSIONS= 3.5 in both Makefiles which means, if I understand it correctly, that the package is build for Python 3.5. I wonder if I should let this variable like this or should I