Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 669332

Summary: app-misc/ckermit-8.0.211-r4 : ckucmd.c:7118:48: error: FILE {aka struct _IO_FILE } has no member named _cnt
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal CC: ken
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 663916, 674126    
Attachments: emerge-info.txt
app-misc:ckermit-8.0.211-r4:20181021-235010.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
fix ckermit to be able to build on glibc-2.28 (and earlier)

Description Toralf Förster gentoo-dev 2018-10-22 17:41:38 UTC
In file included from ckucmd.c:39:
ckucmd.c: In function ‘cmdconchk’:
ckucmd.c:7118:48: error: ‘FILE’ {aka ‘struct _IO_FILE’} has no member named ‘_cnt’
     debug(F101,"cmdconchk stdin->_cnt","",stdin->_cnt);
                                                ^~
ckcdeb.h:4629:69: note: in definition of macro ‘debug’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-systemd_abi32+64_20181020-092847

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *



emerge -qpvO app-misc/ckermit
[ebuild  N    ] app-misc/ckermit-8.0.211-r4  USE="ncurses"
Comment 1 Toralf Förster gentoo-dev 2018-10-22 17:41:41 UTC
Created attachment 552290 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-10-22 17:41:44 UTC
Created attachment 552292 [details]
app-misc:ckermit-8.0.211-r4:20181021-235010.log
Comment 3 Toralf Förster gentoo-dev 2018-10-22 17:41:47 UTC
Created attachment 552294 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-10-22 17:41:50 UTC
Created attachment 552296 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-10-22 17:41:53 UTC
Created attachment 552298 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-10-22 17:41:56 UTC
Created attachment 552300 [details]
logs.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-01-01 18:50:34 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d24bf676794473a99d36c38d6bc028ba2da4901

commit 0d24bf676794473a99d36c38d6bc028ba2da4901
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2019-01-01 18:49:33 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2019-01-01 18:49:33 +0000

    package.mask: mask app-misc/ckermit for removal
    
    Bug: https://bugs.gentoo.org/669332
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 8 Ken Pizzini 2019-01-02 00:05:51 UTC
Created attachment 559424 [details, diff]
fix ckermit to be able to build on glibc-2.28 (and earlier)
Comment 9 Larry the Git Cow gentoo-dev 2019-01-04 05:12:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43138c41b9334e85b5e80508eda81cdeecf0d4b6

commit 43138c41b9334e85b5e80508eda81cdeecf0d4b6
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2019-01-04 05:08:29 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2019-01-04 05:11:43 +0000

    app-misc/ckermit: version bump to 9.0.302
    
    Closes: https://bugs.gentoo.org/408335
    Closes: https://bugs.gentoo.org/669332
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 app-misc/ckermit/Manifest                          |  1 +
 app-misc/ckermit/ckermit-9.0.302.ebuild            | 76 +++++++++++++++++
 .../ckermit/files/ckermit-9.0.302-cleanup.patch    | 94 ++++++++++++++++++++++
 3 files changed, 171 insertions(+)