Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871075 - sys-apps/ucspi-tcp-0.88-r18 - delcr.c: error: type specifier missing, defaults to int; ISO C99 and later
Summary: sys-apps/ucspi-tcp-0.88-r18 - delcr.c: error: type specifier missing, default...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-17 20:31 UTC by Toralf Förster
Modified: 2022-12-24 08:05 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.17 KB, text/plain)
2022-09-17 20:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,172.65 KB, text/plain)
2022-09-17 20:31 UTC, Toralf Förster
Details
environment (environment,93.88 KB, text/plain)
2022-09-17 20:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.11 KB, application/x-bzip)
2022-09-17 20:31 UTC, Toralf Förster
Details
sys-apps:ucspi-tcp-0.88-r18:20220917-201051.log (sys-apps:ucspi-tcp-0.88-r18:20220917-201051.log,7.86 KB, text/plain)
2022-09-17 20:31 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,25.43 KB, application/x-bzip)
2022-09-17 20:31 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-17 20:31:45 UTC
./choose cl tryvfork fork.h1 fork.h2 > fork.h
./compile addcr.c
chmod 755 mconnect
./compile delcr.c
delcr.c:4:1: error: type specifier missing, defaults to 'int'; ISO C99 and later
      do not support implicit int [-Werror,-Wimplicit-int]
main()

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

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

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

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:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.16.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3.90

  HEAD of ::gentoo
commit cae144bf93fd795deac860e17b464cefe0130eee
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 18:46:59 2022 +0000

    2022-09-17 18:46:59 UTC

emerge -qpvO sys-apps/ucspi-tcp
[ebuild  N    ] sys-apps/ucspi-tcp-0.88-r18  USE="ipv6 -qmail-spp (-selinux)"
Comment 1 Toralf Förster gentoo-dev 2022-09-17 20:31:46 UTC
Created attachment 809668 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 20:31:48 UTC
Created attachment 809671 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-17 20:31:49 UTC
Created attachment 809674 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-17 20:31:50 UTC
Created attachment 809677 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-17 20:31:51 UTC
Created attachment 809680 [details]
sys-apps:ucspi-tcp-0.88-r18:20220917-201051.log
Comment 6 Toralf Förster gentoo-dev 2022-09-17 20:31:53 UTC
Created attachment 809683 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-12-24 08:05:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c03bcdd37fd0683b77cf55626943f85861dcc3

commit 82c03bcdd37fd0683b77cf55626943f85861dcc3
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-12-24 08:00:28 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-12-24 08:01:13 +0000

    sys-apps/ucspi-tcp: fix build w/ clang 16, use newer IPv6 patch
    
    Closes: https://bugs.gentoo.org/871075
    Closes: https://bugs.gentoo.org/881441
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/ucspi-tcp/Manifest                      |   1 +
 sys-apps/ucspi-tcp/files/0.88-implicit-int.patch | 272 +++++++++++++++++++++++
 sys-apps/ucspi-tcp/ucspi-tcp-0.88-r19.ebuild     |  73 ++++++
 3 files changed, 346 insertions(+)