BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000331 [buildroot] Architecture Specific crash always 07-08-05 20:19 02-12-07 05:50
Reporter ssaguiar View Status public  
Assigned To buildroot
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000331: Can't compile ntp
Description When trying to compile ntp in buildroot, after a while, it gives this error:


/home/ssaguiar/tmp/buildroot/build_i386/staging_dir/bin/i386-linux-uclibc-gcc -Os -pipe -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -o ntpdc-layout ntpdc-layout.o
./ntpdc-layout > layout.here
/bin/sh: line 1: ./ntpdc-layout: File or directory not found
make[4]: ** [layout.here] Erro 127
make[4]: Leaving directory `/home/ssaguiar/tmp/buildroot/build_i386/ntp-4.2.0/ntpdc'
make[3]: ** [maybe-layout] Erro 2
make[3]: Leaving directory `/home/ssaguiar/tmp/buildroot/build_i386/ntp-4.2.0/ntpdc'
make[2]: ** [all-recursive] Erro 1
make[2]: Leaving directory `/home/ssaguiar/tmp/buildroot/build_i386/ntp-4.2.0'
make[1]: ** [all] Erro 2
make[1]: Leaving directory `/home/ssaguiar/tmp/buildroot/build_i386/ntp-4.2.0'
make: ** [/home/ssaguiar/tmp/buildroot/build_i386/ntp-4.2.0/ntpdate/ntpdate] Erro 2
Additional Information
Attached Files

- Relationships

- Notes
(0000274)
ssaguiar
07-09-05 07:18

This error happens at the end of the ntpdc Makefile, at :

ntpdc-layout.o: nl.c

layout.here: ntpdc-layout
        ./ntpdc-layout > $@


This is caused by the fact that the Makefile try to execute the ntpdc-layout in the host system, but, as the ntpdc-layout is compiled with the uclibc, it gives the error of 'file not found' for the ntpdc-layout compiled program.

Sergio
 
(0000505)
vapier
09-07-05 17:51

fixed in svn
 

- Issue History
Date Modified Username Field Change
07-08-05 20:19 ssaguiar New Issue
07-09-05 07:18 ssaguiar Note Added: 0000274
09-07-05 17:51 vapier Note Added: 0000505
09-07-05 17:51 vapier Status assigned => closed
09-07-05 17:51 vapier Resolution open => fixed
02-12-07 05:50 vapier Status closed => assigned
02-12-07 05:50 vapier Assigned To uClibc => buildroot


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker