From: Daniel Hilst Selli <danielhilst@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] Error while installing dosfstools: mkdosfs’: No such file or directory
Date: Wed, 10 Jul 2013 10:36:37 +0000 [thread overview]
Message-ID: <51DD3935.9090209@gmail.com> (raw)
In-Reply-To: <87bo6ci9xk.fsf@dell.be.48ers.dk>
On 07/09/2013 05:23 AM, Peter Korsgaard wrote:
>>>>>> "Daniel" == Daniel <danielhilst@gmail.com> writes:
>
> Hi,
>
> Please keep discussion on the buildroot mailing list instead of mailing
> me directly.
>
> Daniel> Here is the config https://gist.github.com/gkos/5950964.
>
> I asked you to run 'make savedefconfig' and post the defconfig file, but
> OK.
>
> Are you sure this is the right configuration? I see
>
> # BR2_PACKAGE_DOSFSTOOLS is not set
>
> E.G. you haven't enabled the dosfstools package at all.
>
>
> Daniel> I'm using
> Daniel> arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu tool
> Daniel> chain from CodeSourcery
>
Well, I found what is happening but don't found why
The dosfstools compiles file..
Now on this make file output/build/dosfstools-3.0.16/Makefile I got this
rule:
install: install-bin install-doc install-man install-symlinks
Which brings me to this:
install-symlinks:
# OMITTED ..
if [ -e $(DESTDIR)/$(SBINDIR)/mkfs.fat ]; \
then \
ln -sf mkfs.fat $(DESTDIR)/$(SBINDIR)/mkdosfs; \
# ...
fi; \ fi
Here is the makefile, I'm using buildroot-2013.05, so it maybe identical
of everyone with the same buidlroot: http://pastebin.com/Kt8sfse5
So mkdosfs is not a binary but a link.. which is not being created...
Here is the make output: http://pastebin.com/FPKGxrNT
It seems that install target is never being executed, or something like
that.
Executing output/build/dosfstools-3.0.16/Makefile install target by hand
seems fine: http://pastebin.com/z38ncXBF
Does buildroot uses a custom Makefile for each package?
This line, at make output, doesn't seem to be generated by dosfstools
Makefile.
Thanks in advance
Best regards,
next prev parent reply other threads:[~2013-07-10 10:36 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-08 20:08 [Buildroot] Error while installing dosfstools: mkdosfs’: No such file or directory Daniel.
2013-07-08 20:29 ` Peter Korsgaard
[not found] ` <CAF3SDA7tGGeJfP2kJcf9Hy6Z4KrqUhHV0E1JBTE+0x+-bCMEMw@mail.gmail.com>
2013-07-09 5:23 ` Peter Korsgaard
2013-07-10 8:41 ` Daniel Hilst Selli
2013-07-10 10:36 ` Daniel Hilst Selli [this message]
2013-07-10 10:44 ` Daniel Hilst Selli
2013-07-10 13:40 ` Daniel Hilst Selli
2013-07-10 16:58 ` Thomas Petazzoni
2013-07-10 17:07 ` Gustavo Zacarias
2013-07-10 17:29 ` Magnus Edenhill
2013-07-10 17:55 ` Peter Korsgaard
[not found] ` <alpine.LSU.2.10.1307111112110.7453@schiller.dip.t-dialin.net>
2013-07-11 14:28 ` Gustavo Zacarias
2013-07-12 20:22 ` 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=51DD3935.9090209@gmail.com \
--to=danielhilst@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.