search for: _posix2_version

Displaying 5 results from an estimated 5 matches for "_posix2_version".

2005 Nov 25
1
test failure for openssh-SNAP-20051125.tar.gz
...7 +4,7 @@ tid="yes pipe head" for p in 1 2; do - lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | head -2000"' | (sleep 3 ; wc -l)` + lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | (export _POSIX2_VERSION=199209 ; head -2000)"' | (sleep 3 ; wc -l)` if [ $? -ne 0 ]; then fail "yes|head test failed" lines = 0;
2018 Apr 23
2
build-issue on AIX with openssh-7.7p1 - easy correction! included
On 23 April 2018 at 19:49, Michael Felt <michael at felt.demon.nl> wrote: [...] > run test agent.sh ... [...] > Question: I have not dug into the tests yet. Will copy to a "local" > directory, and not build out of tree and see if that fixes it (as it does > for many other packages). However, just in case it does not - how can I > fast-forward the tests to the
2004 Aug 16
3
[Bug 912] PATCH: Fix head(1) call in regress/yes-head.sh
http://bugzilla.mindrot.org/show_bug.cgi?id=912 Summary: PATCH: Fix head(1) call in regress/yes-head.sh Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: openssh-bugs at mindrot.org
2008 Mar 29
1
Re: If you think getting Windows games working in Wine is hard .
...ll both versions of Linux. Linux kernel has binary compatibility with applications. Its the .so files above it that give nice fun issues. Before something like openvz using a chroot to fix was not uncommon. Now does it have binary compatibility with drivers hell no. Linux version of dll hell. _POSIX2_VERSION is just like setting windows version for a application. Except that has far reaching changes. Changes functions in librarys how they react changes what features are available from console tools and so on. Hello binary compatibility this is part of the posix standard. Section "Extensions&...
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...sation mode. I can run the tests locally, but so far haven't managed to reproduce this failure that way. I arranged to run all tests under TEST_SHELL='sh -x' and to dump failed-{regress,ssh,sshd}.log on failures. Can anyone make anything out of this? run test forwarding.sh ... + _POSIX2_VERSION=199209 + export _POSIX2_VERSION + uname -s + [ ! -z ] + PORT=4242 + [ -x /usr/ucb/whoami ] + whoami + whoami + USER=openssh-tests + OBJ=/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress + [ x/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/aut...