Package Details: i8086emu-git 0.9.2.r35.1143f09-4

Git Clone URL: https://aur.archlinux.org/i8086emu-git.git (read-only, click to copy)
Package Base: i8086emu-git
Description: Cross-platform emulator for the Intel 8086 microprocessor
Upstream URL: http://i8086emu.sourceforge.net/
Keywords: 8086 emulator
Licenses: GPL
Conflicts: i8086emu
Provides: i8086emu
Submitter: Un1Gfn
Maintainer: MGislv
Last Packager: MGislv
Votes: 1
Popularity: 0.000017
First Submitted: 2019-02-22 09:37 (UTC)
Last Updated: 2021-12-22 16:35 (UTC)

Latest Comments

souravdas142 commented on 2021-07-12 16:05 (UTC)

@Un1Gfn , Thank you compiling successfully.

Un1Gfn commented on 2021-07-12 14:41 (UTC) (edited on 2021-07-12 14:43 (UTC) by Un1Gfn)

@souravdas142

Recently pacman started to enforce -Wformat -Werror=format-security in /etc/makepkg.conf

I didn't notice it because my /etc/makepkg.conf hasn't been overwritten.

I have added a little patch to make gcc happy again.

(Similar issue when building gcc itself, from the Arch team.)

Un1Gfn commented on 2021-07-12 04:35 (UTC) (edited on 2021-07-12 14:14 (UTC) by Un1Gfn)

@souravdas142

Sorry for the delay.

Your error is on lines 2585~2595.

A similar bug has been reported to the upstream.

Will see if I can find some workaround.

souravdas142 commented on 2021-07-07 11:38 (UTC) (edited on 2021-07-07 11:40 (UTC) by souravdas142)

can't compile. Here is the full log : https://pastebin.com/cKgyWWEj

      |                            ^
[ 96%] Linking C executable ../bin/i8086text
cd /home/sourav/.cache/yay/i8086emu-git/src/i8086emu/i8086emu/cmake_build_gui/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/i8086text.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-pr
otection -fcf-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -rdynamic CMakeFiles/i8086text.dir/i8086text.c.o -o ../bin/i8086text  ../lib/libi8086emu.a -l
ncurses -ldl
make[2]: Leaving directory '/home/sourav/.cache/yay/i8086emu-git/src/i8086emu/i8086emu/cmake_build_gui'
[ 96%] Built target i8086text
make[2]: Leaving directory '/home/sourav/.cache/yay/i8086emu-git/src/i8086emu/i8086emu/cmake_build_gui'
make[1]: *** [CMakeFiles/Makefile2:167: src/CMakeFiles/i8086gui.dir/all] Error 2
make[1]: Leaving directory '/home/sourav/.cache/yay/i8086emu-git/src/i8086emu/i8086emu/cmake_build_gui'
make: *** [Makefile:94: all] Error 2
make: Leaving directory '/home/sourav/.cache/yay/i8086emu-git/src/i8086emu/i8086emu/cmake_build_gui'
==> ERROR: A failure occurred in build().
    Aborting...
error making: i8086emu-git

Here is the full log : https://pastebin.com/cKgyWWEj

Un1Gfn commented on 2021-03-29 07:16 (UTC) (edited on 2021-03-29 07:17 (UTC) by Un1Gfn)

extern.patch has been submitted to upstream

Un1Gfn commented on 2021-03-27 14:25 (UTC) (edited on 2021-03-27 14:27 (UTC) by Un1Gfn)

@La_Liability Now there is a desktop entry and a text/vnd.i8086emu MIME. Do these work?

Koushik_Sahu commented on 2021-03-21 19:57 (UTC) (edited on 2021-03-24 19:04 (UTC) by Koushik_Sahu)

@Un1Gfn The installation works now. It seems like there is no .desktop file, and thus there is no desktop icon or program icon in the program tray. To launch the program run the command:

/usr/bin/i8086gui

or simply

i8086gui

Un1Gfn commented on 2021-03-21 16:43 (UTC)

@La_Liability

Patched. Try again?

Koushik_Sahu commented on 2021-03-21 05:29 (UTC)

Installing the package throws the following error:

collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/i8086gui.dir/build.make:179: bin/i8086gui] Error 1
make[1]: *** [CMakeFiles/Makefile2:181: src/CMakeFiles/i8086gui.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
==> ERROR: A failure occurred in build().