Your message dated Fri, 20 Dec 2024 06:33:57 +0000
with message-id <[email protected]>
and subject line Bug#748818: fixed in amideco 0.31e-4
has caused the Debian Bug report #748818,
regarding amideco: FTBFS with clang 3.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 [email protected]
immediately.)


-- 
748818: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748818
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: amideco
Severity: normal
Tags: patch

Dear Maintainer,

amideco currently FTBFS with clang 3.1 (see the full build log at 
http://clang.debian.net/logs/2012-06-23/amideco_0.31e-3.1_unstable_clang.log). 
The following 2 patches fix this issue.

WBR,
Cyril Roelandt.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- src/Makefile.orig	2012-09-04 02:17:36.335709989 +0200
+++ src/Makefile	2012-09-04 02:18:20.091711108 +0200
@@ -4,17 +4,18 @@
 #
 
 MAKE = make
+CC?=gcc
 
 all: amideco
 
 amideco: amifunc kernel
-	gcc amideco.c amifunc.o kernel.o -fpack-struct -o amideco
+	$(CC) amideco.c amifunc.o kernel.o -fpack-struct -o amideco
 
 amifunc:
-	gcc amifunc.c -c -o amifunc.o -fpack-struct
+	$(CC) amifunc.c -c -o amifunc.o -fpack-struct
 
 kernel:
-	gcc kernel.c -c -o kernel.o -fpack-struct
+	$(CC) kernel.c -c -o kernel.o -fpack-struct
 
 clean: 
 	rm -f *.o
--- amideco-0.31e.orig/src/amideco.c	2012-09-04 02:14:17.271704890 +0200
+++ amideco-0.31e/src/amideco.c	2012-09-04 02:21:39.327716212 +0200
@@ -42,7 +42,7 @@
 #include	"./amiver.h"
 #include	"./amihelp.h"
 
-int main(byte argc, byte *argv[])
+int main(int argc, char *argv[])
 	{
 
 		FILE *ptx, *pto;

--- End Message ---
--- Begin Message ---
Source: amideco
Source-Version: 0.31e-4
Done: наб <[email protected]>

We believe that the bug you reported is fixed in the latest version of
amideco, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
наб <[email protected]> (supplier of updated amideco package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2024 03:49:16 +0100
Source: amideco
Architecture: source
Version: 0.31e-4
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <[email protected]>
Changed-By: наб <[email protected]>
Closes: 748818 1074808 1087815
Changes:
 amideco (0.31e-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ наб ]
   * d/p/:
       10 Build with builtin rules
       15 (drop, obsoleted by new 10)
     0007 include amideco.h and sys/stat.h for proper declarations
     0008 Use -funsigned-char to clear out warnings
          Use real strlen(3)/strcmp(3)
          Closes: #1074808
     0009 Fix formats: %l[uX] for dword (u32) and missing %s filenames
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/rules (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * cdbs -> dh
   * Vcs-Git: https://salsa.debian.org/salvage-team/amideco.git
   * Maintainer: Package Salvaging Team <[email protected]>
     Closes: #1087815
   * Homepage: archive.org link
 .
   [ Cyril Roelandt ]
   * Fix FTBFS with clang:
     - Fixed "wrong main declaration" in src/amideco.c
       (Closes: #748818)
Checksums-Sha1:
 ff464837406db048f5a9c9dc45da35e93b007338 1904 amideco_0.31e-4.dsc
 19433767bd53bbb1b9c99ba62b1228e65c0f737b 6572 amideco_0.31e-4.debian.tar.xz
 abe38f4412dbb6e96df320fdba1a31f706bd8af0 6168 amideco_0.31e-4_amd64.buildinfo
Checksums-Sha256:
 aa959534806ddb1e8fba6261ae631006c38f19030b38812130f734d2be428fa2 1904 
amideco_0.31e-4.dsc
 47fd222065ee05f1a165c5d8b6e3b024407463f5ae2bc5ba6336666da7ffdca2 6572 
amideco_0.31e-4.debian.tar.xz
 aa0833aaad8f9f8dfd9413d9989013cbdcedf8ef012eb167bae7388b58fc49e2 6168 
amideco_0.31e-4_amd64.buildinfo
Files:
 c64810bf052f337c4e786958e7390607 1904 utils optional amideco_0.31e-4.dsc
 d737ab1593ef54ee9a2c2a68d6a3a289 6572 utils optional 
amideco_0.31e-4.debian.tar.xz
 e1ca4a3953d3816f4bb980e333573762 6168 utils optional 
amideco_0.31e-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdX15kRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEiAQ/9FwgfRmIZMKhW1i4On4864lsfmHrXXflK
9hhqmAwuMyvCcs2XAVCjFYLfM1i8uap5HQm4pdoL6hSyo2eLaP67rHPHZSizVRmh
s0pb98EuLtfZnf173ByrurIUz3ZD/t3/r53/sCerUyiAlYIo9rKTOjyD/pZDoZpk
RB9GLVfGwijFSvuYB5ZcbOqcsBO8hagUD2zBwrpeOu8hWXC8lUB2OqZvSq+AAnZ1
80HMMlIB96nwc85b9HFCQn+dziyfxlGdQm8aaG9/vxGo01JxTKlmcxJit5JOZn0A
+6lf4q0H05eZuAlzoohx6oQTZGMoayFysuA9OyST/9Zocgk7l1YpKFtFhtev+e0o
/z+BhSD1uR/DSbc3FLL6V6WvicMLGJTe7VtHiN6DiUokC7VmysFSVnO30MPRoCFr
7q52WCwofCqXhxjX6hhIZDlxKjHQFrggrx6XAxG1gvoOxSdrIMaM+LBKPT5d8CPI
VaewGjsXQ2HYjVW7IeI9lAuKuYDTrAF28fDi/FycSn50SHUVVK6dDGb9UAdAdN8q
yivpgeTzqWlUueLQAVDmMJXSLhJ82oGGDJUlOIHN1B2Z+VjgjCF7iyw6yD/a6t24
dxW/eKmzUjxC1EpSTPi+wcrtOXplwyT+dHLSf7WYSE4OyNZ9fK4xmR8DbmYz/AUd
VICMgGx/quQ=
=UQKD
-----END PGP SIGNATURE-----

Attachment: pgpBUOSpRC6YA.pgp
Description: PGP signature


--- End Message ---

Reply via email to