#16 closed defect (fixed)
Util-Linux - Fdisk
Reported by: | Jim Gifford | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | CLFS Standard 1.0.0 |
Component: | BOOK | Version: | CLFS Standard 1.0.0 |
Keywords: | Cc: |
Description
With the GCC 4.1 and Glibc 2.4, we have had reports of Linux 2.6.16.x having problems correctly identifying the hard drives, which prevents the hard disks from getting created by udev. A fix to util-linux is needed, I have wrote the maintainer to get his input, have not received any information back.
Have worked with Sparc Linux, it seems to be an issue with disks that fdisk creates the sun-disk label. We need people to test the other architectures. I have tests the following and do not have these issues with fdisk, incase it's a GCC 4.1 and GLIBC 2.4 issues.
x86 and MIPS are not affected by this.
A temporary solution would be to pull in parted, like we do for PPC. Parted does not show the same issues and is a valid work around.
Change History (5)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This ticket is being re-opened because the current solution is flawed. The checksum generated by the changes in the patchs will always be 0. This is definitaly not desired. The problem is in gcc and a bug has been opened with gcc, http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27176
comment:3 by , 19 years ago
One proper fix for this is to add -fno-tree-loop-optimize to CFLAGS. This goes for both util-linux and the linux kernel. Alternativly, gcc can be patched. Patching gcc will fix the packages that we are not aware of that may be affected by this problem.
comment:4 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
the util-linux and kernel patches have been removed and the gcc patch was put in in r1402. This properly fixes the issue.
comment:5 by , 18 years ago
Version: | unstable → 1.0.0 |
---|
fixed in r1385