| Summary: | MAKEDEV 1.243.2.36 errors in i4bteld* node creation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | dim <dim> | ||||
| Component: | i386 | Assignee: | hm | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.4-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
dim
2001-09-17 20:30:01 UTC
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After reading some comments that this error could be due to CPU-specific optimizations, via /etc/make.conf's CPUTYPE= setting, I tried rebuilding the world on the problematic box, and that solved the problem. I guess this is the proper solution, certainly after reading the comments about CPUTYPE in make.conf, and this PR can therefore be closed. However, it's still strange that /bin/sh exhibits this bug when using CPU-specific optimizations, and only for this specific script (but of course there could be more problems waiting to be ran into). Even stranger is the "fix" that I submitted in this PR, which seems to work for me and some other people. Is an optimization problem such as this worth the trouble of finding out why it fails (quite tricky, I guess)? Cheers, - -- Dimitry Andric <dim@xs4all.nl> PGP Key: http://www.xs4all.nl/~dim/dim.asc Fingerprint: 7AB462D2CE35FC6D42394FCDB05EA30A2E2096A3 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i Comment: http://www.gn.apc.org/duncan/stoa_cover.htm iQA/AwUBO6eiUbBeowouIJajEQKmQwCbBRNZ+i/YVTOHwyRkjwfB8UwGyDwAnRXk R9aZ3lx7oSNKDSvySpvIp1uU =6IEs -----END PGP SIGNATURE----- Looks like this is a manifestation of the bug fixed in PR 24443.
I applied the diff from expand.c to my -stable system, and MAKEDEV
stopped misbehaving.
MFC, please?
/Mikko
Mikko Työläjärvi_______________________________________mikko@rsasecurity.com
RSA Security
Responsible Changed From-To: freebsd-bugs->hm Changed to i4b author. Can somebody involved in this tell me if they still se the problem or if it has been solved in the meantime ? hellmuth -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2001-11-19 at 15:32:44 Hellmuth Michaelis wrote: HM> Can somebody involved in this tell me if they still se the problem HM> or if it has been solved in the meantime ? This problem was due to a parser error in sh, see PR 24443. According to the audit-trail of that PR, it has been fixed for at least -current and RELENG_4. Cheers, - -- Dimitry Andric <dim@xs4all.nl> PGP Key: http://www.xs4all.nl/~dim/dim.asc Fingerprint: 7AB462D2CE35FC6D42394FCDB05EA30A2E2096A3 -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i Comment: http://www.gn.apc.org/duncan/stoa_cover.htm iQA/AwUBO/kgY7BeowouIJajEQJ3PwCglbPmNGO4Y6ZLN4n1DZJoQQOZxy4AoP8f 2379Lb1SigGZOGQHX0+CFXBY =bFbL -----END PGP SIGNATURE----- State Changed From-To: open->closed After contacting the originator of this PR, he writes: This problem was due to a parser error in sh, see PR 24443. According to the audit-trail of that PR, it has been fixed for at least -current and RELENG_4. |