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

Bug 409409

Summary: app-misc/tomboy-1.6.1 - error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll' could not be found
Product: Gentoo Linux Reporter: Alessandro Surace <zioalex>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
emerge --info
config.log

Description Alessandro Surace 2012-03-23 08:10:45 UTC
When I try to build app-misc/tomboy-1.6.1 it fails with:
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll' could not be found
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll' could not be found
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll' could not be found
Compilation failed: 3 error(s), 0 warnings

I've rebuild mono too and tried to build tomboy with MAKEOPTS="-j1" but il fails everytime.
Comment 1 Alessandro Surace 2012-03-23 08:11:33 UTC
Created attachment 306387 [details]
Build log
Comment 2 Alessandro Surace 2012-03-23 08:11:59 UTC
Created attachment 306389 [details]
emerge --info
Comment 3 Alessandro Surace 2012-03-23 08:12:53 UTC
Created attachment 306391 [details]
config.log
Comment 4 Pacho Ramos gentoo-dev 2012-03-23 19:07:28 UTC
Please post "emerge -pv mono-addins"

Also try with tomboy-1.8.3
Comment 5 Alessandro Surace 2012-03-26 12:49:09 UTC
Calculating dependencies... done!
[ebuild   R    ] dev-dotnet/mono-addins-0.6.2  USE="gtk" 330 kB

Total: 1 package (1 reinstall), Size of downloads: 330 kB


FEATURES="-ccache -distcc" emerge -v tomboy

same problem with version 1.8.3:
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.dll' could not be found
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Gui.dll' could not be found
error CS0006: Metadata file `/usr/lib64/pkgconfig/../../lib/mono/mono-addins/Mono.Addins.Setup.dll' could not be found
Compilation failed: 3 error(s), 0 warnings
Comment 6 Pacho Ramos gentoo-dev 2012-03-26 17:48:20 UTC
It works for me :S

Maybe this is another instance of bug 404139, try the following workaround:
https://bugs.gentoo.org/show_bug.cgi?id=404139#c70
Comment 7 Pacho Ramos gentoo-dev 2012-05-27 10:08:20 UTC

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