| Anonymous | Login | Signup for a new account | 11-10-2008 10:43 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000194 | [buildroot] Other | minor | always | 03-28-05 08:22 | 02-12-07 05:50 | ||||
| Reporter | clausklein | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 0.9.27 | ||||||
| Summary | 0000194: ntp package does not compile | ||||||||
| Description |
There is an error while make ntp The ntp program: ntpdc - special NTP query program can't be build while crosscompiling. # make[1]: Entering directory `/home/claus/src/buildroot/build_i386/ntp-4.2.0/ntpdc' # ./ntpdc-layout > layout.here # /bin/sh: line 1: ./ntpdc-layout: No such file or directory # make[1]: *** [layout.here] Error 127 # make[1]: Leaving directory `/home/claus/src/buildroot/build_i386/ntp-4.2.0/ntpdc' # make: *** [maybe-layout] Error 2 My patch prevent the build of ntpdc as a configure option: --disable-ntpdc Disable build of special NTP query program (while crosscompileing) Too the CPPFLAGS and LDFLAGS are set while configure to prevent host header or libs to be used. The sntp program is now compiled too. claus |
||||||||
| Additional Information |
Tested for target i386 and powerpc. Perhaps we should use the --without-crypto configure option too? |
||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |