public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
To: development@lists.ipfire.org
Subject: Current 'next' doesn't compile - problems with 'cyrus-imapd'
Date: Sun, 21 May 2017 09:33:18 +0200	[thread overview]
Message-ID: <d3b050a9-364c-fd09-a002-6e601aee030c@ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4261 bytes --]

Hi,

The current 'next' won't compile. It has problems with 'cyrus-imapd 2.2.12'
and after several trys I can't get a grip on this:

***SNIP***
### Making all in /usr/src/cyrus-imapd-2.2.12/lib
make[2]: Entering directory '/usr/src/cyrus-imapd-2.2.12/lib'
./../tools/config2header CC=gcc ./imapopts.c ./imapopts.h < ./imapoptions
gcc -c -I..     -DHAVE_CONFIG_H  -O2 -pipe -Wall -fexceptions -fPIC -march=i586 -mtune=generic -fomit-frame-pointer -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -I/usr/include/et  \
libconfig.c
libconfig.c: In function 'config_read':
libconfig.c:184:33: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
     for(opt = IMAPOPT_ZERO; opt < IMAPOPT_LAST; opt++) {
                                 ^
libconfig.c:187:9: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
     opt == IMAPOPT_CONFIGDIRECTORY) {
         ^~
libconfig.c: In function 'config_read_file':
libconfig.c:348:35: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
      for (opt = IMAPOPT_ZERO; opt < IMAPOPT_LAST; opt++) {
                                   ^
libconfig.c:360:35: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
      for (opt = IMAPOPT_ZERO; opt < IMAPOPT_LAST; opt++) {
                                   ^
libconfig.c:370:10: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
  if (opt < IMAPOPT_LAST) {
          ^
libconfig.c:405:10: warning: comparison between 'enum opttype' and 'enum imapopt' [-Wenum-compare]
   if(opt == IMAPOPT_CONFIGDIRECTORY)
          ^~
In file included from /usr/include/stdio.h:939:0,
                 from libconfig.c:47:
/usr/include/bits/stdio2.h: In function 'sprintf':
/usr/include/bits/stdio2.h:33:10: error: invalid use of '__builtin_va_arg_pack ()'
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
/usr/include/bits/stdio2.h: In function 'snprintf':
/usr/include/bits/stdio2.h:64:10: error: invalid use of '__builtin_va_arg_pack ()'
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
/usr/include/bits/stdio2.h: In function 'fprintf':
/usr/include/bits/stdio2.h:97:10: error: invalid use of '__builtin_va_arg_pack ()'
   return __fprintf_chk (__stream, __USE_FORTIFY_LEVEL - 1, __fmt,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    __va_arg_pack ());
    ~~~~~~~~~~~~~~~~~~       
/usr/include/bits/stdio2.h: In function 'printf':
/usr/include/bits/stdio2.h:104:10: error: invalid use of '__builtin_va_arg_pack ()'
   return __printf_chk (__USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/bits/stdio2.h: In function 'dprintf':
/usr/include/bits/stdio2.h:141:10: error: invalid use of '__builtin_va_arg_pack ()'
   return __dprintf_chk (__fd, __USE_FORTIFY_LEVEL - 1, __fmt,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    __va_arg_pack ());
    ~~~~~~~~~~~~~~~~~~       
In file included from /usr/include/sys/syslog.h:207:0,
                 from /usr/include/syslog.h:1,
                 from libconfig.c:51:
/usr/include/bits/syslog.h: In function 'syslog':
/usr/include/bits/syslog.h:31:3: error: invalid use of '__builtin_va_arg_pack ()'
   __syslog_chk (__pri, __USE_FORTIFY_LEVEL - 1, __fmt, __va_arg_pack ());
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: *** [Makefile:121: libconfig.o] Error 1
make[2]: Leaving directory '/usr/src/cyrus-imapd-2.2.12/lib'
make[1]: *** [Makefile:68: all] Error 1
make[1]: Leaving directory '/usr/src/cyrus-imapd-2.2.12'
make: *** [cyrus-imapd:87: /usr/src/log/cyrus-imapd-2.2.12] Error 2
***SNAP***

Anyone else to confirm?

Best,
Matthias

             reply	other threads:[~2017-05-21  7:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-21  7:33 Matthias Fischer [this message]
2017-05-22 18:24 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d3b050a9-364c-fd09-a002-6e601aee030c@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox