Package Details: qemu-3dfx 9.2.2.r466.a2d25b3-1

Git Clone URL: https://aur.archlinux.org/qemu-3dfx.git (read-only, click to copy)
Package Base: qemu-3dfx
Description: MESA GL/3Dfx Glide pass-through for QEMU
Upstream URL: https://github.com/kjliew/qemu-3dfx
Keywords: qemu-3dfx
Licenses: GPL-2.0
Conflicts: qemu-3dfx
Provides: qemu-3dfx
Submitter: kharovtobi
Maintainer: kharovtobi
Last Packager: kharovtobi
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-23 05:52 (UTC)
Last Updated: 2025-07-27 06:30 (UTC)

Pinned Comments

kharovtobi commented on 2025-06-13 01:50 (UTC)

PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to mingw-w64-gcc compiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk

Latest Comments

1 2 3 Next › Last »

verod9 commented on 2026-05-31 05:59 (UTC)

Build is failing:

==> Making package: djgpp-djcrx 2.05-12 (Sun 31 May 2026 05:56:50 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> djgpp-gcc
==> ERROR: Could not resolve all dependencies.
 -> error making: djgpp-djcrx-exit status 8
==> Making package: openwatcom-v2 2.0_2025_11_03-2 (Sun 31 May 2026 05:56:51 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ow-snapshot_2025_11_03.tar.xz
  -> Found owsetenv.sh
==> Validating source files with md5sums...
    ow-snapshot_2025_11_03.tar.xz ... Passed
    owsetenv.sh ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
==> Sources are ready.
 -> openwatcom-v2-2.0_2025_11_03-2 already made -- skipping build
==> Making package: openwatcom-v2 2.0_2025_11_03-2 (Sun 31 May 2026 05:56:54 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
==> Making package: djgpp-gcc 14.2.0-1 (Sun 31 May 2026 05:56:56 AM UTC)
==> Checking runtime dependencies...
==> Missing dependencies:
  -> djgpp-djcrx
==> ERROR: Could not resolve all dependencies.
 -> error making: djgpp-gcc-exit status 8
==> Making package: qemu-3dfx 9.2.2.r466.a2d25b3-1 (Sun 31 May 2026 05:56:57 AM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> djgpp-djcrx
  -> djgpp-gcc
  -> openwatcom-v2
==> ERROR: Could not resolve all dependencies.
 -> error making: qemu-3dfx-exit status 8
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) openwatcom-v2-2.0_2025_11_03-2

Total Installed Size:  373.40 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                     [####################################] 100%
(1/1) checking package integrity                                   [####################################] 100%
(1/1) loading package files                                        [####################################] 100%
(1/1) checking for file conflicts                                  [####################################] 100%
(1/1) checking available disk space                                [####################################] 100%
:: Processing package changes...
(1/1) installing openwatcom-v2                                     [####################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
 -> Failed to install the following packages. Manual intervention is required:
qemu-3dfx - exit status 8
djgpp-djcrx - exit status 8
djgpp-gcc - exit status 8
[testuser@archlinux qemu-3dfx]$ 

Dubladon commented on 2025-11-09 16:15 (UTC)

hi, i can't build the 3dfx wrappers, it errors at;

make[1]: Entering directory '/home/richard/myqemu/qemu-3dfx-arch/wrappers/3dfx/dxe' CFLAGS -I../../../qemu-0/hw/3dfx -D__REV__="4e6c782-" -Wall -Werror -O3 -fomit-frame-pointer DXE glide2x.dxe i686-pc-msdosdjgpp-ld: cannot find -lc cp: cannot stat 'libfxgl2.a': No such file or directory cp: cannot stat 'glide2x.dxe': No such file or directory make[1]: *** [Makefile:26: glide2x.dxe] Error 1 make[1]: Leaving directory '/home/richard/myqemu/qemu-3dfx-arch/wrappers/3dfx/dxe' make: *** [Makefile:48: fxdrv] Error 2

however the mesa wrapper builds fine without errors.

yangling commented on 2025-09-09 10:04 (UTC)

@iPooPaLoT this error 'make: *** No rule to make target 'fxhook.o', needed by 'glide.dll'. Stop.' maybe “/etc/makepkg.conf MAKEFLAGS=-j ” 我comment MAEKFLAGS。the problem solved.

sgt-hartman commented on 2025-08-01 13:48 (UTC) (edited on 2025-08-01 13:49 (UTC) by sgt-hartman)

@iPooPaLoT

Having this exact same error i managed to compile this package. I'm not sure its the exact same for you but i my case it was because the package djgpp-djcrx was broken. This package provides i686-pc-msdosdjgpp-dxe3gen tool which is required to build wrappers. Without it some wrappers files did not compile silently (ie yay didn't stop the process).

I managed to compile djgpp-djcrx, i proposed a solution for that on the AUR package page: https://aur.archlinux.org/packages/djgpp-djcrx

kharovtobi commented on 2025-06-13 01:50 (UTC)

PSA - Wrappers does not work on Windows 9x because it compiles with UCRT instead of MSVCRT due to mingw-w64-gcc compiled with UCRT on mind. Compile and make wrappers in a different environment yourself until i find a fix or something idk

iPooPaLoT commented on 2025-04-13 18:33 (UTC)

Even tried it in a vm. Same results.

iPooPaLoT commented on 2025-04-13 01:24 (UTC)

Thanks but the build is still failing the same way.

kharovtobi commented on 2025-04-13 00:07 (UTC) (edited on 2025-04-13 00:07 (UTC) by kharovtobi)

@iPooPaLoT - must be the sse problem i'll fix it soon