| Summary: | OpenSSL0.9.8n fails to compile | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Nazarenko Nikita <nnazarenko> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Archlinux i686 | Target: | AT91RM9200 based board |
| Build: | |||
|
Description
Nazarenko Nikita
2010-03-31 13:52:07 UTC
Workaround: Add UCLIBC_SUSv3_LEGACY=y string to output/toolchain/uClibc-0.9.30.3/.config Strange, (In reply to comment #0) > While building openssl with uClibc 0.9.30.3 and buildroot toolchain: > binutils-2.20 gcc-4.3.3, build fails with error: > > -D_FILE_OFFSET_BITS=64 -fomit-frame-pointer -Wall -c -o speed.o speed.c > speed.c:147:23: error: sys/timeb.h: No such file or directory Strange, that should get fixed by package/openssl/openssl-uclibc-susv3-legacy.patch - Doesn't that get applied on your system? (check output/build/openssl-0.9.8n/.applied_patches_list) It builds here (arm926, gcc 4.3.4, binutils 2.20.1, kernel 2.6.33.1) Ok, I'll check patch applying on my system. Thanks. (In reply to comment #3) > Ok, I'll check patch applying on my system. Thanks. > did you try to make clean and build again? it seems like I have problem with makefiles. Target .stamp_patched only touch .stamp_patched and nothing more It is problem with my local changes. Not a bug |