|
Bugzilla – Full Text Bug Listing |
| Summary: | glibc-devel files conflict with linux-kernel-headers files | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Dirk Mueller <dmueller> |
| Component: | Development | Assignee: | Petr Baudis <pbaudis> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | lchiquitto, munkiiboi |
| Version: | Alpha 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dirk Mueller
2007-08-06 11:06:07 UTC
ls -ld /usr/include/asm lrwxrwxrwx 1 root root 13 2007-08-06 12:56 /usr/include/asm -> asm-bi-x86_64 this directory doesn't seem to contain errno.h. only asm-i386 has my copy has:
asm-arm/errno.h
asm-bi-x86_64/errno.h
asm-generic/errno-base.h
asm-generic/errno.h
asm-i386/errno.h
asm-ia64/errno.h
asm-parisc/errno.h
asm-powerpc/errno.h
asm-s390/errno.h
asm-x86_64/errno.h
linux/errno.h
linux/errqueue.h
Petr, can you apply this change? /usr/include/scsi contains SCSI related constants and also Linux specific kernel interface definitions.
--- glibc.spec 2007-07-27 12:53:02.000000000 +0200
+++ glibc.spec 2007-08-06 13:49:53.000000000 +0200
@@ -407,6 +407,8 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gconv
touch $RPM_BUILD_ROOT%{_libdir}/gconv/gconv-modules.cache
# Do not install in parallel, timezone Makefile will fail
make install_root=$RPM_BUILD_ROOT install -C cc-nptl
+# comes from linux-kernel-headers
+rm -rfv $RPM_BUILD_ROOT/usr/include/scsi
%ifarch ppc ppc64
#
%if %{optimize_power}
is there a problem using the sanitized glibc headers? they at least compile, unlike the linux kenrel headers. and the linux kernel headers are not supposed to be used from userspace anyway. The result from make headers_install_all is supposed to be used. Unpatched. I will find out if the glibc or the linux-kernel-headers copy has to go. For the time being, we should use the patch above. hch votes for the glibc copy. So leave glibc.spec as is. I submitted a new linux-kernel-headers package. only half the bug is fixed ah, nevermind. *** Bug 297839 has been marked as a duplicate of this bug. *** *** Bug 298018 has been marked as a duplicate of this bug. *** *** Bug 298264 has been marked as a duplicate of this bug. *** |