All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ossy <ossy1980@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] xfsprogs 3.0.3 without libxfs in rootfs
Date: Sat, 31 Jul 2010 15:03:55 +0200	[thread overview]
Message-ID: <4C541F3B.80802@gmx.net> (raw)
In-Reply-To: <4C532C78.90703@gmx.net>

Am 30.07.2010 21:48, schrieb Ossy:
> Am 30.07.2010 10:43, schrieb Thomas Petazzoni:
>> In terms of Makefile, nothing else needs to be done than just the final:
>>
>> $(eval $(call AUTOTARGETS,package,util-linux-ng))
>>
>> in the util-linux-ng.mk file.
>>
>
> Currently it compiles well with recent git tree and gcc 4.3.5 for armv5te.

Since util-linux-ng compiles and succesfully installs, I gave 
xfsprogs-3.1.2 a try. Surprisingly it compiles well for armv5te with gcc 
4.3.5. The binaries found in output/build/xfsprogs-3.1.2 are 32bit 
binaries for ARM. But here comes the problem ->
"No rule to make install-strip":
 >>> xfsprogs 3.1.2 Installing to target
/usr/bin/make -j2 
DESTDIR=/home/ossy/buildroot/buildroot-dev/output/target  install-strip 
-C /home/ossy/buildroot/buildroot-dev/output/build/xfsprogs-3.1.2/
make[1]: Entering directory 
`/home/ossy/buildroot/buildroot-dev/output/build/xfsprogs-3.1.2'
make[1]: *** Keine Regel, um ?install-strip? zu erstellen.  Schluss.
make[1]: Leaving directory 
`/home/ossy/buildroot/buildroot-dev/output/build/xfsprogs-3.1.2'
make: *** 
[/home/ossy/buildroot/buildroot-dev/output/build/xfsprogs-3.1.2/.stamp_target_installed] 
Fehler 2

In fact I can't find a target install-strip in the makefile of 
output/build/xfsprogs-3.1.2.
Should autotargets have generated such a target?

My xfsprogs.mk looks very simple an does not include a install-strip 
commando:
#############################################################
XFSPROGS_VERSION = 3.1.2
XFSPROGS_SOURCE  = xfsprogs-$(XFSPROGS_VERSION).tar.gz
XFSPROGS_SITE    = ftp://oss.sgi.com/projects/xfs/cmd_tars
XFSPROGS_DEPENDENCIES = util-linux-ng
XFSPROGS_LIBTOOL_PATCH = NO
XFSPROGS_CONF_OPT     = --enable-shared \
                         --enable-gettext=no \
                         ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes
$(eval $(call AUTOTARGETS,package,xfsprogs))

The deflated xfsprogs in output/build/xfsprogs-3.1.2 does not contain a 
file with content "install-strip".

Where did I misconfigure the new xfsprogs.mk for using autotargets?

Regards,
Marcus

  reply	other threads:[~2010-07-31 13:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20 21:22 [Buildroot] xfsprogs 3.0.3 without libxfs in rootfs Ossy
2010-07-21  6:58 ` Thomas Petazzoni
2010-07-24 17:02   ` Ossy
2010-07-30  8:43     ` Thomas Petazzoni
2010-07-30 19:48       ` Ossy
2010-07-31 13:03         ` Ossy [this message]
2010-07-31 14:33           ` Ossy

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=4C541F3B.80802@gmx.net \
    --to=ossy1980@gmx.net \
    --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.