Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 653880 - app-emulation/wine-any compilation hangs on x86
Summary: app-emulation/wine-any compilation hangs on x86
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-23 12:47 UTC by Michał Dec
Modified: 2018-04-24 20:05 UTC (History)
2 users (show)

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


Attachments
xz of /var/tmp/portage/app-emulation/wine-any-2.21/temp/build.log (build.log.xz,115.07 KB, application/x-xz)
2018-04-24 08:50 UTC, Michał Dec
Details
xz of `emerge --info wine-any` (emerge.info.wine-any.xz,2.59 KB, application/x-xz)
2018-04-24 08:50 UTC, Michał Dec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Dec 2018-04-23 12:47:37 UTC
Compilation simply hangs and does not proceed. This is the last output:

make[1]: Leaving directory '/var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21-abi_x86_32.x86/programs/winedbg'

After that, there isn't anything happening.
Comment 1 Michał Dec 2018-04-23 15:01:38 UTC
Here are the commands running:

portage  14640  0.0  0.0   4156  2832 pts/0    S+   12:29   0:00 /usr/i686-pc-linux-gnu/gcc-bin/6.4.0/i686-pc-linux-gnu-gcc -c -o server.o /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/dlls/ntdll/server.c -I. -I/var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/dlls/ntdll -I../../include -I/var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/include -D__WINESRC__ -D_NTSYSTEM_ -D_REENTRANT -fPIC -Wall -pipe -fno-tree-loop-distribute-patterns -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -fno-omit-frame-pointer -O2 -march=i686 -pipe -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
portage  14642 99.8  1.7 163672 148068 pts/0   R+   12:29 150:18 /usr/libexec/gcc/i686-pc-linux-gnu/6.4.0/cc1 -quiet -I . -I /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/dlls/ntdll -I ../../include -I /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/include -D __WINESRC__ -D _NTSYSTEM_ -D _REENTRANT -U _FORTIFY_SOURCE -D _FORTIFY_SOURCE=0 /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/dlls/ntdll/server.c -quiet -dumpbase server.c -march=i686 -auxbase-strip server.o -O2 -Wall -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers -Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op -fPIC -fno-tree-loop-distribute-patterns -fno-strict-aliasing -fno-omit-frame-pointer -o -
portage  14644  0.0  0.0   7388  5448 pts/0    S+   12:29   0:00 /usr/lib/gcc/i686-pc-linux-gnu/6.4.0/../../../../i686-pc-linux-gnu/bin/as -I . -I /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/dlls/ntdll -I ../../include -I /var/tmp/portage/app-emulation/wine-any-2.21/work/wine-2.21/include --32 -o server.o
portage  28187  0.0  0.0   2304  1452 pts/0    S+   12:22   0:00 [app-emulation/wine-any-2.21] sandbox /usr/lib/portage/python3.6/ebuild.sh compile
Comment 2 Jonas Stein gentoo-dev 2018-04-23 21:35:17 UTC
Thank you for the report. Please recompile and *attach* the logfiles and 
paste the emerge info as described on
https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket
Please reopen this ticket (Status:unconfirmed) afterwards.
Comment 3 Michał Dec 2018-04-24 08:50:29 UTC
Created attachment 528408 [details]
xz of /var/tmp/portage/app-emulation/wine-any-2.21/temp/build.log

Package compilation log. The last 2 lines are the effect of the user stopping the hanged compilation process:
sandbox:stop  caught signal 2 in pid 17329
sandbox:stop  Send signal 4 more times to force SIGKILL
Comment 4 Michał Dec 2018-04-24 08:50:54 UTC
Created attachment 528410 [details]
xz of `emerge --info wine-any`