Package Details: imhex 1.37.4-1

Git Clone URL: https://aur.archlinux.org/imhex.git (read-only, click to copy)
Package Base: imhex
Description: A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM
Upstream URL: https://imhex.werwolv.net
Licenses: GPL-2.0-or-later
Conflicts: imhex-patterns-git
Provides: imhex-patterns
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 65
Popularity: 1.12
First Submitted: 2020-12-04 11:19 (UTC)
Last Updated: 2025-04-16 07:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

darkprof commented on 2023-09-21 17:59 (UTC)

pastebin

error: no matching function for call to ‘fmt::v10::formatter<hex::LangEntry>::format(const hex::LangEntry&, fmt::v10::basic_format_context<fmt::v10::appender, char>&)’

jaskij commented on 2023-08-12 02:40 (UTC)

For whatever reason, CMake on my system default to using Make and a single thread for builds.

A simple change of adding -j fixes this

@@ -97,7 +97,7 @@ build() {
     -D LIBPL_ENABLE_CLI=OFF \
     -D IMHEX_VERSION="$pkgver"

-  cmake --build build
+  cmake --build build -j
 }

 package() {

seqfault commented on 2023-08-05 20:04 (UTC)

hey @KokaKiwi, I have this error trying to run imhex: imhex: error while loading shared libraries: libfmt.so.9: cannot open shared object file: No such file or directory. arch updated to fmt10 recently, seems to be related

KokaKiwi commented on 2023-07-19 21:02 (UTC) (edited on 2023-07-19 21:03 (UTC) by KokaKiwi)

@heitzmann I won't drop the xdg-desktop-portal dependency as it allows users using DEs other than GTK/Gnome (like KDE in my case) using their DE native File Picker instead of the GTK one, allowing better integration with their DE

heitzmann commented on 2023-07-19 17:46 (UTC)

The xdg-desktop-portal dependency can be dropped by setting the cmake option IMHEX_USE_GTK_FILE_PICKER=ON (https://github.com/WerWolv/ImHex/issues/882)

This might be a better default just for the tighter integration (and fewer dependencies).

SunRed commented on 2023-06-10 13:24 (UTC)

Since this is not a git package, could you please set every git source to a specific commit or tag to also make this package reproducible and to not let paru classify this as a development package.

Cheers.

KokaKiwi commented on 2023-05-04 08:51 (UTC)

@targodan oops :D

targodan commented on 2023-05-04 08:48 (UTC)

imhex-patterns-git is listed as optional dependency and as conflicting. I don't know if imhex-patterns-git is a replacement or a complementing package, but one of the two things (optional dependecy, or conflict) is wrong. :)

optdepends=(
  'imhex-patterns-git: ImHex base patterns'
)
provides=('imhex-patterns')
conflicts=('imhex-patterns-git')

KokaKiwi commented on 2023-05-02 08:54 (UTC)

@k1gen You need to either delete all the /usr/lib/libimhex.so.* files or add --overwrite /usr/lib/libimhex.so.1.28.0 to pacman when upgrading imhex (only once, future update won't need this as the file is now part of the package)

seqfault commented on 2023-04-30 18:01 (UTC) (edited on 2023-04-30 18:02 (UTC) by seqfault)

I have this when updating:

error: failed to commit transaction (conflicting files)
imhex: /usr/lib/libimhex.so.1.28.0 exists in filesystem
Errors occurred, no packages were upgraded.