bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-02  17:23 UTC
[Bug 1929] New: ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
             Bug #: 1929
           Summary: ssh-keygen fails to build because PKCS11 is not
                    available
    Classification: Unclassified
           Product: Portable OpenSSH
           Version: 5.8p2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh-keygen
        AssignedTo: unassigned-bugs at mindrot.org
        ReportedBy: alanh at fairlite.co.uk
Trying to build 5.8p2 and because the system I'm using lacks dlopen,
PKCS11 isn't available and therefore fails with this....
ssh-keygen.c: In function 'do_ca_sign':
ssh-keygen.c:1410:2: warning: implicit declaration of function
'pkcs11_init'
ssh-keygen.c:1493:2: warning: implicit declaration of function
'pkcs11_terminate'
m68k-atari-mint-gcc -o ssh-keygen ssh-keygen.o -L. -Lopenbsd-compat/ 
-fstack-protector-all -lssh -lopenbsd-compat -lssl -lcrypto -lz   -lz 
-lpthread
ssh-keygen.o:ssh-keygen.o:(.text+0x48b2): undefined reference to
`_pkcs11_init'
ssh-keygen.o:ssh-keygen.o:(.text+0x4c62): undefined reference to
`_pkcs11_terminate'
collect2: ld returned 1 exit status
make: *** [ssh-keygen] Error 1
emake failed
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-04  09:30 UTC
[Bug 1929] ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2078|                            |ok?(djm at mindrot.org)
              Flags|                            |
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2011-09-04
19:30:30 EST ---
Created attachment 2078
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2078
add null implementations of pkcs11_init and pkcs_terminate
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-04  09:58 UTC
[Bug 1929] ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2078|ok?(djm at mindrot.org)        |ok+
              Flags|                            |
--- Comment #2 from Damien Miller <djm at mindrot.org> 2011-09-04 19:58:52
EST ---
Comment on attachment 2078
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2078
add null implementations of pkcs11_init and pkcs_terminate
ok for 5.9 and trunk
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2011-Sep-04  10:01 UTC
[Bug 1929] ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
Darren Tucker <dtucker at zip.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au
             Blocks|                            |1845
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> 2011-09-04
20:01:35 EST ---
submitted (from cvs log, it looks like 5.9 has not been branched/tagged
yet)?
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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 bugzilla.mindrot.org
2011-Sep-06  05:32 UTC
[Bug 1929] ssh-keygen fails to build because PKCS11 is not available
https://bugzilla.mindrot.org/show_bug.cgi?id=1929
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> 2011-09-06 15:32:52
EST ---
close resolved bugs now that openssh-5.9 has been released
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- 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.