Package Details: imhex 1.33.2-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: 47
Popularity: 0.48
First Submitted: 2020-12-04 11:19 (UTC)
Last Updated: 2024-03-23 22:01 (UTC)

Latest Comments

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

rubin55 commented on 2023-09-27 11:44 (UTC)

TakuikaNinja, KokaKiwi: these are not the root causes for this problem. I don't have a ~/.dotnet/tools directory, and I don't have *-bin variants installed (see previous comment for list of dotnet packages - I have no AUR dotnet packages).

Would be great if this could be fixed.

TakuikaNinja commented on 2023-09-27 11:22 (UTC)

1.31.0-2 will fail to build if ~/.dotnet/tools has not been added to PATH.

thrimbor commented on 2023-09-27 00:11 (UTC)

The update to 1.31.0-2 broke building the package:

-- Found matching .NET runtime version '7.0.11' path='/usr/share/dotnet/shared/'
CMake Error at cmake/modules/FindCoreClrEmbed.cmake:55 (get_filename_component):
  get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
  plugins/script_loader/CMakeLists.txt:3 (find_package)


-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

rubin55 commented on 2023-09-26 18:58 (UTC) (edited on 2023-09-26 18:59 (UTC) by rubin55)

I'm having the same issue with Cmake as Jenrikku. I don't have the *-bin packages installed:

$ pacman -Q | grep dotnet
dotnet-host 7.0.11.sdk111-1
dotnet-runtime 7.0.11.sdk111-1
dotnet-sdk 7.0.11.sdk111-1
dotnet-targeting-pack 7.0.11.sdk111-1

KokaKiwi commented on 2023-09-26 10:38 (UTC)

@Jenrikku Okay found the problem, it happens when you have the *-bin AUR packages and the official repos packages

KokaKiwi commented on 2023-09-26 10:14 (UTC)

@Jenrikku What dotnet packages are installed on your system?

Jenrikku commented on 2023-09-25 20:43 (UTC)

I am having an issue with the latest PKGBUILD:

CMake Error at cmake/modules/FindCoreClrEmbed.cmake:54 (get_filename_component):
  get_filename_component unknown component
  /usr/share/dotnet/packs/Microsoft.NETCore.App.Host.linux-x64
Call Stack (most recent call first):
  plugins/script_loader/CMakeLists.txt:3 (find_package)

Note: I am pretty sure that I have not modified my current dotnet installation and that the path that is being shown exists in my system and is a directory.

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