Package Details: detect-it-easy-git 3.10.r18916.f0655a9-1

Git Clone URL: https://aur.archlinux.org/detect-it-easy-git.git (read-only, click to copy)
Package Base: detect-it-easy-git
Description: Detect It Easy, or abbreviated "DIE" is a program for determining types of files
Upstream URL: https://horsicq.github.io
Keywords: binary compiler cryptor debugger decompiler disassembler ELF executable horsicq MACH MSDOS OEP open-source packer PEiD plugin reverse-engineering signature unpacker
Licenses: MIT
Conflicts: detect-it-easy
Provides: detect-it-easy
Submitter: class101
Maintainer: class101 (horsicq, Misaka13514)
Last Packager: Misaka13514
Votes: 9
Popularity: 0.038690
First Submitted: 2021-06-05 16:30 (UTC)
Last Updated: 2025-06-08 03:49 (UTC)

Latest Comments

1 2 Next › Last »

filiplaurentiu commented on 2025-11-12 15:58 (UTC)

make[2]: Entering directory '/home/filip/.cache/yay/detect-it-easy-git/src/DIE-engine/XArchive/3rdparty/bzip2'
/usr/lib/qt5/bin/qmake -o Makefile bzip2.pro
make[2]: /usr/lib/qt5/bin/qmake: No such file or directory
make[2]: *** [Makefile:259: Makefile] Error 127
make[2]: Leaving directory '/home/filip/.cache/yay/detect-it-easy-git/src/DIE-engine/XArchive/3rdparty/bzip2'
make[1]: *** [Makefile:56: sub-3rdparty-bzip2-clean] Error 2
make[1]: Leaving directory '/home/filip/.cache/yay/detect-it-easy-git/src/DIE-engine/XArchive'
make: *** [Makefile:56: sub----XArchive-clean] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: detect-it-easy-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
detect-it-easy-git - exit status 4
➜  ~ which qmake
/usr/bin/qmake

It expects qmake to be at /usr/lib/qt5/bin/qmake but is at different location

BJNFNE commented on 2025-06-21 06:34 (UTC)

Hi, I am from the Detect It Easy Team,

I recently added official build instructions for Detect It Easy: https://github.com/horsicq/Detect-It-Easy/blob/master/docs/BUILD.md

taotieren commented on 2025-02-13 07:46 (UTC) (edited on 2025-02-13 07:49 (UTC) by taotieren)

Upstream icon storage path modification, hopefully synchronized. Thank you.

https://github.com/horsicq/DIE-engine/blob/master/PKGBUILD

https://github.com/horsicq/DIE-engine/tree/master/LINUX/hicolor/48x48/apps/io.github.horsicq.detect-it-easy.png

Ignored 13 untranslated source text(s)
==> Entering fakeroot environment...
==> Starting package()...
==> Creating the package base
==> Copying the package binaries
==> Copying the package files
==> Setting up /usr/bin launchers
==> Setting up desktop icon
install: cannot stat 'LINUX/hicolor/48x48/apps/detect-it-easy.png': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...

DarkShadow44 commented on 2023-12-01 21:09 (UTC) (edited on 2023-12-01 21:09 (UTC) by DarkShadow44)

I get install: cannot stat 'Detect-It-Easy/info/*': No such file or directory as well. Any fix?

silverhikari commented on 2022-08-25 19:09 (UTC)

why was the pkgver function removed?

class101 commented on 2022-03-12 18:15 (UTC) (edited on 2022-08-19 21:05 (UTC) by class101)

Edit: The original author is added so he will try to fix when he has time


I'm busy with work and don't have access to my workstation so I can't fix this yet but if anyone want I can add you as maintainer. But be aware that this package receives a lot of unstable commits, it frequently breaks fom compiling, and top of that, it has a weird packaging architecture from the source code, very boring to maintain :D

eldritch_cookie commented on 2022-02-27 16:22 (UTC) (edited on 2022-02-27 16:23 (UTC) by eldritch_cookie)

i am unable to build this package, i get the following error

In file included from ../../FormatWidgets/SearchSignatures/searchsignatureswidget.h:34,
                 from ../../FormatWidgets/SearchSignatures/dialogsearchsignatures.h:25,
                 from ../../FormatDialogs/dialoghexsignature.h:29,
                 from ../../Controls/xdevicetableview.h:26,
                 from ../../XHexView/xhexview.h:24,
                 from ../../XHexView/dialoghexview.h:24,
                 from guimainwindow.h:28,
                 from guimainwindow.cpp:21:
../../Formats/xformats.h:37:10: fatal error: xpdf.h: No such file or directory
   37 | #include "xpdf.h"
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:16349: guimainwindow.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...