NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-sparc64/58936 (Building lang/swi-prolog-lite on NetBSD 10.1/sparc64 crashes the machine)



The following reply was made to PR port-sparc64/58936; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-sparc64/58936 (Building lang/swi-prolog-lite on NetBSD
 10.1/sparc64 crashes the machine)
Date: Fri, 27 Dec 2024 08:47:49 +0100

 Which version of swi-prolog-lite did you try to build?
 The package in pkgsrc-current fails to compile for me (and does not crash
 the machine nor leave any core file):
 
 /usr/pkgobj/lang/swi-prolog-lite/work/swipl-8.0.2/packages/ssl/crypto4pl.c: In function 'get_padding':
 /usr/pkgobj/lang/swi-prolog-lite/work/swipl-8.0.2/packages/ssl/crypto4pl.c:851:69: error: 'RSA_SSLV23_PADDING' undeclared (first use in this function); did you mean 'RSA_PKCS1_PADDING'?
   851 |     else if ( a == ATOM_sslv23  && mode == RSA_MODE )    *padding = RSA_SSLV23_PADDING;
       |                                                                     ^~~~~~~~~~~~~~~~~~
       |                                                                     RSA_PKCS1_PADDING
 
 
 
 Martin
 


Home | Main Index | Thread Index | Old Index