Package Details: pcem-git 17.r197.g33a4bc6c-1

Git Clone URL: https://aur.archlinux.org/pcem-git.git (read-only, click to copy)
Package Base: pcem-git
Description: Emulator for various IBM PC computers and clones - development version
Upstream URL: http://pcem-emulator.co.uk/
Keywords: emulator pc pcem
Licenses: GPL2
Conflicts: pcem
Submitter: FredBezies
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 3
Popularity: 0.009215
First Submitted: 2020-06-30 19:07 (UTC)
Last Updated: 2023-11-29 10:47 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-06-13 17:22 (UTC)

Thanks for the fix!

MarsSeed commented on 2023-06-13 16:34 (UTC)

Broken by Arch packaging change.

Needs to use wx-config, not wx-config-gtk3, after wxgtk3 dependency got renamed in Arch repo to wxwidgets-gtk3.

Bco1981 commented on 2022-06-17 15:47 (UTC) (edited on 2022-06-17 16:13 (UTC) by Bco1981)

I have libpcap installed, but i can't select pcap from the "configure host" menu.

just did a yay -S pcem-git.

I saw this after i couldn't find pcap as a option in the host config.

PCem vNext - Build Type: Release
***************************************************************
OS Building For: Linux
System Processor: x86_64
***************************************************************
Plugin Support: ON
Networking Support: ON
       PCAP Networking Support: ON
ALSA MIDI Support: ON
Experimental Modules: OFF
***************************************************************

And

-- Found ALSA: /usr/lib/libasound.so (found version "1.2.6.1") 
-- Found PCAP: /usr/lib/libpcap.so  
-- Performing Test PCAP_LINKS_SOLO
-- Performing Test PCAP_LINKS_SOLO - Success
-- Looking for pcap_get_pfring_id
-- Looking for pcap_get_pfring_id - not found
-- Looking for pcap_set_immediate_mode
-- Looking for pcap_set_immediate_mode - found
-- Looking for pcap_set_tstamp_precision
-- Looking for pcap_set_tstamp_precision - found

i can't seem to find any package i can install to get the "pcap_get_pfring_id" other then Readline, and i have that.

And tcpdump works, though i have to sudo to use it.

yataghan012 commented on 2022-03-18 09:46 (UTC) (edited on 2022-03-18 09:48 (UTC) by yataghan012)

Build error on Manjaro, I don't understand:

[6/348] Compiling C object src/plugin-api/libpcem.so.p/paths.c.o
FAILED: src/plugin-api/libpcem.so.p/paths.c.o 
cc -Isrc/plugin-api/libpcem.so.p -Isrc/plugin-api -I../src/plugin-api -I../includes/private -I../includes/private/bus -I../includes/private/cdrom -I../includes/private/codegen -I../includes/private/cpu -I../includes/private/devices -I../includes/private/disc -I../includes/private/flash -I../includes/private/floppy -I../includes/private/hdd -I../includes/private/ide -I../includes/private/joystick -I../includes/private/keyboard -I../includes/private/lpt -I../includes/private/memory -I../includes/private/mfm -I../includes/private/models -I../includes/private/mouse -I../includes/private/networking -I../includes/private/plugin-api -I../includes/private/scsi -I../includes/private/sound -I../includes/private/video -I../includes/private/wx-ui -I../includes/public -I/usr/include/SDL2 -I/usr/include/AL -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -fdiagnostics-color=always -Wall -Winvalid-pch -O3 '-DPCEM_VERSION_STRING="vNext"' -fcommon -DPLUGIN_ENGINE -DUSE_NETWORKING -DUSE_PCAP_NETWORKING -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_REENTRANT -MD -MQ src/plugin-api/libpcem.so.p/paths.c.o -MF src/plugin-api/libpcem.so.p/paths.c.o.d -o src/plugin-api/libpcem.so.p/paths.c.o -c ../src/plugin-api/paths.c
En el fichero incluido desde ../src/plugin-api/paths.c:6:
../includes/private/wx-ui/wx-utils.h:3:10: error fatal: wx/defs.h: No existe el fichero o el directorio
    3 | #include <wx/defs.h>
      |          ^~~~~~~~~~~
compilación terminada.
ninja: build stopped: subcommand failed.
==> ERROR: Se produjo un fallo en build().
    Cancelando...

rvalles commented on 2022-01-25 19:05 (UTC) (edited on 2022-01-25 19:05 (UTC) by rvalles)

@FredBezies: A little different today. Still broken.

==> Entering fakeroot environment...
==> Starting package()...
ninja: error: unknown target 'install'
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: pcem-git

rvalles commented on 2022-01-21 21:29 (UTC) (edited on 2022-01-21 21:31 (UTC) by rvalles)

@FredBezies: This seems more than a little broken.

==> Entering fakeroot environment...
==> Starting package()...
make: *** No rule to make target 'install'.  Stop.
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: pcem-git

FredBezies commented on 2022-01-20 19:31 (UTC)

@gradiian: PKGBUILD needed a little cleanup. Bug fixed.