[U-Boot-Users] [PATCH] Fix host tool build breakage, take two
Wolfgang Denk
wd at denx.de
Tue Apr 1 22:41:26 CEST 2008
In message <5D708345-1CF3-46FA-B9D2-689C52625177 at kernel.crashing.org> you wrote:
>
> > I don't know RHEL - maybe you can update the RPM?
>
> Not that I'm aware of. Its a box run by our IT department so I have
> no ability to upgrade or modify things. It looks like RHEL4 has the
> same issue.
>
> ld2047$ rpm -qf /usr/include/md5.h
> cyrus-sasl-devel-2.1.19-5.EL4
I see. I have to go back pretty far in time to find such a
configuration:
$ ls -l /usr/include/md5.h
-rw-r--r-- 1 root root 1572 Apr 24 2006 /usr/include/md5.h
$ rpm -qf /usr/include/md5.h
cyrus-sasl-devel-2.1.20-6
$ cat /etc/issue
Fedora Core release 4 (Stentz)
All more recent distros seem to have this fixed (and yes,
cyrus-sasl-devel is installed in all of them):
$ ls -l /usr/include/md5.h
ls: /usr/include/md5.h: No such file or directory
$ cat /etc/issue
Fedora Core release 5 (Bordeaux)
$ ls -l /usr/include/md5.h
ls: /usr/include/md5.h: No such file or directory
$ cat /etc/issue
Fedora Core release 6 (Zod)
$ ls -l /usr/include/md5.h
ls: cannot access /usr/include/md5.h: No such file or directory
$ cat /etc/issue
Fedora release 7 (Moonshine)
$ ls -l /usr/include/md5.h
ls: cannot access /usr/include/md5.h: No such file or directory
$ cat /etc/issue
Fedora release 8 (Werewolf)
> Any ideas on how to work around this? Do we really intend to pick up
> the system md5.h or should we be getting the one from u-boot/include/
> md5.h?
We need the system md5.h, I think. We'll investigate.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Why should we subsidize intellectual curiosity?" - Ronald Reagan
More information about the U-Boot
mailing list