Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874744 - dev-tex/tth-4.08 - tthsplit.c: error: return type defaults to int [-Werror=implicit-int]
Summary: dev-tex/tth-4.08 - tthsplit.c: error: return type defaults to int [-Werror=im...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-03 18:52 UTC by Toralf Förster
Modified: 2022-10-07 19:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.40 KB, text/plain)
2022-10-03 18:52 UTC, Toralf Förster
Details
dev-tex:tth-4.08:20221003-183536.log (dev-tex:tth-4.08:20221003-183536.log,49.64 KB, text/plain)
2022-10-03 18:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,151.61 KB, text/plain)
2022-10-03 18:52 UTC, Toralf Förster
Details
environment (environment,60.72 KB, text/plain)
2022-10-03 18:52 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.20 KB, application/x-bzip)
2022-10-03 18:52 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,2.01 KB, application/x-bzip)
2022-10-03 18:52 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-10-03 18:52:04 UTC
  130 |   return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make -j4 
x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0  tthsplit.c   -o tthsplit
tthsplit.c:10:1: error: return type defaults to int [-Werror=implicit-int]
   10 | main(argc,argv)
      | ^~~~

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
Python 3.10.7
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.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):
GNU Make 4.3

  HEAD of ::gentoo
commit 62b98318364696ce11b54ebc590790f523a072bc
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Oct 3 17:46:56 2022 +0000

    2022-10-03 17:46:56 UTC

emerge -qpvO dev-tex/tth
[ebuild  N    ] dev-tex/tth-4.08
Comment 1 Toralf Förster gentoo-dev 2022-10-03 18:52:05 UTC
Created attachment 818281 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-03 18:52:06 UTC
Created attachment 818284 [details]
dev-tex:tth-4.08:20221003-183536.log
Comment 3 Toralf Förster gentoo-dev 2022-10-03 18:52:08 UTC
Created attachment 818287 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-03 18:52:10 UTC
Created attachment 818290 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-03 18:52:12 UTC
Created attachment 818293 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-03 18:52:12 UTC
Created attachment 818296 [details]
logs.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-10-07 19:00:43 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=610fa63c1f03b22c743d779808d36b23f728124b

commit 610fa63c1f03b22c743d779808d36b23f728124b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-07 17:37:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-07 19:00:05 +0000

    dev-tex/tth: add 4.16
    
    Closes: https://bugs.gentoo.org/874744
    Closes: https://bugs.gentoo.org/724066
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-tex/tth/Manifest                               |  1 +
 .../files/tth-4.16-Fix-build-with-Clang-16.patch   | 19 ++++++++++
 dev-tex/tth/tth-4.16.ebuild                        | 40 ++++++++++++++++++++++
 3 files changed, 60 insertions(+)