Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870541 - app-accessibility/powiedz-1.0-r2:0 - holmes.c: error: parameter den was not declared, defaults to int; ISO
Summary: app-accessibility/powiedz-1.0-r2:0 - holmes.c: error: parameter den was not d...
Status: RESOLVED PKGREMOVED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Accessibility Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2022-09-16 19:40 UTC by Toralf Förster
Modified: 2024-12-31 10:28 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.75 KB, text/plain)
2022-09-16 19:40 UTC, Toralf Förster
Details
app-accessibility:powiedz-1.0-r2:20220916-193011.log (app-accessibility:powiedz-1.0-r2:20220916-193011.log,10.15 KB, text/plain)
2022-09-16 19:40 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,62.70 KB, text/plain)
2022-09-16 19:40 UTC, Toralf Förster
Details
environment (environment,71.25 KB, text/plain)
2022-09-16 19:40 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.17 KB, application/x-bzip)
2022-09-16 19:40 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,19.71 KB, application/x-bzip)
2022-09-16 19:40 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-09-16 19:40:14 UTC
      in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
interpolate(w, p, s, e, mid, t, d)
^
holmes.c:163:45: error: parameter 'den' was not declared, defaults to 'int'; ISO
      C99 and later do not support implicit int [-Werror,-Wimplicit-int]
holmes(nelm, elm, nsamp, samp_base,mode,dbg,den)

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-j4-20220916-040004

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3.90

  HEAD of ::gentoo
commit 4970711ac45f120d8ee6888ddfe7102a6e2a4b44
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 19:16:48 2022 +0000

    2022-09-16 19:16:47 UTC

emerge -qpvO app-accessibility/powiedz
[ebuild  N    ] app-accessibility/powiedz-1.0-r2
Comment 1 Toralf Förster gentoo-dev 2022-09-16 19:40:15 UTC
Created attachment 806521 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 19:40:16 UTC
Created attachment 806524 [details]
app-accessibility:powiedz-1.0-r2:20220916-193011.log
Comment 3 Toralf Förster gentoo-dev 2022-09-16 19:40:17 UTC
Created attachment 806527 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-16 19:40:19 UTC
Created attachment 806530 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-16 19:40:19 UTC
Created attachment 806533 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 19:40:20 UTC
Created attachment 806536 [details]
temp.tar.bz2
Comment 7 Ionen Wolkens gentoo-dev 2022-09-29 00:23:23 UTC
I don't think this one is worth fixing, code is absolutely horrible and runtime likely can break easily even if it compiles with gcc (tried to fix a bit but stopped when wrong amount of arguments were also being passed to functions).

May want to consider last rites.
Comment 8 Andreas K. Hüttel archtester gentoo-dev 2024-11-09 23:12:30 UTC
Also, 

 * QA Notice: Package triggers severe warnings which indicate that it
 *            may exhibit random runtime failures.
 * polytran.c:14:22: warning: incompatible implicit declaration of built-in function ‘memset’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:39:18: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:78:9: warning: incompatible implicit declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:86:9: warning: incompatible implicit declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:95:5: warning: incompatible implicit declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:125:9: warning: incompatible implicit declaration of built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:132:13: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:163:17: warning: incompatible implicit declaration of built-in function ‘strchr’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:186:72: warning: incompatible implicit declaration of built-in function ‘strchr’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:191:72: warning: incompatible implicit declaration of built-in function ‘strchr’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:243:13: warning: incompatible implicit declaration of built-in function ‘strchr’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:244:13: warning: incompatible implicit declaration of built-in function ‘strchr’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:285:5: warning: incompatible implicit declaration of built-in function ‘strcpy’ [-Wbuiltin-declaration-mismatch]
 * polytran.c:286:14: warning: incompatible implicit declaration of built-in function ‘strlen’ [-Wbuiltin-declaration-mismatch]
Comment 9 Andreas K. Hüttel archtester gentoo-dev 2024-11-09 23:14:18 UTC
Essentially this wasn't touched by a maintainer since 2010.

commit 09d1919c563e1bbdcfb59d2e30b3123bb20a35ba
Author:     Michael Januszewski <spock@gentoo.org>
AuthorDate: Wed Mar 31 18:31:27 2010 +0000
Commit:     Michael Januszewski <spock@gentoo.org>
CommitDate: Wed Mar 31 18:31:27 2010 +0000

    Remove myself from metadata.
    Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Comment 10 Larry the Git Cow gentoo-dev 2024-11-09 23:20:41 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f4dbf6e6e2083694f7176d840d25e2420661ce

commit 14f4dbf6e6e2083694f7176d840d25e2420661ce
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-11-09 23:18:05 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-11-09 23:18:05 +0000

    package.mask: Mask app-accessibility/powiedz for removal
    
    Bug: https://bugs.gentoo.org/729134
    Bug: https://bugs.gentoo.org/909625
    Bug: https://bugs.gentoo.org/933773
    Bug: https://bugs.gentoo.org/870541
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 profiles/package.mask | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 11 Larry the Git Cow gentoo-dev 2024-12-31 10:28:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3adb15e3dd55407e2a058249a0007045a7c323

commit 9f3adb15e3dd55407e2a058249a0007045a7c323
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2024-12-31 10:03:30 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2024-12-31 10:26:45 +0000

    app-accessibility/powiedz: treeclean
    
    Closes: https://bugs.gentoo.org/933773 (pkgremoved)
    Closes: https://bugs.gentoo.org/909625 (pkgremoved)
    Closes: https://bugs.gentoo.org/870541 (pkgremoved)
    Closes: https://bugs.gentoo.org/729134 (pkgremoved)
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 app-accessibility/powiedz/Manifest                 |  1 -
 .../powiedz/files/powiedz-1.0-dsp-handle-fix.patch | 12 ----------
 app-accessibility/powiedz/files/powiedz.desktop    |  8 -------
 app-accessibility/powiedz/metadata.xml             | 12 ----------
 app-accessibility/powiedz/powiedz-1.0-r2.ebuild    | 28 ----------------------
 profiles/package.mask                              |  6 -----
 6 files changed, 67 deletions(-)