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: Alexander Schreiber <als%thangorodrim.ch@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: martin%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Subject: Re: port-sparc64/58936 (Building lang/swi-prolog-lite on NetBSD
 10.1/sparc64 crashes the machine)
Date: Fri, 27 Dec 2024 10:18:35 +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):
 
 The Makefile says:
 # $NetBSD: Makefile,v 1.34 2024/08/25 06:18:58 wiz Exp $
 PKGNAME=                swi-prolog-lite-${SWIPLVERS}
 PKGREVISION=            3
 
 and Makefile.common says:
 SWIPLVERS=              8.0.2
 
 This should be from pkgsrc-2024Q3.
 
 I've tried "make package" on NetBSD/amd64, but there the build fails with
 epic error spew at
 [ 74%] Building C object packages/ssl/CMakeFiles/plugin_ssl4pl.dir/ssl4pl.c.o
 with _lots_ of "this is deprecated" warnings and finally a bunch of errors
 that indicate bitrot (boiling down to "you are trying to use _really_ old
 stuff from the ssl libs"). Not surprised, given that pkgsrc has version 8.0.2
 (upstream indicates release on Tue Mar 5 13:19:09 2019) and upstream at
 https://www.swi-prolog.org/download/stable/src/ is currently at 9.2.9:
 swipl-9.2.9.tar.gz
 
 The current version 9.2.9 blows up _much_ earlier due to what looks like
 mismatched assumptions about networking APIs for IPv6.
 
 


Home | Main Index | Thread Index | Old Index