From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 31 Aug 2008 08:23:44 +0200 Subject: [Buildroot] Make error In-Reply-To: (Steven Woody's message of "Sun\, 31 Aug 2008 08\:50\:14 +0800") References: Message-ID: <87od3966tr.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Steven" == Steven Woody writes: Steven> Following were outputed when run 'make', but I don't know Steven> what step it is related to: Steven> table='target/generic/mini_device_table.txt' makedevs: line Steven> 53: regular file Steven> '/home/narke/buildroot/project_build_arm/uclibc/ Steven> root/usr/share/udhcpc/default.script' does not exist: No such Steven> file or directory Not a big deal. The mini config you have selected (BR2_PACKAGE_BUSYBOX_SKELETON) has the udhcpc script listed in its device table to ensure it gets to be executable, but doesn't have a default script. If you don't enable avahi (which provides such a script) you'll get this warning. The avahi package nowadays ensures that it's udhcpc script gets to be executable, so I'll remove the entry from the device table. -- Bye, Peter Korsgaard