tpurcell90 wrote:Is it possible to install both 32 and 64 bit libraries in Mageia I guess is my question?
rpm -qa --qf "%{N}-%{V}-%{ARCH}\n"|grep -iE "stdc++|glibc|gcc"|sort
gcc-4.9.2-x86_64
gcc-c++-4.9.2-x86_64
gcc-cpp-4.9.2-x86_64
gcc-gfortran-4.9.2-x86_64
gcc-java-4.9.2-x86_64
glibc-2.20-x86_64
glibc-devel-2.20-x86_64
glibc-doc-2.20-noarch
glibc-static-devel-2.20-x86_64
glibc-utils-2.20-x86_64
lib64glibc_lsb-2.4.7-x86_64
libgcc1-4.9.2-x86_64
libstdc++6-4.9.2-x86_64
libstdc++-devel-4.9.2-x86_64
┌─[doktor5000@Mageia5]─[22:16:28]─[~]
└──╼ urpmf -f --name -m stdc++ | grep i586
libstdc++5-static-devel-3.3.6-11.mga5.i586:Core 32bit Release
libstdc++5-devel-3.3.6-11.mga5.i586:Core 32bit Release
libstdc++5-3.3.6-11.mga5.i586:Core 32bit Release
tpurcell90 wrote:It seems like those are the packages I am missing, but I can't seem to get urpmi to install them, do I need to add the Core 32bit Release to the command?
urpmi libstdc++5-static-devel-3.3.6-11.mga5.i586 libstdc++5-devel-3.3.6-11.mga5.i586 libstdc++5-3.3.6-11.mga5.i586
sudo urpmi --debug gcc-c++-4.9.2-4.mga5.i586
getting lock on urpmi
parsing: /etc/urpmi/mediacfg.d/Official-5-x86_64
loading mirrors cache
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
using mirror http://mirror.nexcess.net/mageia/distrib/5/x86_64
examining synthesis file [/var/lib/urpmi/Core Release2/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core Updates/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Release2/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Updates/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Release/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Updates/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Release/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Updates/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/google-chrome/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core Release (distrib1)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core Updates (distrib3)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Release (distrib11)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree Updates (distrib13)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Release (distrib31)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Core 32bit Updates (distrib32)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Release (distrib36)/synthesis.hdlist.cz]
examining synthesis file [/var/lib/urpmi/Nonfree 32bit Updates (distrib37)/synthesis.hdlist.cz]
getting exclusive lock on rpm
search_packages: found gcc-c++-4.9.2-4.mga5.i586 matching gcc-c++-4.9.2-4.mga5.i586
found package(s): gcc-c++-4.9.2-4.mga5.i586
opening rpmdb (root=, write=)
no packages match gcc-c++ (it is either in skip.list or already rejected)
no packages match gcc-c++ (it is either in skip.list or already rejected)
scheduled sets of transactions:
unlocking urpmi database
unlocking rpm database
EXITING (pid=18836)
# Here you can specify the packages that won't be upgraded automatically
# for example, to exclude all apache packages :
# /^apache/
man urpmi wrote: --strict-arch
Upgrade only packages if the newer version has the same architecture as the one installed. Mostly useful on machines that support several architectures (32 and 64 bit).
--ignorearch
Allow to install packages whose architecture does not match the architecture of the host. This is equivalent to "rpm --ignorearch".
Users browsing this forum: No registered users and 1 guest