pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/49637: security/dirmngr fails to build on an Ultra-2 running Solaris 10u7 w/ Studio Pro 12u1
>Number: 49637
>Category: pkg
>Synopsis: security/dirmngr fails to build on an Ultra-2 running Solaris 10u7 w/ Studio Pro 12u1
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Feb 03 19:35:00 +0000 2015
>Originator: Malte Dehling
>Release: pkgsrc-2014Q4
>Organization:
>Environment:
SunOS U2 5.10 Generic_139555-08 sun4u sparc sun4u
cc: Sun C 5.10 SunOS_sparc 2009/06/03
>Description:
Build fails over a void function with `return something;` statement.
>How-To-Repeat:
>Fix:
Apply the following patch. end_cert_fetch_ldap() has return type void.
--- src/crlfetch.c.orig 2009-08-07 14:09:47.000000000 +0000
+++ src/crlfetch.c
@@ -389,7 +389,7 @@ fetch_next_ksba_cert (cert_fetch_context
void
end_cert_fetch (cert_fetch_context_t context)
{
- return end_cert_fetch_ldap (context);
+ end_cert_fetch_ldap (context);
}
Home |
Main Index |
Thread Index |
Old Index