ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ltib] dbus cross compilation


From: tarek allaoua
Subject: [Ltib] dbus cross compilation
Date: Mon, 4 May 2009 15:27:55 +0200

Hello,

I have asked this question previously and i'm still stuck.  I need both dbus and dbus-glib. For the moment i'm using the attached dbus.spec file.
The problem is more like configure issue then ltib itself. The error is :

//===========================
checking abstract socket namespace... configure: error: in `/home/allaoua/mpc5121/ltib-mpc5121ads-20081208/rpm/BUILD/dbus-1.2.6':
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
error: Bad exit status from /home/allaoua/mpc5121/ltib-mpc5121ads-20081208/tmp/rpm-tmp.44291 (%build)
//===========================

The configure script has this section:

//===========================
#### Abstract sockets

ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu

{ $as_echo "$as_me:$LINENO:
" >&5
$as_echo_n "checking abstract socket namespace... " >&6; }
if test "${ac_cv_have_abstract_sockets+set}" = set; then
  $as_echo_n "(cached) " >&6
else
  if test "$cross_compiling" = yes; then
  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ { $as_echo "$as_me:$LINENO: error: cannot run test program while cross compiling
See \`config.log' for more details." >&5
$as_echo "$as_me: error: cannot run test program while cross compiling
See \`config.log' for more details." >&2;}
   { (exit 1); exit 1; }; }; }
else
  cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h.  */
_ACEOF
cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h.  */

//===========================

As you can see the build is aborted while testing Abstract sockets during crosscompilation. I would like to know (for people who played with dbus) what cha,ges to be done to avoid this tests. I haven't seen any AC_TRY_RUN.

ltib version:
  App version  = 8.1.2
  CVS version  = 1.421.4.1

Thank you in advance.

Tarek.

Attachment: dbus.spec
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]