Bug 1327075

Summary: tcsh: Depends on type union wait
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: tcshAssignee: David Kaspar // Dee'Kej <deekej>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhideCC: deekej, fpokorny, jchaloup, ovasik, praiskup, rkollar
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: tcsh-6.19.00-7.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-12 01:31:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Florian Weimer 2016-04-14 08:49:02 UTC
glibc-2.23.90-9.fc25 removes the type union wait, which never made it into POSIX and causes problems on big-endian 64-bit architectures.

tcsh still depends on it:

sh.proc.c: In function 'pchild':
sh.proc.c:155:16: error: storage size of 'w' isn't known
     union wait w;
                ^

Patch is available here:

https://build.opensuse.org/package/view_file/home:Andreas_Schwab:Factory/tcsh/union-wait.patch?expand=1

Also reported upstream: https://github.com/tcsh-org/tcsh/issues/11

Comment 1 Fedora Update System 2016-05-03 16:34:53 UTC
tcsh-6.19.00-7.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-2417b6677a

Comment 2 Fedora Update System 2016-05-04 14:29:40 UTC
tcsh-6.19.00-7.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-2417b6677a

Comment 3 Fedora Update System 2016-05-12 01:31:17 UTC
tcsh-6.19.00-7.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.