Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249542

Summary: dev-util/mono-tools-2.0 fails when trying to emerge in screen (or possible simply not in X)
Product: Gentoo Linux Reporter: Denis Misiurca <infoman1985>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 234305    
Attachments: Build log
emerge --info output

Description Denis Misiurca 2008-12-01 22:30:25 UTC
Trying do emerge -uDavN in screen session. One of upgraded packages is dev-util/mono-tools-2.0, which fails wint the following messages:

make[2]: Entering directory `/var/tmp/portage/dev-util/mono-tools-2.0/work/mono-tools-2.0/gendarme/swf-wizard-runner'
resgen2 /compile ./Wizard.resx,Wizard.resources
Read in 2 resources from '/var/tmp/portage/dev-util/mono-tools-2.0/work/mono-tools-2.0/gendarme/swf-wizard-runner/Wizard.resx'
Writing resource file...  Done.
X connection to localhost:10.0 broken (explicit kill or server shutdown).
make[2]: *** [Wizard.resources] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-util/mono-tools-2.0/work/mono-tools-2.0/gendarme/swf-wizard-runner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-util/mono-tools-2.0/work/mono-tools-2.0/gendarme'
make: *** [all-recursive] Error 1

Reproducible: Always

Steps to Reproduce:
1. Try to build mono-tools when not in X.
2. Oops.
Actual Results:  
Build failed


Build log and emerge --info attached.
Comment 1 Denis Misiurca 2008-12-01 22:30:58 UTC
Created attachment 174008 [details]
Build log
Comment 2 Denis Misiurca 2008-12-01 22:32:47 UTC
Created attachment 174010 [details]
emerge --info output
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-01 23:29:44 UTC
(In reply to comment #2)
> Created an attachment (id=174010) [edit]
> emerge --info output

Would it be possible to get you to emerge strace, watch the mono-tools emerge fail and do:
cd /var/tmp/portage/dev-util/mono-tools-2.0/work/mono-tools-2.0/gendarme/swf-wizard-runner/
strace resgen2 /compile ./Wizard.resx,Wizard.resources
Comment 4 Peter Alfredsen (RETIRED) gentoo-dev 2008-12-25 23:06:32 UTC
I've backported a patch for a similar failure to 2.0.1-r1. Please reopen if you can still reproduce.