Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-webserver][PATCH 0/2] modphp fixes
Date: Fri, 12 Oct 2012 18:58:49 +0100	[thread overview]
Message-ID: <3713695.RcKMCbUqi3@helios> (raw)
In-Reply-To: <507855D7.6080505@linaro.org>

On Friday 12 October 2012 19:39:35 Marcin Juszkiewicz wrote:
> Speaking of modphp:
> 
> 18:05 hrw@puchatek:build$ bitbake apache2 modphp
> Parsing of 1253 .bb files complete (1244 cached, 9 parsed). 1609 targets, 60
> skipped, 0 masked, 0 errors.
> 
> Build Configuration:
> BB_VERSION        = "1.16.0"
> TARGET_ARCH       = "aarch64"
> TARGET_OS         = "linux"
> MACHINE           = "genericarmv8"
> DISTRO_VERSION    = "oe-core.0"
> TUNE_FEATURES     = "aarch64"
> meta-aarch64      = "public:afe73a6c8cb3d8724f66408e707845a0821cfc0d"
> meta              = "master:7414cc6fd43249e33483684bc40c2f58d6a94c02"
> meta-oe
> meta-webserver    = "master:9e701bb060325bc47509d4874bd695f039191ea8"
> meta-linaro       = "master:318cd177663d23e598013f39024bf526d6473125"
> toolchain-layer   = "master:9e701bb060325bc47509d4874bd695f039191ea8"
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> WARNING: modphp: No generic license file exists for: PHP in any provider
> ERROR: Function failed: do_install (see
> /home/hrw/HDD/devel/canonical/aarch64/build/tmp-eglibc/work/aarch64-oe-linu
> x/modphp-5.3.14-r1/temp/log.do_install.12308 for further information) ERROR:
> Logfile of failure stored in:
> /home/hrw/HDD/devel/canonical/aarch64/build/tmp-eglibc/work/aarch64-oe-linu
> x/modphp-5.3.14-r1/temp/log.do_install.12308
> Log data follows:
> | DEBUG: SITE files ['endian-little', 'bit-64', 'arm-common',
> | 'common-linux', 'common-glibc', 'aarch64-linux', 'common'] DEBUG:
> | Executing shell function do_install
> | install: cannot stat `libs/libphp5.so': No such file or directory
> | ERROR: Function failed: do_install (see
> | /home/hrw/HDD/devel/canonical/aarch64/build/tmp-eglibc/work/aarch64-oe-li
> | nux/modphp-5.3.14-r1/temp/log.do_install.12308 for further information)
> ERROR: Task 14
> (/home/hrw/HDD/devel/canonical/aarch64/meta-openembedded/meta-webserver/rec
> ipes-php/modphp/modphp_5.3.14.bb, do_install) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 1075 tasks of which 1068 didn't need to be
> rerun and 1 failed. No currently running tasks (1075 of 1080)
> 
> Summary: 1 task failed:
>  
> /home/hrw/HDD/devel/canonical/aarch64/meta-openembedded/meta-webserver/reci
> pes-php/modphp/modphp_5.3.14.bb, do_install Summary: There was 1 WARNING
> message shown.
> Summary: There was 1 ERROR message shown, returning a non-zero exit code.
> 18:13 hrw@puchatek:build$ find
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/ -name libphp*
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/libphp5.la
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/.libs/libphp5.
> a
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/.libs/libphp5.
> la
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/.libs/libphp5.
> lai
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/sapi/apache/li
> bphp5.module.in
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/sapi/apache_ho
> oks/libphp5.module.in
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/libs/libphp5.a
> tmp-eglibc/work/aarch64-oe-linux/modphp-5.3.14-r1/php-5.3.14/libs/libphp5.l
> a
> 
> Will have to take a look at it on Monday.

Looks like it thinks it's supposed to be producing static libraries for some 
reason - when I build here (for qemuarm at the moment) I have these files:

[paul@morpheus php-5.3.14]$ find . -name 'libphp*'
./libs/libphp5.so
./libs/libphp5.la
./sapi/apache_hooks/libphp5.module.in
./sapi/apache/libphp5.module.in
./.libs/libphp5.lai
./.libs/libphp5.so
./.libs/libphp5.la
./libphp5.la

Not sure what would cause that specifically, but it's a clue at least.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



  reply	other threads:[~2012-10-12 18:12 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-12 17:17 [meta-webserver][PATCH 0/2] modphp fixes Paul Eggleton
2012-10-12 17:17 ` [meta-webserver][PATCH 1/2] modphp: fix rpath QA issue Paul Eggleton
2012-10-12 17:17 ` [meta-webserver][PATCH 2/2] modphp: make LICENSE more accurate Paul Eggleton
2012-10-12 17:39 ` [meta-webserver][PATCH 0/2] modphp fixes Marcin Juszkiewicz
2012-10-12 17:58   ` Paul Eggleton [this message]
2012-10-15 10:52     ` Marcin Juszkiewicz
2012-10-15 10:59       ` Paul Eggleton
2012-10-15 11:24         ` Koen Kooi
2012-10-15 11:39           ` Marcin Juszkiewicz

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=3713695.RcKMCbUqi3@helios \
    --to=paul.eggleton@linux.intel.com \
    --cc=marcin.juszkiewicz@linaro.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox