Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923408 - mail-filter/bmf-0.9.4-r4 - lex.c: error: type of c defaults to int [-Wimplicit-int]
Summary: mail-filter/bmf-0.9.4-r4 - lex.c: error: type of c defaults to int [-Wimplici...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-31 09:50 UTC by Toralf Förster
Modified: 2024-01-31 09:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,20.18 KB, text/plain)
2024-01-31 09:50 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,210.87 KB, text/plain)
2024-01-31 09:50 UTC, Toralf Förster
Details
environment (environment,62.46 KB, text/plain)
2024-01-31 09:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.16 KB, application/x-xz)
2024-01-31 09:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,35.63 KB, application/x-xz)
2024-01-31 09:50 UTC, Toralf Förster
Details
mail-filter:bmf-0.9.4-r4:20240131-090430.log (mail-filter:bmf-0.9.4-r4:20240131-090430.log,8.51 KB, text/plain)
2024-01-31 09:50 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,56.73 KB, application/x-xz)
2024-01-31 09:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,16.62 KB, application/x-xz)
2024-01-31 09:50 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-01-31 09:50:30 UTC
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DNDEBUG -D_UNIX -D_LINUX -Wall -DHAVE_LIBDB -DHAVE_MYSQL -I/usr/include/mysql   -c -o dbh.o dbh.c
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DNDEBUG -D_UNIX -D_LINUX -Wall -DHAVE_LIBDB -DHAVE_MYSQL -I/usr/include/mysql   -c -o lex.o lex.c
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DNDEBUG -D_UNIX -D_LINUX -Wall -DHAVE_LIBDB -DHAVE_MYSQL -I/usr/include/mysql   -c -o vec.o vec.c
x86_64-pc-linux-gnu-gcc -O3 -pipe -march=native -fno-diagnostics-color -DNDEBUG -D_UNIX -D_LINUX -Wall -DHAVE_LIBDB -DHAVE_MYSQL -I/usr/include/mysql   -c -o str.o str.c
lex.c: In function 'is_base64char':
lex.c:189:22: error: type of 'c' defaults to 'int' [-Wimplicit-int]
  189 | static inline bool_t is_base64char(c)
      |                      ^~~~~~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20240127-051003

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.6 linux/amd64

  HEAD of ::gentoo
commit 379c75a249e335d9a76d4ab113fa674a3a61dd23
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jan 31 08:18:22 2024 +0000

    2024-01-31 08:18:21 UTC

emerge -qpvO mail-filter/bmf
[ebuild  N    ] mail-filter/bmf-0.9.4-r4  USE="berkdb mysql"
Comment 1 Toralf Förster gentoo-dev 2024-01-31 09:50:31 UTC
Created attachment 883845 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-01-31 09:50:32 UTC
Created attachment 883846 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-01-31 09:50:33 UTC
Created attachment 883847 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-01-31 09:50:34 UTC
Created attachment 883848 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-01-31 09:50:35 UTC
Created attachment 883849 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-01-31 09:50:36 UTC
Created attachment 883850 [details]
mail-filter:bmf-0.9.4-r4:20240131-090430.log
Comment 7 Toralf Förster gentoo-dev 2024-01-31 09:50:37 UTC
Created attachment 883851 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2024-01-31 09:50:38 UTC
Created attachment 883852 [details]
temp.tar.xz