Page 1 of 1

32-Bit and 64-bit Qt 5 Install on Same System Error

PostPosted: Jun 17th, '14, 06:06
by jadziamd
I'm building some packages which use Qt 5. My system is a 64-bit install and i have successfully compiled the 64-bit rpms. The 32-bit ones are giving me issue becuase I cannot seem to install the 32-bit version of Qt 5. When I attempt to install I get the following error:

2 installation transactions failed

There was a problem during the installation:

file /usr/bin/icu-config from install of libicu-devel-1:52.1-2.mga4.i586 conflicts with file from package lib64icu-devel-1:52.1-2.mga4.x86_64

devel(libicui18n) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586

devel(libicuuc) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586

devel(libpcre16) is needed by libqt5core-devel-5.2.0-2.3.mga4.i586

devel(libffi) is needed by libglib2.0-devel-2.38.2-4.mga4.i586

devel(libpcre) is needed by libglib2.0-devel-2.38.2-4.mga4.i586

libicui18n.so.52 is needed by libqt5core5-5.2.0-2.3.mga4.i586

libicuuc.so.52 is needed by libqt5core5-5.2.0-2.3.mga4.i586

libpcre16.so.0 is needed by libqt5core5-5.2.0-2.3.mga4.i586

libffi.so.6 is needed by libglib2.0_0-2.38.2-4.mga4.i586

libpcre.so.1 is needed by libglib2.0_0-2.38.2-4.mga4.i586


I'm at a loss as to what I should do to have both architectures installed.

Re: 32-Bit and 64-bit Qt 5 Install on Same System Error

PostPosted: Jun 17th, '14, 09:38
by benmc
Hi

You may have to install a VM then install 32 Mageia.

Re: 32-Bit and 64-bit Qt 5 Install on Same System Error

PostPosted: Jun 17th, '14, 22:11
by doktor5000
jadziamd wrote:
There was a problem during the installation:

file /usr/bin/icu-config from install of libicu-devel-1:52.1-2.mga4.i586 conflicts with file from package lib64icu-devel-1:52.1-2.mga4.x86_64


I'm at a loss as to what I should do to have both architectures installed.


You need to remove the conflicting package. And please report that above as a bug, as usually such libraries should be installable in parallel.
That file /usr/bin/icu-config should probably be put into /usr/bin/multiarch-$arch-linux/

Re: 32-Bit and 64-bit Qt 5 Install on Same System Error

PostPosted: Jun 18th, '14, 01:50
by jadziamd
Done: Bug 13538:

https://bugs.mageia.org/show_bug.cgi?id=13538

~link added by isadora

Re: 32-Bit and 64-bit Qt 5 Install on Same System Error

PostPosted: Jun 18th, '14, 19:42
by doktor5000
For completeness's sake and also to allow others to follow up on that bug report, please next time also post the link to bugreports here in the thread, thanks.