Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2016 18:03:40 -0500
From:      Judd Jackson <judd.e.jackson@gmail.com>
To:        mono@FreeBSD.org
Subject:   Monodevelop ports tree error
Message-ID:  <CA%2BshL4PJq%2Bjr_hAYj=zWqZECHd32bm5ewLcuDAoDHs=U%2BYc8vA@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BshL4PJq%2Bjr_hAYj=zWqZECHd32bm5ewLcuDAoDHs=U%2BYc8vA>