Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880333 - app-text/msort-8.53-r1 - misc.c: error: a function declaration without a prototype is deprecated
Summary: app-text/msort-8.53-r1 - misc.c: error: a function declaration without a prot...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2022-11-08 08:35 UTC by Toralf Förster
Modified: 2023-05-31 16:22 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.08 KB, text/plain)
2022-11-08 08:35 UTC, Toralf Förster
Details
app-text:msort-8.53-r1:20221108-083326.log (app-text:msort-8.53-r1:20221108-083326.log,10.55 KB, text/plain)
2022-11-08 08:35 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,2.22 KB, application/x-bzip)
2022-11-08 08:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,15.21 KB, text/plain)
2022-11-08 08:35 UTC, Toralf Förster
Details
environment (environment,77.44 KB, text/plain)
2022-11-08 08:35 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.55 KB, application/x-bzip)
2022-11-08 08:35 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,11.93 KB, application/x-bzip)
2022-11-08 08:35 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,26.95 KB, application/x-bzip)
2022-11-08 08:35 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-11-08 08:35:39 UTC
  while (ds = ListNumberSystems(1,1)) fprintf(fp,"\t%s\n",ds);
            ^
            ==
clang -DHAVE_CONFIG_H     -DLOCALEDIR=\"/usr/local/share/locale\" -DALLOCAOK -std=gnu99    -DUSEUNINUMOK -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -c -o iso8601.o iso8601.c
misc.c:422:16: error: a function declaration without a prototype is deprecated
      in all versions of C and is treated as a zero-parameter prototype in C2x,
      conflicting with a previous declaration

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-j4-20221108-023017

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 8.10.6
php cli (if any):
GNU Make 4.4

  HEAD of ::gentoo
commit 9d72366ed887936a000d48dbcc60cae4891ae4b4
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 8 07:16:52 2022 +0000

    2022-11-08 07:16:51 UTC

emerge -qpvO app-text/msort
[ebuild  N    ] app-text/msort-8.53-r1  USE="icu libuninum -heap"
Comment 1 Toralf Förster gentoo-dev 2022-11-08 08:35:40 UTC
Created attachment 828695 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-08 08:35:41 UTC
Created attachment 828697 [details]
app-text:msort-8.53-r1:20221108-083326.log
Comment 3 Toralf Förster gentoo-dev 2022-11-08 08:35:42 UTC
Created attachment 828699 [details]
clang.tar.bz2
Comment 4 Toralf Förster gentoo-dev 2022-11-08 08:35:43 UTC
Created attachment 828701 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-11-08 08:35:44 UTC
Created attachment 828703 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-11-08 08:35:45 UTC
Created attachment 828705 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-11-08 08:35:46 UTC
Created attachment 828707 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-11-08 08:35:48 UTC
Created attachment 828709 [details]
temp.tar.bz2
Comment 9 Conrad Kostecki gentoo-dev 2023-05-31 16:22:54 UTC
@sam: Any idea how to fix this? Upstream is pretty dead, by I still like to use that tool :-)