pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/60155: net/gini: configure from autoconf 2.13 uses implicit int
>Number: 60155
>Category: pkg
>Synopsis: net/gini: 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:00: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/gini
make install
>Fix:
Pullups to 2026Q1 please.
pkgsrc/net/gini/patches/patch-configure:
$NetBSD$
--- configure.orig 2026-04-02 00:48:33.610384442 +0000
+++ configure
@@ -1159,7 +1159,7 @@ cat > conftest.$ac_ext << EOF
#line 1160 "configure"
#include "confdefs.h"
-main(){return(0);}
+int main(){return(0);}
EOF
if { (eval echo configure:1165: \"$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