Strange error while updating

Hello
Getting a strange error while updating. Never seen this before and can’t find anyone else posting any similar.
Sorry for swedish in the log, but i hope you see the error anyway. Otherwise i have to try change the locale again, but it was a mess last time i did that =)

(526/526) Kontrollerar nycklarna i nyckelringen                                                         [--------------------------------------------------------------] 100%
(526/526) Kontrollerar paketintegriteten                                                                [--------------------------------------------------------------] 100%
(526/526) Läser in paketfiler                                                                           [--------------------------------------------------------------] 100%
(526/526) Letar efter krockar mellan filer                                                              [--------------------------------------------------------------] 100%
FEL: Kunde inte påbörja transaktionen (motstridiga filer)
pahole: /usr/bin/btfdiff finns redan
pahole: /usr/bin/codiff finns redan
pahole: /usr/bin/ctracer finns redan
pahole: /usr/bin/dtagnames finns redan
pahole: /usr/bin/fullcircle finns redan
pahole: /usr/bin/ostra-cg finns redan
pahole: /usr/bin/pahole finns redan
pahole: /usr/bin/pdwtags finns redan
pahole: /usr/bin/pfunct finns redan
pahole: /usr/bin/pglobal finns redan
pahole: /usr/bin/prefcnt finns redan
pahole: /usr/bin/scncopy finns redan
pahole: /usr/bin/syscse finns redan
pahole: /usr/include/dwarves/btf_encoder.h finns redan
pahole: /usr/include/dwarves/config.h finns redan
pahole: /usr/include/dwarves/ctf.h finns redan
pahole: /usr/include/dwarves/dutil.h finns redan
pahole: /usr/include/dwarves/dwarves.h finns redan
pahole: /usr/include/dwarves/dwarves_emit.h finns redan
pahole: /usr/include/dwarves/dwarves_reorganize.h finns redan
pahole: /usr/include/dwarves/elf_symtab.h finns redan
pahole: /usr/include/dwarves/elfcreator.h finns redan
pahole: /usr/include/dwarves/gobuffer.h finns redan
pahole: /usr/include/dwarves/hash.h finns redan
pahole: /usr/include/dwarves/libctf.h finns redan
pahole: /usr/include/dwarves/list.h finns redan
pahole: /usr/include/dwarves/rbtree.h finns redan
pahole: /usr/lib/libdwarves.so finns redan
pahole: /usr/lib/libdwarves.so.1 finns redan
pahole: /usr/lib/libdwarves.so.1.0.0 finns redan
pahole: /usr/lib/libdwarves_emit.so finns redan
pahole: /usr/lib/libdwarves_emit.so.1 finns redan
pahole: /usr/lib/libdwarves_emit.so.1.0.0 finns redan
pahole: /usr/lib/libdwarves_reorganize.so finns redan
pahole: /usr/lib/libdwarves_reorganize.so.1 finns redan
pahole: /usr/lib/libdwarves_reorganize.so.1.0.0 finns redan
pahole: /usr/lib/python3.10/site-packages/__pycache__/ostra.cpython-310.opt-1.pyc finns redan
pahole: /usr/lib/python3.10/site-packages/__pycache__/ostra.cpython-310.pyc finns redan
pahole: /usr/lib/python3.10/site-packages/ostra.py finns redan
pahole: /usr/share/dwarves/runtime/Makefile finns redan
pahole: /usr/share/dwarves/runtime/ctracer_relay.c finns redan
pahole: /usr/share/dwarves/runtime/ctracer_relay.h finns redan
pahole: /usr/share/dwarves/runtime/linux.blacklist.cu finns redan
pahole: /usr/share/man/man1/pahole.1.gz finns redan
Fel uppstod, inga paket uppgraderades.

I translated the above messages, and based on those 2 messages from the OP, I would take a look at:

3. 1 “Failed to commit transaction (conflicting files)” error

The conflicting files are from the package “pahole” (extra repo) or “pahole-git” (AUR)

I’m guessing that you have the AUR package installed, if so try uninstall it and see if the conflicts go away.

$ pamac search pahole
pahole-git                                         1.13.r6.g568dae4-1     AUR 
    Various DWARF utils
pahole                                 [Installed] 1:1.24+r29+g02d67c5-1  extra 
    Pahole and other DWARF utils

just type

LC_ALL=c

before the command to get english output

This :point_up: seems like it has something to do with conflicting files. And this :point_down:

…along with this :point_down:

Seems to confirm it. Which means you’re trying to install, or use, or upgrade both at the same time, while you can obviously not.

So, you need to decide which one you want, and only one, and install that.

For pahole-git, which is an AUR package:

pamac build pahole-git

For pahole, which is in the community repository:

pamac install pahole

Further reading:


:bangbang: Tip:

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

2 Likes

Thanks for the help! Reinstall this pahole package solved the problem. And thanks for the tip with LC_ALL=C, had no idea about this =)

Now everything is up to date again!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.