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

Bug#44894: marked as done (autoconf: AC_C_INLINE test fails with gcc 2.95.1)



Your message dated Mon, 22 Dec 2025 18:02:22 +0000
with message-id <[🔎] E1vXkEg-00GKT8-2W@fasolo.debian.org>
and subject line Bug#1081135: Removed package(s) from unstable
has caused the Debian Bug report #44894,
regarding autoconf: AC_C_INLINE test fails with gcc 2.95.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
44894: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=44894
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: autoconf
Version: 2.13-10
Severity: normal

AC_C_INLINE gets an incorrect result for gcc 2.95.1:

   checking for inline... no

As recorded in config.log, the reason is a syntax error in the test
program:

   configure:2800: checking for inline
   configure:2814: c++ -c -O2  conftest.C 1>&5
   configure:2810: ANSI C++ forbids declaration `foo' with no type
   configure: failed program was:
   #line 2807 "configure"
   #include "confdefs.h"
   
   int main() {
   } inline foo() {
   ; return 0; }

Manually editing configure to change the next to last line to this
lets everything work:

   } inline int foo() {
            ^^^

				- Jim Van Zandt

   
-- System Information
Debian Release: potato
Kernel Version: Linux vanzandt 2.2.5 #8 Mon Jul 26 17:02:20 EDT 1999 i686 unknown

Versions of the packages autoconf depends on:
ii  debianutils     1.12           Miscellaneous utilities specific to Debian.
ii  m4              1.4-10         a macro processing language
ii  perl            5.004.05-2     Fake package used for a smooth upgrade
ii  perl-5.004      5.004.05-3     Larry Wall's Practical Extracting and Report
	^^^ (Provides virtual package perl5)

--- End Message ---
--- Begin Message ---
Version: 2.13-69+rm

Dear submitter,

as the package autoconf2.13 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1081135

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: