pkgsrc-Bugs archive

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

pkg/60157: net/jumpgate: configure from autoconf 2.13 uses implicit int



>Number:         60157
>Category:       pkg
>Synopsis:       net/jumpgate: configure from autoconf 2.13 uses implicit int
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 02 01:25:00 +0000 2026
>Originator:     Robert Whitlock
>Release:        pkgsrc-2026Q1
>Organization:
>Environment:
NetBSD 11.99.5 amd64
>Description:
configure fails due to implicit int in test program checking the compiler because it used autoconf 2.13
>How-To-Repeat:
cd net/jumpgate
make install
>Fix:
Pullups to 2026Q1 please.

pkgsrc/net/jumpgate/patches/patch-configure:

$NetBSD$

--- configure.orig      2026-04-02 01:16:51.959118301 +0000
+++ configure
@@ -768,7 +768,7 @@ cat > conftest.$ac_ext << EOF
 #line 769 "configure"
 #include "confdefs.h"
 
-main(){return(0);}
+int main(){return(0);}
 EOF
 if { (eval echo configure:774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   ac_cv_prog_cc_works=yes




Home | Main Index | Thread Index | Old Index