Hello list,

I am now trying to build a simple EFL application with Tizen SDK 2.0 locally.

To do this I have built a simple HelloWorld Platform Package on IDE.
From this I've noticed that local package building is doing on chroot
environment with the command below.

sudo chroot 
/home/hum/tizen-sdk/tools/smart-build-interface/../../platforms/tizen2.0/rootstraps/tizen-emulator-2.0.platform
su abuild

In my understanding, to make a EFL application, I need to build the
package in this chrooted shell. And in the chrooted shell, the EFL
library must be installed before the EFL application compiles.

So I placed the source code of Elementary library and all it's
dependant library in the chrooted shell.

I configured them, made them and tried to make install them. But this
install FAILS because the chrooted user, abuild have no permission to
install binaries in system directory.

This is the output message.

========================================
bash-4.1$ make install
Making install in src
make[1]: Entering directory `/home/abuild/eina-1.7.1/src'
Making install in lib
make[2]: Entering directory `/home/abuild/eina-1.7.1/src/lib'
make[3]: Entering directory `/home/abuild/eina-1.7.1/src/lib'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/sh ../../libtool   --mode=install /usr/bin/install -c
libeina.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libeina.so.1.7.1
/usr/local/lib/libeina.so.1.7.1
/usr/bin/install: cannot create regular file
`/usr/local/lib/libeina.so.1.7.1': Permission denied
make[3]: *** [install-libLTLIBRARIES] 오류 1
make[3]: Leaving directory `/home/abuild/eina-1.7.1/src/lib'
make[2]: *** [install-am] 오류 2
make[2]: Leaving directory `/home/abuild/eina-1.7.1/src/lib'
make[1]: *** [install-recursive] 오류 1
make[1]: Leaving directory `/home/abuild/eina-1.7.1/src'
make: *** [install-recursive] 오류 1
========================================

#1.
I wonder if I can trouble-shoot this in any way or if it is ever
impossible to trouble-shoot this.

#2.
And I wonder if there exists the EFL library as a RPM package for this
chrooted shell.

Thank you in advance.

Best regards
Journeyer

-- 
----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l  d o t  c o m
----------------------------------------
_______________________________________________
General mailing list
General@lists.tizen.org
https://lists.tizen.org/listinfo/general

Reply via email to