[Development] Qt 5.0 RC 2 released

techabc techabc at gmail.com
Mon Dec 17 17:56:26 CET 2012


I run the testing package
qt-linux-opensource-5.0.0-x86_64-offline-2012-12-17-386.run on OpenSuse
12.3 m2 , but errors below:

Error during installation process (qt.500.src.essentials):
Error while extracting
installer://qt.500.src.essentials/5.0.0qtbase-src.7z: Extraction failed..

I have already installed  p7zip tools, and get the result in
http://superuser.com/questions/406915/extract-7z-files-with-standard-linux-tools

Q: I know that you can extract .7z files with 7-zip.

Is there another standard linux program that can do this? Maybe one of these

tar
bzip2
xz
gzip


A: No. 7-Zip archives use LZMA and LZMA2, which are not supported by
standard tools (they also use bzip2, but you still need to decode the
header).


The "standard" way to work with 7-Zip archives on Unix is to use
P7ZIP<http://p7zip.sourceforge.net/>.
But since the 7-Zip format was designed primarily for Windows, you
shouldn't really expect P7ZIP to come installed on Linux distributions by
default.

If you want the benefit of LZMA compression on Unix, prefer XZ
Utils<http://tukaani.org/xz/>
.

2012/12/17 Thiago Macieira <thiago.macieira at intel.com>

> On segunda-feira, 17 de dezembro de 2012 10.00.15, haithem rahmani wrote:
> > But after updating my repository, I've noticed that  the submodules,
> > qtwebkit, qtrepotools and qtqa  were not providing the tag "v5.0.0-rc2"
> >  not even the "v5.0.0-rc1"
> > are there plans to update those submodule too?
>
> The qtwebkit repository has the tag. If you don't see it, you've got the
> wrong
> repo. Check that you have git://gitorious.org/qt/qtwebkit.git.
>
> The other two aren't part of the release itself, so they aren't tagged.
>
> --
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel Open Source Technology Center
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20121218/c0d694f9/attachment.html>


More information about the Development mailing list