On 6 September 2012 15:52, <[email protected]> wrote: > Send General mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.tizen.org/listinfo/general > or, via email, send a message with subject or body 'help' to > [email protected] > Hi , > > I am trying to build whole source code for Tizen and post build trying to > build a Tizen Image which can be executed on a Tizen emulator. > I have not been able to find out wiki page which can tell how to build the > source code after downloading and how to run it. > > >From following instructions from https://wiki.tizen.org/wiki/OSDev/GBSI am > >trying to configure the gbs to build code, but the build fails and > gives the following error after executing gbs lb --clean --include-all > (Error pasted at end) > > Is there any neat way available to build the execute. From various sources > I can see sbs as a build system or gbs as a build system and getting > confused which one to use. > > Please tell me ways to build the code and image. I can also contribute > them neatly on wiki . > > Also summarizing the steps to set complete development environment) > Task - Tool > Download source code - using git clone , or by scripts provided by users > on lists or by using repo sync > Build source code - gbs which is build on top of obs > Build Tizen images - MIC tool > Execute on QEMU- qemu (only x86 QEMU supported) > Please tell if these steps are correct . > > Regards, > Nandu Ahmed > > Error > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > <snip>
> [ 89s] [112/136] installing systemd-43-1.4 > [ 90s] [113/136] installing gcc-4.5.3-1.4 > [ 93s] [114/136] installing vconf-0.2.23-1.4 > [ 94s] systemctl: error while loading shared libraries: libdbus-1.so.3: > cannot open shared object file: No such file or directory > [ 94s] warning: %post(vconf-0.2.23-1.4.i586) scriptlet failed, exit > status 127 > [ 94s] [115/136] installing rpm-4.9.1-8.1 > [ 94s] [116/136] installing security-server-0.0.1-37.4 > [ 94s] systemctl: error while loading shared libraries: libdbus-1.so.3: > cannot open shared object file: No such file or directory > [ 94s] systemctl: error while loading shared libraries: libdbus-1.so.3: > cannot open shared object file: No such file or directory > [ 94s] warning: %post(security-server-0.0.1-37.4.i586) scriptlet failed, > exit status 127 > [ 94s] [117/136] installing dbus-1.5.10-1.4 > <snip> It looks here as though security-server is looking for dbus before dbus is installed. Richard
_______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
