https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243471

--- Comment #2 from OlivierW <olivierw1+bugzilla-free...@hotmail.com> ---
Well, I've just tried to remove the mono-addins dependency and rebuild Pinta.
And, of course, it doesn't work :-(

Do the mono-addins upstream provides something else to migrate to?

Maybe I could patch Pinta's source to remove the mono-addins dependency? It
seems to be used to add plugins, so it may not be needed for the main
functionality.



Here is my build log:

                                Microsoft (R) Visual C# Compiler version
2.6.0.62309 (d3f6b8e7)
                                Copyright (C) Microsoft Corporation. All rights
reserved.
Effects/BaseEffect.cs(32,12): error CS0246: The type or namespace name
'AddinRootAttribute' could not be found (are you missing a using directive or
an assembly reference?)
Effects/BaseEffect.cs(32,12): error CS0246: The type or namespace name
'AddinRoot' could not be found (are you missing a using directive or an
assembly reference?)
Classes/IExtension.cs(5,12): error CS0234: The type or namespace name 'Addins'
does not exist in the namespace 'Mono' (are you missing an assembly reference?)
Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name 'Addins'
does not exist in the namespace 'Mono' (are you missing an assembly reference?)
Managers/SystemManager.cs(33,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
Classes/BaseTool.cs(33,12): error CS0234: The type or namespace name 'Addins'
does not exist in the namespace 'Mono' (are you missing an assembly reference?)
ImageFormats/IImageExporter.cs(28,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
ImageFormats/IImageImporter.cs(28,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
Classes/IExtension.cs(9,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
Classes/IExtension.cs(9,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
Effects/BaseEffect.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
Effects/BaseEffect.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
Classes/BaseTool.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
Classes/BaseTool.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
ImageFormats/IImageExporter.cs(32,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
ImageFormats/IImageExporter.cs(32,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
ImageFormats/IImageImporter.cs(32,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
ImageFormats/IImageImporter.cs(32,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
Classes/BasePaintBrush.cs(36,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
Classes/BasePaintBrush.cs(36,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
                        Task "Csc" execution -- FAILED
                        Done building target "CoreCompile" in project
"/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.Core/Pinta.Core.csproj".--
FAILED
                Done building project
"/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.Core/Pinta.Core.csproj".--
FAILED
        Task "MSBuild" execution -- FAILED
        Done building target "Build" in project
"/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.sln".-- FAILED
Done building project
"/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.sln".-- FAILED

Build FAILED.

Warnings:

/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.sln (default targets) ->
(Build target) ->
/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.Core/Pinta.Core.csproj
(default targets) ->
/usr/local/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets
(ResolveAssemblyReferences target) ->

        /usr/local/lib/mono/xbuild/14.0/bin/Microsoft.Common.targets:  warning
: Reference 'Mono.Addins, Culture=neutral, PublicKeyToken=0738eb9f132ed756' not
resolved

Errors:

/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.sln (default targets) ->
(Build target) ->
/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5/Pinta.Core/Pinta.Core.csproj
(default targets) ->
/usr/local/lib/mono/xbuild/14.0/bin/Microsoft.CSharp.targets (CoreCompile
target) ->

        Effects/BaseEffect.cs(32,12): error CS0246: The type or namespace name
'AddinRootAttribute' could not be found (are you missing a using directive or
an assembly reference?)
        Effects/BaseEffect.cs(32,12): error CS0246: The type or namespace name
'AddinRoot' could not be found (are you missing a using directive or an
assembly reference?)
        Classes/IExtension.cs(5,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
        Effects/BaseEffect.cs(30,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
        Managers/SystemManager.cs(33,12): error CS0234: The type or namespace
name 'Addins' does not exist in the namespace 'Mono' (are you missing an
assembly reference?)
        Classes/BaseTool.cs(33,12): error CS0234: The type or namespace name
'Addins' does not exist in the namespace 'Mono' (are you missing an assembly
reference?)
        ImageFormats/IImageExporter.cs(28,12): error CS0234: The type or
namespace name 'Addins' does not exist in the namespace 'Mono' (are you missing
an assembly reference?)
        ImageFormats/IImageImporter.cs(28,12): error CS0234: The type or
namespace name 'Addins' does not exist in the namespace 'Mono' (are you missing
an assembly reference?)
        Classes/BasePaintBrush.cs(28,12): error CS0234: The type or namespace
name 'Addins' does not exist in the namespace 'Mono' (are you missing an
assembly reference?)
        Classes/IExtension.cs(9,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
        Classes/IExtension.cs(9,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
        Effects/BaseEffect.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
        Effects/BaseEffect.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
        Classes/BaseTool.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
        Classes/BaseTool.cs(39,3): error CS0246: The type or namespace name
'TypeExtensionPoint' could not be found (are you missing a using directive or
an assembly reference?)
        ImageFormats/IImageExporter.cs(32,3): error CS0246: The type or
namespace name 'TypeExtensionPointAttribute' could not be found (are you
missing a using directive or an assembly reference?)
        ImageFormats/IImageExporter.cs(32,3): error CS0246: The type or
namespace name 'TypeExtensionPoint' could not be found (are you missing a using
directive or an assembly reference?)
        ImageFormats/IImageImporter.cs(32,3): error CS0246: The type or
namespace name 'TypeExtensionPointAttribute' could not be found (are you
missing a using directive or an assembly reference?)
        ImageFormats/IImageImporter.cs(32,3): error CS0246: The type or
namespace name 'TypeExtensionPoint' could not be found (are you missing a using
directive or an assembly reference?)
        Classes/BasePaintBrush.cs(36,3): error CS0246: The type or namespace
name 'TypeExtensionPointAttribute' could not be found (are you missing a using
directive or an assembly reference?)
        Classes/BasePaintBrush.cs(36,3): error CS0246: The type or namespace
name 'TypeExtensionPoint' could not be found (are you missing a using directive
or an assembly reference?)

         1 Warning(s)
         21 Error(s)

Time Elapsed 00:00:02.6780060
gmake[1]: *** [Makefile:862: build] Error 1
gmake[1]: Leaving directory '/wrkdirs/usr/ports/graphics/pinta/work/pinta-1.5'
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/pinta

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-mono@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-mono
To unsubscribe, send any mail to "freebsd-mono-unsubscr...@freebsd.org"

Reply via email to