Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908019 - net-dialup/freeradius-3.2.2 - src/.../rlm_sql_mongo.c: error: unknown type name mongoc_ssl_opt_t
Summary: net-dialup/freeradius-3.2.2 - src/.../rlm_sql_mongo.c: error: unknown type na...
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: 2023-06-07 14:12 UTC by Toralf Förster
Modified: 2023-06-07 14:13 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.34 KB, text/plain)
2023-06-07 14:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,138.01 KB, text/plain)
2023-06-07 14:12 UTC, Toralf Förster
Details
environment (environment,138.29 KB, text/plain)
2023-06-07 14:13 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,776 bytes, application/x-xz)
2023-06-07 14:13 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,16.25 KB, application/x-xz)
2023-06-07 14:13 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,29.80 KB, application/x-xz)
2023-06-07 14:13 UTC, Toralf Förster
Details
net-dialup:freeradius-3.2.2:20230607-132558.log.xz (net-dialup:freeradius-3.2.2:20230607-132558.log.xz,19.84 KB, application/x-xz)
2023-06-07 14:13 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,51.68 KB, application/x-xz)
2023-06-07 14:13 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 2023-06-07 14:12:57 UTC
too long lines were shrinked:

Executing: /bin/sh -c x86_64-pc-linux-gnu-gcc -c -MD -I. -Isrc -include src/freeradius-devel/autoconf.h -include src/freeradius-devel/build.h -include src/freeradius-devel/features.h -include src/freeradius-devel/radpaths.h -fno-strict-aliasing -Wno-date-time -O2 -pipe -march=native -fno-diagnostics
Executing: touch build/objs/src/modules/rlm_sql/drivers/rlm_sql_null/rlm_sql_null.lo 
mkdir -p build/make/src/src/modules/rlm_sql/drivers/rlm_sql_null/
mkdir -p build/objs/src/modules/rlm_sql/drivers/rlm_sql_null/
sed  -e 's/#.*//' -e 's,^/var/tmp/portage/net-dialup/freeradius-3.2.2/work/freeradius-server-3.2.2,${top_srcdir},' -e 's, /var/tmp/portage/net-dialup/freeradius-3.2.2/work/freeradius-server-3.2.2, ${top_srcdir},' -e 's,^build,${BUILD_DIR},' -e 's, build/make/include/[^ :]*,,' -e 's, build, ${BUILD_D
sed -e 's/#.*//' -e 's, build/make/include/[^ :]*,,' -e 's, /[^: ]*,,g' -e 's,^ *[^:]* *: *$,,' -e '/: </ d' -e 's/^[^:]*: *//' -e 's/ *\\$//' -e 's/$/ :/' < build/objs/src/modules/rlm_sql/drivers/rlm_sql_null/rlm_sql_null.d | sed -e '$!N; /^\(.*\)\n\1$/!P; D' >> build/make/src/src/modules/rlm_sql/d
src/modules/rlm_sql/drivers/rlm_sql_mongo/rlm_sql_mongo.c:38:9: error: unknown type name mongoc_ssl_opt_t
   38 |         mongoc_ssl_opt_t        tls;
      |         ^~~~~~~~~~~~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd_merged_usr-20230606-033012

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.3
Python 3.11.3
Available Rust versions:
  [1]   rust-1.69.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

php cli (if any):
go version go1.20.4 linux/amd64

  HEAD of ::gentoo
commit 81c99be181dd8160ec85f14f5b96ae555f753ebe
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Jun 7 12:47:08 2023 +0000

    2023-06-07 12:47:07 UTC

emerge -qpvO net-dialup/freeradius
[ebuild  N    ] net-dialup/freeradius-3.2.2  USE="firebird iodbc kerberos ldap memcached mongodb mysql pam readline sqlite systemd -debug -odbc -oracle -postgres -python -redis -samba -ssl" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-06-07 14:12:58 UTC
Created attachment 863507 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-06-07 14:12:59 UTC
Created attachment 863508 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-06-07 14:13:01 UTC
Created attachment 863509 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-06-07 14:13:01 UTC
Created attachment 863510 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-06-07 14:13:02 UTC
Created attachment 863511 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-06-07 14:13:03 UTC
Created attachment 863512 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-06-07 14:13:04 UTC
Created attachment 863513 [details]
net-dialup:freeradius-3.2.2:20230607-132558.log.xz
Comment 8 Toralf Förster gentoo-dev 2023-06-07 14:13:05 UTC
Created attachment 863514 [details]
temp.tar.xz