Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 766764 - app-emulation/wine-staging-6.0 won't build with Vulkan due to missing 'gdi32.res'
Summary: app-emulation/wine-staging-6.0 won't build with Vulkan due to missing 'gdi32....
Status: RESOLVED DUPLICATE of bug 762781
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-23 22:15 UTC by Iade Gesso
Modified: 2021-03-03 17:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (build.log.tar.xz,95.04 KB, application/x-xz)
2021-01-23 22:19 UTC, Iade Gesso
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Iade Gesso 2021-01-23 22:15:10 UTC
Latest unstable wine-staging version (6.0) doesn't build with the vulkan use flag enabled. It gives an error that indicates a missing file required by the build process:

tools/winegcc/winegcc -o dlls/gdi32/gdi32.dll.so --wine-objdir . -fno-PIC -fasynchronous-unwind-tables -shared \
  /tmp/portage/app-emulation/wine-staging-6.0/work/wine-6.0/dlls/gdi32/gdi32.spec -mno-cygwin \
  dlls/gdi32/bidi.o dlls/gdi32/bitblt.o dlls/gdi32/bitmap.o dlls/gdi32/brush.o dlls/gdi32/clipping.o \
  dlls/gdi32/dc.o dlls/gdi32/dib.o dlls/gdi32/dibdrv/bitblt.o dlls/gdi32/dibdrv/dc.o \
  dlls/gdi32/dibdrv/graphics.o dlls/gdi32/dibdrv/objects.o dlls/gdi32/dibdrv/primitives.o \
  dlls/gdi32/driver.o dlls/gdi32/enhmetafile.o dlls/gdi32/enhmfdrv/bitblt.o dlls/gdi32/enhmfdrv/dc.o \
  dlls/gdi32/enhmfdrv/graphics.o dlls/gdi32/enhmfdrv/init.o dlls/gdi32/enhmfdrv/objects.o \
  dlls/gdi32/font.o dlls/gdi32/gdiobj.o dlls/gdi32/icm.o dlls/gdi32/mapping.o dlls/gdi32/metafile.o \
  dlls/gdi32/mfdrv/bitblt.o dlls/gdi32/mfdrv/dc.o dlls/gdi32/mfdrv/graphics.o \
  dlls/gdi32/mfdrv/init.o dlls/gdi32/mfdrv/objects.o dlls/gdi32/mfdrv/text.o dlls/gdi32/opengl.o \
  dlls/gdi32/painting.o dlls/gdi32/palette.o dlls/gdi32/path.o dlls/gdi32/pen.o \
  dlls/gdi32/printdrv.o dlls/gdi32/region.o dlls/gdi32/uniscribe/bidi.o \
  dlls/gdi32/uniscribe/bracket.o dlls/gdi32/uniscribe/breaking.o dlls/gdi32/uniscribe/direction.o \
  dlls/gdi32/uniscribe/indic.o dlls/gdi32/uniscribe/indicsyllable.o dlls/gdi32/uniscribe/linebreak.o \
  dlls/gdi32/uniscribe/mirror.o dlls/gdi32/uniscribe/opentype.o dlls/gdi32/uniscribe/shape.o \
  dlls/gdi32/uniscribe/shaping.o dlls/gdi32/uniscribe/usp10.o dlls/gdi32/vertical.o \
  dlls/gdi32/vulkan.o dlls/gdi32/gdi32.res -lsetupapi -ladvapi32 dlls/ucrtbase/libucrtbase.a \
  -Wl,-delayload,setupapi.dll -Wl,-O1 -Wl,--as-needed
winegcc: File does not exist: dlls/gdi32/gdi32.res
make: *** [Makefile:163486: dlls/gdi32/gdi32.dll.so] Errore 2
 * ERROR: app-emulation/wine-staging-6.0::gentoo failed (compile phase):
 *   emake failed


Regards,

Iade Gesso, PhD

Reproducible: Always

Steps to Reproduce:
Simply build it with the vulkan use flag enabled...
Comment 1 Iade Gesso 2021-01-23 22:19:12 UTC
Created attachment 684270 [details]
Build log
Comment 2 Ionen Wolkens gentoo-dev 2021-01-24 00:04:24 UTC
tools/wrc/wrc: invalid option -- 'p'
tools/wrc/wrc: invalid option -- 't'

*** This bug has been marked as a duplicate of bug 762781 ***