bugzilla-daemon at mindrot.org
2015-Jan-23 14:33 UTC
[Bug 2343] New: test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Bug ID: 2343 Summary: test_fuzz.c won't compile if ssh1 support is disabled Product: Portable OpenSSH Version: 6.7p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Build system Assignee: unassigned-bugs at mindrot.org Reporter: ismail at donmez.ws Compile openssh with ./configure --without-ssh1 Try to run "make tests": regress/unittests/sshkey/test_fuzz.o: In function `sshkey_fuzz_tests': /havana/sources/openssh/regress/unittests/sshkey/test_fuzz.c:135: undefined reference to `sshkey_parse_public_rsa1_fileblob' /havana/sources/openssh/regress/unittests/sshkey/test_fuzz.c:143: undefined reference to `sshkey_parse_public_rsa1_fileblob' collect2: error: ld returned 1 exit status -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Jan-23 14:33 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Ismail Donmez <ismail at donmez.ws> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Build system |Regression tests -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Jan-28 22:40 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- Yeah, most of the unit/regress tests assume OpenSSL and SSH1 support. They need quite a bit of work - these are on the list before !SSH1 / !OpenSSL can matriculate from being "experimental" -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Jan-29 09:35 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Ismail Donmez <ismail at donmez.ws> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |LATER --- Comment #2 from Ismail Donmez <ismail at donmez.ws> --- Closing as "later" then, thanks for the response. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at mindrot.org
2015-Jan-29 10:24 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2266 Status|RESOLVED |REOPENED Resolution|LATER |--- --- Comment #3 from Damien Miller <djm at mindrot.org> --- I want to get the unit tests fixed for the next release (not sure whether the regress tests will be) -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Feb-20 22:36 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 --- Comment #4 from Damien Miller <djm at mindrot.org> --- None of the regress/unit tests are ready for no-OpenSSL or no-SSH1. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Mar-02 20:59 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2266 | --- Comment #5 from Damien Miller <djm at mindrot.org> --- OpenSSH 6.8 is approaching release and closed for major work. Retarget these bugs for the next release. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Mar-02 21:01 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |2360 --- Comment #6 from Damien Miller <djm at mindrot.org> --- Retarget to 6.9 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Mar-04 23:26 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED Blocks|2360 |2266 --- Comment #7 from Damien Miller <djm at mindrot.org> --- fixed in -current; the regress/unit tests should pass for --without-ssh1, though it is still experimental -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Mar-18 07:16 UTC
[Bug 2343] test_fuzz.c won't compile if ssh1 support is disabled
https://bugzilla.mindrot.org/show_bug.cgi?id=2343 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Damien Miller <djm at mindrot.org> --- openssh-6.8 is released -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
Apparently Analagous Threads
- [LLVMdev] basic-arm-instruction tests fail on trunk
- [PATCH] Unbreak compilation with --without-ssh1
- [LLVMdev] basic-arm-instruction tests fail on trunk
- [Bug 2414] New: ControlMaster directive should be ignored on Cygwin
- Building SVN head with CMake - shared libraries?