Skip Menu |

This queue is for tickets about the MIME-Fast CPAN distribution.

Report information
The Basics
Id: 47238
Status: new
Priority: 0/
Queue: MIME-Fast

People
Owner: Nobody in particular
Requestors: kostya [...] mailhot.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: does not compile (Debian)
Date: Mon, 22 Jun 2009 17:16:14 +0400
To: bug-MIME-Fast [...] rt.cpan.org
From: Костя Тен <kostya [...] mailhot.ru>
does not compile make cc -c -I. -Icinclude -I/usr/include/gmime-2.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -DVERSION=\"1.6\" -DXS_VERSION=\"1.6\" -fPIC "-I/usr/lib/perl/5.8/CORE" Fast.c In file included from Fast.xs:58: cinclude/gmime-newfuncheader.c:96: warning: initialization from incompatible pointer type cinclude/gmime-newfuncheader.c:97: warning: initialization from incompatible pointer type cinclude/gmime-newfuncheader.c:98: warning: initialization from incompatible pointer type cinclude/gmime-newfuncheader.c:100: warning: initialization from incompatible pointer type Fast.xs: In function ‘XS_MIME__Fast__Message_get_recipients’: Fast.xs:53: warning: assignment discards qualifiers from pointer target type Fast.xs: In function ‘XS_MIME__Fast__Stream_new’: Fast.xs:44: error: expected expression before ‘GMimeStreamPerlIO’ Fast.xs:44: warning: passing argument 1 of ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast Fast.xs:120: error: expected expression before ‘GMimeStreamPerlIO’ Fast.xs:120: warning: passing argument 1 of ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast Fast.xs: In function ‘XS_MIME__Fast__Parser_new’: Fast.xs:57: error: expected expression before ‘GMimeStreamPerlIO’ Fast.xs:57: warning: passing argument 1 of ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast Fast.xs: In function ‘XS_MIME__Fast__Parser_construct_message’: Fast.xs:185: error: expected expression before ‘GMimeStreamPerlIO’ Fast.xs:185: warning: passing argument 1 of ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast Fast.xs: In function ‘XS_MIME__Fast__Parser_construct_part’: Fast.xs:303: error: expected expression before ‘GMimeStreamPerlIO’ Fast.xs:303: warning: passing argument 1 of ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast Fast.c: In function ‘boot_MIME__Fast’: Fast.c:9909: warning: assignment from incompatible pointer type Fast.c:9911: warning: assignment from incompatible pointer type Fast.c:9913: warning: assignment from incompatible pointer type Fast.c:9915: warning: assignment from incompatible pointer type Fast.c:9917: warning: assignment from incompatible pointer type Fast.c:9919: warning: assignment from incompatible pointer type Fast.c:9921: warning: assignment from incompatible pointer type Fast.c:9923: warning: assignment from incompatible pointer type Fast.c:9939: warning: assignment from incompatible pointer type Fast.c:9941: warning: assignment from incompatible pointer type Fast.c:9943: warning: assignment from incompatible pointer type Fast.c:9945: warning: assignment from incompatible pointer type Fast.c:9947: warning: assignment from incompatible pointer type Fast.c:9949: warning: assignment from incompatible pointer type Fast.c:9951: warning: assignment from incompatible pointer type Fast.c:9953: warning: assignment from incompatible pointer type Fast.c:9955: warning: assignment from incompatible pointer type Fast.c:9957: warning: assignment from incompatible pointer type Fast.c:9977: warning: assignment from incompatible pointer type Fast.c:9979: warning: assignment from incompatible pointer type Fast.c:9981: warning: assignment from incompatible pointer type Fast.c:9983: warning: assignment from incompatible pointer type Fast.c:9985: warning: assignment from incompatible pointer type Fast.c:9987: warning: assignment from incompatible pointer type Fast.c:10155: warning: assignment from incompatible pointer type Fast.c:10157: warning: assignment from incompatible pointer type make: *** [Fast.o] Error 1
Subject: Re: [rt.cpan.org #47238] AutoReply: does not compile (Debian)
Date: Mon, 22 Jun 2009 17:19:39 +0400
To: bug-MIME-Fast [...] rt.cpan.org
From: Костя Тен <kostya [...] mailhot.ru>
Bugs in MIME-Fast via RT пишет: version 2.2.23 Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "does not compile (Debian)", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #47238]. Your ticket is accessible > on the web at: > > http://rt.cpan.org/Ticket/Display.html?id=47238 > > Please include the string: > > [rt.cpan.org #47238] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-MIME-Fast@rt.cpan.org > > ------------------------------------------------------------------------- > does not compile > > > make > cc -c -I. -Icinclude -I/usr/include/gmime-2.0 -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 > -DVERSION=\"1.6\" -DXS_VERSION=\"1.6\" -fPIC > "-I/usr/lib/perl/5.8/CORE" Fast.c > In file included from Fast.xs:58: > cinclude/gmime-newfuncheader.c:96: warning: initialization from > incompatible pointer type > cinclude/gmime-newfuncheader.c:97: warning: initialization from > incompatible pointer type > cinclude/gmime-newfuncheader.c:98: warning: initialization from > incompatible pointer type > cinclude/gmime-newfuncheader.c:100: warning: initialization from > incompatible pointer type > Fast.xs: In function ‘XS_MIME__Fast__Message_get_recipients’: > Fast.xs:53: warning: assignment discards qualifiers from pointer target type > Fast.xs: In function ‘XS_MIME__Fast__Stream_new’: > Fast.xs:44: error: expected expression before ‘GMimeStreamPerlIO’ > Fast.xs:44: warning: passing argument 1 of > ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast > Fast.xs:120: error: expected expression before ‘GMimeStreamPerlIO’ > Fast.xs:120: warning: passing argument 1 of > ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast > Fast.xs: In function ‘XS_MIME__Fast__Parser_new’: > Fast.xs:57: error: expected expression before ‘GMimeStreamPerlIO’ > Fast.xs:57: warning: passing argument 1 of > ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast > Fast.xs: In function ‘XS_MIME__Fast__Parser_construct_message’: > Fast.xs:185: error: expected expression before ‘GMimeStreamPerlIO’ > Fast.xs:185: warning: passing argument 1 of > ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast > Fast.xs: In function ‘XS_MIME__Fast__Parser_construct_part’: > Fast.xs:303: error: expected expression before ‘GMimeStreamPerlIO’ > Fast.xs:303: warning: passing argument 1 of > ‘g_mime_stream_perlio_set_owner’ makes pointer from integer without a cast > Fast.c: In function ‘boot_MIME__Fast’: > Fast.c:9909: warning: assignment from incompatible pointer type > Fast.c:9911: warning: assignment from incompatible pointer type > Fast.c:9913: warning: assignment from incompatible pointer type > Fast.c:9915: warning: assignment from incompatible pointer type > Fast.c:9917: warning: assignment from incompatible pointer type > Fast.c:9919: warning: assignment from incompatible pointer type > Fast.c:9921: warning: assignment from incompatible pointer type > Fast.c:9923: warning: assignment from incompatible pointer type > Fast.c:9939: warning: assignment from incompatible pointer type > Fast.c:9941: warning: assignment from incompatible pointer type > Fast.c:9943: warning: assignment from incompatible pointer type > Fast.c:9945: warning: assignment from incompatible pointer type > Fast.c:9947: warning: assignment from incompatible pointer type > Fast.c:9949: warning: assignment from incompatible pointer type > Fast.c:9951: warning: assignment from incompatible pointer type > Fast.c:9953: warning: assignment from incompatible pointer type > Fast.c:9955: warning: assignment from incompatible pointer type > Fast.c:9957: warning: assignment from incompatible pointer type > Fast.c:9977: warning: assignment from incompatible pointer type > Fast.c:9979: warning: assignment from incompatible pointer type > Fast.c:9981: warning: assignment from incompatible pointer type > Fast.c:9983: warning: assignment from incompatible pointer type > Fast.c:9985: warning: assignment from incompatible pointer type > Fast.c:9987: warning: assignment from incompatible pointer type > Fast.c:10155: warning: assignment from incompatible pointer type > Fast.c:10157: warning: assignment from incompatible pointer type > make: *** [Fast.o] Error 1 > > >