Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870946 - app-text/convertlit-1.8-r3 - litsections.c: error: call to undeclared function LZXinit; ISO C99 and
Summary: app-text/convertlit-1.8-r3 - litsections.c: error: call to undeclared functio...
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 19:22 UTC by Toralf Förster
Modified: 2022-10-06 01:46 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.53 KB, text/plain)
2022-09-17 19:22 UTC, Toralf Förster
Details
app-text:convertlit-1.8-r3:20220917-170445.log (app-text:convertlit-1.8-r3:20220917-170445.log,29.58 KB, text/plain)
2022-09-17 19:22 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,56.76 KB, text/plain)
2022-09-17 19:22 UTC, Toralf Förster
Details
environment (environment,56.98 KB, text/plain)
2022-09-17 19:22 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,10.96 KB, application/x-bzip)
2022-09-17 19:22 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.43 KB, application/x-bzip)
2022-09-17 19:22 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 19:22:43 UTC
                                                 ^~~~~~~~~~~~~~
litsections.c:36:58: note: passing argument to parameter 'section_name' here
static int decompress_section(lit_file * litfile, char * section_name,
                                                         ^
litsections.c:332:14: error: call to undeclared function 'LZXinit'; ISO C99 and
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

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

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

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:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   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 27e349751fc08f79c6f96f84652edf0c93ba9a1f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Sep 17 14:46:52 2022 +0000

    2022-09-17 14:46:52 UTC

emerge -qpvO app-text/convertlit
[ebuild  N    ] app-text/convertlit-1.8-r3
Comment 1 Toralf Förster gentoo-dev 2022-09-17 19:22:44 UTC
Created attachment 808726 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-17 19:22:46 UTC
Created attachment 808729 [details]
app-text:convertlit-1.8-r3:20220917-170445.log
Comment 3 Toralf Förster gentoo-dev 2022-09-17 19:22:47 UTC
Created attachment 808732 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-17 19:22:48 UTC
Created attachment 808735 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-17 19:22:49 UTC
Created attachment 808738 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-17 19:22:50 UTC
Created attachment 808741 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-10-06 01:46:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e40797ab258028edcec122eef526fd7f5e7cbe5

commit 5e40797ab258028edcec122eef526fd7f5e7cbe5
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2022-10-06 01:44:00 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2022-10-06 01:45:43 +0000

    app-text/convertlit: fix build with upcoming clang16
    
    (revbumped in previous commit at same time for other compilers)
    
    Closes: https://bugs.gentoo.org/870946
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 app-text/convertlit/convertlit-1.8-r4.ebuild       |  1 +
 .../convertlit/files/convertlit-1.8-clang16.patch  | 49 ++++++++++++++++++++++
 2 files changed, 50 insertions(+)