Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951818 - app-misc/mosquitto-2.0.21 - [gcc-15] conf.c: error: struct mosquitto_listener has no member named cafile
Summary: app-misc/mosquitto-2.0.21 - [gcc-15] conf.c: error: struct mosquitto_listener...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-15
  Show dependency tree
 
Reported: 2025-03-22 10:55 UTC by Toralf Förster
Modified: 2025-03-22 10:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.42 KB, text/plain)
2025-03-22 10:55 UTC, Toralf Förster
Details
app-misc:mosquitto-2.0.21:20250322-102049.log (app-misc:mosquitto-2.0.21:20250322-102049.log,41.75 KB, text/plain)
2025-03-22 10:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,197.72 KB, text/plain)
2025-03-22 10:55 UTC, Toralf Förster
Details
environment (environment,94.71 KB, text/plain)
2025-03-22 10:55 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.59 KB, application/x-xz)
2025-03-22 10:55 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,22.67 KB, application/x-xz)
2025-03-22 10:55 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,44.23 KB, application/x-xz)
2025-03-22 10:55 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,54.89 KB, application/x-xz)
2025-03-22 10:55 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,21.47 KB, application/x-xz)
2025-03-22 10:55 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 2025-03-22 10:55:02 UTC
too long lines were shrinked:

make[1]: Entering directory '/var/tmp/portage/app-misc/mosquitto-2.0.21/work/mosquitto-2.0.21/src'
x86_64-pc-linux-gnu-gcc  -I. -I.. -I../include -I../../include -I../lib -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_CONTROL -DWITH_UNIX_SOCKETS -DWITH_EPOLL -I../deps -O2 -pipe -march=native -fno-diagnostics-color -DVERSION="\"2.0.21\"" -DW
make[1]: Leaving directory '/var/tmp/portage/app-misc/mosquitto-2.0.21/work/mosquitto-2.0.21/src'
make[1]: Entering directory '/var/tmp/portage/app-misc/mosquitto-2.0.21/work/mosquitto-2.0.21/src'
x86_64-pc-linux-gnu-gcc  -I. -I.. -I../include -I../../include -I../lib -DWITH_BRIDGE -DWITH_PERSISTENCE -DWITH_MEMORY_TRACKING -DWITH_SYS_TREE -DWITH_SYSTEMD -DWITH_EC -DWITH_CONTROL -DWITH_UNIX_SOCKETS -DWITH_EPOLL -I../deps -O2 -pipe -march=native -fno-diagnostics-color -DVERSION="\"2.0.21\"" -DW
conf.c: In function config__check:
conf.c:2318:54: error: struct mosquitto__listener has no member named cafile
 2318 |                  bool cafile = !!config->listeners[i].cafile;
      |                                                      ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_plasma_systemd-20250317-095002

  KEYWORDED/UNMASKED

  [gcc-15] Requested by sam
  <sys-devel/gcc-15.0.9999:15

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang version 20.1.0
llvm-config: 20.1.0
Python 3.12.9
go version go1.24.1 linux/amd64
Available Ruby profiles:
  [1]   ruby32 (with Rubygems)
  [2]   ruby33 (with Rubygems)
  [3]   ruby34 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.81.0
  [2]   rust-bin-1.85.0
  [3]   rust-bin-1.85.1
  [4]   rust-1.85.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.14_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.6_p7 [openjdk-bin-21]
3)	Eclipse Temurin JDK 8.442_p06 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17 
  [3]   openjdk-bin-21  system-vm


  HEAD of ::gentoo
commit 58db13f3cfb8e5efb6eb03aacf559e3d50860bff
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Mar 22 09:51:08 2025 +0000

    2025-03-22 09:51:07 UTC

emerge -qpvO =app-misc/mosquitto-2.0.21
[ebuild  N    ] app-misc/mosquitto-2.0.21  USE="bridge persistence srv systemd -examples -ssl -tcpd -test -websockets"
Comment 1 Toralf Förster gentoo-dev 2025-03-22 10:55:03 UTC
Created attachment 921755 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2025-03-22 10:55:04 UTC
Created attachment 921756 [details]
app-misc:mosquitto-2.0.21:20250322-102049.log
Comment 3 Toralf Förster gentoo-dev 2025-03-22 10:55:06 UTC
Created attachment 921757 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2025-03-22 10:55:07 UTC
Created attachment 921758 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2025-03-22 10:55:07 UTC
Created attachment 921759 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2025-03-22 10:55:08 UTC
Created attachment 921760 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2025-03-22 10:55:09 UTC
Created attachment 921761 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2025-03-22 10:55:10 UTC
Created attachment 921762 [details]
qlist-info.txt.xz
Comment 9 Toralf Förster gentoo-dev 2025-03-22 10:55:11 UTC
Created attachment 921763 [details]
temp.tar.xz