Package Details: bochs-svn 2.6.11.r14203-1

Git Clone URL: https://aur.archlinux.org/bochs-svn.git (read-only, click to copy)
Package Base: bochs-svn
Description: A portable x86 PC emulation software package, including GUI debugger (SVN Snapshot)
Upstream URL: http://bochs.sourceforge.net/
Licenses: LGPL
Conflicts: bochs
Submitter: cykusz
Maintainer: cykusz
Last Packager: cykusz
Votes: 0
Popularity: 0.000000
First Submitted: 2020-02-28 14:20 (UTC)
Last Updated: 2021-03-27 17:33 (UTC)

Latest Comments

j4cobgarby commented on 2021-03-26 11:05 (UTC)

That seems to work great, thanks for the fast fix :)

cykusz commented on 2021-03-26 10:58 (UTC)

I fixed the package and it should work now. Can you give it a try?

Upstream bug report: https://sourceforge.net/p/bochs/bugs/1430

j4cobgarby commented on 2021-03-26 09:17 (UTC)

I get the following error while compiling this package:

g++ -c  -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -pthread    -I./../host/linux/pcidev pcidev.cc -o pcidev.o
pcidev.cc:245:43: error: macro "BX_UNREGISTER_DEVICE_DEVMODEL" requires 2 arguments, but only 1 given
  245 |     BX_UNREGISTER_DEVICE_DEVMODEL("pcidev");
      |                                           ^
In file included from iodev.h:29,
                 from pcidev.cc:34:
../plugin.h:81: note: macro "BX_UNREGISTER_DEVICE_DEVMODEL" defined here
   81 | #define BX_UNREGISTER_DEVICE_DEVMODEL(a,b) pluginUnregisterDeviceDevmodel(a,b)
      | 
pcidev.cc: In member function ‘virtual void bx_pcidev_c::init()’:
pcidev.cc:245:5: error: ‘BX_UNREGISTER_DEVICE_DEVMODEL’ was not declared in this scope
  245 |     BX_UNREGISTER_DEVICE_DEVMODEL("pcidev");
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:117: pcidev.o] Error 1
make[1]: Leaving directory '/home/j4cobgarby/.cache/yay/bochs-svn/src/bochs-svn/iodev'
make: *** [Makefile:297: iodev/libiodev.a] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error making: bochs-svn