Hi Tomasz Olszak, It should be nothing to do with this release, as no updates for gbs.
Have you built Tizen 3.0 code before? It's a known issue that if you building tizen 3.0, Then building tizen 2.2 will fail. Please check by run: $ cat /proc/sys/fs/binfmt_misc/arm To make gbs work again, run: $ sudo sh -c "echo -1 >/proc/sys/fs/binfmt_misc/arm " $ gbs build .... The issue will be fixed in next gbs version, which expect be released next weekend. Thanks Qiang > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Tomasz Olszak > Sent: Wednesday, February 26, 2014 7:02 AM > To: [email protected] > Subject: Re: [Dev] [Announcement] New Tizen Tools Version Released (13.08.1) > > 2014-02-24 8:41 GMT+01:00 Zhang, Qiang Z <[email protected]>: > > *On behalf of Tizen development tools team and all other contributors* > > > > We are very pleased to announce that new version of Tizen development > > tools [13.08.1] is released on download.tizen.org. Repositories can be found > at: > > > > [Tools Repository](http://download.tizen.org/tools/latest-release/) > > > > Highlight of this release: > > ========================== > > > > * This release contains many enhancements for the following tool: > > - bmap-tools 3.2 > > > > * All the supported Linux distributions are: > > - Ubuntu 13.10 > > - Ubuntu 13.04 > > - Ubuntu 12.10 > > - Ubuntu 12.04 > > - openSUSE 13.1 > > - openSUSE 12.3 > > - openSUSE 12.2 > > - openSUSE 12.1 > > - Fedora 19 > > - Fedora 18 > > - CentOS 6 > > > > * For tools release naming convention and download folder structure, please > > refer to: > > > > [Tools Repository > > Specification](http://download.tizen.org/tools/README.txt) > > > > Details of the enhancements: > > ============================ > > > > * bmap-tools 3.2 release > > - Multi-stream bzip2 archives are now supported. > > - LZO archives are supported. > > - Make 'bmaptool create' (and hence, the BmapCreate module) work with > the > > "tmpfs" file-system. > > - Decompression should now require less memory, which should fix > > out-of-memory problems reported by some users recently. > > - Improve reading and decompressing images > > > > For detailed information, refer to: [bmap-tools Release Notes][3] > > > > > > Links > > ===== > > > > [1]: http://download.tizen.org/tools/latest-release/RELEASE_NOTES_GBS.txt > > "GBS Release Notes" > > [2]: http://download.tizen.org/tools/latest-release/RELEASE_NOTES_MIC.txt > > "MIC Release Notes" > > [3]: > > > http://download.tizen.org/tools/latest-release/RELEASE_NOTES_BMAP-TOOLS > .txt > > "bmap-tools Release Notes" > > [4]: https://github.com/kangkai/prekit > > "Prekit Project Home" > > [5]: > > > https://source.tizen.org/documentation/developer-guide/environment-setup > > "Tools installation Guide" > > [6]: https://source.tizen.org/documentation/reference/git-build-system > > "GBS Reference Guide" > > [7]: https://source.tizen.org/documentation/reference/mic-image-creator > > "MIC Reference Guide" > > [8]: https://source.tizen.org/documentation/reference/bmaptool > > "bmap-tools Guide" > > [9]: > > > https://source.tizen.org/documentation/developer-guide/creating-tizen-imag > e-scratch > > "GBS Local Full Build Guide" > > > > Thanks > > Tizen Development Tools Team > > > > > > _______________________________________________ > > Dev mailing list > > [email protected] > > https://lists.tizen.org/listinfo/dev > > > > Is it possible that this new gbs version is not compatible with some of the > older > profiles/repositories? > > I can't build any package for Tizen 2.2.1. I got following error: > .... > [ 5s] [49/56] preinstalling nss-x86-arm... > [ 5s] [50/56] preinstalling popt-x86-arm... > [ 5s] [51/56] preinstalling rpm-libs-x86-arm... > [ 5s] [52/56] preinstalling sqlite-x86-arm... > [ 5s] [53/56] preinstalling xz-libs-x86-arm... > [ 5s] [54/56] preinstalling zlib-x86-arm... > [ 5s] [55/56] preinstalling bash-x86-arm... > [ 5s] [56/56] preinstalling rpm-x86-arm... > [ 5s] > [ 5s] running rpm-x86-arm postinstall script > [ 5s] chroot: failed to run command 'sh': No such file or directory > [ 5s] running rpm-libs-x86-arm postinstall script > [ 5s] chroot: failed to run command 'sh': No such file or directory > [ 5s] running tizen-accelerator postinstall script > [ 5s] chroot: failed to run command 'sh': No such file or directory > [ 5s] running bash-x86-arm postinstall script > [ 5s] chroot: failed to run command 'sh': No such file or directory > [ 5s] initializing rpm db... > [ 5s] chroot: failed to run command '/usr/bin/rpmdb': No such file > or directory > > I'm sure it have worked before. > > -- > regards, > Tomasz Olszak > Qt for Tizen | http://qt-project.org/wiki/Tizen > _______________________________________________ > Dev mailing list > [email protected] > https://lists.tizen.org/listinfo/dev _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
