[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#747014: marked as done (Duplicate (but inconsistent) struct declaration)



Your message dated Fri, 01 Sep 2023 15:19:47 +0000
with message-id <[🔎] E1qc5w3-009J1X-Ie@fasolo.debian.org>
and subject line Bug#1050811: Removed package(s) from unstable
has caused the Debian Bug report #747014,
regarding Duplicate (but inconsistent) struct declaration
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 owner@bugs.debian.org
immediately.)


-- 
747014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747014
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: clif
Version: 0.93-9
Severity: wishlist
Usertags: goto-cc

During a rebuild of all packages in a clean sid chroot (and cowbuilder+pbuilder)
the build failed with the following error. Please note that we use our research
compiler tool-chain (using tools from the cbmc package), which permits extended
reporting on type inconsistencies at link time.

[...]
gcc c-parser.o c-lex.o keyword.o rs-parser.o rs-lex.o tables.o help.o global.o store_cont.o virtual_machine.o clif.o getc_unix.o comp_maint.o allocx.o printf_unix.o input.o memmove.o symbols.o remote_call.o ch-parser.o ch-lex.o channel_maint.o s-conv.o dbg-out.o pso.o sig-svr4.o  -lelf  -lm  -lX11  -o clif

error: conflicting function declarations "in_word_set"
old definition in module c-lex file ls.l line 481
struct el_mc * (char *, unsigned int)
new definition in module keyword file keyword.c line 59
struct el_mc * (char *str, unsigned int len)

reason for conflict at nil.tok in types listed below (struct/struct):
names of component 1 differ (tok/kval)
struct el_mc {
  char * name;
  signed int tok;
}
struct el_mc {
  char * name;
  signed int kval;
}

As the C standard requires matching field names for all struct members, one of
the declarations should be fixed to match the other - or just use a shared
header file.

Best,
Michael

Attachment: pgph0TllSpTc7.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 0.93-10+rm

Dear submitter,

as the package clif 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/1050811

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
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: