Monodevelop ports tree error

Judd Jackson judd.e.jackson at gmail.com
Mon Feb 8 23:07:30 UTC 2016


Shortcut keys cut my message short...  continuing from the last one.

D_GIF_SUCCEEDED and E_GIF_SUCCEEDED seemed to satisfy the arguments passed,
issue.

=====================================================
Errors seen after continuing building, but it kept building regardless.
=====================================================
.TextChanged' is never used
MonoDevelop.Refactoring/IssueGroupTests.cs(38,24): warning CS0414: The
private field `MonoDevelop.Refactoring.IssueGroupTests.sourceProvider' is
assigned but its value is never used

Errors:

/usr/ports/devel/monodevelop/work/monodevelop-5.0.1/Main.sln (default
targets) ->
(Build target) ->
/usr/ports/devel/monodevelop/work/monodevelop-5.0.1/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj
(default targets) ->
(BeforeBuild target) ->

/usr/ports/devel/monodevelop/work/monodevelop-5.0.1/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj:
error : Command '"git" rev-parse HEAD > ../../../build/bin/buildinfo'
exited with code: 128.
/usr/ports/devel/monodevelop/work/monodevelop-5.0.1/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj:
error : Command '"git" rev-parse HEAD > ../../../vcrevision' exited with
code: 128.

165 Warning(s)
2 Error(s)



=====================================================
Unhandled Exception
=====================================================
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type
initializer for MonoDevelop.Core.LoggingService --->
System.TimeZoneNotFoundException: Exception of type
'System.TimeZoneNotFoundException' was thrown.
  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0
  at System.TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc (DateTime time,
System.Boolean& isAmbiguousLocalDst) [0x00000] in <filename unknown>:0
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0
  at MonoDevelop.Core.LoggingService..cctor () [0x00000] in <filename
unknown>:0
  --- End of inner exception stack trace ---
  at MonoDevelop.Ide.IdeStartup.Main (System.String[] args,
MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x00000] in <filename
unknown>:0
  at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args)
[0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An
exception was thrown by the type initializer for
MonoDevelop.Core.LoggingService ---> System.TimeZoneNotFoundException:
Exception of type 'System.TimeZoneNotFoundException' was thrown.
  at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0
  at System.TimeZoneInfo.GetDateTimeNowUtcOffsetFromUtc (DateTime time,
System.Boolean& isAmbiguousLocalDst) [0x00000] in <filename unknown>:0
  at System.DateTime.get_Now () [0x00000] in <filename unknown>:0
  at MonoDevelop.Core.LoggingService..cctor () [0x00000] in <filename
unknown>:0



=====================================================
Final notes
=====================================================
I compiled on an old eeepc 1215b asus.



Hope this helps
-- Judd

On Mon, Feb 8, 2016 at 6:03 PM, Judd Jackson <judd.e.jackson at gmail.com>
wrote:

> Hey there,
>
> I was strongly encouraged to report the error when chatting in #FreeBSD. I
> was attempting to build monodevelop from ports and was halted by 3 argument
> errors (pasted below). I was able to build after that, two more errors
> cropped up but make continued along. I was able to make install, but there
> was an exception on runtime.
>
> I'm fairly new to FreeBSD and unix dev, but I'm hoping this message is not
> unwanted, apologies if it is.
>
> -- Judd
>
> =========================================
> gifcodec.c /* Note, supplying D_GIF_SUCCEEDED
>
> =========================================
> gifcodec.c:131:12: warning: assigning to 'GifByteType *' (aka 'unsigned
> char *')
>       from 'char *' converts between pointers to integer types with
> different
>       sign [-Wpointer-sign]
>         ep->Bytes = (char *)GdipAlloc(ep->ByteCount);
>                   ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> gifcodec.c:608:20: error: too few arguments to function call, expected 2,
> have 1
>         DGifCloseFile (gif);
>         ~~~~~~~~~~~~~     ^
> /usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
>     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
>     ^
> gifcodec.c:624:21: error: too few arguments to function call, expected 2,
> have 1
>                 DGifCloseFile (gif);
>                 ~~~~~~~~~~~~~     ^
> libtool: compile:  cc -DHAVE_CONFIG_H -I. -I..
> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
> -I/usr/local/include -I/usr/local/include/cairo
> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
> -I/usr/local/include -I/usr/local/include/pixman-1
> -I/usr/local/include/freetype2 -I/usr/local/include/libdrm
> -I/usr/local/include/libpng16 -D_THREAD_SAFE -I/usr/local/include
> -I/usr/local/include/freetype2 -I/usr/local/include/freetype2
> -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -Wall -Wno-unused
> -Wno-format -I/usr/local/include -D_THREAD_SAFE -O2 -pipe -fstack-protector
> -fno-strict-aliasing -pthread -MT emfplus.lo -MD -MP -MF .deps/emfplus.Tpo
> -c emfplus.c -o emfplus.o >/dev/null 2>&1
> /usr/local/include/gif_lib.h:183:5: note: 'DGifCloseFile' declared here
>     int DGifCloseFile(GifFileType * GifFile, int *ErrorCode);
>     ^
> gifcodec.c:985:19: error: too few arguments to function call, expected 2,
> have 1
>         EGifCloseFile (fp);
>         ~~~~~~~~~~~~~    ^
> /usr/local/include/gif_lib.h:132:1: note: 'EGifCloseFile' declared here
> int EGifCloseFile(GifFileType *GifFile, int *ErrorCode);
> ^
> 1 warning and 3 errors generated.
> Makefile:602: recipe for target 'gifcodec.lo' failed
> gmake[5]: *** [gifcodec.lo] Error 1
> gmake[5]: *** Waiting for unfinished jobs....
> mv -f .deps/emfplus.Tpo .deps/emfplus.Plo
> gmake[5]: Leaving directory
> '/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.12/src'
> Makefile:469: recipe for target 'all-recursive' failed
> gmake[4]: *** [all-recursive] Error 1
> gmake[4]: Leaving directory
> '/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.12'
> Makefile:375: recipe for target 'all' failed
> gmake[3]: *** [all] Error 2
> gmake[3]: Leaving directory
> '/usr/ports/x11-toolkits/libgdiplus/work/libgdiplus-3.12'
> ===> Compilation failed unexpectedly.
> Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
> the maintainer.
> *** Error code 1
>
> Stop.
> make[2]: stopped in /usr/ports/x11-toolkits/libgdiplus
> *** Error code 1
>
> Stop.
> make[1]: stopped in /usr/ports/devel/monodevelop
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/devel/monodevelop
>


More information about the freebsd-mono mailing list