bugzilla-daemon at mindrot.org
2003-Jul-29 05:48 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 vikashb at comparexafrica.co.za changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|OpenSSH 3.6.1p2 ON SCO |OpenSSH 3.6.1p2 ON SCO |3.2v4.2 + STRICTMODES -->yes|3.2v4.2 + STRICTMODES -->yes | |(broken dirname in libgen) ------- Additional Comments From vikashb at comparexafrica.co.za 2003-07-29 15:48 ------- After some more effort on my part, i have been able to determine that the problem is in the configure script. SCO 3.2.4.2 has a broken dirname function in libgen, The configure script from 3.5p1 detects this, however the configure script from 3.6p2 does not detect that dirname is broken I am clueless as to how to resolve this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 06:04 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From dtucker at zip.com.au 2003-07-29 16:04 ------- Created an attachment (id=361) --> (http://bugzilla.mindrot.org/attachment.cgi?id=361&action=view) Gzipped configure from 3.6.1p2 rebuilt with autoconf-2.53 Bug #558 also relates to a broken dirname test. There's was another bug where configure did not detect something on HP-UX which turned out to be some problem with the version of autoconf used for the 3.6.1p2 release. Can you try the attached configure and see if it behaves itself? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 06:23 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-07-29 16:23 ------- Tried the attached configure script, the 'new' configure script still sets HAVE_DIRNAME ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 06:52 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #361 is|0 |1 obsolete| | ------- Additional Comments From dtucker at zip.com.au 2003-07-29 16:52 ------- Created an attachment (id=362) --> (http://bugzilla.mindrot.org/attachment.cgi?id=362&action=view) Gzipped configure from 3.6.1p2 minus libgen.h test. It seems that this is due to the libgen.h test being added before the dirname test. Please try attached configure. $ cvs log configure.ac [snip] revision 1.107 date: 2003/02/24 01:47:16; author: djm; state: Exp; lines: +3 -3 - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeter I'm wondering if there should be two test: HAVE_DIRNAME and BROKEN_DIRNAME? The existing test is fairly complex. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 07:13 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-07-29 17:13 ------- Created an attachment (id=363) --> (http://bugzilla.mindrot.org/attachment.cgi?id=363&action=view) GZ-zipped config.log of latest configure script ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 07:16 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-07-29 17:16 ------- the newer config script still fails: checking for library containing basename... -lgen checking whether strsep is declared... no checking for dirname... yes checking libgen.h usability... no checking libgen.h presence... no from config.log configure:7269: checking for dirname configure:7312: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -Dftruncate=chsize -I/usr/local/include -L/usr/local/lib conftest.c -lgen -lin tl -lz -lsocket -los -lprot -lx -ltinfo -lm >&5 configure:7315: $? = 0 configure:7318: test -s conftest configure:7321: $? = 0 configure:7331: result: yes I've download the newest configure script three times, still the same. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jul-29 09:16 UTC
[Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
http://bugzilla.mindrot.org/show_bug.cgi?id=615 ------- Additional Comments From dtucker at zip.com.au 2003-07-29 19:16 ------- After reading bug #558 it looks like even if we detect a broken dirname then then next problem will be a type conflict for dirname ("char *" versus "const char *" arguments). The easy way to fix that is remove "const" from openbsd- compat/dirname.[ch]. Comments, anyone? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Reasonably Related Threads
- [Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes (broken dirname in libgen)
- [Bug 615] OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
- OpenSSH 3.6.1p2 ON SCO 3.2v4.2 + STRICTMODES -->yes
- [Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
- [Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)