A few minutes ago:
$ pacman -Syu
:: Sincronizzazione dei database in corso...
mingw32 è aggiornato
mingw64 è aggiornato
msys è aggiornato
:: Starting core system upgrade...
non ci sono aggiornamenti disponibili
:: Aggiornamento del sistema in corso...
:: Vuoi sostituire mingw-w64-x86_64-graphite2 con mingw64/mingw-w64-x86_64-graphite2? [S/n] S
risoluzione delle dipendenze in corso...
ricerca dei pacchetti in conflitto in corso...
Pacchetti (2) mingw-w64-x86_64-graphite2-1.3.8-1 mingw-w64-x86_64-graphite2-1.3.8-1 [rimozione]
Dimensione totale dei pacchetti da installare: 0,36 MiB
Dimensione netta dell'aggiornamento: -0,36 MiB
:: Vuoi procedere con l'installazione? [S/n]
(1/1) verifica delle chiavi presenti nel portachiavi [####################################] 100% (1/1) verifica dell'integrità dei pacchetti [####################################] 100% (1/1) caricamento dei file dei pacchetti [####################################] 100% (1/1) controllo dei conflitti in corso [####################################] 100% (2/2) controllo dello spazio disponibile sul disco [####################################] 100% :: Elaborazione delle modifiche al pacchetto...
(1/1) rimozione in corso di mingw-w64-x86_64-graphite2 [####################################] 100% errore: impossibile rimuovere la voce mingw-w64-x86_64-graphite2-1.3.8-1 del database
errore: impossibile rimuovere la voce 'mingw-w64-x86_64-graphite2' dalla cache
(1/1) reinstallazione mingw-w64-x86_64-graphite2 [####################################] 100%
It seems that pacman wanto to change mingw-w64-x86_64-graphite2 with itself and fails (obviously)...
How to fix this?
Please look first to github issues before posting something that is already reported or solved.
https://github.com/Alexpux/MINGW-packages/commit/9171d34cc5cad0134df09ba02bb0962ef86930ea#commitcomment-17089181
Hmm... the only package I install myself is mingw-w64-emacs-git (when it builds [1])..
..and is not yet clear if we have to wait for a graphite2 update or if we have to take some step to workaround it...
Hi Alexx, BTW have you read this:
http://lists.gnu.org/archive/html/emacs-devel/2016-04/msg00359.html
In short, use
./autogen.sh all
instead of
./autogen.sh
to build mingw-emacs-git.. (yese yes, I know it has been expelled from the distro..)
I'm not read it. Feel free to fix PKGBUILD and send pull request. Also why you write it in this ticket?