sudo pacman -U pkg
caricamento dei pacchetti in corso...
risoluzione delle dipendenze in corso...
ricerca dei pacchetti in conflitto in corso...
Pacchetti (3) lib32-tcp_wrappers-7.6-19 steam-manjaro-1.0.0.53-1 tcp_wrappers-7.6-17
Dimensione totale dei pacchetti da installare: 2,93 MiB
Dimensione netta dell'aggiornamento: -0,08 MiB
:: Vuoi procedere con l'installazione? [S/n] s
(3/3) verifica delle chiavi presenti nel portachiavi [################################################################] 100%
(3/3) verifica dell'integrità dei pacchetti [################################################################] 100%
(3/3) caricamento dei file dei pacchetti [################################################################] 100%
(3/3) controllo dei conflitti in corso [################################################################] 100%
:: Elaborazione delle modifiche al pacchetto...
(1/3) aggiornamento in corso di tcp_wrappers [################################################################] 100%
(2/3) aggiornamento in corso di lib32-tcp_wrappers [################################################################] 100%
(3/3) aggiornamento in corso di steam-manjaro [################################################################] 100%
If you are running x86_64, you need the lib32 opt depends for your driver - check that mhwd has it correctly set
If you are having problems with the steam license, remove .steam and .local/share/Steam
Library issues can be fixed with the Steam (Purge Libraries) launcher
Check https://archived.forum.manjaro.org/index.php?topic=16054.msg149783 for info
:: Esecuzione degli hook di post-transazione...
(1/2) Updating icon theme caches...
(2/2) Updating the desktop file MIME type cache...
It's gone well, Steam and ginkgo-cadx are both ok
However lib32-tcp_wrappers and lib32-libwrap conflicts on filesystem like 64bit versions did before
Adding this to lib32-tcp_wrappers pkgbuild should be ok?
provides=('lib32-tcp_wrappers-libs' 'lib32-libwrap')
conflicts=('lib32-tcp_wrappers-libs' 'lib32-libwrap')
https://github.com/FabioLolix/packages-multilib/blob/master/lib32-tcp_wrappers/PKGBUILD
see https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/lib32-libwrap
For curoisity why we can't use Arch upstream version of tcp-wrappers/lib32-libwrap?
There is a problem with the patches they're using?