Bug 457897
Summary: | Missing header file stropts.h under /usr/include/sys | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Hao Liu <hliu> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9 | CC: | agk, desktop-bugs, drepper, fweimer, llim |
Target Milestone: | --- | Keywords: | Desktop |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-08-09 23:15:36 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Hao Liu
2008-08-05 09:33:43 UTC
there're lots errors in the previous "Description", here's a revised one: Description of problem: I'm trying to build test cases for lsb-test-core, it failed because there's a header file called stropts.h missing. Version-Release number of selected component (if applicable): glibc-2.8-8.i686 How reproducible: Always Steps to Reproduce: hostname: dhcp-65-86.nay.redhat.com user: root password: user: vsx0 passwowrd: 1. #cd /usr/src/redhat/BUILD/lsb-test-core-3.2.0 2. #./install.sh 3. #su - vsx0 4. $../setup.sh Actual results: Error message said: userintf.c:592:25: error: sys/stropts.h: No such file or directory Expected results: Build and execute test cases to the end Additional info: # uname -a Linux dhcp-65-102.nay.redhat.com 2.6.25.11-97.fc9.i686 #1 SMP Mon Jul 21 01:31:09 EDT 2008 i686 i686 i386 GNU/Linux Streams are optional in POSIX and not at all implemented in Linux. There is no reason to install the file and we don't. If the LSB dummies put this in their testsuite then contact them to change it. |