FS#62918 - [ckermit] ckucm.c missing member _cnt in _IO_FILE (_IO_file_flags not defined)

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Monday, 17 June 2019, 12:39 GMT
Last edited by Sergej Pupykin (sergej) - Wednesday, 14 October 2020, 22:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

ckucmd.c:7386:14: error: FILE {aka struct _IO_FILE} has no member named
7386 | x = stdin->_cnt;M
| ^~M

I was able to compile it by setting '_IO_file_flags' before the
switch handling the special Linux case for IO_FILE.

Additional info:
* package version(s): 9.0.303-7
* glibc version: 2.29-1

See also:

https://git.archlinux32.org/archlinux32/packages/src/branch/master/community/ckermit

Steps to reproduce:

asp32 export ckermit
cd ckermit
staging-x86_64-build
This task depends upon

Closed by  Sergej Pupykin (sergej)
Wednesday, 14 October 2020, 22:41 GMT
Reason for closing:  Fixed
Additional comments about closing:  in svn/trunk only
Comment by Andreas Baumann (andreas_baumann) - Monday, 17 June 2019, 12:40 GMT
asp not asp32. :-)
Comment by loqs (loqs) - Friday, 30 August 2019, 12:33 GMT Comment by loqs (loqs) - Sunday, 13 September 2020, 03:22 GMT
Applied patch from Fedora, added libxcrypt depends and LDFLAGS.

Loading...