From: Marco Trapanese <marcotrapanese@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] host-mtools 4.0.18 fails to install to host directory
Date: Sat, 7 May 2016 11:04:24 +0200 [thread overview]
Message-ID: <572DAF98.6070002@gmail.com> (raw)
With Buildroot 2016.05-git-01197-gda433d6-dirty and .config attached,
host-mtools fails to install to the host directory:
> >>> host-mtools 4.0.18 Installing to host directory
> PATH="/home/tech/dev/buildroot/output/host/bin:/home/tech/dev/buildroot/output/host/sbin:/home/tech/dev/buildroot/output/host/usr/bin:/home/tech/dev/buildroot/output/host/usr/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
> PKG_CONFIG="/home/tech/dev/buildroot/output/host/usr/bin/pkg-config"
> PKG_CONFIG_SYSROOT_DIR="/"
> PKG_CONFIG_LIBDIR="/home/tech/dev/buildroot/output/host/usr/lib/pkgconfig"
> /usr/bin/make -j1 install -C
> /home/tech/dev/buildroot/output/build/host-mtools-4.0.18/
> make[1]: ingresso nella directory
> "/home/tech/dev/buildroot/output/build/host-mtools-4.0.18"
>
> [...]
>
> ./mkinstalldirs /home/tech/dev/buildroot/output/host/usr/share/info
> if test -f mtools.info; then \
> for i in mtools.info*; do \
> /usr/bin/install -c -m 644 $i
> /home/tech/dev/buildroot/output/host/usr/share/info/$i; \
> done; \
> else \
> for i in ./mtools.info*; do \
> /usr/bin/install -c -m 644 $i
> /home/tech/dev/buildroot/output/host/usr/share/info/`echo $i | sed
> 's|^./||'`; \
> done; \
> fi; \
> if [ -n "/usr/bin/install-info" ] ; then \
> /usr/bin/install-info
> --info-dir=/home/tech/dev/buildroot/output/host/usr/share/info
> /home/tech/dev/buildroot/output/host/usr/share/info/mtools.info; \
> fi
> install-info: /home/tech/dev/buildroot/output/host/usr/share/info/dir:
> file vuoto
> Makefile:222: set di istruzioni per l'obiettivo "install-info" non
> riuscito
> make[1]: *** [install-info] Errore 1
> make[1]: uscita dalla directory
> "/home/tech/dev/buildroot/output/build/host-mtools-4.0.18"
> package/pkg-generic.mk:205: set di istruzioni per l'obiettivo
> "/home/tech/dev/buildroot/output/build/host-mtools-4.0.18/.stamp_host_installed"
> non riuscito
> make: ***
> [/home/tech/dev/buildroot/output/build/host-mtools-4.0.18/.stamp_host_installed]
> Errore 2
In English:
> install-info: /home/tech/dev/buildroot/output/host/usr/share/info/dir:
> file vuoto
means:
file empty.
In fact /home/tech/dev/buildroot/output/host/usr/share/info/dir has 0
byte length.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config
Type: application/xml
Size: 94390 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160507/814f84b9/attachment.wsdl>
next reply other threads:[~2016-05-07 9:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-07 9:04 Marco Trapanese [this message]
2016-05-31 20:12 ` [Buildroot] host-mtools 4.0.18 fails to install to host directory Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=572DAF98.6070002@gmail.com \
--to=marcotrapanese@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.