Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794040 - app-emulation/wine-vanilla-6.0 fails to compile on internal tool
Summary: app-emulation/wine-vanilla-6.0 fails to compile on internal tool
Status: RESOLVED DUPLICATE of bug 762781
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-03 14:42 UTC by Daniel Wagener
Modified: 2021-06-05 08:12 UTC (History)
1 user (show)

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


Attachments
build.log (build.log.bz2,49.87 KB, application/x-bzip)
2021-06-03 14:46 UTC, Daniel Wagener
Details
emerge --info (emerge_info,7.72 KB, text/plain)
2021-06-03 14:46 UTC, Daniel Wagener
Details
emerge -pqv (emerge_pqv,444 bytes, text/plain)
2021-06-03 14:47 UTC, Daniel Wagener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Wagener 2021-06-03 14:42:05 UTC
Compilation fails on running wrc tool with invalid options



Reproducible: Always

Steps to Reproduce:
1. emerge -1 -j1 --quiet-build=n =app-emulation/wine-vanilla-6.0
Actual Results:  
Compilation fails with

tools/wrc/wrc -u -o dlls/gdi32/gdi32.res --nostdinc --po-dir=po -Idlls/gdi32 \
  -I/ssd__1/portage/app-emulation/wine-vanilla-6.0/work/wine-6.0/dlls/gdi32 -Iinclude \
  -I/ssd__1/portage/app-emulation/wine-vanilla-6.0/work/wine-6.0/include \
  -I/ssd__1/portage/app-emulation/wine-vanilla-6.0/work/wine-6.0/include/msvcrt \
  -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 \
  -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/uuid -D__WINESRC__ -pthread \  
  -D_GDI32_ -D_UCRT /ssd__1/portage/app-emulation/wine-vanilla-6.0/work/wine-6.0/dlls/gdi32/gdi32.rc
tools/wrc/wrc: invalid option -- 'p'                                                                                                 
tools/wrc/wrc: invalid option -- 't'                                                                                                 


Expected Results:  
Successful emerge
Comment 1 Daniel Wagener 2021-06-03 14:46:29 UTC
Created attachment 713430 [details]
build.log
Comment 2 Daniel Wagener 2021-06-03 14:46:51 UTC
Created attachment 713433 [details]
emerge --info
Comment 3 Daniel Wagener 2021-06-03 14:47:09 UTC
Created attachment 713436 [details]
emerge -pqv
Comment 4 Daniel Wagener 2021-06-05 08:12:40 UTC
While further investigating I came across https://bugs.gentoo.org/762781

I apologize for not having checked the different package names of wine.

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