All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Robert Budde" <robert@projekt131.de>
To: <openembedded-devel@lists.openembedded.org>
Subject: Deploy binaries not compiled for target / PACKAGE_STRIP = "no" does not work?
Date: Mon, 20 Feb 2012 12:05:48 +0100	[thread overview]
Message-ID: <002c01ccefbf$99ccf580$cd66e080$@projekt131.de> (raw)

Hi!

 

I am trying to write a recipe for packaging "webmin". The web-interface for
system administration is written entirely in PERL, therefore it "just" has
to be copied to the right directory (and some conf-files have to be
generated). Right now the recipe should download the right archive and copy
the files to the right directory. As the archive contains precompiled
binaries the "strip"-operations in do_package() fail!? I tried to get rid of
it by 'PACKAGE_STRIP = "no"', but that does not work.

 

webmin_1.580.bb: http://pastebin.com/7T9duc7j

webmin.inc: http://pastebin.com/ZUcqGSGF

 

NOTE: Preparing runqueue

NOTE: Executing SetScene Tasks

NOTE: Executing RunQueue Tasks

NOTE: Running task 995 of 1324 (ID: 9,
/angstrom/setup-scripts/meta-omnigateipes/webmin/webmin_1.580.bb,
do_package)

NOTE: package webmin-1.580-r3.0: task do_package: Started

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-3''
strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note --strip-unneeded
'/angstrom/setup-scripts/build/tmp-anom_2010_x-eglibc/work/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/packagr/share/webmin/acl/Authen-SolarisRBAC-0
.1/blib/arch/auto/Authen/SolarisRBAC/risRBAC.so'' strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-4''
strip command failed

ERROR: runstrip: ''arm-angstrom-linux-gnueabi-strip'
--remove-section=.comme-remove-section=.note
'/angstrom/setup-scripts/build/tmp-angstrom_2010_x-eglwork/armv7a-angstrom-l
inux-gnueabi/webmin-1.580-r3.0/package/usr/share/webmiunt/freebsd-mounts-5''
strip command failed

 

Any ideas? Is there an alternative to tell bitbake/oe just to deploy the
files?

 

Best regards,

Robert



             reply	other threads:[~2012-02-20 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-20 11:05 Robert Budde [this message]
2012-02-20 12:12 ` Deploy binaries not compiled for target / PACKAGE_STRIP = "no" does not work? Paul Eggleton

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='002c01ccefbf$99ccf580$cd66e080$@projekt131.de' \
    --to=robert@projekt131.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.