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

Bug#62180: marked as done (autoconf: Does not detect EMX in AC_EXEEXT)



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 #62180,
regarding autoconf: Does not detect EMX in AC_EXEEXT
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.)


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

The AC_EXEEXT macro only detects that CygWin and Mingw32 need to add .exe on
binary files, it does not detect EMX. I have to do this in configure.in to
get it to work correctly:

AC_EXEEXT

AC_MSG_CHECKING([for EMX])
AC_TRY_COMPILE(, [#ifndef __EMX__
Syntax Error
#endif ], have_emx=yes, have_emx=no)
AC_MSG_RESULT($have_emx)

if test "$have_emx" = "yes"; then
  EXEEXT=.exe
fi

-- System Information
Debian Release: potato
Kernel Version: Linux perkele 2.2.13 #2 lör jan 22 21:07:40 CET 2000 i586 unknown

Versions of the packages autoconf depends on:
ii  debianutils    1.13.2         Miscellaneous utilities specific to Debian.
ii  m4             1.4-10         a macro processing language
perl	Not installed or no info
ii  perl-5.005     5.005.03-5     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: