Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249542 - dev-util/mono-tools-2.0 fails when trying to emerge in screen (or possible simply not in X)
Summary: dev-util/mono-tools-2.0 fails when trying to emerge in screen (or possible si...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 234305
  Show dependency tree
 
Reported: 2008-12-01 22:30 UTC by Denis Misiurca
Modified: 2008-12-25 23:20 UTC (History)
0 users

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


Attachments
Build log (dev-util:mono-tools-2.0:20081201-222407.log,72.70 KB, text/plain)
2008-12-01 22:30 UTC, Denis Misiurca
Details
emerge --info output (emerge-info.txt,4.49 KB, text/plain)
2008-12-01 22:32 UTC, Denis Misiurca
Details

Note You need to log in before you can comment on or make changes to this bug.
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.