Simon Ney

Results 17 comments of Simon Ney

``` # locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_ALL= # env|egrep "(LANG|LC_)" LANG=en_US.UTF-8 LC_ALL= LC_COLLATE= LC_CTYPE= LC_MESSAGES= LC_MONETARY= LC_NUMERIC= LC_TIME= ```

@krader1961 In the case the "print -v" shall remain in the machine specific output form for ints and floats: then why is the index array, associative array, compound, subvariable and...

You like to discuss in which ISO layer the shell has to be assigned? The question is if it below layer 6 or above? In layer 6 there exists a...

Please keep in mind that if "CTRL-P" (in emacs mode -- which is same as "CURSOR-UP" -- in documentation it is called "^P" ) is hit several times before you...

To be honest it was a drill down of a namespace navigator problem. Namespace is some kind of relativistic model depending on your eigenvector for variables in ksh. The problem...

``` # pkg search $(which python) INDEX ACTION VALUE PACKAGE path link usr/bin/python pkg:/runtime/[email protected] path link usr/bin/python pkg:/runtime/[email protected] path link usr/bin/python pkg:/runtime/[email protected] path link usr/bin/python pkg:/runtime/[email protected] ``` So maybe last...

Looks like it require root permissions for setup ... so maybe if it modifies existing files it is not straightforward packagable. ``` ... Processing meson-0.50.999-py3.5.egg creating /usr/lib/python3.5/site-packages/meson-0.50.999-py3.5.egg Extracting meson-0.50.999-py3.5.egg to...

The head version of meson didn't support the solarisstudio compiler. But accept the gcc from the vendor. But now it looks like a ksh source problem ??: ``` # ninja...

Only a "few" failed: ``` # ninja -k 99 -C build 2>&1|grep "^FAILED" FAILED: src/lib/libast/e416224@@ast@sta/string_strperm.c.o FAILED: src/lib/libast/e416224@@ast@sta/sfio_sftable.c.o FAILED: src/lib/libast/e416224@@ast@sta/sfio_sfpopen.c.o FAILED: src/lib/libast/e416224@@ast@sta/misc_procclose.c.o FAILED: src/lib/libast/e416224@@ast@sta/sfio_sfmode.c.o FAILED: src/lib/libast/e416224@@ast@sta/tm_tvtouch.c.o FAILED: src/lib/libast/e416224@@ast@sta/port_astconf.c.o FAILED: src/lib/libast/e416224@@ast@sta/misc_procopen.c.o FAILED:...

As far as I understand has meson choosen itself which compiler it uses. Initially no compiler was installed. Then the "cc" out of the "developer/solarisstudei-124/cc" pkg was not suitable and...