All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Dependency problem in mysql ?
Date: Mon, 24 Oct 2011 22:18:11 +0200	[thread overview]
Message-ID: <4EA5C803.1030205@eukrea.com> (raw)

Hi,

while testing a build from scratch of a configuration which was working, I 
increased BB_NUMBER_THREADS to  "8" and PARALLEL_MAKE to "-j6" and started to 
get problems with mysql (log at the end of this mail).

Reducing BB_NUMBER_THREADS to 4 "solved" the problem.

Any idea what dependency could be missing in mysql ?

Thanks,
Eric

OE Build Configuration:
BB_VERSION        = "1.13.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "eukrea-cpuimx35"
DISTRO            = "angstrom"
DISTRO_VERSION    = "v2011.10-core"
TUNE_FEATURES     = "armv6 vfp arm1136jfs"
TARGET_FPU        = "vfp"
meta-angstrom     = "master:8c6a777b3411140b0147171189148152a5f8ed58"
meta-oe
meta-efl
meta-gpe
meta-gnome
meta-xfce         = "master:2631ed9f4c987192749960bc7a2209b5f5bbfa78"
meta-eukrea
meta-eukrea-cpuimx35 = "master:5aa07bdfc3fe8961c8165317698a805ee92dfe9d"
meta              = "master:e25fad9b8eef59bf7ca11ae141739d0bc2235655"


Then bitbake linux 3 x images (including one integrating qtdemo)
leaded 3 consecutive times to :
| arm-angstrom-linux-gnueabi-g++  -march=armv6    -mthumb-interwork 
-mfloat-abi=softfp -mtune=arm1136jf-s -mthumb-interwork -mno-thumb 
--sysroot=/home/ebenard/OECORE/tmp/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/eukrea-cpuimx35 
-DDEFAULT_BASEDIR=\"/usr\" -DMYSQL_DATADIR="\"/var/mysql\"" 
-DDEFAULT_CHARSET_HOME="\"/usr\"" -DSHAREDIR="\"/usr/share/mysql\"" 
-DDEFAULT_HOME_ENV=MYSQL_HOME -DDEFAULT_GROUP_SUFFIX_ENV=MYSQL_GROUP_SUFFIX 
-DDEFAULT_SYSCONFDIR="\"/etc/mysql\"" -DHAVE_CONFIG_H -I. -I../include 
-I../include -I../include -I.    -O2 -pipe -g -feliminate-unused-debug-types 
-fpermissive -fvisibility-inlines-hidden -fvisibility-inlines-hidden 
-fno-implicit-templates -fno-exceptions -fno-rtti -c -o my_new.o my_new.cc
| In file included from mysys_priv.h:16:0,
|                  from my_new.cc:21:
| ../include/my_global.h:1516:15: fatal error: new: No such file or directory
| compilation terminated.
| make[1]: *** [my_new.o] Error 1
| make[1]: Leaving directory 
`/home/ebenard/OECORE/tmp/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/armv6-vfp-angstrom-linux-gnueabi/mysql5-5.1.40-r5/mysql-5.1.40/mysys'
| make: *** [all-recursive] Error 1
| + die 'oe_runmake failed'
| + bbfatal 'oe_runmake failed'
| + echo 'ERROR: oe_runmake failed'
| ERROR: oe_runmake failed
| + exit 1
NOTE: package mysql5-5.1.40-r5: task do_compile: Failed
ERROR: Task 1566 
(/home/ebenard/OECORE/tmp/setup-scripts/sources/meta-openembedded/meta-oe/recipes-support/mysql/mysql5_5.1.40.bb, 
do_compile) failed with exit code '1'



             reply	other threads:[~2011-10-24 20:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-24 20:18 Eric Bénard [this message]
2011-10-24 20:25 ` Dependency problem in mysql ? Henning Heinold
2011-10-24 20:29   ` Eric Bénard

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=4EA5C803.1030205@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-core@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.