Bug 8042
| Summary: | Krenel compilation dependent on /usr/src/linux | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | petr |
| Component: | kernel | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-01-04 22:20:28 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: | |||
I forgot to note kernel version: kernel-2.2.13-0.9.src.rpm. Btw, there is inconsistency betweens RPMS and SRPMS directory - there is kernel-2.2.13-0.10.src.rpm (which does not compile) and kernel-2.2.13-0.9.i[356]86.rpm. Assigned to dledford I believe that the current beta kernel package fixes this. |
This is fragment of the compilation messages: + make -j 1 bzImage MAKE=make -j 1 gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c In file included from /usr/include/errno.h:36, from scripts/split-include.c:26: /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory make: *** [scripts/split-include] Error 1 Bad exit status from /var/tmp/rpm-tmp.9221 (%build) If I install source additionaly into /usr/src/linux, compilation completes without any problem.