• tcltls debug output enabled on stderr

    From Cyrille Duret@21:1/5 to All on Fri Mar 25 01:32:11 2022
    Hello,
    I have just installed the tcltls package on redhat 8 and I have the annoying debug outputs on my stderr.
    How I can disable it ?

    The package I have installed so far :

    $ rpm -qa | grep tcl
    tcltls-1.7.21-2.el8.x86_64
    tcl-8.6.8-2.el8.x86_64

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Fri Mar 25 12:10:33 2022
    In article <[email protected]>,
    Cyrille Duret <[email protected]> wrote:
    Hello,
    I have just installed the tcltls package on redhat 8 and I have the
    annoying debug outputs on my stderr.
    How I can disable it ?

    The package I have installed so far :

    $ rpm -qa | grep tcl
    tcltls-1.7.21-2.el8.x86_64
    tcl-8.6.8-2.el8.x86_64

    I looked briefly at this last year and did not see any way short of
    compiling tcltls myself, which I ended up doing. They simply have
    a bad package in the repository.
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Cyrille Duret@21:1/5 to All on Fri Mar 25 05:57:47 2022
    Le Friday, March 25, 2022 à 1:10:37 PM UTC+1, Ted Nolan <tednolan> a écrit :
    In article <[email protected]>,
    Cyrille Duret <[email protected]> wrote:
    Hello,
    I have just installed the tcltls package on redhat 8 and I have the >annoying debug outputs on my stderr.
    How I can disable it ?

    The package I have installed so far :

    $ rpm -qa | grep tcl
    tcltls-1.7.21-2.el8.x86_64
    tcl-8.6.8-2.el8.x86_64
    I looked briefly at this last year and did not see any way short of compiling tcltls myself, which I ended up doing. They simply have
    a bad package in the repository.
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    Which library or tool did u used to download some file through https ?

    I started with the curl command line tool but it fits badly with tcl since it writes output in stderr :-(

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ted Nolan @21:1/5 to [email protected] on Fri Mar 25 13:34:28 2022
    In article <[email protected]>,
    Cyrille Duret <[email protected]> wrote:
    Le Friday, March 25, 2022 à 1:10:37 PM UTC+1, Ted Nolan <tednolan> a écrit :
    In article <[email protected]>,
    Cyrille Duret <[email protected]> wrote:
    Hello,
    I have just installed the tcltls package on redhat 8 and I have the
    annoying debug outputs on my stderr.
    How I can disable it ?

    The package I have installed so far :

    $ rpm -qa | grep tcl
    tcltls-1.7.21-2.el8.x86_64
    tcl-8.6.8-2.el8.x86_64
    I looked briefly at this last year and did not see any way short of
    compiling tcltls myself, which I ended up doing. They simply have
    a bad package in the repository.
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    Which library or tool did u used to download some file through https ?

    I started with the curl command line tool but it fits badly with tcl
    since it writes output in stderr :-(

    Well, as I said, I ended up compiling tcltls myself since the distro version was buggy.

    As for curl, there is a flag, --silent (or -s) you can give it to shut it
    up about everything. Also you could use the -ignorestderr to the Tcl
    "exec" command.
    --
    columbiaclosings.com
    What's not in Columbia anymore..

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)