Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715574 - dev-games/t4k-common-0.1.1 : linebreak.c: error: ICONV_CONST undeclared (first use in this function)
Summary: dev-games/t4k-common-0.1.1 : linebreak.c: error: ICONV_CONST undeclared (firs...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-31 07:10 UTC by Toralf Förster
Modified: 2020-11-21 20:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.63 KB, text/plain)
2020-03-31 07:10 UTC, Toralf Förster
Details
dev-games:t4k-common-0.1.1:20200331-051432.log (dev-games:t4k-common-0.1.1:20200331-051432.log,18.49 KB, text/plain)
2020-03-31 07:10 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.51 KB, text/plain)
2020-03-31 07:10 UTC, Toralf Förster
Details
environment (environment,74.00 KB, text/plain)
2020-03-31 07:10 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.91 KB, application/x-bzip)
2020-03-31 07:10 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,14.26 KB, application/x-bzip)
2020-03-31 07:10 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,21.09 KB, application/x-bzip)
2020-03-31 07:10 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 2020-03-31 07:10:09 UTC
      |                   ^~~~~~~~~~~~~~~~
linebreak.c: In function iconv_string_length:
linebreak.c:906:32: error: ICONV_CONST undeclared (first use in this function)
  906 |       size_t res = iconv (cd, (ICONV_CONST char **) &inptr, &insize, &outptr, &outsize);
      |                                ^~~~~~~~~~~
linebreak.c:906:32: note: each undeclared identifier is reported only once for each function it appears in

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-20200328-201618

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Mar 31 03:14:53 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO dev-games/t4k-common
--- Invalid atom in /var/db/repos/gentoo/profiles/package.mask: games-fps/ut2003-bonuspack-cm-1
Comment 1 Toralf Förster gentoo-dev 2020-03-31 07:10:12 UTC
Created attachment 627810 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-31 07:10:16 UTC
Created attachment 627812 [details]
dev-games:t4k-common-0.1.1:20200331-051432.log
Comment 3 Toralf Förster gentoo-dev 2020-03-31 07:10:19 UTC
Created attachment 627814 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-31 07:10:22 UTC
Created attachment 627816 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-31 07:10:26 UTC
Created attachment 627818 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-31 07:10:31 UTC
Created attachment 627820 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-31 07:10:34 UTC
Created attachment 627822 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2020-11-21 20:38:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74010217b98ba7f20211a93b53a34334893fa360

commit 74010217b98ba7f20211a93b53a34334893fa360
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-11-21 20:38:04 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-21 20:38:04 +0000

    dev-games/t4k-common: Port to EAPI 7
    
    Closes: https://bugs.gentoo.org/707168
    Closes: https://bugs.gentoo.org/715574
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/t4k-common-0.1.1-ICONV_CONST.patch       | 10 +++++++
 .../files/t4k-common-0.1.1-fno-common.patch        | 11 ++++++++
 .../t4k-common/files/t4k-common-0.1.1-libpng.patch |  4 +--
 dev-games/t4k-common/t4k-common-0.1.1.ebuild       | 33 +++++++++++++++-------
 4 files changed, 46 insertions(+), 12 deletions(-)