On Wed, Oct 03, 2007 at 10:03:41PM +0200, Marco Cavallini wrote:
> Robert Schwebel ha scritto:
> > Hmm, difficult to reproduce without having access to the build. Maybe a
> > busybox bug which triggers on ubuntu? Try adding 'set +x' to the trylink
> > script to debug the issue.
>
> I don't understand where to put 'set +x'

Typo - I mean "set -x". This enables debug mode in a shell script and
you see what is going on. It's a good idea to place it next to the
beginning of the script.

> however I solved by now using bash

Trunk should be ubuntu-safe - if not, please make a bug report.

> -----------------------
> target: hotplug.install
> -----------------------
> 
> make[1]: Entering directory 
> `/home/koan/ptxdist/progetti/testarm/build-target/hotplug-2004_03_29'
> /usr/bin/install -c -D sbin/hotplug 
> /home/koan/ptxdist/progetti/testarm/local/arm-linux/sbin/hotplug
> /usr/bin/install -c -d 
> /home/koan/ptxdist/progetti/testarm/local/arm-linux/etc/hotplug/{usb,pci}
> /usr/bin/install -c -D etc/hotplug.d/default/default.hotplug 
> /home/koan/ptxdist/progetti/testarm/local/arm-linux/etc/hotplug.d/default/default.hotplug
> for F in etc/hotplug/{*.{agent,rc},hotplug.functions} ; do \
>              /usr/bin/install -c $F 
> /home/koan/ptxdist/progetti/testarm/local/arm-linux/etc/hotplug ; \
>              done
> /usr/bin/install: impossibile fare stat di 

Please export LANG=C. My Italian is much worse than your German :) We
maybe should put that somehow into PTXdist, in order to get more
readable bug reports.

Looks like you don't have /usr/bin/install - what does "type install"
say? configure.ac has a test for it, but maybe ubuntu has it in another
location than /usr/bin.

A workaround is to make a soft link to that location.

Robert
-- 
Pengutronix - Linux Solutions for Science and Industry
Entwicklungszentrum Nord     http://www.pengutronix.de

-- 
ptxdist mailing list
[email protected]

Reply via email to