Your message dated Mon, 05 Aug 2024 04:49:11 +0000 with message-id <E1sapeh-0001pb-Vu@fasolo.debian.org> and subject line Bug#1077439: fixed in latex-cjk-japanese-wadalab 0.20050817-19 has caused the Debian Bug report #1077439, regarding latex-cjk-japanese-wadalab: FTBFS: wftodm.c:57:1: error: return type defaults to ‘int’ [-Wimplicit-int] 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.) -- 1077439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077439 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: latex-cjk-japanese-wadalab: FTBFS: wftodm.c:57:1: error: return type defaults to ‘int’ [-Wimplicit-int]
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Mon, 29 Jul 2024 07:43:17 +0200
- Message-id: <Zqcr9XrPJBaPuzaP@grub.nussbaum.fr>
Source: latex-cjk-japanese-wadalab Version: 0.20050817-18 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20240728 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > cc -Wall -g -O2 -o build/wftodm wftodm.c > wftodm.c:57:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 57 | compute_fc(ku, ten, f, c) > | ^~~~~~~~~~ > wftodm.c: In function ‘compute_fc’: > wftodm.c:69:9: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch] > 69 | return; > | ^~~~~~ > wftodm.c:57:1: note: declared here > 57 | compute_fc(ku, ten, f, c) > | ^~~~~~~~~~ > wftodm.c:73:9: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch] > 73 | return; > | ^~~~~~ > wftodm.c:57:1: note: declared here > 57 | compute_fc(ku, ten, f, c) > | ^~~~~~~~~~ > wftodm.c: At top level: > wftodm.c:99:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 99 | readfiles(filename) > | ^~~~~~~~~ > wftodm.c: In function ‘readfiles’: > wftodm.c:104:7: warning: unused variable ‘kcode_low’ [-Wunused-variable] > 104 | int kcode_low,i,len,kcode,c1; > | ^~~~~~~~~ > wftodm.c: At top level: > wftodm.c:128:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 128 | main(ac,ag) > | ^~~~ > wftodm.c: In function ‘main’: > wftodm.c:128:1: error: type of ‘ac’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:158:7: error: implicit declaration of function ‘output_pfa’ [-Wimplicit-function-declaration] > 158 | output_pfa(i); > | ^~~~~~~~~~ > wftodm.c:159:7: error: implicit declaration of function ‘output_afm’ [-Wimplicit-function-declaration] > 159 | output_afm(i); > | ^~~~~~~~~~ > wftodm.c: At top level: > wftodm.c:164:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 164 | output_afm(file) > | ^~~~~~~~~~ > wftodm.c: In function ‘output_afm’: > wftodm.c:164:1: error: type of ‘file’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c: At top level: > wftodm.c:196:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 196 | output_header(file) > | ^~~~~~~~~~~~~ > wftodm.c: In function ‘output_header’: > wftodm.c:196:1: error: type of ‘file’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c: At top level: > wftodm.c:230:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 230 | output_pfa(file) > | ^~~~~~~~~~ > wftodm.c: In function ‘output_pfa’: > wftodm.c:230:1: error: type of ‘file’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:243:3: error: implicit declaration of function ‘init_crypt’ [-Wimplicit-function-declaration] > 243 | init_crypt(); > | ^~~~~~~~~~ > wftodm.c:244:3: error: implicit declaration of function ‘e_putchar’; did you mean ‘putchar’? [-Wimplicit-function-declaration] > 244 | e_putchar(0); > | ^~~~~~~~~ > | putchar > wftodm.c:248:3: error: implicit declaration of function ‘e_printf’; did you mean ‘dprintf’? [-Wimplicit-function-declaration] > 248 | e_printf("dup /Private 17 dict dup begin\n"); > | ^~~~~~~~ > | dprintf > wftodm.c:232:15: warning: unused variable ‘charlen’ [-Wunused-variable] > 232 | int i,j,len,charlen; > | ^~~~~~~ > wftodm.c:232:11: warning: unused variable ‘len’ [-Wunused-variable] > 232 | int i,j,len,charlen; > | ^~~ > wftodm.c: At top level: > wftodm.c:301:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 301 | e_printf(form,i0,i1,i2,i3,i4,i5,i6,i7,i8,i9) > | ^~~~~~~~ > wftodm.c: In function ‘e_printf’: > wftodm.c:301:1: error: type of ‘i1’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i2’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i3’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i4’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i5’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i6’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i7’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i8’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:301:1: error: type of ‘i9’ defaults to ‘int’ [-Wimplicit-int] > wftodm.c:307:11: warning: pointer targets in passing argument 1 of ‘sprintf’ differ in signedness [-Wpointer-sign] > 307 | sprintf(buf,form,i0,i1,i2,i3,i4,i5,i6,i7,i8,i9); > | ^~~ > | | > | unsigned char * > In file included from wftodm.c:1: > /usr/include/stdio.h:365:38: note: expected ‘char * restrict’ but argument is of type ‘unsigned char *’ > 365 | extern int sprintf (char *__restrict __s, > | ~~~~~~~~~~~~~~~~~^~~ > wftodm.c:308:14: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness [-Wpointer-sign] > 308 | len=strlen(buf); > | ^~~ > | | > | unsigned char * > In file included from wftodm.c:2: > /usr/include/string.h:407:35: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ > 407 | extern size_t strlen (const char *__s) > | ~~~~~~~~~~~~^~~ > wftodm.c: At top level: > wftodm.c:312:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 312 | e_putchar(plain) > | ^~~~~~~~~ > wftodm.c: In function ‘e_putchar’: > wftodm.c:315:22: error: implicit declaration of function ‘encrypt_char’ [-Wimplicit-function-declaration] > 315 | fprintf(ofp,"%02X",encrypt_char(plain)); > | ^~~~~~~~~~~~ > wftodm.c: At top level: > wftodm.c:321:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 321 | init_crypt() > | ^~~~~~~~~~ > wftodm.c:326:1: error: return type defaults to ‘int’ [-Wimplicit-int] > 326 | encrypt_char(plain) > | ^~~~~~~~~~~~ > wftodm.c: In function ‘readfiles’: > wftodm.c:126:1: warning: control reaches end of non-void function [-Wreturn-type] > 126 | } > | ^ > wftodm.c: In function ‘output_afm’: > wftodm.c:193:1: warning: control reaches end of non-void function [-Wreturn-type] > 193 | } > | ^ > wftodm.c: In function ‘output_header’: > wftodm.c:229:1: warning: control reaches end of non-void function [-Wreturn-type] > 229 | } > | ^ > wftodm.c: In function ‘output_pfa’: > wftodm.c:299:1: warning: control reaches end of non-void function [-Wreturn-type] > 299 | } > | ^ > wftodm.c: In function ‘e_printf’: > wftodm.c:311:1: warning: control reaches end of non-void function [-Wreturn-type] > 311 | } > | ^ > wftodm.c: In function ‘e_putchar’: > wftodm.c:318:1: warning: control reaches end of non-void function [-Wreturn-type] > 318 | } > | ^ > wftodm.c: In function ‘init_crypt’: > wftodm.c:325:1: warning: control reaches end of non-void function [-Wreturn-type] > 325 | } > | ^ > make: *** [debian/rules:56: unpack-stamp] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/07/28/latex-cjk-japanese-wadalab_0.20050817-18_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240728;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240728&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
- To: 1077439-close@bugs.debian.org
- Subject: Bug#1077439: fixed in latex-cjk-japanese-wadalab 0.20050817-19
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 05 Aug 2024 04:49:11 +0000
- Message-id: <E1sapeh-0001pb-Vu@fasolo.debian.org>
- Reply-to: Danai SAE-HAN (韓達耐) <danai@debian.org>
Source: latex-cjk-japanese-wadalab Source-Version: 0.20050817-19 Done: Danai SAE-HAN (韓達耐) <danai@debian.org> We believe that the bug you reported is fixed in the latest version of latex-cjk-japanese-wadalab, 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 1077439@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Danai SAE-HAN (韓達耐) <danai@debian.org> (supplier of updated latex-cjk-japanese-wadalab 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 05 Aug 2024 12:17:05 +0800 Source: latex-cjk-japanese-wadalab Binary: latex-cjk-japanese-wadalab Architecture: source all Version: 0.20050817-19 Distribution: unstable Urgency: medium Maintainer: Debian TeX Task Force <debian-tex-maint@lists.debian.org> Changed-By: Danai SAE-HAN (韓達耐) <danai@debian.org> Description: latex-cjk-japanese-wadalab - type1 and tfm DNP Japanese fonts for latex-cjk Closes: 1077439 Changes: latex-cjk-japanese-wadalab (0.20050817-19) unstable; urgency=medium . [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on tex-common. + Build-Depends-Indep: Drop versioned constraint on perl-base. + Remove 2 maintscript entries from 1 files. . [ Danai SAE-HAN (韓達耐) ] * [rules] - Add '-ansi' to the compiler options for 'wftodm.c'. The code may be a bit old-fashioned and cause errors instead of warnings in GCC 14, but the risk to end users is minimal as the 'wftodm' binary is only used during build time and not distributed to end users (Closes: #1077439). Thanks to Lucas for the bug report. . [ Hilmar Preusse ] * [control] - Update my Uploaders/Maintainers email address. Checksums-Sha1: 3e2f39822022e9a221b5eaa52be4042f539f7ec1 2300 latex-cjk-japanese-wadalab_0.20050817-19.dsc 07ebf07ba7ddee6ce73a197f939badbac38c5e41 55100 latex-cjk-japanese-wadalab_0.20050817-19.debian.tar.xz 4f3568e7cf65806e388b6f4943222183a0d52b09 17757112 latex-cjk-japanese-wadalab_0.20050817-19_all.deb 07c562c2d5b80d250fe5e51b9b87b4860d49878c 8475 latex-cjk-japanese-wadalab_0.20050817-19_amd64.buildinfo Checksums-Sha256: a81c6dae00a720643111bdc20e68ef51578684ca4758b64a3a0e05ecadef4cfe 2300 latex-cjk-japanese-wadalab_0.20050817-19.dsc 54bfc2238838491e7ed1de69fa967ebc74f0575ddef9ef2ab35769ae64ecb95d 55100 latex-cjk-japanese-wadalab_0.20050817-19.debian.tar.xz f66ae10ceab92ddae1340b539cd0f0402663a80017e5c0bf6e9725cea4821266 17757112 latex-cjk-japanese-wadalab_0.20050817-19_all.deb fb5470c4ef661056fdabed22d0b0c22e6066671c8b5079ada8b74e04264838f0 8475 latex-cjk-japanese-wadalab_0.20050817-19_amd64.buildinfo Files: ff3b35cb81bcd788a6d2617b0f579853 2300 tex optional latex-cjk-japanese-wadalab_0.20050817-19.dsc 8469cd39645ba8cdbcd92535123f247f 55100 tex optional latex-cjk-japanese-wadalab_0.20050817-19.debian.tar.xz 15660515604d8755eea173d89eb0afe4 17757112 tex optional latex-cjk-japanese-wadalab_0.20050817-19_all.deb 57e9b042bb0546579e29ada45e033b42 8475 tex optional latex-cjk-japanese-wadalab_0.20050817-19_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEG7yHUyS3GBuUxhYDLjGICmLrVDQFAmawVLYACgkQLjGICmLr VDQgIA//eY2iQ4p7+Py/nxjYL2a1FqWvzbeQPyoDAUM6jq8n+1QN8wF6jiMHHXb8 br1By8qdvxvj57YC7oGYrpXXrVtVlU5wak2pnmWLsIU7PJugPTqVLGw6cRYbGewI OTnvw83cYpj3K41YPC4NGQ83UyQRWDQrLQuOSfV31Lvmp4mtV9FWHGmm4kWFfjXW 2dZ9nxh/UW1F9+sMUHv1s0f9fLY9FmDhhcRU2NkMAVLaqtugLryAdyJZaHtQ3IUT 6tJ9C9ETxDMHHZpzjVU95ZcgsLBUzAQ3D83qjC6lbSNUROtnpK7eh3RR5O0/MWkA iun0oX9/buPYG2NYuHojRBrNAOw49tKEbT0r14E8DFyuAFg6qYxzgRxH1zJVTn6/ JIX1uO+nNny9h44JJCVYLzWlLVftprpD6OD6P95AtwArgydXmE1LO0XKG3zGrH3t jg8onVurL4G9Mcij2CZ6ET7DpPBKBNygNvMHMRK2eo+VyMhqfa35ACAGtJma/Al4 0/47w2zaYEEC1D1lKUBS7QixCjrg9lT8iBORqEEL+Mynk+1wJFaJfU/GZR1Z5Vt3 nDadJ3p1F4qW6gU7RCN3yOG+VmxJkJ7acqVk5KDe2f4RCfmCZlOIPiyLM3t1U+C8 T+mVZEUpcjcTr8T3qpLhiTh6YFidoDPIp2glhvdDsjMTHFRpEM4= =94Ci -----END PGP SIGNATURE-----Attachment: pgpcF9QMUw0k4.pgp
Description: PGP signature
--- End Message ---