Your message dated Tue, 22 Oct 2024 17:04:08 +0000
with message-id <[email protected]>
and subject line Bug#1081985: Removed package(s) from unstable
has caused the Debian Bug report #1015080,
regarding irssi-plugin-robustirc: FTBFS: robustsession.c:599:25: error: 
‘G_INPUT_READ’ undeclared (first use in this function); did you mean 
‘I_INPUT_READ’?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1015080: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015080
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: irssi-plugin-robustirc
Version: 0.6-4
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/cc 
> -DUOFF_T_LONG -Drobustirc_core_EXPORTS -I/usr/include/yajl 
> -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/<<PKGBUILDDIR>>/src/core 
> -I/<<PKGBUILDDIR>>/src/core/robustsession -I/<<PKGBUILDDIR>>/src/fe-common 
> -I/usr/include/irssi -I/usr/include/irssi/src 
> -I/usr/include/irssi/src/fe-common/core -I/usr/include/irssi/src/core 
> -I/usr/include/irssi/src/irc/core -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -fPIC   -pthread -std=gnu99 -MD -MT 
> src/core/CMakeFiles/robustirc_core.dir/robustsession/robustsession.c.o -MF 
> CMakeFiles/robustirc_core.dir/robustsession/robustsession.c.o.d -o 
> CMakeFiles/robustirc_core.dir/robustsession/robustsession.c.o -c 
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c: In function 
> ‘get_messages_timeout’:
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:268:17: warning: 
> unused variable ‘server’ [-Wunused-variable]
>   268 |     SERVER_REC *server = request->server;
>       |                 ^~~~~~
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c: In function 
> ‘socket_recv_cb’:
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:543:34: warning: 
> unused parameter ‘data’ [-Wunused-parameter]
>   543 | static void socket_recv_cb(void *data, GIOChannel *source, int 
> condition) {
>       |                            ~~~~~~^~~~
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:543:64: warning: 
> unused parameter ‘condition’ [-Wunused-parameter]
>   543 | static void socket_recv_cb(void *data, GIOChannel *source, int 
> condition) {
>       |                                                            
> ~~~~^~~~~~~~~
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c: In function 
> ‘socket_callback’:
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:595:26: warning: 
> implicit declaration of function ‘g_io_channel_new’; did you mean 
> ‘i_io_channel_new’? [-Wimplicit-function-declaration]
>   595 |     GIOChannel *handle = g_io_channel_new(s);
>       |                          ^~~~~~~~~~~~~~~~
>       |                          i_io_channel_new
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:595:26: warning: 
> initialization of ‘GIOChannel *’ {aka ‘struct _GIOChannel *’} from ‘int’ 
> makes pointer from integer without a cast [-Wint-conversion]
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:599:25: error: 
> ‘G_INPUT_READ’ undeclared (first use in this function); did you mean 
> ‘I_INPUT_READ’?
>   599 |             condition = G_INPUT_READ;
>       |                         ^~~~~~~~~~~~
>       |                         I_INPUT_READ
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:599:25: note: each 
> undeclared identifier is reported only once for each function it appears in
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:602:25: error: 
> ‘G_INPUT_WRITE’ undeclared (first use in this function); did you mean 
> ‘I_INPUT_WRITE’?
>   602 |             condition = G_INPUT_WRITE;
>       |                         ^~~~~~~~~~~~~
>       |                         I_INPUT_WRITE
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:608:11: warning: 
> implicit declaration of function ‘g_input_add’; did you mean ‘i_input_add’? 
> [-Wimplicit-function-declaration]
>   608 |     *id = g_input_add(handle, condition, socket_recv_cb, NULL);
>       |           ^~~~~~~~~~~
>       |           i_input_add
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:575:34: warning: 
> unused parameter ‘easy’ [-Wunused-parameter]
>   575 | static int socket_callback(CURL *easy, curl_socket_t s, int what, 
> void *userp, void *socketp) {
>       |                            ~~~~~~^~~~
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:575:73: warning: 
> unused parameter ‘userp’ [-Wunused-parameter]
>   575 | static int socket_callback(CURL *easy, curl_socket_t s, int what, 
> void *userp, void *socketp) {
>       |                                                                   
> ~~~~~~^~~~~
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c: In function 
> ‘robustsession_send’:
> /<<PKGBUILDDIR>>/src/core/robustsession/robustsession.c:855:102: warning: 
> unused parameter ‘size_buf’ [-Wunused-parameter]
>   855 | void robustsession_send(struct t_robustsession_ctx *ctx, SERVER_REC 
> *server, const char *buffer, int size_buf) {
>       |                                                                       
>                            ~~~~^~~~~~~~
> make[3]: *** [src/core/CMakeFiles/robustirc_core.dir/build.make:107: 
> src/core/CMakeFiles/robustirc_core.dir/robustsession/robustsession.c.o] Error 
> 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/irssi-plugin-robustirc_0.6-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Version: 0.6-4+rm

Dear submitter,

as the package irssi-plugin-robustirc has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1081985

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to