You are not logged in.

#1 2014-10-05 10:34:15

C-x_C-s
Member
Registered: 2014-10-05
Posts: 3

Can't install 32 but packages

Hi all I;m having problems getting gcc-multilib installed.

Long story short, I was installing sml/nj on a 64bit system, it had unresolved deps  (lib32-glibc) so I googled and found this - https://bbs.archlinux.org/viewtopic.php?id=103331, which told me I needed gcc-multilib, pacman -Ss didn't find it, so again, google, and found this - https://wiki.archlinux.org/index.php/Arch64_FAQ
It said I needed to add
[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

that was in the file already, so I uncommented both stable and testing, I ended up with this:
#[multilib-testing]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

#[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
I added the bold sections myself

and run pacman -Syu

But, pacman -Ss gcc-multilib still doesn't find anything.

What am I doing wrong?


edit: forgot to add system details
I'm running on an Intel Nuc pc
lshw -short
H/W path       Device  Class          Description
=================================================
                       system         Desktop Computer
/0                     bus            D34010WYK
/0/0                   memory         64KiB BIOS
/0/3a                  processor      Core i3 (Fill By OEM)
/0/3a/3b               memory         512KiB L2 cache
/0/3a/3c               memory         128KiB L1 cache
/0/3a/3d               memory         3MiB L3 cache
/0/3e                  memory         16GiB System Memory
/0/3e/0                memory         8GiB SODIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/3e/1                memory         8GiB SODIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/100                 bridge         Haswell-ULT DRAM Controller
/0/100/2               display        Haswell-ULT Integrated Graphics Controller
/0/100/3               multimedia     Haswell-ULT HD Audio Controller
/0/100/14              bus            8 Series USB xHCI HC
/0/100/14/0    usb2    bus            xHCI Host Controller
/0/100/14/1    usb1    bus            xHCI Host Controller
/0/100/14/1/1          input          USB Optical Mouse
/0/100/14/1/3          input          USB Receiver
/0/100/14/1/7          communication  Bluetooth wireless interface
/0/100/16              communication  8 Series HECI #0
/0/100/19      eno1    network        Ethernet Connection I218-V
/0/100/1b              multimedia     8 Series HD Audio Controller
/0/100/1c              bridge         8 Series PCI Express Root Port 1
/0/100/1c.3            bridge         8 Series PCI Express Root Port 4
/0/100/1c.3/0  wlp2s0  network        Centrino Advanced-N 6235
/0/100/1d              bus            8 Series USB EHCI #1
/0/100/1d/1    usb3    bus            EHCI Host Controller
/0/100/1d/1/1          bus            USB hub
/0/100/1f              bridge         8 Series LPC Controller
/0/100/1f.2            storage        8 Series SATA Controller 1 [AHCI mode]
/0/100/1f.3            bus            8 Series SMBus Controller
/1                     power          To Be Filled By O.E.M.

Last edited by C-x_C-s (2014-10-05 10:36:48)

Offline

#2 2014-10-05 10:50:31

clfarron4
Member
From: London, UK
Registered: 2013-06-28
Posts: 2,170
Website

Re: Can't install 32 but packages

C-x_C-s wrote:
#[multilib-testing]
[b]SigLevel = PackageRequired[/b]
Include = /etc/pacman.d/mirrorlist

#[multilib]
[b]SigLevel = PackageRequired[/b]
Include = /etc/pacman.d/mirrorlist

You need to also uncomment the [multilib] line (and the [multilib-testing] if you're using [testing]).

Also, you don't need those SigLevel lines and I suggest you remove those two you added.

Also [ code ] tags.


Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository

Offline

#3 2014-10-05 18:38:57

C-x_C-s
Member
Registered: 2014-10-05
Posts: 3

Re: Can't install 32 but packages

That worked, thanks you.

code tags notes 

In summary (for other people who may be hit by the same problem ....
Look at the links above, but in your /etc/pacman.conf, uncomment both the
Include= line and the [multilib] line

Offline

Board footer

Powered by FluxBB