[Buildroot] udev make errors

Petr Stetiar ynezz at true.cz
Fri Dec 8 08:35:29 UTC 2006


Rafael A Barrero <rafa at linux.it> [2006-12-07 19:55:50]:

> Hi;
> 
> Here's what I've been able to come up with:
> 
> If you take a look at the make log I have below, you'll see the  
> following line:
> 
>  > mkdir /root/src/buildroot/build_i686/root/udev/rules.d
> 
> This however, fails because the parent directory /root/src/buildroot/ 
> build_i686/root/udev/ does not exist before the child directory is  
> created (/root/src/buildroot/build_i686/root/udev/rules.d). A  
> solution the process is to use"mkdir -p" will solve this, or simply  
> creating both parent and the child directories sequentially.

'mkdir -p'  was in my patch and probably not get commited :) 
http://buildroot.uclibc.org/lists/buildroot/2006-November/000665.html

> By reading this the error seems obvious to me... although someone  
> help me out here - are we missing 'udev.conf' in buildroot? Can  
> someone please import this file into CVS?

I'll send a patch addressing both issues later today when I get home.

-- ynezz



More information about the buildroot mailing list